Before running this Jupyter notebook, make sure to have run the create.py script to generate and populate the publications database by using the command: python create.py pubs.txt This notebook will load the database and attempt multiple queries on the database to test its robustness and efficiency.

In [1]:
%load_ext sql
In [2]:
%sql sqlite:///database.db
Out[2]:
u'Connected: None@database.db'

1 Inserting new publication into database tables

In [3]:
%sql insert into pubs values(157804, 'SJSU_CMPE', '300-400', 2017, 'DATABASE_DESIGN');
1 rows affected.
Out[3]:
[]
In [4]:
%sql SELECT TITLE FROM pubs WHERE ID = 157804;
Done.
Out[4]:
TITLE
DATABASE_DESIGN

2 Return publications from a specific author

In [5]:
%sql SELECT DISTINCT TITLE, ID, YEAR, JOURNAL from pubs, authors WHERE pubs.ID = authors.auth_id AND author = 'Venu Govindaraju'
Done.
Out[5]:
TITLE ID YEAR JOURNAL
Regression Time Warping for Similarity Measure of Sequence 0 2004 CIT
A Computational Model for Face Location Based on Cognitive Principles 1 1992 AAAI
Accent Classification in Speech 2 2005 AutoID
A Sampling Based Approach to Facial Feature Extraction 3 2005 AutoID
Feature Extraction Using a Chaincoded Contour Representation of Fingerprint Images 4 2003 AVBPA
Exploring Similarity Measures for Biometric Databases 5 2005 AVBPA
Indexing Biometric Databases Using Pyramid Technique 6 2005 AVBPA
On the Correlation of Image Size to System Accuracy in Automatic Fingerprint Identification Systems 7 2003 AVBPA
A Probabilistic Approach to Semantic Face Retrieval System 8 2005 AVBPA
Automated Reading and Mining of Pre-Hospital Care Reports 9 2001 CBMS
Handwriting Analysis of Pre-Hospital Care Reports 10 2004 CBMS
A Methodology for Deriving Probabilistic Correctness Measures from Recognizers 11 1998 CVPR
Recognition of Strings Using Nonstationary Markovian Models: An Application in ZIP Code Recognition 12 1999 CVPR
Recognition of Handwritten Phrases as Applied to Street Name Images 13 1996 CVPR
Active Character Recognition Using 'A*-Like' Algorit 14 2000 CVPR
Using Lexical Similarity in Handwritten Word Recognition 15 2000 CVPR
Handwritten Carbon Form Preprocessing Based on Markov Random Field 16 2007 CVPR
Facial Expression Biometrics Using Tracker Displacement Features 17 2007 CVPR
Extraction of Handwritten Text from Carbon Copy Medical Form Images 18 2006 Document Analysis Systems
A Stochastic Model Combining Discrete Symbols and Continuous Attributes and Its Application to Handwriting Recognition 19 2002 Document Analysis Systems
Emergency medicine, disease surveillance, and informatics 20 2005 DG.O
Indexing and searching handwritten medical forms 21 2006 DG.O
Processing and retrieving handwritten medical forms 22 2008 DG.O
Indexing and retrieval of handwritten medical forms 23 2007 DG.O
Tools for Enabling Digital Access to Multi-Lingual Indic Documents 24 2004 DIAL
Fast Handwriting Recognition for Indexing Historical Documents 25 2004 DIAL
Line Separation for Complex Document Images Using Fuzzy Runlength 26 2004 DIAL
Construction of Handwriting Databases Using Transcript-Based Mapping 27 2004 DIAL
Design and Comparison of Segmentation Driven and Recognition Driven Devanagari OCR 28 2006 DIAL
Active Handwritten Character Recognition Using Genetic Programming 29 2001 EuroGP
Visual CAPTCHA with Handwritten Image Analysis 30 2005 HIP
Fingerprint Image Enhancement Using STFT Analysis 31 2005 ICAPR (2)
Symmetric Hash Functions for Fingerprint Minutiae 32 2005 ICAPR (2)
Improvements in K-Nearest Neighbor Classification 33 2001 ICAPR
K-plet and Coupled BFS: A Graph Based Fingerprint Representation and Matching Algorithm 34 2006 ICB
Robust Point-Based Feature Fingerprint Segmentation Algorithm 35 2007 ICB
A Systematic Approach for Feature Extraction in Fingerprint Images 36 2004 ICBA
Pre-processing Methods for Handwritten Arabic Documents 37 2005 ICDAR
Postal address block location by contour clustering 38 2003 ICDAR
Handwritten word recognition for real-time applications 39 1995 ICDAR
A New Feature Ranking Method in a HMM-Based Handwriting Recognition System 40 2005 ICDAR
Challenges in OCR of Dev anagari Documents 41 2005 ICDAR
Text - Image Separation in Devanagari Documents 42 2003 ICDAR
Segmentation and Pre-Recognition of Arabic Handwriting 43 2005 ICDAR
Similarity-driven Sequence Classification Based on Support Vector Machines 44 2005 ICDAR
Serial classifier combination for handwritten word recognition 45 1995 ICDAR
Contour-based Image Preprocessing for Holistic Handwritten Word Recognition 46 1997 ICDAR
Reading handwritten US census forms 47 1995 ICDAR
The HOVER System for Rapid Holistic Verification of Off-lineHandwritten Phrases 48 1997 ICDAR
A Lexicon Reduction Strategy in the Context of Handwritten Medical Forms 49 2005 ICDAR
Efficient Word Segmentation Driven by Unconstrained Handwritten Phrase Recognition 50 1999 ICDAR
A Human Interactive Proof Algorithm Using Handwriting Recognition 51 2005 ICDAR
Truthing, Testing and Evaluation Issues in Complex Systems 52 2001 ICDAR
Skew Detection for Complex Document Images Using Fuzzy Runlength 53 2003 ICDAR
Multi-scale Techniques for Document Page Segmentation 54 2005 ICDAR
Text Extraction from Gray Scale Historical Document Images Using Adaptive Local Connectivity Map 55 2005 ICDAR
Information Theoretic Analysis of Postal Address Fields for Automatic Address Interpretation 56 1999 ICDAR
Active Digit Classifiers: A Separability Optimization Approach to Emulate Cognition 57 2001 ICDAR
Probabilistic Model for Segmentation Based Word Recognition with Lexicon 58 2001 ICDAR
Combining Matching Scores in Identification Model 59 2005 ICDAR
Multi-experts for Touching Digit String Recognition 60 1999 ICDAR
Building Skeletal Graphs for Structural Feature Extraction on Handwriting Images 61 2001 ICDAR
Vector Model Based Indexing and Retrieval of Handwritten Medical Forms 62 2007 ICDAR
PDE-Based Enhancement of Low Quality Documents 63 2007 ICDAR
Singularity Preserving Fingerprint Image Adaptive Filtering 64 2006 ICIP
Identifying Handwritten Text in Mixed Documents 65 2006 ICPR (2)
Historical Document Image Enhancement Using Background Light Intensity Normalization 66 2004 ICPR (1)
Fingerprint Image Enhancement Based on Skin Profile Approximation 67 2006 ICPR (3)
Competitive Mixtures of Simple Neurons 68 2006 ICPR (2)
Performance Prediction for Handwritten Word Recognizers and Its Application to Classifier Combination 69 2002 ICPR (3)
Minutiae Verification in Fingerprint Images Using Steerable Wedge Filters 70 2004 ICVGIP
On-Line Digit Recognition Using Off-Line Features 71 2002 ICVGIP
Newspaper Image Understanding 72 1989 KBCS
Architecture for Classifier Combination Using Entropy Measures 73 2000 Multiple Classifier Systems
Half-Against-Half Multi-class Support Vector Machines 74 2005 Multiple Classifier Systems
Use of Lexicon Density in Evaluating Word Recognizers 75 2000 Multiple Classifier Systems
Optimal Classifier Combination Rules for Verification and Identification Systems 76 2007 MCS
Using Independence Assumption to Improve Multimodal Biometric Fusion 77 2005 Multiple Classifier Systems
Utilizing Independence of Multimodal Biometric Matchers 78 2006 MRCS
Image Quality Measures for Fingerprint Image Enhancement 79 2006 MRCS
Creation of data resources and design of an evaluation test bed for Devanagari script recognition 80 2003 RIDE
A Study on the Consistency of Features for On-Line Signature Verification 81 2004 SSPR/SPR
Perceptual Features for Off-line Handwritten Word Recognition: A Framework for Heuristic Prediction, Representation and Matching 82 1998 SSPR/SPR
Confidence Combination Methods in Multi-expert Systems 83 2000 SSPR/SPR
Novel Approaches for Minutiae Verification in Fingerprint Images 84 2005 WACV/MOTION
Matching and Retrieving Sequential Patterns Under Regression 85 2004 Web Intelligence
On the challenges that handwritten text images pose to computers and new practical applications 86 2005 DRR
Historical document image segmentation using background light intensity normalization 87 2005 DRR
An architecture for handwritten text recognition systems 88 1999 IJDAR
Large scale address recognition systems Truthing, testing, tools, and other evaluation issues 89 2002 IJDAR
Bankcheck Recognition Using Cross Validation Between Legal and Courtesy Amounts 90 1997 IJPRAI
Empirical Design of A Multi-Classifier Thresholding/Control Strategy for Recognition of Handwritten Street Names 91 1997 IJPRAI
Generalized regression model for sequence matching and clustering 92 2007 Knowl. Inf. Syst.
A Methodology for Mapping Scores to Probabilities 93 1999 IEEE Trans. Pattern Anal. Mach. Intell.
Postprocessing of Recognized Strings Using Nonstationary Markovian Models 94 1999 IEEE Trans. Pattern Anal. Mach. Intell.
Use of Lexicon Density in Evaluating Word Recognizers 95 2002 IEEE Trans. Pattern Anal. Mach. Intell.
A Lexicon Driven Approach to Handwritten Word Recognition for Real-Time Applications 96 1997 IEEE Trans. Pattern Anal. Mach. Intell.
The Role of Holistic Paradigms in Handwritten Word Recognition 97 2001 IEEE Trans. Pattern Anal. Mach. Intell.
Holistic Verification of Handwritten Phrases 98 1999 IEEE Trans. Pattern Anal. Mach. Intell.
Chaincode Contour Processing for Handwritten Word Recognition 99 1999 IEEE Trans. Pattern Anal. Mach. Intell.
OCR in a Hierarchical Feature Space 100 2000 IEEE Trans. Pattern Anal. Mach. Intell.
Equivalence of Different Methods for Slant and Skew Corrections in Word Recognition Applications 101 2001 IEEE Trans. Pattern Anal. Mach. Intell.
On the Dependence of Handwritten Word Recognizers on Lexicons 102 2002 IEEE Trans. Pattern Anal. Mach. Intell.
Hidden Markov Models Combining Discrete Symbols and Continuous Attributes in Handwriting Recognition 103 2006 IEEE Trans. Pattern Anal. Mach. Intell.
A minutia-based partial fingerprint recognition system 104 2005 Pattern Recognition
Handwritten phrase recognition as applied to street name images 105 1998 Pattern Recognition
Local reference lines for handwritten phrase recognition 106 1999 Pattern Recognition
Syntactic methodology of pruning large lexicons in cursive script recognition 107 2001 Pattern Recognition
Use of adaptive segmentation in handwritten phrase recognition 108 2002 Pattern Recognition
Segmentation and recognition of connected handwritten numeral strings 109 1997 Pattern Recognition
Holistic recognition of handwritten character pairs 110 2000 Pattern Recognition
Improved k-nearest neighbor classification 111 2002 Pattern Recognition
Fingerprint enhancement using STFT analysis 112 2007 Pattern Recognition
Holistic handwritten word recognition using temporal features derived from off-line images 113 1996 Pattern Recognition Letters
A chaincode based scheme for fingerprint feature extraction 114 2006 Pattern Recognition Letters
Character image enhancement by selective region-growing 115 1996 Pattern Recognition Letters
Introduction to the Special Issue on Recent Advances in Biometric Systems [Guest Editorial] 116 2007 IEEE Transactions on Systems, Man, and Cybernetics, Part B
Matching and retrieving sequential patterns using regression 117 2005 Web Intelligence and Agent Systems
Review of Classifier Combination Methods 118 2008 Machine Learning in Document Analysis and Recognition
Learning Matching Score Dependencies for Classifier Combination 119 2008 Machine Learning in Document Analysis and Recognition
Creation of data resources and design of an evaluation test bed for Devanagari script recognition 428 2003 RIDE
GRM: A New Model for Clustering Linear Sequences 58778 2004 SDM
A Study on the Consistency of Features for On-Line Signature Verification 58779 2004 SSPR/SPR
A comparative study on the consistency of features in on-line signature verification 58780 2005 Pattern Recognition Letters
Tools for Enabling Digital Access to Multi-Lingual Indic Documents 122959 2004 DIAL
Text - Image Separation in Devanagari Documents 122960 2003 ICDAR
Truthing, Testing and Evaluation Issues in Complex Systems 122961 2001 ICDAR
Creation of data resources and design of an evaluation test bed for Devanagari script recognition 122962 2003 RIDE
Generating manifold samples from a handwritten word 122963 1994 Pattern Recognition Letters
Symmetric Hash Functions for Fingerprint Minutiae 131293 2005 ICAPR (2)
Data Mining for Intrusion Detection: Techniques, Applications and Systems 131294 2004 ICDE
Incorporating prior knowledge with weighted margin support vector machines 132480 2004 KDD
Creation of data resources and design of an evaluation test bed for Devanagari script recognition 157031 2003 RIDE

3 Return publications from a specific year

In [6]:
%sql SELECT DISTINCT TITLE, ID, JOURNAL from pubs WHERE pubs.YEAR = 2005
Done.
Out[6]:
TITLE ID JOURNAL
Accent Classification in Speech 2 AutoID
A Sampling Based Approach to Facial Feature Extraction 3 AutoID
Exploring Similarity Measures for Biometric Databases 5 AVBPA
Indexing Biometric Databases Using Pyramid Technique 6 AVBPA
A Probabilistic Approach to Semantic Face Retrieval System 8 AVBPA
Emergency medicine, disease surveillance, and informatics 20 DG.O
Visual CAPTCHA with Handwritten Image Analysis 30 HIP
Fingerprint Image Enhancement Using STFT Analysis 31 ICAPR (2)
Symmetric Hash Functions for Fingerprint Minutiae 32 ICAPR (2)
Pre-processing Methods for Handwritten Arabic Documents 37 ICDAR
A New Feature Ranking Method in a HMM-Based Handwriting Recognition System 40 ICDAR
Challenges in OCR of Dev anagari Documents 41 ICDAR
Segmentation and Pre-Recognition of Arabic Handwriting 43 ICDAR
Similarity-driven Sequence Classification Based on Support Vector Machines 44 ICDAR
A Lexicon Reduction Strategy in the Context of Handwritten Medical Forms 49 ICDAR
A Human Interactive Proof Algorithm Using Handwriting Recognition 51 ICDAR
Multi-scale Techniques for Document Page Segmentation 54 ICDAR
Text Extraction from Gray Scale Historical Document Images Using Adaptive Local Connectivity Map 55 ICDAR
Combining Matching Scores in Identification Model 59 ICDAR
Half-Against-Half Multi-class Support Vector Machines 74 Multiple Classifier Systems
Using Independence Assumption to Improve Multimodal Biometric Fusion 77 Multiple Classifier Systems
Novel Approaches for Minutiae Verification in Fingerprint Images 84 WACV/MOTION
On the challenges that handwritten text images pose to computers and new practical applications 86 DRR
Historical document image segmentation using background light intensity normalization 87 DRR
A minutia-based partial fingerprint recognition system 104 Pattern Recognition
Matching and retrieving sequential patterns using regression 117 Web Intelligence and Agent Systems
The Performance of Linear Time Suffix Sorting Algorithms 139 DCC
Monitoring Glaucomatous Progression: Classification of Visual Field Measurements Using Stable Reference Data 143 ICMLC
A taxonomy of suffix array construction algorithms 156 Stringology
On the On-Line Hose-Model VPN Provisioning 168 AICT/SAPIR/ELETE
Inter-frame space (IFS)-based distributed fair queuing in IEEE 802.11 WLANs 169 BROADNETS
Content-Aware Automatic QoS Provisioning for UpnP AV-Based Multimedia Services over Wireless LANs 174 International Conference on Computational Science (2)
LIPED: HMM-based life profiles for adaptive event detection 184 KDD
Proportional Fairness for QoS Enhancement in IEEE 802.11e WLANs 186 LCN
A New per-Class Flow Fixed Proportional Differentiated Service for Multi-service Wireless LAN 187 NETWORKING
A Per-Class QoS Service Model in IEEE 802.11e WLANs 192 QSHINE
Progressive Analysis Scheme for Web Document Classification 199 Web Intelligence
A framework of handoffs in wireless overlay networks based on mobile IPv6 215 IEEE Journal on Selected Areas in Communications
GAMA: Grid Account Management Architecture 226 e-Science
E-Mail Management: A Techno-Managerial Research Perspective 236 ICIS
Design Considerations for High Fan-In Systems: The HiFi Approach 263 CIDR
Events on the edge 264 SIGMOD Conference
A mediation framework for Web services in a peer-to-peer environment 272 AICCSA
OWL-Based Approach for Semantic Interoperability 273 AINA
Conversations for Web Services Composition 276 APWeb
On Tracking Personalized Web Services Using Views 286 EEE
On Self-Coordinating Web Services Using Similarity and Neural Networks 287 EEE
Wrapping and Integrating Heterogeneous Relational Data with OWL 295 ICEIS (1)
A View-based Approach for Tracking Composite Web Services 300 ECOWS
Tuple spaces for self-coordination of web services 310 SAC
Building domain-specific ontology from data-intensive web site: an HTML forms-based reverse engineering approach 313 SITIS
Views in Composite Web Services 327 IEEE Internet Computing
Editorial 328 Ingandeacute;nierie des Systandegrave;mes d'Information
Towards a semantic- and context-based approach for composing web services 333 IJWGS
Information Retrieval Technology, Asia Information Retrieval Symposium, AIRS 2004, Beijing, China, October 18-20, 2004, Revised Selected Paper 344 AIRS
Improving Text Similarity Measurement by Critical Sentence Vector Model 348 AIRS
Accelerating XML Structural Join by Partitioning 355 DEXA
WIN: An Effcient Data Placement Strategy for Parallel XML Databases 367 ICPADS (1)
Natural Language Processing - IJCNLP 2005, Second International Joint Conference, Jeju Island, Korea, October 11-13, 2005, Proceeding 370 IJCNLP
A Preliminary Work on Classifying Time Granularities of Temporal Questions 372 IJCNLP
Improving Quality of Email Categorization with Tournament Methods 374 IKE
A retrospective study of probabilistic context-based retrieval 383 SIGIR
Guest Editor's Introduction 401 Int. J. Comput. Proc. Oriental Lang.
An Overview of Temporal Information Extraction 405 Int. J. Comput. Proc. Oriental Lang.
Using Longest Common Subsequence Matching for Chinese Information Retrieval 427 Journal of Chinese Language and Computing
The Case for Access Control on XML Relationships 436 BDA
Privacy of Medical Records: From Law Principles to Practice 442 CBMS
The case for access control on XML relationships 443 CIKM
Safe data sharing and data dissemination on smart devices 451 SIGMOD Conference
Safe Data Sharing and Data Dissemination on Smart Device 464 CoRR
Sandeacute;curisation matandeacute;rielle du contrandocirc;le d'accandegrave;s andagrave; des documents XML 467 Ingandeacute;nierie des Systandegrave;mes d'Information
Dynamically Generating a Protein Entity Dictionary Using Online Resources 479 ACL
Literature mining and database annotation of protein phosphorylation using a rule-based system 492 Bioinformatics
DynGO: a tool for visualizing and mining of Gene Ontology and its associations 500 BMC Bioinformatics
Computational identification of strain-, species- and genus-specific proteins 501 BMC Bioinformatics
InterPro, progress and status in 2005 523 Nucleic Acids Research
The Universal Protein Resource (UniProt) 524 Nucleic Acids Research
Scalable Request Routing with Next-Neighbor Load Sharing in Multi-Server Environments 530 AINA
Resilient Capacity-Aware Multicast Based on Overlay Networks 531 ICDCS
Stochastic analysis of distributed deadlock scheduling 537 PODC
Spheres of Isolation: Adaptation of Isolation Levels to Transactional Workflow 641 Business Process Management
A grid infrastructure for mixed bioinformatics data and text mining 647 AICCSA
A novel refinement approach for text categorization 648 CIKM
Bridging the Macro and Micro: A Computing Intensive Earthquake Study Using Discovery Net 659 SC
Using dragpushing to refine centroid text classifiers 660 SIGIR
Cognitive Modelling of Event Ordering Reasoning in Imagistic Domains 667 IJCAI
Selection and Ranking of Propositional Formulas for Large-Scale Service Directories 689 AAAI
A Portable and Customizable Profiling Framework for Java Based on Bytecode Instruction Counting 693 APLAS
Portable, efficient, and accurate sampling profiling for java-based middleware 698 SEM
Optimally Distributing Interactions Between Composed Semantic Web Services 700 ESWC
Flexible and Efficient Matchmaking and Ranking in Service Directories 706 ICWS
Multiversion Concurrency Control for Large-Scale Service Directories 708 ECOWS
Portable Profiling of Memory Allocation in Java 711 NODe/GSEM
Optimal Workflow Execution in Grid Environments 712 NODe/GSEM
Directory Support for Large-Scale, Automated Service Composition 723 Software Composition
Java Bytecode Transformations for Efficient, Portable CPU Accounting 733 Electr. Notes Theor. Comput. Sci.
Automatic mobile sports highlights 745 ICME
A Player-Possession Acquisition System for Broadcast Soccer Video 746 ICME
Microstructure Evolution of the K4169 Superalloy Blade Based on Cellular Automaton Simulation 747 ICNC (3)
Real time advertisement insertion in baseball video based on advertisement effect 749 ACM Multimedia
Document Re-ranking by Generality in Bio-medical Information Retrieval 757 WISE
An Optimal Fault-Tolerant Routing Algorithm for Weighted Bidirectional Double-Loop Networks 759 IEEE Trans. Parallel Distrib. Syst.
Semi-Supervised Mixture of Kernels via LPBoost Methods 765 ICDM
Rule extraction from linear support vector machines 775 KDD
Sparse Fisher Discriminant Analysis for Computer Aided Detection 782 SDM
Exploiting Parameter Related Domain Knowledge for Learning in Graphical Models 784 SDM
Inferring Complex Semantic Mappings Between Relational Tables and Ontologies from Simple Correspondences 823 OTM Conferences (2)
Translating XML Web Data into Ontologies 824 OTM Workshops
Constructing Complex Semantic Mappings Between XML Data and Ontologies 826 International Semantic Web Conference
A fast kernel-based multilevel algorithm for graph clustering 840 KDD
Striking Two Birds With One Stone: Simultaneous Mining of Positive and Negative Spatial Patterns 848 SDM
Towards an Industrial Strength SQL/XML Infrastructure 852 ICDE
Native Xquery processing in oracle XMLDB 855 SIGMOD Conference
Towards an enterprise XML architecture 856 SIGMOD Conference
Self-Optimization of Task Execution in Pervasive Computing Environments 865 ICAC
An ECA-P Policy-based Framework for Managing Ubiquitous Computing Environments 875 MobiQuitous
Towards a Pervasive Computing Benchmark 879 PerCom Workshops
Olympus: A High-Level Programming Model for Pervasive Computing Environments 880 PerCom
Evaluating transport level protocols for MPI in the Internet 894 Communications in Computing
SCTP-Based Middleware for MPI in Wide-Area Networks 895 CNSR
SCTP versus TCP for MPI 906 SC
Generate Context Metadata Based on Biometric System 911 KES (1)
An Architecture of a Wavelet Based Approach for the Approximate Querying of Huge Sets of Data in the Telecommunication Environment 912 KES (1)
Trends in Health Telematics: Electronic Health Records in an Intelligent and Communicating Environment 917 Universal Access in Health Telematics
MediBRIDGE / C-CARE: Remote Access to EPRs 918 Universal Access in Health Telematics
Robust data fusion with occupancy grid 934 IEEE Transactions on Systems, Man, and Cybernetics, Part C
Evaluating similarity measures: a large-scale study in the orkut social network 938 KDD
Virtual tangible widgets: seamless universal interaction with personal sensing devices 947 ICMI
An Input Widget Framework for Multi-Modal and Multi-Device Environments 948 SEUS
Supervised Tensor Learning 958 ICDM
Kernel Principle Component Analysis in Pixels Clustering 966 Web Intelligence
Stable Third-Order Tensor Representation for Color Image Classification 967 Web Intelligence
Clio: A Schema Mapping Tool for Information Integration 1000 ISPAN
Clio grows up: from research prototype to industrial tool 1006 SIGMOD Conference
Semantic Adaptation of Schema Mappings when Schemas Evolve 1011 VLDB
Data exchange: semantics and query answering 1021 Theor. Comput. Sci.
Data exchange: getting to the core 1022 ACM Trans. Database Syst.
Composing schema mappings: Second-order dependencies to the rescue 1023 ACM Trans. Database Syst.
Consistency of Cooperative Caching in Mobile Peer-to-Peer Systems over MANET 1033 ICDCS Workshops
DUP: Dynamic-tree Based Update Propagation in Peer-to-Peer 1034 ICDE
Mobile multi-layered IPsec 1040 INFOCOM
Sensor relocation in mobile sensor networks 1042 INFOCOM
Group rekeying for filtering false data in sensor networks: a predistribution and local collaboration-based approach 1044 INFOCOM
rDCF: a relay-enabled medium access control protocol for wireless ad hoc networks 1048 INFOCOM
Least privilege and privilege deprivation: towards tolerating mobile sink compromises in wireless sensor networks 1057 MobiHoc
Defend Against Cache Consistency Attacks in Wireless Ad Hoc Networks 1060 MobiQuitous
Cache-miss-initiated prefetch in mobile environments 1079 Computer Communications
A generalized target-driven cache replacement policy for mobile environments 1085 J. Parallel Distrib. Comput.
On Supporting Power-Efficient Streaming Applications in Wireless Environments 1097 IEEE Trans. Mob. Comput.
Change Point Estimation of Bar Code Signals 1111 CSC
Control-Based Quality Adaptation in Data Stream Management Systems 1112 DEXA
Quality-Aware Replication of Multimedia Data 1113 DEXA
Adaptive Stream Filters for Entity-based Queries with Non-Value Tolerance 1118 VLDB
An analytical study of peer-to-peer media streaming systems 1122 TOMCCAP
Dynamic Multidimensional Data Cubes for Interactive Analysis of Massive Datasets 1136 Encyclopedia of Information Science and Technology (II)
Processing High-Speed Intelligence Feeds in Real-Time 1146 ISI
Semantic Approximation of Data Stream Joins 1163 IEEE Trans. Knowl. Data Eng.
Data Integration and Workflow Solutions for Ecology 1165 DILS
Creating and Providing Data Management Services for the Biological and Ecological Sciences: Science Environment for Ecological Knowledge 1166 SSDBM
The use of the GARP genetic algorithm and internet grid computing in the Lifemapper world atlas of species biodiversit 1167 CoRR
iHITS: Extending HITS for Personal Interests Profiling 1169 AINA
What's there and what's not?: focused crawling for missing documents in digital libraries 1173 JCDL
Approximations to Magic: Finding Unusual Medical Time Series 1219 CBMS
Routing and Scheduling for a Novel Optical Multistage Interconnection Network 1234 Euro-Par
Privacy-Preserving Frequent Pattern Mining across Private Databases 1240 ICDM
HOT SAX: Efficiently Finding the Most Unusual Time Series Subsequence 1241 ICDM
Mining Patterns That Respond to Actions 1242 ICDM
Dot Plots for Time Series Analysis 1245 ICTAI
Mining risk patterns in medical data 1255 KDD
Mining Top-K Itemsets over a Sliding Window Based on Zipfian Distribution 1270 SDM
Scaling and Time Warping in Time Series Querying 1274 VLDB
Data Mining for Inventory Item Selection with Cross-Selling Considerations 1281 Data Min. Knowl. Discov.
Mining N-most interesting itemsets without support threshold by the COFI-tree 1285 IJBIDM
Integration and Efficient Lookup of Compressed XML Accessibility Maps 1297 IEEE Trans. Knowl. Data Eng.
Optimal all-to-all personalised exchange in a novel optical multistage interconnection network 1303 IJHPCN
Lazy XML Updates: Laziness as a Virtue of Update and Structural Join Efficiency 1306 SIGMOD Conference
An Effective Web Services Discovery Strategy for Web Services Composition 1309 CIT
Mapping statistical process variations toward circuit performance variability: an analytical modeling approach 1318 DAC
Robust Design of High Fan-In/Out Subthreshold Circuits 1330 ICCD
Modeling Within-Die Spatial Correlation Effects for Process-Design Co-Optimization 1340 ISQED
Automatic measurement of quality metrics for colonoscopy videos 1346 ACM Multimedia
Impact of on-chip interconnect frequency-dependent R(f)L(f) on digital and RF design 1353 IEEE Trans. VLSI Syst.
Switch-factor based loop RLC modeling for efficient timing analysis 1354 IEEE Trans. VLSI Syst.
Standby supply voltage minimization for deep sub-micron SRAM 1357 Microelectronics Journal
An Infrastructural Approach to Secure Interoperability of Electronic IDs: The Bridging Backbone 1370 EGOV
Multi-class Correlated Pattern Mining 1434 KDID
Frequent Subtree Mining - An Overview 1441 Fundam. Inform.
Open source data mining: workshop report 1443 SIGKDD Explorations
PMC: Select Materialized Cells in Data Cubes 1445 DaWaK
New Estimation Methods of Count-Min Sketch 1448 RIDE
A Hybrid Monte Carlo Method for Accurate and Efficient Subsurface Scattering 1451 Rendering Techniques
A Content-Addressable Network for Similarity Search in Metric Spaces 1456 DBISP2P
Active Learning For Identifying Function Threshold Boundaries 1538 NIPS
A Hybrid Generative/Discriminative Approach to Semi-Supervised Classifier Design 1539 AAAI
A Classifier Design Based on Combining Multiple Components by Maximum Entropy Principle 1541 AIRS
Retrieving lightly annotated images using image similarities 1556 SAC
Selection of Shared-State Hidden Markov Model Structure Using Bayesian Criterion 1558 IEICE Transactions
Determining the Fitness of a Document Model by Using Conflict Instances 1581 ADC
Discovering Conceptual Page Hierarchy of a Web Site from User Traversal History 1582 ADMA
Effectiveness of Document Representation for Classification 1583 DaWaK
Kinematic modeling of stewart-gough platforms 1589 ICINCO
Representing Generalization/Specialization in XML Schema 1600 EMISA
Perspectives in Conceptual Modeling, ER 2005 Workshops AOIS, BP-UML, CoMoGIS, eCOMO, and QoIS, Klagenfurt, Austria, October 24-28, 2005, Proceeding 1604 ER (Workshops)
Conceptual Model Based Semantic Web Services 1606 ER
Information Systems Technology and its Applications, 4th International Conference ISTA'2005, 23-25 May, 2005, Palmerston North, New Zealan 1623 ISTA
A Generalized Framework for an Ontology-Based Data-Extraction System 1624 ISTA
Automating the extraction of data from HTML tables with unknown structure 1627 Data Knowl. Eng.
Metadata Management in Outsourced Encrypted Databases 1632 Secure Data Management
Key management for multi-user encrypted databases 1635 StorageSS
Product classification in the Internet business - a fuzzy approach 1646 Decision Support Systems
Metamorphosis: Mining Maximal Frequent Sets in Dense Domains 1648 International Journal on Artificial Intelligence Tools
Personalised recommendations in e-commerce 1649 IJEB
Algorithmic Algebraic Model Checking II: Decidability of Semi-algebraic Model Checking and Its Applications to Systems Biology 1668 ATVA
Algorithmic Algebraic Model Checking I: Challenges from Systems Biology 1669 CAV
Fast and Cheap Genome Wide Haplotype Construction via Optical Mapping 1685 Pacific Symposium on Biocomputing
Analysis of Target Detection Performance for Wireless Sensor Networks 1731 DCOSS
Design and Comparison of Lightweight Group Management Strategies in EnviroSuite 1734 DCOSS
Dual face phased array radar scheduling with multiple constraints 1737 EMSOFT
Self-organizing Wireless Sensor Networks in Action 1742 ICCNMC
RID: radio interference detection in wireless sensor networks 1759 INFOCOM
Towards optimal sleep scheduling in sensor networks for rare-event detection 1766 IPSN
An Overview of the VigilNet Architecture 1799 RTCSA
Load Balancing in Bounded-Latency Content Distribution 1809 RTSS
Localization system for outdoor wireless sensor networks 1832 SenSys
A high-accuracy, low-cost localization system for wireless sensor networks 1834 SenSys
Lightweight detection and classification for wireless sensor networks in realistic environments 1837 SenSys
Opportunities and Obligations for Physical Computing Systems 1855 IEEE Computer
Radio-Triggered Wake-Up for Wireless Sensor Networks 1870 Real-Time Systems
Range-free localization and its impact on large scale sensor networks 1898 ACM Trans. Embedded Comput. Syst.
A Spatiotemporal Communication Protocol for Wireless Sensor Networks 1906 IEEE Trans. Parallel Distrib. Syst.
Ontology and Taxonomy: Why is-a Still Isn't is-a 1925 CSREA EEE
Aggregation in Ontologies: Practical Implementations in OWL 1929 ICWE
Proceedings of 3rd Asia-Pacific Bioinformatics Conference, 17-21 January 2005, Singapor 1932 APBC
Preface 1936 APBC
Mining Succinct Systems of Minimal Generators of Formal Concepts 1942 DASFAA
LinkageTracker: A Discriminative Pattern Tracking Approach to Linkage Disequilibrium Mapping 1943 DASFAA
A Correspondence Between Maximal Complete Bipartite Subgraphs and Closed Patterns 1972 PKDD
Relative risk and odds ratio: a data mining perspective 1974 PODS
DNAFSMiner: a web-based software toolbox to recognize two types of functional sites in DNA sequences 1998 Bioinformatics
Use of extreme patient samples for outcome prediction from gene expression data 1999 Bioinformatics
Guest Editors' Introduction: Data Mining in Bioinformatics 2003 IEEE Intelligent Systems
Structural geography of the space of emerging patterns 2005 Intell. Data Anal.
A Spectral Clustering Approach To Finding Communities in Graph 2037 SDM
SNPsFinder - a web-based application for genome-wide discovery of single nucleotide polymorphisms in microbial genomes 2039 Bioinformatics
Structured queries in XML retrieval 2042 CIKM
XML Navigation and Tarski's Relation Algebras 2044 CSL
First Order Paths in Ordered Trees 2051 ICDT
Looping Caterpillars 2055 LICS
Hybrid logics with Sahlqvist axioms 2077 Logic Journal of the IGPL
PDL for Ordered Trees 2082 Journal of Applied Non-Classical Logics
The Semijoin Algebra and the Guarded Fragment 2083 Journal of Logic, Language and Information
Semantic characterizations of navigational XPath 2101 SIGMOD Record
Conditional XPath 2103 ACM Trans. Database Syst.
Resolving Scheduling Issues of the London Underground Using a Multi-agent System 2115 HoloMAS
A Web Recommendation System Based on Maximum Entropy 2128 ITCC (1)
A maximum entropy web recommendation system: combining collaborative and content features 2130 KDD
Task-Oriented Web User Modeling for Recommendation 2131 User Modeling
X10: an object-oriented approach to non-uniform cluster computing 2143 OOPSLA
An Invariant Representation for Matching Trajectories Across Uncalibrated Video Streams 2158 CIVR
Efficient Nearest Neighbor Classification Using a Cascade of Approximate Similarity Measures 2160 CVPR (1)
Accurate and Efficient Gesture Spotting via Pruning and Subgesture Reasoning 2180 ICCV-HCI
Online and Offline Character Recognition Using Alignment to Prototypes 2186 ICDAR
Tracking, Analysis, and Recognition of Human Gestures in Video 2187 ICDAR
Discovering Frequent Arrangements of Temporal Intervals 2188 ICDM
Query-Sensitive Embeddings 2197 SIGMOD Conference
Simultaneous Localization and Recognition of Dynamic Hand Gestures 2200 WACV/MOTION
Multi-Scale 3D Scene Flow from Binocular Stereo Sequences 2201 WACV/MOTION
Periodic Motion Detection and Estimation via Space-Time Sampling 2202 WACV/MOTION
Handsignals Recognition From Video Using 3D Motion Capture Data 2203 WACV/MOTION
Automatic 2D Hand Tracking in Video Sequences 2204 WACV/MOTION
XML Views as Integrity Constraints and their Use in Query Translation 2232 ICDE
When Can We Trust Progress Estimators for SQL Queries 2237 SIGMOD Conference
Synopses for query optimization: A space-complexity perspective 2251 ACM Trans. Database Syst.
PrediCalc: A Logical Spreadsheet Management System 2254 VLDB
Security Analysis and Fix of an Anonymous Credential System 2260 ACISP
Privacy and Ownership Preserving of Outsourced Medical Data 2276 ICDE
Authenticating Query Results in Data Publishing 2282 ICICS
Cryptanalysis of a Forward Secure Blind Signature Scheme with Provable Security 2284 ICICS
Sequential Aggregate Signatures Working over Independent Homomorphic Trapdoor One-Way Permutation Domains 2288 ICICS
Information Security Practice and Experience, First International Conference, ISPEC 2005, Singapore, April 11-14, 2005, Proceeding 2301 ISPEC
Information Security, 8th International Conference, ISC 2005, Singapore, September 20-23, 2005, Proceeding 2306 ISC
Anonymous DoS-Resistant Access Control Protocol Using Passwords for Wireless Networks 2313 LCN
Security Analysis and Improvement of Return Routability Protocol 2315 MADNES
Secure Person-To-Person Communications Based on Biometrics Signals 2324 SEC
Protecting Group Dynamic Information in Large Scale Multicast Groups 2325 SEC
A New Architecture for User Authentication and Key Exchange Using Password for Federated Enterprises 2326 SEC
Practical Zero-Knowledge Arguments from Sigma-Protocols 2332 WINE
Providing efficient certification services against active attacks in ad hoc networks 2333 IPCCC
Protocols that hide user's preferences in electronic transactions 2335 Computer Networks
Efficient and robust key management for large mobile ad hoc networks 2339 Computer Networks
Generic yet Practical ZK Arguments from any Public-Coin HVZ 2353 Electronic Colloquium on Computational Complexity (ECCC)
Scalable trusted online dissemination of JPEG2000 images 2358 Multimedia Syst.
New Efficient MDS Array Codes for RAID Part I: Reed-Solomon-Like Codes for Tolerating Three Disk Failures 2361 IEEE Trans. Computers
New Efficient MDS Array Codes for RAID Part II: Rabin-Like Codes for Tolerating Multiple (greater than or equal to 4) Disk Failures 2362 IEEE Trans. Computers
Security of an ill-posed operator for image authentication 2363 IEEE Trans. Circuits Syst. Video Techn.
Tailored reversible watermarking schemes for authentication of electronic clinical atlas 2368 IEEE Transactions on Information Technology in Biomedicine
Unsupervised Learning in Information Retrieval Using NOW Architectures 2376 EUROCAST
Towards Automatic and Optimal Filtering Levels for Feature Selection in Text Categorization 2381 IDA
Scoring and Selecting Terms for Text Categorization 2397 IEEE Intelligent Systems
Introducing a Family of Linear Measures for Feature Selection in Text Categorization 2401 IEEE Trans. Knowl. Data Eng.
Performance-Oriented Privacy-Preserving Data Integration 2402 DILS
Data quality inference 2403 IQIS
The Mobile Patient and the Mobile Physician Data Access and Transmission 2406 METMBS
The Image Stack Stream Model, Querying and Architecture 2408 DMS
Application of Argument Based Machine Learning to Law 2415 ICAIL
Nomograms for visualizing support vector machines 2417 KDD
Argument Based Machine Learning Applied to Law 2421 Artif. Intell. Law
JAtlasView: a Java atlas-viewer for browsing biomedical 3D images and atlases 2423 BMC Bioinformatics
Using relational knowledge discovery to prevent securities fraud 2427 KDD
An Updates Dissemination Protocol for Read-Only Transaction Processing in Mobile Real-Time Computing Environments 2433 APWeb
Time-Cognizant Recovery Processing for Embedded Real-Time Databases 2437 DASFAA
Secure Real-Time Transaction Processing with Timeliness Guarantees in Mobile Distributed Real-Time Database Systems 2440 ISPA
Mobile real-time read-only transaction processing in data broadcast environments 2441 SAC
A Deadlock Prevention Approach based on Atomic Transaction for Resource Co-allocation 2444 SKG
Information intelligence: metadata for information discovery, access, and integration 2449 SIGMOD Conference
C-Store: A Column-oriented DBMS 2450 VLDB
Natural Language Interface on a Video Data Model 2458 Databases and Applications
Data management research at the Middle East Technical University 2467 SIGMOD Record
Predicting Software Escalations with Maximum ROI 2485 ICDM
Modelling Assumptions and Requirements in the Context of Project Risk 2503 RE
ACCA: An Architecture-Centric Concern Analysis Method 2507 WICSA
New Dynamic Load Balancing for Parallel Modified PrefixSpan 2529 ICDE Workshops
Privacy-Preserving Collaborative Association Rule Mining 2547 DBSec
Handling missing values via decomposition of the conditioned set 2556 IRI
Private Mining of Association Rules 2557 ISI
Handling Nominal Features in Anomaly Intrusion Detection Problems 2559 RIDE
Building k-nearest neighbor classifiers on vertically partitioned private data 2562 GrC
Improving intranet search-engines using context information from databases 2570 CIKM
An Electronic Payment System Architecture for Composite Payment Transactions 2579 EEE
Improving Preemptive Prioritization via Statistical Characterization of OLTP Locking 2589 ICDE
Classifying scheduling policies with respect to higher moments of conditional response time 2602 SIGMETRICS
Nearly insensitive bounds on SMART scheduling 2603 SIGMETRICS
Analysis of cycle stealing with switching times and thresholds 2617 Perform. Eval.
Multi-Server Queueing Systems with Multiple Priority Classes 2622 Queueing Syst.
Robustness of threshold policies in beneficiary-donor model 2626 SIGMETRICS Performance Evaluation Review
Temporal Shot Clustering Analysis for Video Concept Detection 2651 ECIR
AP-Based Borda Voting Method for Feature Extraction in TRECVID-2004 2652 ECIR
Image matching under generalized hough transform 2654 IADIS AC
2D Conditional Random Fields for Web information extraction 2661 ICML
Self-organizing Map Analysis Consistent with Neuroimaging for Chinese Noun, Verb and Class-Ambiguous Word 2693 ISNN (3)
Robust Detection of Transform Domain Additive Watermarks 2697 IWDW
Tracking concept drifting with an online-optimized incremental learning framework 2701 Multimedia Information Retrieval
A unified shot boundary detection framework based on graph partition model 2705 ACM Multimedia
Cluster-Based Rough Set Construction 2712 PAKDD
Graph Partition Model for Robust Temporal Data Segmentation 2713 PAKDD
Quotient space model of hierarchical query-by-humming system 2730 GrC
Quotient space based multi-granular computing 2731 GrC
A new multiresolution classification model based on partitioning of feature space 2732 GrC
2005 IEEE International Conference on Granular Computing, Beijing, China, July 25-27, 200 2733 GrC
The structure analysis of fuzzy sets 2740 Int. J. Approx. Reasoning
Fuzzy reasoning model under quotient space structure 2742 Inf. Sci.
Polygonal Shape Blending with Topological Evolutions 2743 J. Comput. Sci. Technol.
A Quotient Space Approximation Model of Multiresolution Signal Analysis 2746 J. Comput. Sci. Technol.
Approximation of Walrasian equilibrium in single-minded auctions 2752 Theor. Comput. Sci.
A unified framework for image retrieval using keyword and visual features 2757 IEEE Transactions on Image Processing
A Robust, Low-Cost Virtual Archive for Science Data 2763 SSDBM
Answering Queries Using Views in the Presence of Functional Dependencies 2766 BNCOD
Measuring the Quality of Uncertain Information Using Possibilistic Logic 2769 ECSQARU
Measuring Inconsistency in Requirements Specifications 2773 ECSQARU
Multiple Semi-revision in Possibilistic Logic 2774 ECSQARU
Combining Multiple Knowledge Bases by Negotiation: A Possibilistic Approach 2775 ECSQARU
Measuring conflict and agreement between two prioritized belief bases 2781 IJCAI
A Revision-Based Approach to Resolving Conflicting Information 2793 UAI
Rough operations on Boolean algebras 2809 Inf. Sci.
An Efficient and Scalable Approach to CNN Queries in a Road Network 2837 VLDB
Closest pair queries in spatio-temporal databases 2843 Comput. Syst. Sci. Eng.
Multi-way spatial join selectivity for the ring join graph 2850 Information andamp; Software Technology
An adaptive path index for XML data using the query workload 2863 Inf. Syst.
Relevance feedback using adaptive clustering for image similarity retrieval 2872 Journal of Systems and Software
MYSTIQ: a system for finding more answers by using probabilities 2909 SIGMOD Conference
Specifying, Programming and Verifying with Equational Logic 2915 We Will Show Them! (2)
A Constraint Maintenance Strategy and Applications in Real-Time Collaborative Environments 2917 CDVE
Maintaining Constraints in Collaborative Graphic Systems: the CoGSE Approach 2919 ECSCW
Maintaining multi-way dataflow constraints in collaborative systems 2929 CollaborateCom
Extracting statistical data frames from text 2936 SIGKDD Explorations
A Similarity Reinforcement Algorithm for Heterogeneous Web Pages 2937 APWeb
Semantic verification for fact seeking engines 2939 CIKM
Discretization based learning approach to information retrieval 2940 CIKM
A new framework to combine descriptors for content-based image retrieval 2941 CIKM
Intelligent GP fusion from multiple sources for text classification 2942 CIKM
Chemical Structure-Activity Relationship Visualization Using Structure Activity Maps 2945 CSB Workshops
Incremental, Semi-automatic, Mapping-Based Integration of Heterogeneous Collections into Archaeological Digital Libraries: Megiddo Case Study 2947 ECDL
Requirements Gathering and Modeling of Domain-Specific Digital Libraries with the 5S Framework: An Archaeological Case Study with ETANA 2950 ECDL
Schema mapper: a visualization tool for DL integration 2962 JCDL
Mining Context Specific Similarity Relationships Using The World Wide Web 2969 HLT/EMNLP
Discretization Based Learning for Information Retrieval 2970 HLT/EMNLP
SimFusion: measuring similarity using unified relationship matrix 2975 SIGIR
OCFS: optimal orthogonal centroid feature selection for text categorization 2976 SIGIR
Intelligent fusion of structural and citation-based evidence for text classification 2977 SIGIR
Improving web search results using affinity graph 2978 SIGIR
Decision Support System induced guidance for model formulation and solution 2986 Decision Support Systems
Effective profiling of consumer information retrieval needs: a unified framework and empirical comparison 2987 Decision Support Systems
Probabilistic question answering on the Web 2997 JASIST
University of Glasgow at WebCLEF 2005: Experiments in Per-Field Normalisation and Language Specific Stemming 3010 CLEF
Applying Light Natural Language Processing to Ad-Hoc Cross Language Information Retrieval 3011 CLEF
Term Frequency Normalisation Tuning for BM25 and DFR Models 3016 ECIR
Network Analysis for Distributed Information Retrieval Architectures 3017 ECIR
Terrier Information Retrieval Platform 3023 ECIR
A study of the dirichlet priors for term frequency normalisation 3042 SIGIR
A case study of distributed information retrieval architectures to index one terabyte of text 3058 Inf. Process. Manage.
Dempster-Shafer Theory for a Query-Biased Combination of Evidence on the Web 3063 Inf. Retr.
The Static Absorbing Model for the Web 3065 J. Web Eng.
ACM SIGIR workshop on mathematical/formal methods in information retrieval MF/IR 2005 3067 SIGIR Forum
Debugging object-oriented programs with behavior views 3070 AADEBUG
Monitoring with Behavior View Diagrams for Debugging 3072 APSEC
Multiresolution Query Optimization in an Online Environment 3077 APWeb
GEOMI: GEOmetry for Maximum Insight 3083 Graph Drawing
A scalable parallel genetic algorithm for x-ray spectroscopic analysis 3084 GECCO
Improving TCP performance in integrated wireless communications networks 3096 Computer Networks
A multiple objective framework for planning accelerated life tests 3099 IEEE Transactions on Reliability
Minimum energy accumulative routing in wireless networks 3111 INFOCOM
Unweaving a web of documents 3114 KDD
Universal approximations for TSP, Steiner tree, and set cover 3121 STOC
Approaching the Efficient Frontier: Cooperative Database Retrieval Using High-Dimensional Skylines 3152 DASFAA
Mining Web Log Sequential Patterns with Position Coded Pre-Order Linked WAP-Tree 3215 Data Min. Knowl. Discov.
Conquering the Curse of Dimensionality in Gene Expression Cancer Diagnosis: Tough Problem, Simple Models 3216 AIME
Simple and effective visual models for gene expression cancer diagnostics 3217 KDD
Content-Based Detection of Terrorists Browsing the Web Using an Advanced Terror Detection System (ATDS) 3221 ISI
A Multi-Agent System for the management of E-Government Services 3250 IAT
Flexible Pattern Discovery with (Extended) Disjunctive Logic Programming 3255 ISMIS
Logic Programming and Nonmonotonic Reasoning, 8th International Conference, LPNMR 2005, Diamante, Italy, September 5-8, 2005, Proceeding 3259 LPNMR
Data Integration: a Challenging ASP Application 3260 LPNMR
An Approach for Clustering Semantically Heterogeneous XML Schemas 3262 OTM Conferences (1)
Utilizzo delle proprieta' interschema per il clustering di Schemi XML semanticamente eterogenei 3266 SEBD
The INFOMIX system for advanced integration of incomplete and inconsistent data 3272 SIGMOD Conference
A graph-based approach for extracting terminological properties from information sources with heterogeneous formats 3290 Knowl. Inf. Syst.
System RX: One Part Relational, One Part XML 3300 SIGMOD Conference
A Self-Adaptive Model to Improve Average Response Time of Multiple-Event Filtering for Pub/Sub System 3306 DASFAA
Dimension Transform Based Efficient Event Filtering for Symmetric Publish/Subscribe System 3307 DEXA
Combining Self-reducibility and Partial Information Algorithms 3314 MFCS
TAP: A Platform for Enabling Enterprises to Develop Business Specific Text Analytic Applications 3321 COMAD
Constraint-Based Entity Matching 3343 AAAI
Corpus-based Schema Matching 3349 ICDE
Integrating Data from Disparate Sources: A Mass Collaboration Approach 3350 ICDE
Merging Interface Schemas on the Deep Web via Clustering Aggregation 3360 ICDM
Bootstrapping Domain Ontology for Semantic Web Services from Source Web Sites 3371 TES
Mapping Maintenance for Data Integration Systems 3375 VLDB
Tuning Schema Matching Software using Synthetic Scenarios 3376 VLDB
Proceedings of the Eight International Workshop on the Web andamp; Databases (WebDB 2005), Baltimore, Maryland, USA, Collocated mith ACM SIGMOD/PODS 2005, June 16-17, 200 3381 WebDB
Semantic Integration Research in the Database Community: A Brief Survey 3385 AI Magazine
Semantic Integration 3387 AI Magazine
Update-Pattern-Aware Modeling and Processing of Continuous Queries 3414 SIGMOD Conference
2-PS Based Associative Text Classification 3420 DaWaK
A Heuristic Algorithm for Maximum Distribution Reduction 3422 FSKD (1)
Knowledge Reduction of Rough Set Based on Partition 3423 IDEAL
Preparing complex data for warehousing 3427 AICCSA
Evaluation of a MCA-based approach to organize data cubes 3430 CIKM
Automatic Selection of Bitmap Join Indexes in Data Warehouses 3431 DaWaK
DWEB: A Data Warehouse Engineering Benchmark 3432 DaWaK
An Architecture Framework for Complex Data Warehouses 3444 ICEIS (1)
Supporting RFID-based Item Tracking Applications in Oracle DBMS Using a Bitmap Datatype 3463 VLDB
An efficient fingerprint verification system using integrated gabor filters and Parzen Window Classifier 3505 Neurocomputing
Multihashing, human authentication featuring biometrics data and tokenized random number: A case study FVC2004 3506 Neurocomputing
Secure Deletion for a Versioning File System 3536 FAST
Bypass Caching: Making Scientific Databases Good Network Citizens 3541 ICDE
Verifiable audit trails for a versioning file system 3559 StorageSS
Ext3cow: a time-shifting file system for regulatory compliance 3567 TOS
Tunable randomization for load management in shared-disk clusters 3568 TOS
Segment-Based Injection Attacks against Collaborative Filtering Recommender Systems 3585 ICDM
Analysis and Detection of Segment-Focused Attacks Against Collaborative Recommendation 3591 WEBKDD
Single-Key AIL-MACs from Any FIL-MAC 3656 ICALP
Generalized Strong Extractors and Deterministic Privacy Amplification 3657 IMA Int. Conf.
Abstract Models of Computation in Cryptography 3658 IMA Int. Conf.
Domain Expansion of MACs: Alternative Uses of the FIL-MAC 3659 IMA Int. Conf.
Efficient Proofs of Knowledge of Discrete Logarithms and Representations in Groups with Hidden Order 3662 Public Key Cryptography
Byzantine Agreement Given Partial Broadcast 3685 J. Cryptology
Minimal Complete Primitives for Secure Multi-Party Computation 3687 J. Cryptology
On the power of quantum memory 3698 IEEE Transactions on Information Theory
Development of a formal REA-ontology Representation 3706 EMOI-INTEROP
Object Class or Association Class? Testing the User Effect on Cardinality Interpretation 3707 ER (Workshops)
Measuring the Perceived Semantic Quality of Information Models 3708 ER (Workshops)
Database tuning advisor for microsoft SQL server 2005: demo 3710 SIGMOD Conference
Fuzzy Attribute Implications: Computing Non-redundant Bases Using Maximal Independent Sets 3717 Australian Conference on Artificial Intelligence
Axiomatizations of Fuzzy Attribute Logic 3729 IICAI
Functional Dependencies of Data Tables Over Domains with Similarity Relations 3730 IICAI
Fuzzy Closure Operators with Truth Stressers 3747 Logic Journal of the IGPL
Cut and Weakening in Fuzzy Horn Logic 3748 Logic Journal of the IGPL
XML Data Integration with Identification 3759 DBPL
XML Data Integration with identification 3764 SEBD
Logical Bayesian Networks and Their Relation to Other Probabilistic Logical Models 3772 BNAIC
A Comparison of Approaches for Learning Probability Trees 3776 ECML
Logical Bayesian Networks and Their Relation to Other Probabilistic Logical Models 3782 ILP
Multi-agent Relational Reinforcement Learning 3796 LAMAS
Meta-data version and configuration management in multi-vendor environments 3808 SIGMOD Conference
Services Science: Services Innovation Research andamp; Education 3813 IEEE SCC
Decomposition-Based Verification of Cyclic Workflows 3814 ATVA
Services Science: Services Innovation Research and Education 3840 ICWS
Web services and process management: a union of convenience or a new area of research? Editorial 3856 Decision Support Systems
Effective Role Resolution in Workflow Management 3860 INFORMS Journal on Computing
Editorial on the special issue for the second Workshop on e-Business 3861 Inf. Syst. E-Business Management
Automatic Ontology Matching Using Application Semantics 3903 AI Magazine
A Relevant Score Normalization Method Using Shannon's Information Measure 3906 ICADL
nfoPrint: A View of Retrieval Results for Image Retrieval System 3910 SAINT Workshops
An Efficient Range Query Under the Time Warping Distance 3930 CIS (1)
Multivariate Stream Data Reduction in Sensor Network Applications 3932 EUC Workshops
Dynamic topological predicates and notifications in moving objects databases 3964 Mobile Data Management
Context-aware optimization of continuous range queries maintenance for trajectories 3968 MobiDE
Influences of Functional Dependencies on Bucket-Based Rewriting Algorithms 4028 WAIM
Databases, Information Systems, and Peer-to-Peer Computing - Second International Workshop, DBISP2P 2004, Toronto, Canada, August 29-30, 2004, Revised Selected Paper 4034 DBISP2P
XQuery Implementation in a Relational Database System 4050 VLDB
Opportunity map: a visualization framework for fast identification of actionable knowledge 4054 CIKM
A Visual Data Mining Framework for Convenient Identification of Useful Knowledge 4056 ICDM
Databionic Visualization of Music Collections According to Perceptual Distance 4064 ISMIR
Optimizing time series discretization for knowledge discovery 4067 KDD
Evolution: The Other Side of the XML Update Coin 4078 ICDE Workshops
Quality-driven approximate methods for integrating GIS data 4123 GIS
Web-Enhanced GPS 4129 LoCA
Building a Believable Character for Real-Time Virtual Environments 4144 ACII
Content-Based Recommendation in E-Commerce 4146 ICCSA (2)
Sampling in dynamic data streams and applications 4159 Symposium on Computational Geometry
Facility Location in Sublinear Time 4182 ICALP
Low-distortion embeddings of general metrics into the line 4219 STOC
Optimal approximations of the frequency moments of data streams 4230 STOC
Polylogarithmic Private Approximations and Efficient Matchin 4248 Electronic Colloquium on Computational Complexity (ECCC)
Linear-time encodable/decodable codes with near-optimal rate 4257 IEEE Transactions on Information Theory
Object Database Benchmarks 4261 Encyclopedia of Information Science and Technology (IV)
Automatic Selection of Bitmap Join Indexes in Data Warehouses 4266 DaWaK
An Architecture Framework for Complex Data Warehouses 4272 ICEIS (1)
Evaluating the Dynamic Behavior of Database Applications 4296 J. Database Manag.
Data Mining in Medicine 4300 The Data Mining and Knowledge Discovery Handbook
Simple and effective visual models for gene expression cancer diagnostics 4314 KDD
Microarray data mining with visual programming 4323 Bioinformatics
VizRank: finding informative data projections in functional genomics by machine learning 4324 Bioinformatics
GenePath: from mutations to genetic networks and back 4336 Nucleic Acids Research
Design for All in Information Technology: A Universal Concern 4347 DEXA
A Novel Approach for Adaptive Unsupervised Segmentation of MRI Brain Images 4362 MICAI
A system for analyzing and indexing human-motion databases 4366 SIGMOD Conference
Spatial Databases: Technologies, Techniques and Trend 4374 Spatial Databases
Knowledge Discovery in Web-Directories: Finding Term-Relations to Build a Business Ontology 4426 EC-Web
A Comparison of On-Line Computer Science Citation Databases 4428 ECDL
Finding Base Time-Line of a News Article 4430 FLAIRS Conference
Identifying Content Blocks from Web Documents 4456 ISMIS
Name disambiguation in author citations using a K-way spectral clustering method 4459 JCDL
Automatic acknowledgement indexing: expanding the semantics of contribution in the CiteSeer digital library 4471 K-CAP
A learning based model for headline extraction of news articles to find explanatory sentences for events 4472 K-CAP
Learning term-relationships for ontology construction: creating business ontologies for event explanation 4473 K-CAP
Automatic extraction of informative blocks from webpages 4500 SAC
Rule-based word clustering for document metadata extraction 4501 SAC
A hierarchical naive Bayes mixture model for name disambiguation in author citations 4502 SAC
Modeling the author bias between two on-line computer science citation databases 4526 WWW (Special interest tracks and posters)
Automatic Identification of Informative Sections of Web Pages 4571 IEEE Trans. Knowl. Data Eng.
Unified Querying of Ontology Languages with the SIRUP Ontology Query API 4606 BTW
Using Text Editing Creation Time Meta Data for Document Management 4613 CAiSE
Universitandauml;t Zanduuml;rich ehrt den Pionier der Datenbank-Anfragesprachen 4700 Datenbank-Spektrum
Concept and prototype of a collaborative business process environment for document processing 4703 Data Knowl. Eng.
Mitteilungen der Schweizer Informatik Gesellschaft - 1/2005 4711 Informatik Spektrum
Spatial Knowledge-Based Applications and Technologies: Research Issues 4739 KES (4)
GEO-RBAC: a spatially aware RBAC 4744 SACMAT
A novel approach for privacy-preserving video sharing 4748 CIKM
Learning the Semantics of Images by Using Unlabeled Samples 4751 CVPR (2)
Mining images on semantics via statistical learning 4753 KDD
Statistical modeling and conceptualization of natural images 4769 Pattern Recognition
A Fast Normalized Maximum Likelihood Algorithm for Multinomial Data 4782 IJCAI
XG: A Data-Driven Computation Grid for Enterprise-Scale Mining 4796 DEXA
Load and Network Aware Query Routing for Information Integration 4803 ICDE
QoS-based Data Access and Placement for Federated Information Systems 4820 VLDB
Anonymity-preserving data collection 4888 KDD
Distributed Data Mining Protocols for Privacy: A Review of Some Recent Results 4889 MADNES
On designing incentive-compatible routing and forwarding protocols in wireless ad-hoc networks: an integrated approach using game theoretical and cryptographic techniques 4890 MOBICOM
Privacy-enhancing k-anonymization of customer data 4892 PODS
Privacy-Preserving Classification of Customer Data without Loss of Accuracy 4893 SDM
Ubic2 - Towards Ubiquitous Bio-Information Computing: Data Protocols, Middleware, and Web Services for Heterogeneous Biological Information Integration and Retrieval 4902 International Journal of Software Engineering and Knowledge Engineering
On the Complexity of Equational Horn Clauses 4921 CADE
Analysis of Modular Arithmetic 4927 ESOP
Interprocedural Herbrand Equalities 4928 ESOP
XML type checking with macro tree transducers 4957 PODS
A Generic Framework for Interprocedural Analysis of Numerical Properties 4964 SAS
Checking Herbrand Equalities and Beyond 4972 VMCAI
Flat and One-Variable Clauses: Complexity of Verifying Cryptographic Protocols with Single Blind Copyin 4975 CoRR
A Task-Oriented Access Control Model for WfMS 5057 ISPEC
XML Document Clustering Using Common XPath 5064 WIRI
On the use of hierarchical information in sequential mining-based XML document similarity computation 5069 Knowl. Inf. Syst.
Default Clustering from Sparse Data Sets 5087 ECSQARU
Stereotype Extraction with Default Clustering 5111 IJCAI
On Internal Cardinal Direction Relations 5129 COSIT
Classification Analysis of SAGE Data Using Maximum Entropy Model 5131 FSKD (2)
A Novel IDS Agent Distributing Protocol for MANETs 5137 International Conference on Computational Science (2)
H.264-compatible spatially scalable video coding with in-band prediction 5138 ICIP (1)
An effective algorithm for delay constrained least cost unicast routing 5144 ISCAS (4)
Adaptive neural network models for automatic incident detection on freeways 5156 Neurocomputing
Trust Management in a Distributed Environment 5168 COMPSAC (1)
Secure Model Management Operations for the Web 5182 DBSec
Multilevel Secure Teleconferencing over Public Switched Telephone Network 5194 DBSec
Towards Access Control for Visual Web Model Management 5201 EEE
Dependable Real-Time Data Mining 5226 ISORC
Directions for security and privacy for semantic e-business applications 5253 Commun. ACM
Privacy constraint processing in a privacy-enhanced database management system 5260 Data Knowl. Eng.
Privacy-Preserving Data Mining: Development and Directions 5271 J. Database Manag.
Cognitive information fusion of georeferenced data for tactical applications 5304 IEEE ICCI
The Biologically Inspired Distributed File System: An Emergent Thinker Instantiation 5319 Self-star Properties in Complex Information Systems
Hybrid Approach to Web Content Outlier Mining Without Query Vector 5325 DaWaK
Replica Placement in Data Grid: A Multi-objective Approach 5332 GCC
Novel Approach for Reengineering Relational Databases into XML 5341 ICDE Workshops
WCOND-Mine: Algorithm for Detecting Web Content Outliers from Web Documents 5360 ISCC
Replica Placement in Data Grid: Considering Utility and Risk 5362 ITCC (1)
Indirect anaphora resolution as semantic path search 5369 K-CAP
Matching utterances to rich knowledge structures to acquire a model of the speaker's goal 5372 K-CAP
Alternative Clustering by Utilizing Multi-objective Genetic Algorithm with Linked-List Based Chromosome Encoding 5377 MLDM
Maintaining Knowledge-Bases of Navigational Patterns from Streams of Navigational Sequences 5380 RIDE
Mining web content outliers using structure oriented weighting techniques and N-grams 5384 SAC
Replica selection in grid environment: a data-mining approach 5388 SAC
Viruses 101 5389 SIGCSE
Finding differentially expressed genes for pattern generation 5393 Bioinformatics
Web outlier mining: Discovering outliers from web datasets 5399 Intell. Data Anal.
Integrating Multi-Objective Genetic Algorithm and Validity Analysis for Locating and Ranking Alternative Clustering 5402 Informatica (Slovenia)
Automatic Feature Extraction and Stereo Image Processing with Genetic Algorithms for LiDAR Data 5409 CGIV
Verification and Validation of Artificial Neural Network Models 5410 Australian Conference on Artificial Intelligence
Multiple Collaborative Kernel Tracking 5411 CVPR (2)
Tracking Non-Stationary Appearances and Dynamic Feature Selection 5413 CVPR (2)
Design of Interceptor Guidance Law Using Fuzzy Logic 5419 FSKD (1)
Predicting Internet end-to-end delay: a multiple-model approach 5425 INFOCOM
A Moving-Mass Control System for Spinning Vehicle Based on Neural Networks and Genetic Algorithm 5429 KES (2)
A Novel Method of Image Filtering Based on Iterative Fuzzy Control 5431 RSFDGrC (2)
A Computational Model of Mortgage Prepayment Options 5436 WINE
Study on simulation credibility metrics 5437 Winter Simulation Conference
The application of evaluation method based on HMM for results validity of complex simulation system 5438 Winter Simulation Conference
An unconditionally secure multi-round revocation scheme using secret sharing 5440 Communications and Computer Networks
Dynamic channel partitioning with flexible channel combination for TDMA-based cellular systems 5447 IEEE Transactions on Wireless Communications
Analysis of Feature Rankings for Classification 5453 IDA
Heuristic Search over a Ranking for Feature Selection 5459 IWANN
A Load Balancing Scheme for Cluster-based Secure Network Servers 5473 CLUSTER
Exploiting NIC Memory for Improving Cluster-Based Webserver Performance 5474 CLUSTER
Improving Performance of Cluster-based Secure Application Servers with User-level Communication 5476 ICDE
A multi-threaded PIPELINED Web server architecture for SMP/SoC machines 5479 WWW
Divide-and-Approximate: A Novel Constraint Push Strategy for Iceberg Cube Mining 5486 IEEE Trans. Knowl. Data Eng.
Schema Integration Based on Uncertain Semantic Mappings 5512 ER
XML and Relational Data: Towards a Common Model and Algebra 5529 IDEAS
Towards a Language for a Satisfaction-Based Selection of Grid Services 5535 PPAM
XMatch: A language for satisfaction-based selection of Grid services 5555 Scientific Programming
A framework for modeling and evaluating automatic semantic reconciliation 5559 VLDB J.
A hybrid unsupervised approach for document clustering 5571 KDD
A Robust Combination Strategy for Semantic Role Labeling 5572 HLT/EMNLP
A Low-Latency Checkpointing Scheme for Mobile Computing Systems 5581 COMPSAC (1)
The Construction of a Chinese Rubbings Digital Library: An Attempt in Preserving and Utilizing Chinese Cultural Heritage Materials 5585 ECDL
Efficient Optimistic Concurrency Control for Mobile Real-Time Transactions in a Wireless Data Broadcast Environment 5593 RTCSA
A novel min-process checkpointing scheme for mobile computing systems 5600 Journal of Systems Architecture
Expressiveness of XSDs: from practice to theory, there and back again 5620 WWW
Querying a Polynomial Object-Relational Constraint Database in Model-Based Diagnosis 5628 DEXA
Analysis and Visualization of the DX Community with Information Extracted from the Web 5629 DEXA
ORCDB: Arquitectura para la extensiandoacute;n de la semandaacute;ntica de SQL en bases de datos restrictivas orientadas a objetos con restricciones polinandoacute;micas de igualdad 5633 JISBD
Dynamic Load Balancing of Virtualized Database Services Using Hints and Load Forecasting 5643 CAiSE Workshops (2)
Mining Positive and Negative Association Rules from XML Query Patterns for Caching 5650 DASFAA
SM3+: An XML Database Solution for the Management of MPEG-7 Descriptions 5652 DEXA
QoS Measurement Issues with DAML-QoS Ontology 5653 ICEBE
Semantic Knowledge Building for Image Database by Analyzing Web Page Contents 5660 ICME
Adaptive local context suppression of multiple cues for salient visual attention detection 5661 ICME
EASIER Sampling for Audio Event Identification 5662 ICME
Adaptive hierarchical multi-class SVM classifier for texture-based image classification 5663 ICME
Affective content analysis in comedy and horror videos by audio emotional event detection 5664 ICME
Robust subspace analysis for detecting visual attention regions in images 5669 ACM Multimedia
Attention region selection with information from professional digital camera 5670 ACM Multimedia
Efficient Sampling: Application to Image Data 5688 PAKDD
Service discovery and measurement based on DAML-QoS ontology 5698 WWW (Special interest tracks and posters)
Web Services Discovery with DAML-QoS Ontology 5705 Int. J. Web Service Res.
Automatic Generation of MPEG-7 Compliant XML Document for Motion Trajectory Descriptor in Sports Video 5707 Multimedia Tools Appl.
A new motion histogram to index motion content in video segments 5708 Pattern Recognition Letters
Enhancement layer rate control for high bitrate SNR scalable video coding 5710 J. Visual Communication and Image Representation
Improving the Efficiency of Misuse Detection 5715 DIMVA
Beyond Excel and Powerpoint: Knowledge Maps for the Transfer and Creation of Knowledge in Organizations 5720 IV
Automatic Layout of Project Plans Using a Metro Map Metaphor 5721 IV
Effiziente Analyseverfahren fanduuml;r Intrusion-Detection-Systeme 5723 Sicherheit
Tube Map Visualization: Evaluation of a Novel Knowledge Visualization Application for the Transfer of Knowledge in Long-Term Projects 5726 J. UCS
Translating XQuery to SQL Based on Query Forests 5729 DASFAA
On Tracking Personalized Web Services Using Views 5731 EEE
Views in Composite Web Services 5732 IEEE Internet Computing
The Reliability and Validity of the Chinese Version of Abbreviated PAD Emotion Scales 5737 ACII
An Effective Information Service Architecture in Grid Environment 5742 APPT
A Pattern-Based Voting Approach for Concept Discovery on the Web 5743 APWeb
Optimizing Sorting with Genetic Algorithms 5745 CGO
A Conceptual Modeling Approach to Virtual Organizations in the Grid 5748 GCC
A Genetic Algorithm for Solving Portfolio Optimization Problems with Transaction Costs and Minimum Transaction Lots 5755 ICNC (3)
An Empirical Study of Free-Riding Behavior in the Maze P2P File-Sharing System 5765 IPTPS
Optimizing Matrix Multiplication with a Classifier Learning System 5773 LCPC
Analytic Models and Empirical Search: A Hybrid Approach to Code Optimization 5775 LCPC
The design and implementation of LilyTask in shared memory 5795 Operating Systems Review
Multidimensional balanced allocations 5842 SODA
Sampling search-engine results 5858 WWW
Current trends in the integration of searching and browsing 5860 WWW (Special interest tracks and posters)
How search engines shape the web 5862 WWW (Special interest tracks and posters)
Querying the past, present and future: where we are and where we will be 5863 WWW (Special interest tracks and posters)
Improving Text Categorization Using the Importance of Words in Different Categories 5907 CIS (1)
Logic soft errors in sub-65nm technologies design and CAD challenges 5909 DAC
Finding Hidden Semantics Behind Reference Linkages : An Ontological Approach for Scientific Digital Libraries 5911 DASFAA
An Efficient Text Categorization Algorithm Based on Category Memberships 5913 FSKD (1)
A Semantic Metadata Catalog Service for Grid 5914 GCC
A Data Simulation System using Sinx/x and SINX Polynomial Higher Order Neural Networks 5919 Computational Intelligence
Three-Threshold Hysteresis Method for Human Shoulder Detection in Complex Images 5920 Computational Intelligence
Data Simulation using SINCHONN Model 5921 Computational Intelligence
Multiple Dimension Chrominance Model for Background Subtraction 5922 Computational Intelligence
GMA-PSMH: A Semantic Metadata Publish-Harvest Protocol for Dynamic Metadata Management Under Grid Environment 5925 ICADL
Web Service Composition Using Integer Programming-based Models 5933 ICEBE
DFT Assisted Built-In Soft Error Resilience 5942 IOLTS
An energy-efficient circuit technique for single event transient noise-tolerance 5946 ISCAS (1)
Mining Frequent Ordered Patterns 5956 PAKDD
Feature Selection with Adjustable Criteria 5960 RSFDGrC (1)
Web Service Composition Using Markov Decision Processes 5967 WAIM
Data Mining - An Adaptive Neural Network Model for Financial Analysis 5970 ICITA (1)
DLOnto: A Semantic Information Model for Digital Libraries 5971 SKG
Improving conformational searches by geometric screening 5972 Bioinformatics
Subhasish Mitra, Norbert Seifert, Ming Zhang, Quan Shi, Kee Sup Kim 5976 IEEE Computer
SPEK: A Storage Performance Evaluation Kernel Module for Block-Level Storage Systems under Faulty Conditions 5995 IEEE Trans. Dependable Sec. Comput.
In-Depth Data Mining and Its Application in Stock Market 6017 ADMA
AI 2005: Advances in Artificial Intelligence, 18th Australian Joint Conference on Artificial Intelligence, Sydney, Australia, December 5-9, 2005, Proceeding 6024 Australian Conference on Artificial Intelligence
A Decremental Algorithm for Maintaining Frequent Itemsets in Dynamic Databases 6034 DaWaK
A Framework for Merging Inconsistent Beliefs in Security Protocol Analysis 6035 DEEC
Dynamic Test-Sensitive Decision Trees with Multiple Cost Scales 6036 FSKD (1)
A Recent-Biased Dimension Reduction Technique for Time Series Data 6054 PAKDD
Armga: Identifying Interesting Association Rules with Genetic Algorithms 6064 Applied Artificial Intelligence
A Partial-Repeatability Approach to Data Mining 6078 IEEE Intelligent Informatics Bulletin
Identifying Interesting Customers through Web Log Classification 6084 IEEE Intelligent Systems
Database classification for multi-database mining 6090 Inf. Syst.
ENDL: A Logical Framework for Verifying Secure Transaction Protocols 6095 Knowl. Inf. Syst.
"Missing Is Useful': Missing Values in Cost-Sensitive Decision Trees 6101 IEEE Trans. Knowl. Data Eng.
Identifying Interesting Patterns in Multidatabases 6106 Classification and Clustering for Knowledge Discovery
Opportunities from Open Source Search 6115 Web Intelligence
On P2P Collaboration Infrastructures 6116 WETICE
Online Query Relaxation via Bayesian Causal Structures Discovery 6128 AAAI
The Workshop Program at the Nineteenth National Conference on Artificial Intelligence 6148 AI Magazine
Local Computation of Answers to Table Queries on Summary Databases 6170 SSDBM
A Statistical-driven Approach for Automatic Classification of Events in AFL Video Highlights 6193 ACSC
Analyzing Security Protocols Using Association Rule Mining 6201 Australian Conference on Artificial Intelligence
A New Indexing Method for High Dimensional Dataset 6205 DASFAA
ANNODA: Tool for integrating Molecular-biological Annotation Data 6211 ICDE Workshops
Yet Another Induction Algorithm 6218 KES (2)
Multi-level Semantic Analysis for Sports Video 6220 KES (2)
Side Chain Conformational Preferences in Protein Structures 6222 METMBS
Content-based video indexing for sports applications using integrated multi-modal approach 6225 ACM Multimedia
11th International Conference on Multi Media Modeling (MMM 2005), 12-14 January 2005, Melbourne, Australi 6227 MMM
DDR: an index method for large time-series datasets 6244 Inf. Syst.
Guest Editor's Introduction: Advanced Techniques for Bioinformatics 6246 J. Bioinformatics and Computational Biology
Grid warehousing of molecular dynamics protein unfolding data 6258 CCGRID
Modeling gene-regulatory networks using evolutionary algorithms and distributed computing 6260 CCGRID
A flexible and robust similarity measure based on contextual probability 6270 IJCAI
Three-Dimension Model for Developing a Nutrition, Lifestyle and Health Database 6272 IKE
A Grid Infrastructure for Text Mining of Full Text Articles and Creation of a Knowledge Base of Gene Relations 6274 ISBMDA
Focal Activity in Simulated LQT2 Models at Rapid Ventricular Pacing: Analysis of Cardiac Electrical Activity Using Grid-Based Computation 6276 ISBMDA
Mathematical models of cell cycle regulation 6291 Briefings in Bioinformatics
Survival Trees for Analyzing Clinical Outcome in Lung Adenocarcinomas Based on Gene Expression Profiles: Identification of Neogenin and Diacylglycerol Kinase Expression as Critical Factors 6299 Journal of Computational Biology
Achieving seamless component composition through scenario-based deep adaptation and generation 6329 Sci. Comput. Program.
Efficient Inverted Lists and Query Algorithms for Structured Value Ranking in Update-Intensive Relational Databases 6335 ICDE
Extending XQuery for Analytics 6339 SIGMOD Conference
DB2/XML: designing for evolution 6340 SIGMOD Conference
Hubble: An Advanced Dynamic Folder Technology for XML 6350 VLDB
Hubble: an advanced dynamic folder system for XML 6351 WWW (Special interest tracks and posters)
On the Move to Meaningful Internet Systems 2005: OTM 2005 Workshops, OTM Confederated International Workshops and Posters, AWeSOMe, CAMS, GADA, MIOS+INTEROP, ORM, PhDS, SeBGIS, SWWS, and WOSE 2005, Agia Napa, Cyprus, October 31 - November 4, 2005, Proceeding 6370 OTM Workshops
MIOS+INTEROP 2005 PC Co-chairs' Message 6371 OTM Workshops
Using Ontologies for XML Data Cleaning 6372 OTM Workshops
Data Quality at a Glance 6383 Datenbank-Spektrum
Consistently Estimating the Selectivity of Conjuncts of Predicates 6400 VLDB
Distributed Energy-Efficient Hierarchical Clustering for Wireless Sensor Networks 6403 DCOSS
A Wrapper Induction Application with Knowledge Base Support: A Use Case for Initiation and Maintenance of Wrappers 6421 BIBE
Semantic Correspondence in Federated Life Science Data Integration Systems 6428 DILS
A Dynamic Workflow Approach for the Integration of Bioinformatics Services 6434 Cluster Computing
Database issues for the 21st century 6438 SIGMOD Conference
Web services considered harmful 6442 WWW (Special interest tracks and posters)
Learning from the web 6446 ACM Queue
Pathfinder/MonetDB: A High Performance Relational Runtime for XQuery 6447 BTW Studierenden-Programm
Pathfinder/MonetDB: A High-Performance Relational Runtime for XQuery 6450 Grundlagen von Datenbanken
Pathfinder: XQuery - The Relational Way 6456 VLDB
Updating the Pre/Post Plane in MonetDB/XQuery 6457 XIME-P
Deriving and Managing Data Products in an Environmental Observation and Forecasting System 6459 CIDR
Efficient Scheduling and Execution of Scientific Workflow Tasks 6470 SSDBM
Shared Protection Based on Matrix Decomposition in Tropical Semi-Rings 6476 AINA
A Genetic Approach for the Reconfiguration of Degradable Processor Arrays 6482 DFT
Classification with Maximum Entropy Modeling of Predictive Association Rules 6492 ECML
A New Hybrid Architecture for Optical Burst Switching Networks 6498 HPCC
Dynamic Lightpath Protection in WDM optical Networks Using Ant-based Mobile Agents 6499 IAT
Empirical Parallel Performance Prediction from Semantics-Based Profiling 6501 International Conference on Computational Science (2)
Dynamic RWA Based on the Combination of Mobile Agents Technique and Genetic Algorithm in WDM Networks with Sparse Wavelength Conversion 6511 IPDPS
Towards Peta-Bit Photonic Networks 6513 ISPA
A Hybrid Algorithm for Dynamic Lightpath Protection in Survivable WDM Optical Networks 6524 ISPAN
Improving discriminative sequential learning with rare--but--important associations 6525 KDD
A Probabilistic Sentence Reduction Using Maximum Entropy Model 6539 IEICE Transactions
Modified Hierarchical 3D-Torus Network 6540 IEICE Transactions
Dynamic RWA Based on the Combination of Mobile Agents Technique and Genetic Algorithms in WDM Networks with Sparse Wavelength Conversion 6542 IEICE Transactions
Automated data extraction from the web with conditional models 6550 IJBIDM
Accuracy Enhancement for the Decomposition of Human-Written Summary 6551 Int. J. Comput. Proc. Oriental Lang.
Improving Text Categorization by Multicriteria Feature Selection 6553 JACIII
A parallel SML compiler based on algorithmic skeletons 6554 J. Funct. Program.
Routing performance enhancement in hierarchical torus network by link-selection algorithm 6556 J. Parallel Distrib. Comput.
A Parallelization Case-study of Md Simulation of a Low Density Physical System 6561 Parallel Processing Letters
A database to aid probe design for virus identification 6573 APBC
Primer design for multiplex PCR using a genetic algorithm 6580 GECCO
Discovering Common Structural Motifs of Ribosomal Rna Secondary Structures in Prokaryotes 6582 International Journal on Artificial Intelligence Tools
Incorporating hidden Markov models for identifying protein kinase-specific phosphorylation sites 6586 Journal of Computational Chemistry
SpliceInfo: an information repository for mRNA alternative splicing in human genome 6591 Nucleic Acids Research
KinasePhos: a web tool for identifying protein kinase-specific phosphorylation sites 6592 Nucleic Acids Research
Prefiltering techniques for efficient XML document processing 6607 ACM Symposium on Document Engineering
Trading Decision Maker: Stock Trading Decision by Price Series Smoothing and Tendency Transition Inference 6608 EEE
A Hierarchical Neural Network Document Classifier with Linguistic Feature Selection 6621 Appl. Intell.
Personalized Course Navigation Based on Grey Relational Analysis 6624 Appl. Intell.
AGILE: Adaptive Indexing for Context-Aware Information Filters 6649 SIGMOD Conference
Bridging the Gap between OLAP and SQL 6650 VLDB
iMeMex: Escapes from the Personal Information Jungle 6652 VLDB
Contextual Insight in Search: Enabling Technologies and Applications 6674 VLDB
Optimistic-Preventive Replication in a Database Cluster 6681 BDA
Consistency Management for Partial Replication in a High Performance Database Cluster 6695 ICPADS (1)
Physical and Virtual Partitioning in OLAP Database Clusters 6697 SBAC-PAD
Preventive Replication in a Database Cluster 6708 Distributed and Parallel Databases
Distribution-Based Synthetic Database Generation Techniques for Itemset Mining 6726 IDEAS
Can Attackers Learn from Samples 6728 Secure Data Management
To Do or Not To Do: The Dilemma of Disclosing Anonymized Data 6729 SIGMOD Conference
Multi-query Optimization for Sensor Networks 6731 DCOSS
Decentralized Schemes for Size Estimation in Large and Dynamic Groups 6741 NCA
Correctness of a gossip based membership protocol 6746 PODC
Information Technology and Organizational Contexts: Orienting Our Work Along Key Dimensions 6802 ICIS
ER 2002 6814 Data Knowl. Eng.
Personalized Cyber Face: A Novel Facial Modeling Approach using Multi-Level Radial Basis Function 6839 CW
Transform-domain intra prediction for H.264 6843 ISCAS (2)
Visual Mining for Customer Targeting 6858 APWeb
Customer Information Visualization via Customer Map 6859 DASFAA
The Framework of Web-Based Voice of the Customers Management for Business Process Management in Service Industry 6860 EC-Web
Visualization method for customer targeting using customer map 6861 Expert Syst. Appl.
Mining Quantitative Associations in Large Database 6863 APWeb
Supervised Semi-definite Embedding for Email Data Cleaning and Visualization 6864 APWeb
An Incremental Subspace Learning Algorithm to Categorize Large Scale Text Data 6865 APWeb
Graph Embedding: A General Framework for Dimensionality Reduction 6867 CVPR (2)
Coupled Kernel-Based Subspace Learning 6868 CVPR (1)
Text Representation: From Vector to Tensor 6873 ICDM
Efficient Text Classification by Weighted Proximal SVM 6874 ICDM
Supervised semi-definite embedding for image manifolds 6881 ICME
OCFS: optimal orthogonal centroid feature selection for text categorization 6883 SIGIR
Learning quantifiable associations via principal sparse non-negative matrix factorization 6893 Intell. Data Anal.
The rotating compass: a novel interaction technique for mobile navigation 6898 CHI Extended Abstracts
Adding Context Information to Digital Photos 6920 ICDCS Workshops
DistScroll - A New One-Handed Interaction Device 6922 ICDCS Workshops
Adding Usability to Web Engineering Models and Tools 6926 ICWE
WYSIWYG-Tool Tips: Enhancing Tool Tips with Translucent Preview Bitmaps 6930 ISVC
Multi-user and ubiquitous user interfaces: (MU3I 2005) 6935 IUI
Pervasive Computing, Third International Conference, PERVASIVE 2005, Munich, Germany, May 8-13, 2005, Proceeding 6945 Pervasive
Expected, sensed, and desired: A framework for designing sensing-based interaction 6984 ACM Trans. Comput.-Hum. Interact.
A Novel Feature Fusion Method Based on Partial Least Squares Regression 6998 ICAPR (1)
Face Recognition Based on Generalized Canonical Correlation Analysis 6999 ICIC (2)
Unifying Genetic Algorithm and Clustering Method for Recognizing Activated fMRI Time Series 7001 ICMLC
Support Vector Clustering for Brain Activation Detection 7009 MICCAI
Shape Modeling Using Automatic Landmarking 7010 MICCAI (2)
Fuzzy numbers and fuzzification of the Choquet integral 7039 Fuzzy Sets and Systems
A theorem on the generalized canonical projective vectors 7047 Pattern Recognition
A new method of feature fusion and its application in image recognition 7048 Pattern Recognition
A system for real-time panorama generation and display in tele-immersive applications 7052 IEEE Transactions on Multimedia
An improved scheme of an interactive finite element model for 3D soft-tissue cutting and deformation 7057 The Visual Computer
Backward Reasoning on Rule-Based Systems Modeled by Fuzzy Petri Nets Through Backward Tree 7059 Computational Intelligence for Modelling and Prediction
Automating the performance management of component-based enterprise systems through the use of redundancy 7077 ASE
Towards a framework to analyse information architecture work practices 7092 OZCHI
The converged appliance: "I love it... but I hate it" 7093 OZCHI
Lost in translation 7094 OZCHI
Middleware benchmarking: approaches, results, experiences 7095 Concurrency and Computation: Practice and Experience
Index Structures for Matching XML Twigs Using Relational Query Processors 7099 ICDE Workshops
Effective Computation of Biased Quantiles over Data Streams 7101 ICDE
Categorizing and Extracting Information from Multilingual HTML Documents 7142 IDEAS
On the Move to Meaningful Internet Systems 2005: OTM 2005 Workshops, OTM Confederated International Workshops and Posters, AWeSOMe, CAMS, GADA, MIOS+INTEROP, ORM, PhDS, SeBGIS, SWWS, and WOSE 2005, Agia Napa, Cyprus, October 31 - November 4, 2005, Proceeding 7185 OTM Workshops
On the Move to Meaningful Internet Systems 2005: CoopIS, DOA, and ODBASE, OTM Confederated International Conferences, CoopIS, DOA, and ODBASE 2005, Agia Napa, Cyprus, October 31 - November 4, 2005, Proceedings, Part I 7186 OTM Conferences (2)
On the Move to Meaningful Internet Systems 2005: CoopIS, DOA, and ODBASE, OTM Confederated International Conferences CoopIS, DOA, and ODBASE 2005, Agia Napa, Cyprus, October 31 - November 4, 2005, Proceedings, Part 7187 OTM Conferences (1)
ORM 2005 PC Co-chairs' Message 7190 OTM Workshops
Judicial Support Systems: Ideas for a Privacy Ontology-Based Case Analyzer 7192 OTM Workshops
Architecting Ontology for Scalability and Versatility 7194 OTM Conferences (2)
On the Semantics of Operation Contracts in Conceptual Modeling 7232 CAiSE Short Paper Proceedings
Zoned-RAID for Multimedia Database Servers 7238 DASFAA
Differencing Data Streams 7250 IDEAS
XSQ: A streaming XPath engine 7270 ACM Trans. Database Syst.
Network selection using fuzzy logic 7272 BROADNETS
CompuP2P: A light-weight architecture for internet computing 7273 BROADNETS
Game Theory As A Tool To Strategize As Well As Predict Nodes Behavior In Peer-to-Peer Networks 7276 ICPADS (1)
Node Identification Schemes for Efficient XML Retrieval 7282 Foundations of Semistructured Data
Exploiting native XML indexing techniques for XML retrieval in relational database systems 7292 WIDM
The BIRD Numbering Scheme for XML and Tree Databases - Deciding and Reconstructing Tree Relations Using Efficient Arithmetic Operations 7293 XSym
Visual exploration and retrieval of XML document collections with the generic system X2 7296 Int. J. on Digital Libraries
Multi-Output Regularized Projection 7302 CVPR (2)
Hierarchy-Regularized Latent Semantic Indexing 7314 ICDM
Dirichlet enhanced relational learning 7315 ICML
Learning Gaussian processes from multiple tasks 7317 ICML
Soft Clustering on Graphs 7345 NIPS
A Probabilistic Clustering-Projection Model for Discrete Data 7347 PKDD
Multi-label informed latent semantic indexing 7349 SIGIR
A Multi-Agent Framework for a P2P Data Sharing Facility 7372 AINA
An Engineering Approach to Cooperating Agents for Distributed Information Systems 7425 J. Intell. Inf. Syst.
Reducing application code complexity with vocabulary-specific XML language bindings 7434 ACM Southeast Regional Conference (2)
DAnCE: A QoS-Enabled Component Deployment and Configuration Engine 7439 Component Deployment
The J3 Process for Building Autonomic Enterprise Java Bean Systems 7480 ICAC
Main effects screening: a distributed continuous quality assurance process for monitoring performance degradation in evolving software systems 7489 ICSE
Middleware Support for Dynamic Component Updating 7531 OTM Conferences (2)
A Platform-Independent Component Modeling Language for Distributed Real-Time and Embedded Systems 7537 IEEE Real-Time and Embedded Technology and Applications Symposium
Model-Driven Techniques for Evaluating the QoS of Middleware Configurations for DRE Systems 7543 IEEE Real-Time and Embedded Technology and Applications Symposium
Addressing Domain Evolution Challenges in Software Product Lines 7557 MoDELS Satellite Events
Model Driven Development for Distributed Real-Time and Embedded Systems 7558 MoDELS
Workshop 9 Summary 7559 MoDELS Satellite Events
Simplifying Autonomic Enterprise Java Bean Applications Via Model-Driven Development: A Case Study 7560 MoDELS
Integrated Adaptive QoS Management in Middleware: A Case Study 7605 Real-Time Systems
CCMPerf: A Benchmarking Tool for CORBA Component Model Implementations 7607 Real-Time Systems
Introducing embedded software and systems education and advanced learning technology in an engineering curriculum 7619 ACM Trans. Embedded Comput. Syst.
Database storage management with object-based storage devices 7634 DaMoN
On Multidimensional Data and Modern Disks 7638 FAST
Generation of Hard Non-Clausal Random Satisfiability Problems 7650 AAAI
Solving First-Order Constraints over the Monadic Class 7653 Mechanizing Mathematical Reasoning
05431 Executive Summary - Deduction and Applications 7682 Deduction and Applications
05431 Abstracts Collection - Deduction and Applications 7683 Deduction and Applications
Logic for Programming, Artificial Intelligence, and Reasoning, 11th International Conference, LPAR 2004, Montevideo, Uruguay, March 14-18, 2005, Proceeding 7728 LPAR
Logic for Programming, Artificial Intelligence, and Reasoning, 12th International Conference, LPAR 2005, Montego Bay, Jamaica, December 2-6, 2005, Proceeding 7729 LPAR
Basis of Solutions for a System of Linear Inequalities in Integers: Computation and Applications 7733 MFCS
Random Databases and Threshold for Monotone Non-recursive Datalog 7734 MFCS
Finding Basic Block and Variable Correspondence 7741 SAS
Efficient instance retrieval with standard and relational path indexing 7752 Inf. Comput.
Knuth-Bendix constraint solving is NP-complete 7766 ACM Trans. Comput. Log.
OS Support for a Commodity Database on PC clusters - Distributed Devices vs. Distributed File Systems 7789 ADC
Similarity-based Web Service Matchmaking 7799 IEEE SCC
SMRP: Fast Restoration of Multicast Sessions from Persistent Failures 7813 DSN
Components and Contracts for Embedded Software 7814 ECBS
Credit in the Grid Resource Management 7816 GCC
Self-tuning Fuzzy Control for Shunt Active Power Filter 7818 ICIC (2)
Finding a Needle in a Haystack: Pinpointing Significant BGP Routing Changes in an IP Network 7825 NSDI
Software System Development based on Component Signature Matching 7829 Parallel and Distributed Computing and Networks
DartGrid II: A Semantic Grid Platform for ITS 7844 IEEE Intelligent Systems
Finding and Analyzing Database User Sessions 7853 DASFAA
A Machine Learning Approach to Identifying Database Sessions Using Unlabeled Data 7854 DaWaK
A Distance-Based Algorithm for Clustering Database User Sessions 7857 ISMIS
Data cleaning in microsoft SQL server 2005 7868 SIGMOD Conference
An Adaptive Distributed Query Processing Grid Service 7877 DMG
Reasoning on Dynamically Built Reasoning Space with Ontology Modules 7882 OTM Conferences (2)
STIL: an alternative, queryable resource description framework 7895 BDA
Persistent clustered main memory index for accelerating k-NN queries on high dimensional datasets 7900 CVDB
Exact k-NN queries on clustered SVD datasets 7907 Inf. Process. Lett.
Similarity Searching in Peer-to-Peer Databases 7912 ICDCS
Quorum: Flexible Quality of Service for Internet Services 7939 NSDI
Pebbling and Proofs of Work 7974 CRYPTO
Sub-linear Queries Statistical Databases: Privacy with Power 7978 CT-RSA
Practical privacy: the SuLQ framework 8003 PODS
Toward Privacy in Public Databases 8022 TCC
On Privacy-Preserving Histograms 8025 UAI
Nonmalleability 8057 Encyclopedia of Cryptography and Security
Optimizing Runtime XML Processing in Relational Databases 8059 XSym
Finding LPRs in DNA Sequence Based on a New Index - SUA 8072 BIBE
Extending XML with Nonmonotonic Multiple Inheritance 8083 DASFAA
BM+-Tree: A Hyperplane-Based Index Method for High-Dimensional Metric Spaces 8086 DASFAA
Signature-based Filtering Techniques for Structural Joins of XML Data 8098 ICDE Workshops
Declarative XML Update Language Based on a Higher Data Model 8136 J. Comput. Sci. Technol.
What makes the differences: benchmarking XML database implementations 8141 ACM Trans. Internet Techn.
An integrated and collaborative framework for business design: A knowledge engineering approach 8155 Data Knowl. Eng.
Movies Recommenders Systems: Automation of the Information and Evaluation Phases in a Multi-criteria Decision-Making Process 8172 DEXA
Combining Extended UML Models and Formal Methods to Analyze Real-Time Systems 8175 SAFECOMP
6S: Distributing Crawling and Searching Across Web Peers 8191 Web Technologies, Applications, and Services
Algorithmic detection of semantic similarity 8198 WWW
On the lack of typical behavior in the global Web traffic network 8199 WWW
Adaptive query routing in peer web search 8201 WWW (Special interest tracks and posters)
The egalitarian effect of search engine 8208 CoRR
How to make the top ten: Approximating PageRank from in-degre 8209 CoRR
Mapping the Semantics of Web Text and Links 8215 IEEE Internet Computing
A General Evaluation Framework for Topical Crawlers 8216 Inf. Retr.
Learning to extract information from large websites using sequential models 8230 COMAD
Text Classification with Evolving Label-Sets 8239 ICDM
J-Sim: A Simulation Environment for Wireless Sensor Networks 8285 Annual Simulation Symposium
A 2.4-GHz linear-tuning CMOS LC voltage-controlled oscillator 8288 ASP-DAC
Static score bucketing in inverted indexes 8289 CIKM
Particle Swarm Optimizer with C-Pg Mutation 8290 CIS (1)
Mapping Web Usage Patterns to MDP Model and Mining with Reinforcement Learning 8294 FSKD (2)
A Hybrid Approach for Dynamic Business Process Mining Based On Reconfigurable Nets and Event Types 8297 ICEBE
A Matrix-Based Fast Calculation Algorithm for Estimating Network Capacity of MANETs 8299 ICW/ICHSN/ICMCS/SENET
Instrumentation of YSZ oxygen sensor calibration in liquid lead-bismuth eutectic 8303 ISCAS (2)
Spiculated Lesion Detection in Digital Mammogram Based on Artificial Neural Network Ensemble 8305 ISNN (3)
Improving Connectivity ofWireless Ad Hoc Networks 8307 MobiQuitous
Localized topology control algorithms for heterogeneous wireless networks 8319 IEEE/ACM Trans. Netw.
Optimizing aggregate array computations in loops 8320 ACM Trans. Program. Lang. Syst.
Design and analysis of an MST-based topology control algorithm 8325 IEEE Transactions on Wireless Communications
Towards Data Warehouses for Natural Hazards 8330 ICEIS (1)
Research on Internet-Based System Architecture for Collaborative Product Development 8334 CSCWD (Selected papers)
Efficient RNAi-based gene family knockdown via set cover optimization 8337 Artificial Intelligence in Medicine
A Framework for Management of Semistructured Probabilistic Data 8339 J. Intell. Inf. Syst.
Review of "Immunocomputing: Principles and Applications by Alexander O. Tarakanov, Victor A. Skormin, Svetlana P. Sokolova", Springer-Verlag New York, Inc. 2003 8340 SIGACT News
ShanghaiGrid as An Information Service Grid: An Overview 8346 IEEE SCC
A Framework of a Tree-based Grid Information Service 8347 IEEE SCC
ShanghaiGrid: A Grid Prototype for Metropolis Information Services 8356 APWeb
Video Frame Identification for Learning Media Content Understanding 8385 ICME
An overview of technologies for e-meeting and e-lecture 8386 ICME
A Client-Side Workflow Middleware in the Grid 8387 ICN (1)
A Novel Immune Quantum-Inspired Genetic Algorithm 8389 ICNC (3)
Exploring Semantic Technologies in Service Matchmakin 8395 ECOWS
Self-Reconfiguration of Service-Based Systems: A Case Study for Service Level Agreements and Resource Optimization 8398 ICWS
Creating MAGIC: system for generating learning object metadata for instructional content 8412 ACM Multimedia
Workflow-based Remote-Sensing Image Processing Application in ImageGrid 8419 PDCAT
Detecting dominant locations from search queries 8423 SIGIR
Towards Building E-Government on the Grid 8429 TCGOV
Planning Enhanced Grid Workflow Management System Based on Agent 8432 WAIM
High Rate Recursive Space-Time Trellis Code Designed for Serially Concatenated Space-Time Codes 8454 IEICE Transactions
KDD CUP-2005 report: facing a great challenge 8462 SIGKDD Explorations
More Golay sequences 8469 IEEE Transactions on Information Theory
Cluster Based Integration of Heterogeneous Biological Databases Using the AutoMed Toolkit 8480 DILS
An Architecture for Searching and Indexing Latex Equations in Scientific Literature 8513 COMAD
SynDECA: A Tool to Generate Synthetic Datasets for Evaluation of Clustering Algorithms 8514 COMAD
On Small World Graphs in Non-uniformly Distributed Key Spaces 8519 ICDE Workshops
The Essence of P2P: A Reference Architecture for Overlay Networks 8521 Peer-to-Peer Computing
A DataGuide-Based Concurrency Control Protocol for Cooperation on XML Data 8528 ADBIS
XDGL: XPath-Based Concurrency Control Protocol for XML Data 8529 BNCOD
Rewriting-Based Optimization for XQuery Transformational Queries 8530 IDEAS
A Locking Based Scheduler for XML Databases 8531 SEBD
Inducing Hierarchical Process Models in Dynamic Domains 8542 AAAI
Reducing overfitting in process model induction 8572 ICML
Guiding Inference Through Relational Reinforcement Learning 8601 ILP
Learning Teleoreactive Logic Programs from Problem Solving 8602 ILP
An Adaptive Architecture for Physical Agents 8617 Web Intelligence
Structured program induction from behavioral traces 8656 Systems and Computers in Japan
Control-Based Quality Adaptation in Data Stream Management Systems 8658 DEXA
Semantic Knowledge Building for Image Database by Analyzing Web Page Contents 8659 ICME
Web-based toolkits for topology prediction of transmembrane helical proteins, fold recognition, structure and binding scoring, folding-kinetics analysis and comparative analysis of domain combinations 8663 Nucleic Acids Research
A Fast Inversion Algorithm and Low-Complexity Architecture over GF(2m) 8668 CIS (2)
Efficient Evaluation of Partial Match Queries for XML Documents Using Information Retrieval Techniques 8669 DASFAA
Modified Sequential Normal Basis Multipliers for Type II Optimal Normal Bases 8671 ICCSA (2)
New Architecture for Multiplication in GF(2m) and Comparisons with Normal and Polynomial Basis Multipliers for Elliptic Curve Cryptography 8672 ICISC
A Non-redundant and Efficient Architecture for Karatsuba-Ofman Algorithm 8673 ISC
An Efficient Public Key Cryptosystem with a Privacy Enhanced Double Decryption Mechanism 8678 Selected Areas in Cryptography
Efficient Linear Array for Multiplication over NIST Recommended Binary Fields 8679 WILF
An Online Face Recognition System Using Multiple Compressed Images over the Internet 8680 WISE
A Group Key Management Architecture for Mobile Ad-hoc Wireless Networks 8689 J. Inf. Sci. Eng.
Integrating Heterogeneous Microarray Data Sources Using Correlation Signatures 8691 DILS
Rewriting XPath Queries Using Materialized Views 8694 VLDB
The Framework of an XML Semantic Caching System 8695 WebDB
File Caching in Data Intensive Scientific Applications on Data-Grids 8697 DMG
Co-Scheduling of Computation and Data on Computer Clusters 8699 SSDBM
Time Based Personalization for the Moving User 8746 ICMB
A Context-Aware Component Registry for Ubiquitous and Mobile Applications 8757 CAiSE Workshops (2)
Experimental platform for mobile information systems 8760 MOBICOM
An Infrastructure for Reactive Information Environments 8762 WISE
Interplay of Content and Context 8763 J. Web Eng.
A framework for adaptive algorithm selection in STAPL 8769 PPOPP
SPFD-Based Flexible Transformation of LUT-Based FPGA Circuits 8942 IEICE Transactions
Supporting retrieval of configurable goods based on statistical analysis of combination constraints 8962 Systems and Computers in Japan
A New Method for DNA Microarray Image Segmentation 8974 ICIAR
A New Approach to Automatically Detecting Grids in DNA Microarray Images 8975 ICIAR
Efficient Adaptive Data Compression Using Fano Binary Search Trees 8976 ISCIS
On Utilizing Stochastic Learning Weak Estimators for Training and Classification of Patterns with Non-stationary Distributions 8977 KI
A formal analysis of why heuristic functions work 8981 Artif. Intell.
View-oriented update protocol with integrated diff for view-based consistency 8990 CCGRID
Lazy Home-Based Protocol: Combining Homeless and Home-Based Distributed Shared Memory Protocols 8992 HPCC
Performance Improvement Techniques for Software Distributed Shared Memory 8993 ICPADS (1)
Performance Evaluation of View-Oriented Parallel Programming 8994 ICPP
Performance Comparison between VOPP and MPI 8997 PDCAT
Relational.OWL - A Data and Schema Representation Format Based on OWL 9009 APCCM
Querying Relational Databases with RDQL 9020 Berliner XML Tage
Dynamic Intra- and Inter-Enterprise Collaboration Using an Enhanced Multidatabase Architecture 9026 DEXA Workshops
Tightly-Coupled Wrappers with Event Detection Subsystem for Heterogeneous Information Systems 9027 DEXA Workshops
Evaluating and Improving Integration Quality for Heterogeneous Data Sources Using Statistical Analysis 9060 IDEAS
Maintaining Global Integrity in Federated Relational Databases Using Interactive Component Systems 9069 OTM Conferences (1)
Rule-based schema matching for ontology-based mediators 9090 J. Applied Logic
E-Government: Towards Electronic Democracy, International Conference, TCGOV 2005, Bolzano, Italy, March 2-4, 2005, Proceeding 9123 TCGOV
Approximate Matching of Hierarchical Data Using pq-Grams 9126 VLDB
Update propagation based on tree structure in peer-to-peer networks 9136 AICCSA
Caching Strategies for Push-Based Broadcast Considering Consecutive Data Accesses with Think-Time 9154 DASFAA
A Replica Allocation Method Adapting to Topology Changes in Ad Hoc Networks 9162 DEXA
On a Collaborative Caching in a Peer-to-Peer Network for Push-Based Broadcast 9163 DEXA
A Query Processing Method for Hybrid Wireless-Broadcast Networks 9164 DEXA Workshops
Data Replication Issues in Mobile Ad Hoc Networks 9165 DEXA Workshops
Content Description and Partitioning Methods for Collaborative Browsing by Multiple Mobile Users 9168 DEXA Workshops
Social Network Applications using Cellular Phones with E-mail Function 9173 ICDE Workshops
Strategies for Data Location Management in Mobile Ad Hoc Networks 9174 ICPADS (1)
Location management of data items in mobile ad hoc networks 9192 SAC
An adaptive TDMA slot assignment protocol in ad hoc sensor networks 9194 SAC
Consistency Management among Replicas in Peer-to-Peer Mobile Ad Hoc Networks 9204 SRDS
A Web Mining Method Based on Personal Ontology for Semi-structured RDF 9208 WISE Workshops
An agent system for ontology sharing on WWW 9211 WWW (Special interest tracks and posters)
Adaptive Plastic-Landmine Visualizing Radar System: Effects of Aperture Synthesis and Feature-Vector Dimension Reduction 9214 IEICE Transactions
Updated data dissemination methods for updating old replicas in ad hoc networks 9220 Personal and Ubiquitous Computing
Topic-Specific Text Filtering Based on Multiple Reducts 9247 AIS-ADM
An Efficient Topic-Specific Web Text Filtering Framework 9248 APWeb
Semantic knowledge in word completion 9249 ASSETS
Methodology of Quantitative Risk Assessment for Information System Security 9251 CIS (2)
Constructing Fair-Exchange P2P File Market 9255 GCC
Enforce Mandatory Access Control Policy on XML Documents 9259 ICICS
Recurrent Networks for Integrated Navigation 9263 ISNN (3)
Using Double-Layer One-Class Classification for Anti-jamming Information Filtering 9264 ISNN (3)
The Application of Collaborative Filtering for Trust Management in P2P Communities 9265 ISPA
ID-Based One Round Authenticated Group Key Agreement Protocol with Bilinear Pairings 9268 ITCC (1)
A Structure Based Clustering Algorithm with Applications to VLSI Physical Design 9269 IWSOC
A Multivalue Eigenvalue Based Circuit Partitioning Technique 9270 IWSOC
A simple protocol for deniable authentication based on ElGamal cryptography 9280 Networks
Service-oriented device communications using the devices profile for web services 9286 MPAC
A relevance-extended multi-dimensional model for a data warehouse contextualized with documents 9288 DOLAP
IR and OLAP in XML Document Warehouses 9289 ECIR
On Performance Evaluation of Web GIS Applications 9320 DEXA Workshops
Migratool: Towards a Web-Based Spatial Database Migration Tool 9323 DEXA Workshops
Querying complex objects by similarity in SQL 9347 SBBD
Collaborative Machine Learning 9354 From Integrated Publication and Information Systems to Virtual Information and Knowledge Environments
From bits and bytes to information and knowledge 9356 CIKM
A brain computer interface with online feedback based on magnetoencephalography 9374 ICML
Non-redundant clustering with conditional ensembles 9382 KDD
Large Margin Methods for Structured and Interdependent Output Variables 9406 Journal of Machine Learning Research
Research on dynamic supply chain network 9416 ICEC
ACDN: Active Content Distribution Network 9420 APWeb
A Request-Based Approach to Maintain Object Consistency in Content Distribution Network 9423 AWIC
Active Network Approach for Web Caching 9424 AWIC
Reduce SW/HW Migration Efforts by a RTOS in Multi-FPGA Systems 9427 CSCWD (Selected papers)
Active Link: Status Detection Mechanism for Distributed Service Based on Active Networks 9437 ICA3PP
Independent Component Analysis Segmentation Algorithm 9438 ICDAR
A Study of Secure Communications between Mobile Objects 9441 ICECCS
Spatio-temporal video error concealment using priority-ranked region-matching 9445 ICIP (2)
Efficient Hop ID based Routing for Sparse Ad Hoc Networks 9451 ICNP
An Economic Model of User Rating in an Online Recommender System 9477 User Modeling
IDGraphs: Intrusion Detection and Analysis Using Histographs 9478 VizSEC
Sequence-matching-based feature extraction with applications to signature verification 9485 DRR
Stage based parallel programming model for high concurrency, stateful network services: internals and design principles 9502 IJHPCN
Distributed operation in the Borealis stream processing engine 9508 SIGMOD Conference
Parallel and Grid-Based Data Mining - Algorithms, Models and Systems for High-Performance KDD 9509 The Data Mining and Knowledge Discovery Handbook
PARIS: A Peer-to-Peer Architecture for Large-Scale Semantic Data Integration 9512 DBISP2P
XML Data Integration in OGSA Grids 9517 DMG
A Super-Peer Model for Building Resource Discovery Services in Grids: Design and Simulation Analysis 9519 EGC
Topic 5 - Parallel and Distributed Databases, Data Mining and Knowledge Discovery 9525 Euro-Par
A Metadata Model and Information System for the Management of Resources in a Grid-Based PSE Toolkit 9531 HPCC
A P2P Approach for Membership Management and Resource Discovery in Grids 9546 ITCC (2)
Weka4WS: A WSRF-Enabled Weka Toolkit for Distributed Data Mining on Grids 9560 PKDD
A Data Mining-based Framework for GridWorkflow Management 9563 QSIC
P2P computing and interaction with grids 9582 Future Generation Comp. Syst.
A super-peer model for resource discovery services in large-scale Grids 9583 Future Generation Comp. Syst.
Adapting a Pure Decentralized Peer-to-peer Protocol for Grid Services Invocation 9598 Parallel Processing Letters
Grid services: principles, implementations and use 9606 IJWGS
Consistent Data Replication: Is It Feasible in WANs? 9616 Euro-Par
Dynamic Quorums for DHT-based P2P Networks 9623 NCA
Middleware based Data Replication providing Snapshot Isolation 9634 SIGMOD Conference
ZenFlow: A Visual Web Service Composition Tool for BPEL4WS 9640 VL/HCC
MIDDLE-R: Consistent database replication at the middleware level 9647 ACM Trans. Comput. Syst.
Policy-based resource topology design for enterprise grids 9662 CCGRID
Towards Automated Deployment of Built-to-Order Systems 9670 DSOM
FEEDBACKFLOW-An Adaptive Workflow Generator for Systems Management 9674 ICAC
Quartermaster - a resource utility system 9682 Integrated Network Management
Clearwater: extensible, flexible, modular code generation 9683 ASE
Risk assessment in distributed authorization 9697 FMSE
Feature Selection for Building Cost-Effective Data Stream Classifiers 9717 ICDM
Quality-driven evaluation of trigger conditions on streaming time series 9722 SAC
Protecting Privacy Against Location-Based Personal Identification 9726 Secure Data Management
Checking for k-Anonymity Violation by Views 9752 VLDB
Information Release Control: A Learning-Based Architecture 9780 J. Data Semantics
Evaluating Trigger Conditions on Streaming Time Series with User-given Quality Requirements 9782 J. UCS
Continuous Similarity-Based Queries on Streaming Time Series 9789 IEEE Trans. Knowl. Data Eng.
Optimizing Multiple Top-K Queries over Joins 9812 SSDBM
Preserving Semantics When Transforming Conceptual Spatio-temporal Schemas 9819 OTM Workshops
NSF Long Term Ecological Research Sites - Praxis et Theoria 9821 SSDBM
Improved color filter array demosaicking by accurate luminance estimation 9834 ICIP (1)
Efficient H.263 to H.264/AVC video transcoding using enhanced rate control 9835 ICIP (3)
Accurate face localization in videos using effective information propagation 9836 ICIP (3)
Efficient video motion estimation using dual-cross search algorithms 9843 ISCAS (6)
Event detection using multimodal feature analysis 9845 ISCAS (4)
Program segmentation for TV videos 9846 ISCAS (2)
Efficient video transcoding between H.263 and H.264/AVC standards 9848 ISCAS (2)
Efficient rate control for MPEG-2 to H.264/AVC transcoding 9849 ISCAS (2)
A unified probabilistic approach to face detection and tracking 9860 ISCAS (4)
Effective shot boundary classification using video spatial-temporal information 9861 ISCAS (4)
Content-Based Image and Video Indexing and Retrieval 9866 Cognitive Systems
An effective post-refinement method for shot boundary detection 9870 IEEE Trans. Circuits Syst. Video Techn.
A Design Rationale Representation for Model-Based Designs in Software Engineering 9881 CAiSE Short Paper Proceedings
Kuaba Ontology: Design Rationale Representation and Reuse in Model-Based Designs 9882 ER
Semantics of Data Streams and Operators 9886 ICDT
Semantics and Evaluation Techniques for Window Aggregates in Data Streams 9887 SIGMOD Conference
No pane, no gain: efficient evaluation of sliding-window aggregates over data streams 9896 SIGMOD Record
Improving Web Clustering by Cluster Selection 9914 Web Intelligence
Standardized Evaluation Method for Web Clustering Results 9915 Web Intelligence
MMM2: mobile media metadata for media sharing 9924 ACM Multimedia
Towards context-aware face recognition 9926 ACM Multimedia
WARP: Time Warping for Periodicity Detection 9958 ICDM
Optimizing In-Order Execution of Continuous Queries over Streamed Sensor Data 9977 SSDBM
NILE-PDT: A Phenomenon Detection and Tracking Framework for Data Stream Management Systems 9980 VLDB
Data pre-processing in liquid chromatography-mass spectrometry-based proteomics 9987 Bioinformatics
The Indiana Center for Database Systems at Purdue University 10034 SIGMOD Record
Periodicity Detection in Time Series Databases 10042 IEEE Trans. Knowl. Data Eng.
Video Data Mining: Semantic Indexing and Event Detection from the Association Perspective 10047 IEEE Trans. Knowl. Data Eng.
Video Data Mining: Semantic Indexing and Event Detection from the Association Perspective - Appendices 10048 IEEE Trans. Knowl. Data Eng.
InsightVideo: toward hierarchical video content organization for efficient browsing, summarization and retrieval 10052 IEEE Transactions on Multimedia
Top-Down Specialization for Information and Privacy Preservation 10070 ICDE
Template-Based Privacy Preservation in Classification Problems 10071 ICDM
Integrating Private Databases for Data Analysis 10072 ISI
Awareness-Enabled Coordination 10084 SAINT Workshops
Gene Expression Biclustering Using Random Walk Strategies 10097 DaWaK
Fast condensed nearest neighbor rule 10102 ICML
Condensed Nearest Neighbor Data Domain Description 10104 IDA
Detection and prediction of distance-based outliers 10114 SAC
Enumerating consistent metaquery instantiations 10120 AI Commun.
An approximate algorithm for top-k closest pairs join query in large high dimensional data 10124 Data Knowl. Eng.
Outlier Mining in Large High-Dimensional Data Sets 10130 IEEE Trans. Knowl. Data Eng.
TRMeister: A DBMS with High-Performance Full-Text Search Functions 10141 ICDE
Enhancing the privacy of web-based communication 10143 WWW (Special interest tracks and posters)
Ramsey numbers of stars versus wheels of similar sizes 10144 Discrete Mathematics
Welfare Implications of Secondary Electronic Markets 10151 HICSS
Software Versioning and Quality Degradation: An Exploratory Study of the Evidence 10152 ICIS
Relational Learning: Statistical Approach Versus Logical Approach in Document Image Understanding 10168 AI*IA
A color-based layout analysis to process censorship cards of film archives 10174 ICDAR
Relational Learning techniques for Document Image Understanding: Comparing Statistical and Logical approaches 10175 ICDAR
Mining Generalized Association Rules on Biomedical Literature 10181 IEA/AIE
Mining and Filtering Multi-level Spatial Association Rules with ARES 10184 ISMIS
A Web Service Platform for Web-Accessible Archaeological Databases 10195 ISCIS
A Database Model for Querying Visual Surveillance Videos by Integrating Semantic and Low-Level Features 10197 Multimedia Information Systems
A histogram-based approach for object-based query-by-shape-and-color in image and video databases 10200 Image Vision Comput.
BilVideo: Design and Implementation of a Video Database Management System 10201 Multimedia Tools Appl.
Controlling FD and MVD Inferences in MLS 10203 CIT
Incorporating with Recursive Model Training in Time Series Clustering 10204 CIT
A Prediction-Based Approach to Concurrency Control Resulting in Low Blocking Rate under High-Quality Mobile Environment 10205 CIT
A Formal Specification for Web Services Composition and Verification 10206 CIT
Efficient Algorithms for Mining Maximal Frequent Concatenate Sequences in Biological Datasets 10208 CIT
Storing Normalized XML Documents in Normalized Relations 10209 CIT
Storage and Query over Encrypted Character and Numerical Data in Database 10210 CIT
An Efficient Solution to Factor Drifting Problem in the pLSA Model 10213 CIT
P2P-Based Web Text Information Retrieval 10218 APWeb
CLINCH: Clustering Incomplete High-Dimensional Data for Data Mining Application 10219 APWeb
Constraint-Based Graph Mining in Large Database 10221 APWeb
Tree Structure Based Data Gathering for Maximum Lifetime in Wireless Sensor Networks 10223 APWeb
Automatic Image Semantic Annotation Based on Image-Keyword Document Model 10226 CIVR
FMC: An Approach for Privacy Preserving OLAP 10234 DaWaK
On Reducing Classifier Granularity in Mining Concept-Drifting Data Streams 10240 ICDM
Automatic Image Annotation Based on Topic-Based Smoothing 10245 IDEAL
A Privacy-Preserving Classification Mining Algorithm 10254 PAKDD
ADenTS: An Adaptive Density-Based Tree Structure for Approximating Aggregate Queries over Real Attributes 10256 PAKDD
GraphMiner: a structural pattern-mining system for large disk-based graph databases and its applications 10261 SIGMOD Conference
Web Service Collaboration Analysis via Automata 10267 WAIM
cGridex: Efficient Processing of Continuous Range Queries over Moving Objects 10269 WAIM
Compatibility Analysis of Web Services 10274 Web Intelligence
A Methodology to Enhance the Semantics of Links between PubMed Publications and Markers in the Human Genome 10291 BIBE
Query planning for the grid: adapting to dynamic resource availability 10293 CCGRID
BioNavigation: Using Ontologies to Express Meaningful Navigational Queries Over Biological Resources 10301 CSB Workshops
Data Integration in the Life Sciences, Second InternationalWorkshop, DILS 2005, San Diego, CA, USA, July 20-22, 2005, Proceeding 10306 DILS
AReNA: Adaptive Distributed Catalog Infrastructure Based On Relevance Networks 10339 VLDB
A Data Model and Query Language to Explore Enhanced Links and Paths in Life Science Sources 10341 WebDB
Using Non-random Associations for Predicting Latency in WANs 10345 WISE
Special issue on data management, analysis, and mining for the life sciences 10372 VLDB J.
Intensional Query Answering to XQuery Expressions 10382 DEXA
Graph transformation to infer schemata from XML documents 10391 SAC
An algorithm for generating XML Schemas from ER Schemas 10398 SEBD
A criticality-based framework for task composition in multi-agent bioinformatics integration systems 10423 Bioinformatics
Providing visualisation support for the analysis of anatomy ontology data 10425 BMC Bioinformatics
Measuring mobility and the performance of global search algorithms 10438 GECCO
Alternative implementations of the Griewangk function 10440 GECCO
Mobile Agent Connection Establishment and Management (CEMA)--Message Exchange for Pervasive Computing Environments 10487 The Journal of Supercomputing
Map-driven Modular Method Re-engineering: Improving the RESCUE Requirements Process 10490 CAiSE Short Paper Proceedings
Applying Modular Method Engineering to Validate and Extend the RESCUE Requirements Process 10492 ER
GOMIT: A Generic and Adaptive Annotation Algorithm Based on Gene Ontology Term Distributions 10497 BIBE
Frequent pattern discovery with memory constraint 10500 CIKM
Integrating DCT and DWT for approximating cube streams 10501 CIKM
Constructing a Wrapper-Based DRM System for Digital Content Protection in Digital Libraries 10525 ICADL
On Exploring Channel Allocation in the Diverse Data Broadcasting Environment 10532 ICDCS
Labeling Unclustered Categorical Data into Clusters Based on the Important Attribute Values 10545 ICDM
CLUGO: A Clustering Algorithm for Automated Functional Annotations Based on Gene Ontology 10546 ICDM
Maximizing the profit for cache replacement in a transcoding proxy 10565 ICME
On Controlling Digital TV Set-Top-Box by Mobile Devices via IP Network 10572 ISM
A general model of hybrid data dissemination 10576 Mobile Data Management
QED: An Efficient Framework for Temporal Region Query Processing 10583 PAKDD
Progressive Sampling for Association Rules Based on Sampling Error Estimation 10584 PAKDD
Web log mining with adaptive support thresholds 10620 WWW (Special interest tracks and posters)
Sliding window filtering: an efficient method for incremental mining on a time-variant database 10624 Inf. Syst.
A statistical framework for mining substitution rules 10626 Knowl. Inf. Syst.
WISDOM: Web Intrapage Informative Structure Mining Based on Document Object Model 10655 IEEE Trans. Knowl. Data Eng.
Combining Partitional and Hierarchical Algorithms for Robust and Efficient Data Clustering with Cohesion Self-Merging 10659 IEEE Trans. Knowl. Data Eng.
Dual Clustering: Integrating Data Clustering over Optimization and Constraint Domains 10660 IEEE Trans. Knowl. Data Eng.
Query Processing in a Mobile Computing Environment: Exploiting the Features of Asymmetry 10663 IEEE Trans. Knowl. Data Eng.
Design and Performance Studies of an Adaptive Cache Retrieval Scheme in a Mobile Computing Environment 10674 IEEE Trans. Mob. Comput.
Shared Data Allocation in a Mobile Computing System: Exploring Local and Global Optimization 10688 IEEE Trans. Parallel Distrib. Syst.
Integrating Web Caching and Web Prefetching in Client-Side Proxies 10689 IEEE Trans. Parallel Distrib. Syst.
Towards an enterprise XML architecture 10703 SIGMOD Conference
Video-streaming for fast moving users in 3G mobile networks 10728 MobiDE
Efficient Processing of Client Transactions in Real-Time 10742 Distributed and Parallel Databases
Navigation and Multimodal Transportation with EasyTransport 10746 IEEE Intelligent Systems
Selective Replication for Content Management Environments 10748 IEEE Internet Computing
Tuning Schema Matching Software using Synthetic Scenarios 10761 VLDB
Digital Libraries: Implementing Strategies and Sharing Experiences, 8th International Conference on Asian Digital Libraries, ICADL 2005, Bangkok, Thailand, December 12-15, 2005, Proceeding 10773 ICADL
Towards Semantic Query Optimization for XML Databases 10784 ICDE Workshops
Relevancy based access control of versioned XML documents 10792 SACMAT
A Formal Model for the Problem of View Selection for Aggregate Queries 10821 ADBIS
Designing and Using Views to Improve Performance of Aggregate Queries (Extended Abstract) 10825 DASFAA
Selecting and Using Views to Compute Aggregate Queries (Extended Abstract) 10830 ICDT
Designing Views to Efficiently Answer Real SQL Queries 10833 SARA
Database Reformulation with Integrity Constraints (extended abstract 10840 CoRR
Reminiscences on influential papers 10841 SIGMOD Record
Mobile Datenbanken und Informationssysteme: Konzepte und Technike 10845 None
How can we support Grid Transactions? Towards Peer-to-Peer Transaction Processing 10856 CIDR
Decentralized coordination of transactional processes in peer-to-peer environments 10857 CIKM
Mobile Information Management, 24.-29. October 200 10860 Mobile Information Management
Peer-to-Peer, Grid, and Service-Orientation in Digital Library Architectures, 6th Thematic Workshop of the EU Network of Excellence DELOS, Cagliari, Italy, June 24-25, 2004, Revised Selected Paper 10867 DELOS Workshop: Digital Library Architectures - LNCS Volume
Fine-Grained Replication and Scheduling with Freshness and Correctness Guarantees 10887 VLDB
Peer-to-peer Execution of (transactional) Processes 10893 Int. J. Cooperative Inf. Syst.
The MINERVA Project: Database Selection in the Context of P2P Search 10898 BTW
Database Selection and Result Merging in P2P Web Search 10901 DBISP2P
Improving collection selection with overlap awareness in P2P search engines 10907 SIGIR
MINERVA: Collaborative P2P Search 10909 VLDB
Das MINERVA-Projekt: Datenbankselektion fanduuml;r Peer-to-Peer-Websuche 10911 Inform., Forsch. Entwickl.
A Service Management Facility for Java Platform 10913 IEEE SCC
Resource management for clusters of virtual machines 10914 CCGRID
Sharing the Runtime Representation of Classes Across Class Loaders 10916 ECOOP
A resource management interface for the Java platform 10942 Softw., Pract. Exper.
A Personal Web Bulletin Board with Autonomic Behaviors and Virtual Portal Function 10947 APWeb
My Portal Viewer: Integration System Based on User Preferences for News Web Sites 10949 DEXA
Temporal Ranking of Search Engine Results 10957 WISE
Personal Digital Librarian: an Adaptive System built on the Ontology-based Framework 10961 CIMCA/IAWTIC
Model-based overlapping clustering 10962 KDD
ITR/IM+SII: a distributed information management framework (REGNET) for environmental laws and regulations 10966 DG.O
A relatedness analysis approach for regulation comparison and e-rulemaking applications 10974 DG.O
Legal Information Retrieval and Application on E-Rulemaking 10982 ICAIL
Composition of engineering web services with distributed data-flows and computations 10991 Advanced Engineering Informatics
Analyzing Government Regulations Using Structural and Domain Information 10993 IEEE Computer
A Framework for Email Investigation - Automated Information Extraction and Linkage Discovery 11022 IFIP Int. Conf. Digital Forensics
A Spatial-Based Multi-Resolution Data Dissemination Scheme for Wireless Sensor Networks 11024 IPDPS
A key pre-distribution scheme using deployment knowledge for wireless sensor networks 11025 IPSN
Customizing a Geographical Routing Protocol for Wireless Sensor Networks 11026 ITCC (2)
An Adaptive Reputation-based Trust Framework for Peer-to-Peer Applications 11027 NCA
A dynamic en-route scheme for filtering false data injection in wireless sensor networks 11029 SenSys
Shepherd: A lightweight statistical authentication protocol for access control in wireless LANs 11033 Computer Communications
Improving the R*-tree with outlier handling techniques 11046 GIS
Characterizing the VCO jitter due to the digital simultaneous switching noise 11049 ACM Great Lakes Symposium on VLSI
Self-Refereed On-Chip Jitter Measurement Circuit Using Vernier Oscillators 11057 ISVLSI
The Optimal-Location Query 11062 SSTD
On Computing Top-t Most Influential Spatial Sites 11063 VLDB
Filtering Duplicate Items over Distributed Data Streams 11065 WAIM
On-chip short-time interval measurement system for high-speed signal timing characterization 11069 Journal of Systems Architecture
Supporting efficient query processing on compressed XML files 11099 SAC
Ensembles of Models for Automated Diagnosis of System Performance Problems 11111 DSN
Short term performance forecasting in enterprise systems 11118 KDD
Capturing, indexing, clustering, and retrieving system history 11124 SOSP
Query Processing in Spatial Databases 11144 Encyclopedia of Database Technologies and Applications
Spatio-Temporal Indexing Techniques 11145 Encyclopedia of Database Technologies and Applications
Approximate Computation of Distance-Based Queries 11146 Spatial Databases
VA-Files vs. R*-Trees in Distance Join Queries 11148 ADBIS
On Approximate Algorithms for Distance-Based Queries using R-trees 11165 Comput. J.
Provable Data Privacy 11185 DEXA
Probabilistic ABox Reasoning: Preliminary Results 11187 Description Logics
Explicit mathematics: power types and overloading 11192 Ann. Pure Appl. Logic
A Survey of Formal Concept Analysis Support for Software Engineering Activities 11209 Formal Concept Analysis
Finding Tree Structures by Grouping Symmetries 11229 ICCV
Navigation Spaces for the Conceptual Analysis of Software Structure 11230 ICFCA
Fast window correlations over uncooperative time series 11233 KDD
The Complexity of the Minimum k-Cover Problem 11287 Journal of Automata, Languages and Combinatorics
Dynamic LCA Queries on Trees 11301 SIAM J. Comput.
Lower Bounds for Maximum Parsimony with Gene Order Data 11316 Comparative Genomics
iSonic: interactive sonification for non-visual data exploration 11332 ASSETS
A Knowledge Integration Framework for Information Visualization 11338 From Integrated Publication and Information Systems to Virtual Information and Knowledge Environments
"I hear the pattern": interactive sonification of geographical data patterns 11361 CHI Extended Abstracts
Leonardo's laptop: human needs and the new computing technologies 11364 CIKM
Project highlight: toward a statistical knowledge network--2004-05 11375 DG.O
Human-computer interaction themes in digital government: web site comprehension and statistics visualization 11376 DG.O
D-Dupe: An Interactive Tool for Entity Resolution in Social Networks 11387 Graph Drawing
Representing Unevenly-Spaced Time Series Data for Visualization and Interactive Exploration 11406 INTERACT
Meaningful presentations of photo libraries: rationale and applications of bi-level radial quantum layouts 11416 JCDL
Managing Design Processes for Successful User Interfaces 11426 Usability Symposium
Show Me! Guidelines for Producing Recorded Demonstrations 11433 VL/HCC
Crisis and opportunity in computer science 11445 Commun. ACM
Colour-coded pixel-based highly interactive Web mapping for georeferenced data exploration 11483 International Journal of Geographical Information Science
Interactive Sonification of Choropleth Maps 11488 IEEE MultiMedia
A rank-by-feature framework for interactive exploration of multidimensional data 11518 Information Visualization
Verification of Tree Updates for Optimization 11574 CAV
Towards a Characterization of Order-Invariant Queries over Tame Structures 11579 CSL
XML Subtree Queries: Specification and Composition 11580 DBPL
An Insider's Guide to Logic in Telecommunications Data 11589 LICS
XPath satisfiability in the presence of DTDs 11599 PODS
Regular Tree Languages Definable in FO 11604 STACS
Adding Updates to XQuery: Semantics, Optimization, and Static Analysis 11606 XIME-P
Structural properties of XPath fragments 11620 Theor. Comput. Sci.
Analysis of recursive state machines 11622 ACM Trans. Program. Lang. Syst.
Semantic Characterization of Real World Events 11629 DASFAA
Resource Aggregation Networks 11630 Parallel and Distributed Computing and Networks
Neighborhood Preserving Embedding 11636 ICCV
Statistical and computational analysis of locality preserving projection 11641 ICML
Image clustering with tensor representation 11645 ACM Multimedia
Laplacian Score for Feature Selection 11648 NIPS
Tensor Subspace Analysis 11649 NIPS
Community Mining from Multi-relational Networks 11650 PKDD
Orthogonal locality preserving indexing 11651 SIGIR
Document Clustering Using Locality Preserving Indexing 11661 IEEE Trans. Knowl. Data Eng.
Discovering User Access Pattern Based on Probabilistic Latent Factor Model 11665 ADC
A XML-Based Composition Event Approach as an Integration and Cooperation Middleware 11666 GCC
A XML-based composite event approach 11668 IHIS
OMWSC- An Ontology-Based Model for Web Services Composition 11669 QSIC
VAMANA - A Scalable Cost-Driven XPath Engine 11673 ICDE Workshops
On the Optimal Ordering of Maps and Selections under Factorization 11680 ICDE
Data Mining Methods for a Systematics of Protein Subcellular Location 11695 Data Mining in Bioinformatics
High-recall protein entity recognition using a dictionary 11708 ISMB (Supplement of Bioinformatics)
Research issues in protein location image databases 11714 SIGMOD Conference
Object Type Recognition for Automated Analysis of Protein Subcellular Location 11721 IEEE Transactions on Image Processing
The Open Runtime Platform: a flexible high-performance managed runtime environment 11729 Concurrency - Practice and Experience
On the Effective Similarity Measures for the Similarity-Based Pattern Retrieval in Multidimensional Sequence Databases 11735 FSKD (2)
2-D Direction Finding for Coherent Cyclostationary Signals under Random Array Position Errors 11754 IEICE Transactions
Optimal Design of Complex Two-Channel IIR QMF Banks with Equiripple Response 11755 IEICE Transactions
Adaptive array beamforming with robust capabilities under random phase perturbations 11764 IEEE Transactions on Signal Processing
A new formulation of fast diminished-one multioperand modulo 2/sup n/+1 adder 11771 ISCAS (1)
A new design method to modulo 2/sup n/-1 squaring 11773 ISCAS (1)
A configurable dual moduli multi-operand modulo adder 11774 ISCAS (2)
A Nested Relational Approach to Processing SQL Subqueries 11777 SIGMOD Conference
Towards estimating the number of distinct value combinations for a set of attributes 11779 CIKM
Monitoring K-Nearest Neighbor Queries Over Moving Objects 11782 ICDE
Consistent query answering under key and exclusion dependencies: algorithms and experiments 11790 CIKM
Experimenting efficient query answering over inconsistent databases (extended abstract) 11794 SEBD
The INFOMIX system for advanced integration of incomplete and inconsistent data 11795 SIGMOD Conference
Refined Approximation of Concepts in Ontology 11798 AI*IA
A Family of Extended Fuzzy Description Logics 11799 COMPSAC (1)
Approximations of Concept Based on Multielement Bounds 11801 DEXA
Extended Fuzzy ALCN and Its Tableau Algorithm 11804 FSKD (1)
A Framework for Managing Multiple Ontologies: The Function-Oriented Perspective 11810 ICEIS (3)
Reasoning Technique for Extended Fuzzy Description Logics 11811 ICTAI
Manage Distributed Ontologies on the Semantic Web 11814 ISPA
A Framework of Checking Subsumption Relations Between Composite Concepts in Different Ontologies 11815 KES (1)
Extended Fuzzy Description Logic ALCN 11818 KES (4)
Mapping Fuzzy Concepts Between Fuzzy Ontologies 11819 KES (3)
A Fuzzy Extension of Description Logic ALCH 11820 MICAI
Two Reasoning Methods for Extended Fuzzy ALCH 11821 OTM Conferences (2)
GTree: An Efficient Grid-Based Index for Moving Objects 11834 DASFAA
Newton-Cotes Formulae for the Numerical Evaluation of Certain Hypersingular Integrals 11842 Computing
Making XML document markup international 11843 Softw., Pract. Exper.
A Fast Algorithm for the Electromagnetic Scattering from a Large Cavity 11847 SIAM J. Scientific Computing
The viability of fixed wireless access in the Spanish market 11858 Information Economics and Policy
Two Can Keep A Secret: A Distributed Architecture for Secure Database Services 11859 CIDR
Anonymizing Tables 11860 ICDT
Simulatable auditing 11862 PODS
Decentralized algorithms using both local and random probes for P2P load balancing 11864 SPAA
Balanced Allocation on Graph 11867 CoRR
An Empirical Study On the Vectorization of Multimedia Applications for Multimedia Extensions 11905 IPDPS
Parallel mining of closed sequential patterns 11912 KDD
A Language for the Compact Representation of Multiple Program Versions 11940 LCPC
Evaluating the Impact of Thread Escape Analysis on a Memory Consistency Model-Aware Compiler 11941 LCPC
A sampling-based framework for parallel data mining 11953 PPOPP
Compiler techniques for high performance sequentially consistent java programs 11956 PPOPP
Verteilte Anfrageverarbeitung in DHT-basierten P2P-Systemen 11990 BTW
Best Effort Query Processing in DHT-based P2P Systems 11992 ICDE Workshops
Inductive Databases in the Relational Model: The Data as the Bridge 12001 KDID
Raster Databases 12002 Encyclopedia of Database Technologies and Applications
A VLSI array processing oriented fast fourier transform algorithm and hardware implementation 12051 ACM Great Lakes Symposium on VLSI
Bio2X: a rule-based approach for semi-automatic transformation of semi-structured biological data to XML 12067 Data Knowl. Eng.
A VLSI Array Processing Oriented Fast Fourier Transform Algorithm and Hardware Implementation 12070 IEICE Transactions
Efficient Processing of Ranked Queries with Sweeping Selection 12096 PKDD
Catching the Best Views of Skyline: A Semantic Approach Based on Decisive Subspaces 12101 VLDB
A Delivery Framework for Health Data Mining and Analytics 12112 ACSC
Automatic Feature Selection for Classification of Health Data 12113 Australian Conference on Artificial Intelligence
Representing Association Classification Rules Mined from Health Data 12124 KES (3)
Scalable Model-Based Clustering for Large Databases Based on Data Summarization 12133 IEEE Trans. Pattern Anal. Mach. Intell.
Scalable model-based cluster analysis using clustering features 12134 Pattern Recognition
Mining officially unrecognized side effects of drugs by combining web search and machine learning 12145 CIKM
Database selection in intranet mediators for natural language queries 12146 CIKM
Word sense disambiguation in queries 12151 CIKM
WISE-Integrator: A System for Extracting and Integrating Complex Web Search Interfaces of the Deep Web 12231 VLDB
Constructing Interface Schemas for Search Interfaces of Web Databases 12243 WISE
Evaluation of Result Merging Strategies for Metasearch Engines 12244 WISE
Fully automatic wrapper generation for search engines 12249 WWW
OSS tools in a heterogeneous environment for embedded systems modelling: an analysis of adoptions of XMI 12344 ACM SIGSOFT Software Engineering Notes
Efficient Block Noise Removal Based on Nonlinear Manifolds 12355 ICCV
A new Mallows distance based metric for comparing clusterings 12364 ICML
A Time-Series Biclustering Algorithm for Revealing Co-Regulated Genes 12368 ITCC (1)
A Domain Decomposition Method for Fast Manifold Learning 12373 NIPS
Searching a file system using inferred semantic links 12403 Hypertext
An annotation management system for relational databases 12407 VLDB J.
An HTML-Form-Driven Approach to Reverse Engineering of Relational Databases to Ontologies 12410 Databases and Applications
Efficiently Coding and Indexing XML Document 12417 DASFAA
Efficiently Coding and Querying XML Document 12419 DNIS
Quantitative Analysis of the Varieties of Apple Using Near Infrared Spectroscopy by Principal Component Analysis and BP Model 12422 Australian Conference on Artificial Intelligence
Learning from Positive and Unlabeled Examples with Different Data Distributions 12425 ECML
Application of Fuzzy Similarity to Prediction of Epileptic Seizures Using EEG Signals 12427 FSKD (1)
Protein Interaction Prediction Using Inferred Domain Interactions and Biologically-Significant Negative Dataset 12429 ICCSA (3)
A Sorted RSSI Quantization Based Algorithm for Sensor Network Localization 12435 ICPADS (1)
Cramer-Rao Bound Analysis of Quantized RSSI Based Localization in Wireless Sensor Networks 12436 ICPADS (2)
Detection of Epileptic Spikes with Empirical Mode Decomposition and Nonlinear Energy Operator 12441 ISNN (3)
Strength and Direction of Phase Synchronization of Neural Networks 12443 ISNN (1)
Cost-sensitive classification with genetic programming 12450 Congress on Evolutionary Computation
A Distributed Admission Control Model for QoS Assurance in Large-Scale Media Delivery Systems 12470 IEEE Trans. Parallel Distrib. Syst.
Using Linear Models to Monitor the Physical World with Sensors 12471 SSDBM
Spatial Joins: Algorithms, Cost Models and Optimization Techniques 12473 Spatial Databases
Database Support for Data Mining Patterns 12495 Panhellenic Conference on Informatics
Nearest Neighbor Search on Moving Object Trajectories 12504 SSTD
Towards a Taxonomy of Location Based Services 12510 W2GIS
Report on the International Workshop on Pattern Representation and Management (PaRMa'04) 12524 SIGMOD Record
Search Experiment of Business-Rule by Dynamic Constraint Algebra 12537 ICDE Workshops
Time-Decaying Bloom Filters for Data Streams with Skewed Distributions 12538 RIDE
Extracting Global Policies for Efficient Access Control of XML Documents 12543 WISE
Simulation of Obfuscation and Negotiation for Location Privacy 12550 COSIT
A Formal Model of Obfuscation and Negotiation for Location Privacy 12566 Pervasive
Wayfinding choremes - a language for modeling conceptual route knowledge 12576 J. Vis. Lang. Comput.
Ontology-driven map generalization 12577 J. Vis. Lang. Comput.
Design of Vehicle Information Management System for Effective Retrieving of Vehicle Location 12594 ICCSA (2)
Semantic Routing and Filtering for Large-Scale Video Streams Monitoring 12601 ICME
Using visual cues for extraction of tabular data from arbitrary HTML documents 12613 WWW (Special interest tracks and posters)
Guaranteeing Correctness of Lock-Free Range Queries over P2P Data 12616 DBISP2P
From Static Distributed Systems to Dynamic Systems 12618 SRDS
Beyond Trees: Common-Factor Models for 2D Human Pose Recovery 12626 ICCV
KDD-2005 workshop report: Link Discovery: issues, approaches and application (LinkKDD-2005) 12649 SIGKDD Explorations
On Non-markovian Topographic Organization of Receptive Fields in Recursive Self-organizing Map 12656 ICNC (2)
Learning Beyond Finite Memory in Recurrent Networks of Spiking Neurons 12657 ICNC (2)
Recursive Self-organizing Map as a Contractive Iterative Function System 12660 IDEAL
Semisupervised Learning of Hierarchical Latent Trait Models for Data Visualization 12679 IEEE Trans. Knowl. Data Eng.
Self-Emergence of Structures in Gene Expression Programming 12683 AAAI
An Esterel processor with full preemption support and its worst case reaction time analysis 12691 CASES
Mining community structure of named entities from free text 12693 CIKM
OPERA: optimization with ellipsoidal uncertainty for robust analog IC design 12704 DAC
Correlation-aware statistical timing analysis with non-gaussian delay distributions 12705 DAC
Modeling Interconnect Variability Using Efficient Parametric Model Order Reduction 12708 DATE
Brain Image Analysis Using Spherical Splines 12714 EMMCVPR
Decomposing Large-Scale POMDP Via Belief State Analysis 12722 IAT
A Hybrid Mining Model Based on Neural Network and Kernel Smoothing Technique 12727 International Conference on Computational Science (3)
Projection-based performance modeling for inter/intra-die variations 12730 ICCAD
Performance-centering optimization for system-level analog design exploration 12733 ICCAD
Parameterized interconnect order reduction with explicit-and-implicit multi-parameter moment matching for inter/intra-die variations 12734 ICCAD
Defining statistical sensitivity for timing optimization of logic circuits with large-scale process and environmental variations 12737 ICCAD
Energy-efficient Data Organization and Query Processing in Sensor Networks 12739 ICDE
Advanced Indexing Techniques for Wide-Area Network Monitoring 12740 ICDE Workshops
Improve Capability of DNA Automaton: DNA Automaton with Three Internal States and Tape Head Move in Two Directions 12743 ICIC (2)
Session Table Architecture for Defending SYN Flood Attack 12747 ICICS
A Fast and Scalable Conflict Detection Algorithm for Packet Classifiers 12776 ISPA
Stateful Inspection Firewall Session Table Processing 12782 ITCC (2)
Link prediction approach to collaborative filtering 12783 JCDL
An Analytical Comparison of Factors Affecting the Performance of Ad Hoc Network 12786 MSN
Face Alive Icons 12794 SEKE
Self-selection, slipping, salvaging, slacking, and stoning: the impacts of negative feedback at eBay 12798 ACM Conference on Electronic Commerce
An Efficient Approach for Interactive Mining of Frequent Itemsets 12814 WAIM
Adding the Temporal Dimension to Search - A Case Study in Publication Search 12815 Web Intelligence
A Personalized E-Learning System Based on User Profile Constructed Using Information Fusion 12823 DMS
On convergence of the method of fundamental solutions for solving the Dirichlet problem of Poisson's equation 12830 Adv. Comput. Math.
Semantic Integration in Text: From Ambiguous Names to Identifiable Entities 12832 AI Magazine
Dynamically Emerging Semantics in an MPEG-7 Image Database 12834 Comput. J.
Improved wavelet decoding via set theoretic estimation 12854 IEEE Trans. Circuits Syst. Video Techn.
Demosaicing by successive approximation 12858 IEEE Transactions on Image Processing
Hybrid negotiation for resource coordination in multiagent systems 12866 Web Intelligence and Agent Systems
Jelly view: a technology for arbitrarily advanced queries within RDBMS 12877 SAC
RUPSec : Extending Business Modeling and Requirements Disciplines of RUP for Developing Secure Systems 12879 EUROMICRO-SEAA
RUPSec: An Extension on RUP for Developing Secure Systems - Requirements Discipline 12880 WEC (2)
A New Periodicity Lemma 12887 CPM
A Simple Fast Hybrid Pattern-Matching Algorithm 12889 CPM
Reconstructing a suffix array 12896 Stringology
Sorting suffixes of two-pattern strings 12900 Int. J. Found. Comput. Sci.
Threshold Based Declustering in High Dimensions 12921 DEXA
Design Theoretic Approach to Replicated Declustering 12925 ITCC (1)
Constrained Declustering 12926 ITCC (1)
Clustering with Model-level Constraints 12989 SDM
OLAP Over Uncertain and Imprecise Data 12994 VLDB
Rotation invariant indexing of shapes and line drawings 13002 CIKM
A Multi-metric Index for Euclidean and Periodic Matching 13007 PKDD
Tree-Pattern Queries on a Lightweight XML Processor 13013 VLDB
Answering order-based queries over XML data 13018 WWW (Special interest tracks and posters)
Efficient Handling of Positional Predicates Within XML Query Processing 13019 XSym
The threshold join algorithm for top-k queries in distributed sensor networks 13020 DMNS
A Quick Optimizing Multi-variables Method with Complex Target Function Based on the Principle of Artificial Immunology 13030 ICNC (2)
Concept and architecture of an pervasive document editing and managing system 13040 SIGDOC
Paradigm Shift to New DBMS Architectures: Research Issues and Market Needs 13064 ICDE
Enterprise information integration: successes, challenges and controversies 13065 SIGMOD Conference
Data and metadata management in service-oriented architectures: some open challenges 13066 SIGMOD Conference
Modelling Software Applications and User Interfaces Using Metaphorical Entities 13067 MDDAUI
Predicting the product purchase patterns of corporate customers 13082 KDD
Improvement of Borrowing Channel Assignment by Using Cellular Probabilistic Self-organizing Map 13101 ISNN (3)
Scaling Behavior of Internet Packet Delay Dynamics Based on Small-interval Measurements 13104 LCN
Introducing Personal Software Process in A Small Computer Science Program 13106 Software Engineering Research and Practice
Provisioning Virtual Private Networks in the Hose Model with Delay Requirements 13139 ICPP
Proxy-Assisted Scheduling for Energy-Efficient Multimedia Streaming over Wireless LAN 13150 NETWORKING
Power-Aware Processor Scheduling under Average Delay Constraints 13164 IEEE Real-Time and Embedded Technology and Applications Symposium
Challenges in Creating an Infrastructure for Physics-Based Simulation of Biological Structures 13219 CSB
Choosing SNPs Using Feature Selection 13222 CSB
Biocomputing 2005, Proceedings of the Pacific Symposium, Hawaii, USA, 4-8 January 200 13240 Pacific Symposium on Biocomputing
Preface 13246 Pacific Symposium on Biocomputing
Editorial: Annual progress in bioinformatics 13263 Briefings in Bioinformatics
Biomedical term mapping databases 13292 Nucleic Acids Research
Distributed XML Stream Filtering System with High Scalability 13297 ICDE
Incremental maintenance for materialized XPath/XSLT views 13302 WWW
Hardware-Assisted Natural Neighbor Interpolation 13305 ALENEX/ANALCO
On stationarity in Internet measurements through an information-theoretic lens 13312 ICDE Workshops
Global Registration of Multiple 3D Point Sets via Optimization-on-a-Manifold 13317 Symposium on Geometry Processing
Streaming and Sublinear Approximation of Entropy and Information Distance 13334 CoRR
The Hunting of the Bump: On Maximizing Statistical Discrepanc 13335 CoRR
vLOD: High-Fidelity Walkthrough of Large Virtual Environments 13340 IEEE Trans. Vis. Comput. Graph.
An Evolutionary Approach to Schema Partitioning Selection in a Data Warehouse 13352 DaWaK
A personalization framework for OLAP queries 13365 DOLAP
Bases de donnandeacute;es andagrave; base ontologique. Principe et mise en oeuvre 13378 Ingandeacute;nierie des Systandegrave;mes d'Information
Preventing attribute information leakage in automated trust negotiation 13380 ACM Conference on Computer and Communications Security
A Statistical Field Model for Pedestrian Detection 13386 CVPR (1)
Decentralized Multiple Target Tracking Using Netted Collaborative Autonomous Trackers 13388 CVPR (1)
Determining user privacy preferences by asking the right questions: an automated approach 13412 WPES
A CCA-compliant Nuclear Power Plant Simulator Kernel 13436 CBSE
A Coordination Middleware for Wireless Sensor Networks 13476 ICW/ICHSN/ICMCS/SENET
An Aspect Oriented Framework for Scientific Component Development 13503 PDP
Integrating RT-CORBA in SDL 13518 SDL Forum
A Dynamic Component and Aspect-Oriented Platform 13536 Comput. J.
Protein Fold Recognition by Mixed Environment-Specific Amino Acid Substitution Mapping Using Neural Networks 13587 ICPADS (2)
Protein Fold Recognition Using Neural Networks and Support Vector Machines 13589 IDEAL
A Microeconomics-Based Resource Assignment Model for Grid Computing 13593 ISPA Workshops
A User-Centric Framework for Accessing Biological Sources and Tools 13607 DILS
Differential constraints 13635 PODS
An information theoretic histogram for single dimensional selectivity estimation 13636 SAC
Optimising Performance of Object-Oriented and Object-Relational Systems by Dynamic Method Materialization 13638 ADBIS Research Communications
Recursive Markov Decision Processes and Recursive Stochastic Games 13675 ICALP
Probability and Recursion 13692 ISAAC
Checking LTL Properties of Recursive Markov Chains 13708 QEST
Testing hierarchical systems 13712 SODA
Recursive Markov Chains, Stochastic Grammars, and Monotone Systems of Nonlinear Equations 13717 STACS
Algorithmic Verification of Recursive Probabilistic State Machines 13744 TACAS
Realizability and verification of MSC graphs 13820 Theor. Comput. Sci.
Efficiently computing succinct trade-off curves 13822 Theor. Comput. Sci.
Semi-Supervised Cross Feature Learning for Semantic Concept Detection in Videos 13835 CVPR (1)
Co-training non-robust classifiers for video semantic concept detection 13841 ICIP (1)
Multi-Modal Video Concept Extraction Using Co-Training 13845 ICME
Multiple instance learning for labeling faces in broadcasting news video 13853 ACM Multimedia
Mining Associated Text and Images with Dual-Wing Harmoniums 13862 UAI
Transcoding Pattern Generation for Adaptation of Digital Items Containing Multiple Media Streams in Ubiquitous Environment 13876 ICCSA (4)
A Guided Search Method for Real Time Transcoding a MPEG2 P Frame into H.263 P Frame in a Compressed Domain 13877 ICCSA (1)
Access Control Capable Integrated Network Management System for TCP/IP Networks 13878 ICCSA (2)
Evaluation of Network Blocking Algorithm Based on ARP Spoofing and Its Application 13879 ICCSA (2)
Enhanced Fast Handover for Mobile IPv6 Based on IEEE 802.11 Network 13883 ICCSA (1)
Giving Advice about Preferred Actions to Reinforcement Learners Via Knowledge-Based Kernel Regression 13899 AAAI
Using Advice to Transfer Knowledge Acquired in One Reinforcement Learning Task to Another 13908 ECML
View Learning for Statistical Relational Learning: With an Application to Mammography 13924 IJCAI
A Framework for Set-Oriented Computation in Inductive Logic Programming and Its Application in Generalizing Inverse Entailment 13933 ILP
Knowledge transfer via advice taking 13951 K-CAP
Agent-based Mobile Service Discovery in Grid Computing 14007 CIT
A Preference Method with Fuzzy Logic in Service Scheduling of Grid Computing 14009 FSKD (1)
A Run-Time Scheduling Policy for Dependent Tasks in Grid Computing Systems 14014 PDCAT
The Design of the Borealis Stream Processing Engine 14032 CIDR
High-Availability Algorithms for Distributed Stream Processing 14051 ICDE
Dynamic Load Distribution in the Borealis Stream Processor 14059 ICDE
The Lowell database research self-assessment 14108 Commun. ACM
Network Awareness in Internet-Scale Stream Processing 14111 IEEE Data Eng. Bull.
The 8 requirements of real-time stream processing 14118 SIGMOD Record
Claytronics: highly scalable communications, sensing, and actuation networks 14139 SenSys
Consistent and automatic replica regeneration 14149 TOS
Web Service Modeling for Biological Processes 14154 DEXA Workshops
Web Service Mining for Biological Pathway Discovery 14157 DILS
Using a hybrid method for accessing broadcast data 14169 Mobile Data Management
Introduction 14179 Distributed and Parallel Databases
A Dynamic Foundational Architecture for Semantic Web Services 14180 Distributed and Parallel Databases
Customized Delivery of E-Government Web Services 14184 IEEE Intelligent Systems
Preserving trade secrets between competitors in b2b interactions 14185 Int. J. Cooperative Inf. Syst.
A Multilevel Composability Model for Semantic Web Services 14195 IEEE Trans. Knowl. Data Eng.
Adaptive Data Access in Broadcast-Based Wireless Environments 14196 IEEE Trans. Knowl. Data Eng.
Adaptive Data Access in Broadcast-Based Wireless Environments - Appendix 14197 IEEE Trans. Knowl. Data Eng.
A New Algorithm for Reducing Communication Cost of Time-dependent Monte Carlo Transport 14214 Parallel and Distributed Computing and Networks
Effective Document Clustering for Large Heterogeneous Law Firm Collections 14220 ICAIL
Skyline with Presorting: Theory and Optimizations 14242 Intelligent Information Systems
Maximal Vector Computation in Large Data Sets 14247 VLDB
Exchange, integration, and consistency of data: report on the ARISE/NISR workshop 14254 SIGMOD Record
Querying Tree-Structured Data Using Dimension Graphs 14271 CAiSE
Semantic querying of tree-structured data sources using partially specified tree patterns 14273 CIKM
Evaluation of Queries on Tree-Structured Data Using Dimension Graphs 14298 IDEAS
Semantic Integration of Schema Conforming XML Data Sources 14303 WISE
Semantic Integration of Tree-Structured Data Using Dimension Graphs 14312 J. Data Semantics IV
Pairwise Local Alignment of Protein Interaction Networks Guided by Models of Evolution 14320 RECOMB
Iterative-improvement-based declustering heuristics for multi-disk databases 14325 Inf. Syst.
Compression, Clustering, and Pattern Discovery in Very High-Dimensional Discrete-Attribute Data Sets 14327 IEEE Trans. Knowl. Data Eng.
Tick Scheduling: A Deadline Based Optimal Task Scheduling Approach for Real-Time Data Stream Systems 14349 WAIM
A Deadline-Sensitive Approach for Real-Time Processing of Sliding Windows 14350 WAIM
Experiences in Teaching Program Transformation for Software Reengineering 14355 Transformation Techniques in Software Engineering
The LAN-simulation: A Refactoring Teaching Example 14363 IWPSE
The Association Construct in Conceptual Modelling - An Analysis Using the Bunge Ontological Model 14373 CAiSE
Natural-Language Semantics for Associations 14374 CAiSE Short Paper Proceedings
MOQ: Web Services Ontologies for QOS and General Quality Evaluations 14376 ECIS
Ontology based object-oriented domain modelling: fundamental concepts 14379 Requir. Eng.
Toward Formalizing Domain Modeling Semantics in Language Syntax 14381 IEEE Trans. Software Eng.
QoSMig: Adaptive Rate-Controlled Migration of Bulk Data in Storage Systems 14385 ICDE
VisTrails: Enabling Interactive Multiple-View Visualizations 14404 IEEE Visualization
MedioVis - A User-Centred Library Metadata Browser 14419 ECDL
ZuiScat: querying and visualizing information spaces on personal digital assistants 14439 Mobile HCI
INSYDER: a content-based visual-information-seeking system for the Web 14447 Int. J. on Digital Libraries
Optimization of XSLT by Compact Specialization and Combination 14454 WISE
A Java API for global querying and updates for a system of databases 14457 ACM Southeast Regional Conference (1)
An efficient constraint planning algorithm for multidatabases 14459 AICCSA
A Hybrid CI-Based Knowledge Discovery System on Microarray Gene Expression Data 14465 CIBCB
A 3D User Interface for Visualizing Neuron Location in Invertebrate Ganglia 14471 International Conference on Computational Science (2)
A Data Model Based on Paraconsistent Intuitionistic Fuzzy Relations 14477 ISMIS
Truth-value based interval neutrosophic sets 14484 GrC
Interval Neutrosophic Sets and Logic: Theory and Applications in Computin 14492 CoRR
Reverse Nearest Neighbors in Large Graphs 14505 ICDE
Venn Sampling: A Novel Prediction Technique for Moving Objects 14510 ICDE
RPJ: Producing Fast Join Results on Streams through Rate-based Optimization 14520 SIGMOD Conference
Probabilistic Spatial Queries on Existentially Uncertain Data 14527 SSTD
Indexing Multi-Dimensional Uncertain Data with Arbitrary Probability Density Functions 14536 VLDB
A Threshold-Based Algorithm for Continuous Monitoring of k Nearest Neighbors 14546 IEEE Trans. Knowl. Data Eng.
Progressive skyline computation in database systems 14555 ACM Trans. Database Syst.
Aggregate nearest neighbor queries in spatial databases 14556 ACM Trans. Database Syst.
Historical spatio-temporal aggregation 14561 ACM Trans. Inf. Syst.
Where's the Winner? Max-Finding and Sorting with Metric Costs 14575 APPROX-RANDOM
Linear Time Algorithms for Clustering Problems in Any Dimensions 14590 ICALP
Towards Decentralization of Multi-robot Navigation Functions 14592 ICRA
Join-distinct aggregate estimation over update streams 14598 PODS
Intelligent Taxonomy Management Tools for Enterprise Content 14610 Web Intelligence
Formation Stabilization of Multiple Agents Using Decentralized Navigation Functions 14612 Robotics: Science and Systems
Building Edge-Failure Resilient Networks 14613 Algorithmica
On a bidirected relaxation for the MULTIWAY CUT problem 14618 Discrete Applied Mathematics
XML stream processing using tree-edit distance embeddings 14624 ACM Trans. Database Syst.
Wavelet synopses for general error metrics 14625 ACM Trans. Database Syst.
Plaengine: Ein System zur Planung und Ausfanduuml;hrung von Workflows 14629 BTW
Dynamic Failure Recovery of Generated Workflows 14631 DEXA Workshops
Data Reduction for the Scalable Automated Analysis of Distributed Darknet Traffic 14653 Internet Measurment Conference
Topology aware overlay networks 14654 INFOCOM
The Internet Motion Sensor - A Distributed Blackhole Monitoring System 14657 NDSS
The Blaster Worm: Then and Now 14682 IEEE Security andamp; Privacy
BioMap: Discovering Schema Mapping Using Ontologies 14703 CSB Workshops
SemanticBio: Building Conceptual Scientific Workflows over Web Services 14704 DILS
On the Local Closed-World Assumption of Data-Sources 14710 BNAIC
On the Local Closed-World Assumption of Data-Sources 14717 LPNMR
An ID-Logic Formalization of the Composition of Autonomous Databases 14718 LPNMR
An Efficient SQL-based RDF Querying Scheme 14731 VLDB
A Two-Phase Commit Protocol for Mobile Wireless Environment 14743 ADC
Revisiting Distributed Protocols for Mobility at the Application Layer 14765 WEC (5)
Mining Periodic Patterns with Gap Requirement from Sequences 14780 SIGMOD Conference
Efficient Algorithms for Mining and Incremental Update of Maximal Frequent Sequences 14781 Data Min. Knowl. Discov.
Recovery Principles in MySQL Cluster 5.1 14786 VLDB
Dependency-Preserving Normalization of Relational and XML Data 14792 DBPL
Web Technologies Research and Development - APWeb 2005, 7th Asia-Pacific Web Conference, Shanghai, China, March 29 - April 1, 2005, Proceeding 14797 APWeb
Cooperative Ontology Development Environment CODE and a Demo Semantic Web on Economics 14798 APWeb
Ontology Construction for Semantic Web: A Role-Based Collaborative Development Method 14799 APWeb
LinkNet: A New Approach for Searching in a Large Peer-to-Peer System 14802 APWeb
A Semi-automatic Ontology Acquisition Method for the Semantic Web 14826 WAIM
Effective Maintenance of Materialized Views in Peer Data Management Systems 14833 SKG
Semi-Closed Cube: An Effective Approach to Trading Off Data Cube Size and Query Response Time 14839 J. Comput. Sci. Technol.
Searching Databases with Keywords 14842 J. Comput. Sci. Technol.
Direct slicing of STEP based NURBS models for layered manufacturing 14851 Computer-Aided Design
Efficient data dissemination using locale covers 14854 CIKM
PA-Tree: A Parametric Indexing Scheme for Spatio-temporal Trajectories 14857 SSTD
Efficient key establishment for group-based wireless sensor deployments 14859 Workshop on Wireless Security
Equation-based TCP-friendly congestion control under lossy environment 14867 Journal of Systems Architecture
AdWords and Generalized On-line Matching 14870 FOCS
Hybrid search schemes for unstructured peer-to-peer networks 14875 INFOCOM
Multi-unit auctions with budget-constrained bidders 14880 ACM Conference on Electronic Commerce
On the spread of viruses on the internet 14887 SODA
Price of Anarchy, Locality Gap, and a Network Service Provider Game 14891 WINE
On the core of the multicommodity flow game 14897 Decision Support Systems
Leontief Economies Encode Nonzero Sum Two-Player Game 14898 Electronic Colloquium on Computational Complexity (ECCC)
Concurrency control and recovery for balanced B-link trees 14978 VLDB J.
On-Line Algorithms for Market Equilibria 14985 COCOON
Technologies for E-Services, 5th International Workshop, TES 2004, Toronto, Canada, August 29-30, 2004, Revised Selected Paper 15030 TES
On the spread of viruses on the internet 15065 SODA
Degree Distribution of Competition-Induced Preferential Attachment Graph 15078 CoRR
Random subgraphs of finite graphs: I. The scaling window under the triangle condition 15081 Random Struct. Algorithms
THALIA: Test Harness for the Assessment of Legacy Information Integration Approaches 15128 ICDE
"One Size Fits All": An Idea Whose Time Has Come and Gone (Abstract) 15138 ICDE
Fault-tolerance in the Borealis distributed stream processing system 15158 SIGMOD Conference
An Approach to Decomposing Assertions into Java Codes 15307 IKE
An Approach to Transforming Parallel Function Specification into Java Program Framework 15314 Software Engineering Research and Practice
Pulse: A Dynamic Deadlock Detection Mechanism Using Speculative Execution 15317 USENIX Annual Technical Conference, General Track
Disease progression modeling from historical clinical databases 15326 KDD
Surveying Data for Patchy Structure 15329 SDM
Robust detection of periodic time series measured from biological systems 15332 BMC Bioinformatics
From Knowledge Discovery to Implementation: A Business Intelligence Approach Using Neural Network Rule Extraction and Decision Tables 15347 Wissensmanagement (LNCS Volume)
From Knowledge Discovery to Implementation: Developing Business Intelligence Systems using Decision Tables 15348 Wissensmanagement
PlayWatch: chart-style video playback interface 15357 ICME
Ubiquitous Information Retrieval Using Multi-level Characteristics 15366 ICWE
D3DPR: A Direct3D-Based Large-Scale Display Parallel Rendering System Architecture for Clusters 15370 Asia-Pacific Computer Systems Architecture Conference
Planning for Stream Processing Systems 15371 AAAI
An Emotion Model of 3D Virtual Characters in Intelligent Virtual Environment 15372 ACII
Distributed Source Coding in Dense Sensor Networks 15382 DCC
Embedded and Ubiquitous Computing - EUC 2005, International Conference EUC 2005, Nagasaki, Japan, December 6-9, 2005, Proceeding 15389 EUC
Hybrid Cache Architecture for High Speed Packet Processing 15392 Hot Interconnects
High Performance Embedded Route Lookup Coprocessor for Network Processors 15396 ICCNMC
Scaling Laws of Sampled Data and Many-to-One Capacity of Sensor Networks on Closed Surfaces 15405 ICWN
The one-to-many TCP overlay: a scalable and reliable multicast architecture 15407 INFOCOM
Properties of random direction models 15415 INFOCOM
Dynamic Learning of Automata from the Call Stack Log for Anomaly Detection 15427 ITCC (1)
Combining Static Analysis and Dynamic Learning to Build Accurate Intrusion Detection Models 15429 IWIA
An Algorithm for Resource Discovery Based on Metadata Semantic Matching in Semantic Grid Environment 15457 SKG
Refined phylogenetic profiles method for predicting protein-protein interactions 15466 Bioinformatics
Lightweight monitoring of MPI programs in real time 15468 Concurrency and Computation: Practice and Experience
Long range dependence and heavy tail distributions 15484 Perform. Eval.
Optimal capacity allocation for Web systems with end-to-end delay guarantees 15485 Perform. Eval.
Web traffic modeling at finer time scales and performance implications 15489 Perform. Eval.
Mutual information-based analysis of JPEG2000 contexts 15502 IEEE Transactions on Image Processing
Protein-protein interaction and group testing in bipartite graphs 15508 IJBRA
On Optimizing Distance-Based Similarity Search for Biological Databases 15511 CSB
An Assessment of a Metric Space Database Index to Support Sequence Homology 15518 International Journal on Artificial Intelligence Tools
Using Continuous Biometric Verification to Protect Interactive Login Sessions 15519 ACSAC
Efficient Test Compaction for Pseudo-Random Testing 15520 Asian Test Symposium
A Color Indexing Scheme Using Two-level Clustering Processing for Effective and Efficient Image Retrieval 15523 DMIN
A clustering-based approach for prediction of cardiac resynchronization therapy 15530 SAC
Privacy preserving learning in negotiation 15531 SAC
Node clustering based on link delay in P2P networks 15532 SAC
On Finding Consecutive Test Vectors in a Random Sequence for Energy-Aware BIST Design 15540 VLSI Design
Using Continuous Face Verification to Improve Desktop Security 15541 WACV/MOTION
Using Singular Value Decomposition Approximation for Collaborative Filtering 15542 CEC
X-warehouse: building query pattern-driven data 15543 WWW (Special interest tracks and posters)
XAR-miner: efficient association rules mining for XML data 15544 WWW (Special interest tracks and posters)
Automatic Data Fusion with HumMer 15550 VLDB
Enumerating XML Data for Dynamic Updating 15555 ADC
A Characterization of the (natural) Graph Properties Testable with One-Sided Error 15621 FOCS
Additive Approximation for Edge-Deletion Problems 15622 FOCS
Estimating arbitrary subset sums with few probes 15661 PODS
Ordinal embeddings of minimum relaxation: general properties, trees, and ultrametrics 15671 SODA
Linear equations, arithmetic progressions and hypergraph property testing 15679 SODA
Admission control to minimize rejections and online set cover with repetitions 15685 SPAA
Quadratic forms on graphs 15693 STOC
Every monotone graph property is testable 15697 STOC
Sharp Bounds For Some Multicolor Ramsey Numbers 15728 Combinatorica
Discrepancy Games 15738 Electr. J. Comb.
Tight bounds for shared memory systems accessed by Byzantine processes 15762 Distributed Computing
Homomorphisms in Graph Property Testing - A Surve 15796 Electronic Colloquium on Computational Complexity (ECCC)
Partitioning multi-dimensional sets in a small number of ``uniform'' part 15797 Electronic Colloquium on Computational Complexity (ECCC)
On a Hypergraph Matching Problem 15810 Graphs and Combinatorics
Crossing patterns of semi-algebraic sets 15864 J. Comb. Theory, Ser. A
Learning a Hidden Subgraph 15909 SIAM J. Discrete Math.
Testing Reed-Muller codes 15926 IEEE Transactions on Information Theory
Linear Equations, Arithmetic Progressions and Hypergraph Property Testing 15938 Theory of Computing
StreamGlobe: Processing and Sharing Data Streams in Grid-Based P2P Infrastructures 15948 VLDB
Shared Dynamic Context Models: Benefits for Advanced Sensor Data Fusion for Autonomous Robots 15955 Artificial Intelligence and Applications
Federating Location-Based Data Services 15956 Data Management in a Connected World
DCbot: Finding Spatial Information on the Web 15957 DASFAA
Herausforderungen und Ansandauml;tze fanduuml;r Kontextmodelle 15963 GI Jahrestagung (2)
DCbot: Exploring the Web as Value-Added Service for Location-Based Applications 15966 ICDE
Efficiently Managing Context Information for Large-Scale Scenarios 15972 PerCom
Benefits of Integrating Meta Data into a Context Model 15974 PerCom Workshops
Using Probabilistic Models for Data Management in Acquisitional Environments 15986 CIDR
Exploiting Correlated Attributes in Acquisitional Query Processing 15989 ICDE
Near-optimal sensor placements in Gaussian processes 15990 ICML
Learning structured prediction models: a large margin approach 15994 ICML
Optimal Nonmyopic Value of Information in Graphical Models - Efficient Algorithms and Theoretical Limits 15998 IJCAI
Concurrent Hierarchical Reinforcement Learning 15999 IJCAI
A robust architecture for distributed inference in sensor networks 16006 IPSN
Intelligent light control using sensor networks 16013 SenSys
Near-optimal Nonmyopic Value of Information in Graphical Models 16016 UAI
Resource-Aware Wireless Sensor-Actuator Networks 16022 IEEE Data Eng. Bull.
Modeling Link Qualities in a Sensor Network 16023 Informatica (Slovenia)
Model-based approximate querying in sensor networks 16027 VLDB J.
A New Algorithm for Computing the Minimal Enclosing Sphere in Feature Space 16030 FSKD (2)
A SVM Method for Web Page Categorization Based on Weight Adjustment and Boosting Mechanism 16031 FSKD (2)
Web-page summarization using clickthrough data 16051 SIGIR
CubeSVD: a novel approach to personalized Web search 16054 WWW
Evaluating Mid-(k, n) Queries Using B+-Tree 16058 DEXA
Continuous Query Processing of Spatio-Temporal Data Streams in PLACE 16074 GeoInformatica
Feature Selection by Ordered Rough Set Based Feature Weighting 16077 DEXA
Approximate reduct computation by rough sets based attribute weighting 16078 GrC
GignoMDA - modellgetriebene Entwicklung von Datenbankanwendungen 16083 Datenbank-Spektrum
The coDBz Information Integration System for Autonomous Data Sources 16086 EMOI-INTEROP
Complexity and Approximation of Fixing Numerical Attributes in Databases Under Integrity Constraints 16091 DBPL
Fixing Inconsistent Databases by Updating Numerical Attributes 16094 DEXA Workshops
Rules and Queries with Ontologies: a Unifying Logical Framework 16113 Description Logics
Logical Reconstruction of RDF and Ontology Languages 16135 PPSWR
Introduction to Semantic Web Ontology Languages 16138 Reasoning Web
Proceedings of the Thirteenth Italian Symposium on Advanced Database Systems, SEBD 2005, Brixen-Bressanone (near Bozen-Bolzano), Italy, June 19-22, 200 16140 SEBD
Data Cleansing for Numerical Data Sets 16141 SEBD
A Multi-Agent System for Querying Heterogeneous Data Sources with Ontologies 16144 SEBD
A Unified Logical Framework for Rules (and Queries) with Ontologies 16154 Rule Languages for Interoperability
Complexity and Approximation of Fixing Numerical Attributes in Databases Under Integrity Constraint 16160 CoRR
Data complexity of answering conjunctive queries over SHIQ knowledge base 16161 CoRR
Mining Patterns That Respond to Actions 16190 ICDM
Efficiently Mining Frequent Closed Partial Orders 16191 ICDM
Template-Based Privacy Preservation in Classification Problems 16192 ICDM
Anomaly Detection in Computer Security and an Application to File System Accesses 16200 ISMIS
Anomalous Payload-Based Worm Detection and Signature Generation 16222 RAID
FLIPS: Hybrid Adaptive Intrusion Prevention 16225 RAID
Pushing Feature Selection Ahead Of Join 16228 SDM
Building Decision Trees on Records Linked through Key References 16229 SDM
Advanced decision logic in simulation of material flow processing networks 16239 Winter Simulation Conference
Time management in distributed factory simulation, a case study using HLA 16240 Winter Simulation Conference
Mining Customer Value: From Association Rules to Direct Marketing 16250 Data Min. Knowl. Discov.
Localization Site Prediction for Membrane Proteins by Integrating Rule and SVM Classification 16270 IEEE Trans. Knowl. Data Eng.
Gilpin-Ayala model with spatial diffusion and its optimal harvesting policy 16275 Applied Mathematics and Computation
Agent Based Dynamic Execution of BPEL Documents 16294 ISCIS
A hit-miss model for duplicate detection in the WHO drug safety database 16301 KDD
A bayesian recurrent neural network for unsupervised pattern recognition in large incomplete data sets 16303 Int. J. Neural Syst.
Case Based Imprecision Estimates for Bayes Classifiers with the Bayesian Bootstrap 16304 Machine Learning
An Environment for Ontology Design and Enrichment from Texts 16305 SWAP
Exploiting relationships for object consolidation 16307 IQIS
Exploiting Relationships for Domain-Independent Data Cleaning 16309 SDM
Advance Reservation and Co-Allocation Protocol for Grid Computing 16319 e-Science
A Service-Oriented Workflow Language for Robust Interacting Applications 16325 OTM Conferences (1)
Consistency for Web Services Applications 16326 VLDB
An Approach for Evolution-Driven Method Engineering 16332 Information Modeling Methods and Methodologies
A Process for Generating Fitness Measures 16344 CAiSE
Combining Intention-Oriented and State-Based Process Modeling 16378 ER
Measuring the fitness relationship 16438 Requir. Eng.
A native extension of SQL for mining data streams 16454 SIGMOD Conference
Applying Service Composition in Digital Museum Grid 16476 ISPA Workshops
Optimal Gossiping in Square Meshes in All-Port Mode and with Short Packets 16481 SIROCCO
Computation on Programmable Graphics Hardware 16491 IEEE Computer Graphics and Applications
Unbalanced Graph Cuts 16507 ESA
Beyond VCG: Frugality of Truthful Mechanisms 16508 FOCS
Influential Nodes in a Diffusion Model for Social Networks 16511 ICALP
On profit-maximizing envy-free pricing 16520 SODA
On the bias of traceroute sampling: or, power-law degree distributions in regular graphs 16522 STOC
Auction-Based Multi-Robot Routing 16529 Robotics: Science and Systems
On the Bias of Traceroute Sampling; or, Power-law Degree Distributions in Regular Graph 16530 CoRR
Second-Tier Cache Management Using Write Hints 16543 FAST
Supporting Activity Awareness for Teams-Games-Tournaments with GSM Network 16587 WMTE
The MSFAM: a modified fuzzy ARTMAP system 16594 Pattern Anal. Appl.
Content-based image retrieval: approaches and trends of the new age 16598 Multimedia Information Retrieval
IMAGINATION: a robust image-based CAPTCHA generation system 16599 ACM Multimedia
Adding Physical Optimization to Cost Models in Information Mediators 16615 ICEBE
Automatically Maintaining Wrappers for Web Sources 16617 IDEAS
Automatic wrapper maintenance for semi-structured web sources using results from previous queries 16621 SAC
ITPilot: A Toolkit for Industrial-Strength Web Data Extraction 16624 Web Intelligence
Automatically Generating Labeled Examples for Web Wrapper Maintenance 16625 Web Intelligence
A Theory of Local Set Queries 16652 Logic Journal of the IGPL
A survey and analysis of Electronic Healthcare Record standards 16698 ACM Comput. Surv.
Enhancing ebXML Registries to Make them OWL Aware 16706 Distributed and Parallel Databases
Artemis message exchange framework: semantic interoperability of exchanged messages in the healthcare domain 16713 SIGMOD Record
Inferring Multidimensional Cubes for Representing Conceptual Document Spaces 16730 CAEPIA
Watermarking Spatial Trajectory Database 16744 DASFAA
Accurate Symbolization of Time Series 16753 PAKDD
HARMONY: Efficiently Mining the Best Rules for Classification 16779 SDM
On High Dimensional Projected Clustering of Data Streams 16789 Data Min. Knowl. Discov.
Stream Cube: An Architecture for Multi-Dimensional Analysis of Data Streams 16790 Distributed and Parallel Databases
TFP: An Efficient Algorithm for Mining Top-K Frequent Closed Itemsets 16796 IEEE Trans. Knowl. Data Eng.
Model Representation via Contexts and Implicit Generalizations 16803 CADE
On deciding subsumption problems 16825 Ann. Math. Artif. Intell.
The complexity of XPath query evaluation and XML typing 16827 J. ACM
Efficient algorithms for processing XPath queries 16835 ACM Trans. Database Syst.
Fast k-Means Algorithms with Constant Approximation 16840 ISAAC
Finding frequent itemsets by transaction mapping 16841 SAC
CMC: Combining Multiple Schema-Matching Strategies Based on Credibility Prediction 16843 DASFAA
Towards Imaging Large-Scale Ontologies for Quick Understanding and Analysis 16845 International Semantic Web Conference
An Approach to RDF(S) Query, Manipulation and Inference on Databases 16847 WAIM
Semantic type qualifiers 16869 PLDI
Automated soundness proofs for dataflow analyses and transformations via local rules 16873 POPL
Cobalt: A Language for Writing Provably-Sound Compiler Optimizations 16874 Electr. Notes Theor. Comput. Sci.
Generating error traces from verification-condition counterexamples 16878 Sci. Comput. Program.
Polymorphic predicate abstraction 16879 ACM Trans. Program. Lang. Syst.
Adaptive Query Optimization Method for Multiple Continuous Queries 16884 ICDE Workshops
A Semantic Structure for Digital Theses Collection Based on Domain Annotations 16896 ECDL
(Almost) Hands-Off Information Integration for the Life Sciences 16924 CIDR
Integrating and Warehousing Liver Gene Expression Data and Related Biomedical Resources in GEDAW 16931 DILS
Querying Ontologies in Relational Database Systems 16932 DILS
A query language for biological networks 16934 ECCB/JBI
Optimizing syntax patterns for discovering protein-protein interactions 16950 SAC
What makes a gene name? Named entity recognition in the biomedical literature 16954 Briefings in Bioinformatics
GandrKB--ontological microarray annotation and visualization 16959 Bioinformatics
Columba: an integrated database of proteins, structures, and annotations 16961 BMC Bioinformatics
Erkennen und Bereinigen von Datenfehlern in naturwissenschaftlichen Daten 16963 Datenbank-Spektrum
Performance Analysis of DSR using Cached Route Replies for Multihop Wireless Networks 16994 ICWN
Message from the technical program co-chairs 16997 INFOCOM
Towards Self-Predicting Systems: What If You Could Ask "What-If"? 17042 DEXA Workshops
Continuous resource monitoring for self-predicting DBMS 17048 MASCOTS
A Learning-Based Term-Weighting Approach for Information Retrieval 17058 AAAI
An Algorithm for Enumerating SCCs in Web Graph 17063 APWeb
Using Probabilistic Latent Semantic Analysis for Personalized Web Search 17064 APWeb
China Web Graph Measurements and Evolution 17065 APWeb
A Unified Probabilistic Framework for Clustering Correlated Heterogeneous Web Objects 17066 APWeb
Block-Based Language Modeling Approach Towards Web Search 17067 APWeb
Integrating Web Services into Ontology-Based Web Portal 17072 APWeb
Design and Characterization of a Six-axis Accelerometer 17104 ICRA
Estimation of Object Inertia Parameters on Robot Pushing Operation 17105 ICRA
An Effective Resource Description Based Approach to Find Similar Peers 17117 Peer-to-Peer Computing
Scalable collaborative filtering using cluster-based smoothing 17137 SIGIR
Exploiting the hierarchical structure for link analysis 17138 SIGIR
Interactive Chinese Search Results Clustering for Personalization 17145 WAIM
Importance-Based Web Page Classification Using Cost-Sensitive SVM 17146 WAIM
A Novel Resource Description Based Approach for Clustering Peers 17147 WAIM
A study on combination of block importance and relevance to estimate page relevance 17154 WWW (Special interest tracks and posters)
An enhanced model for searching in semantic portals 17155 WWW
Integrated Flight Thrust Control via LMI-Based Hinfty Synthesis in Automatic Carrier Landing System 17165 CIMCA/IAWTIC
Stability and Similarity of Link Analysis Ranking Algorithms 17194 ICALP
Clustering Aggregation 17195 ICDE
Mining Chains of Relations 17197 ICDM
Parameter-Free Spatial Data Mining Using MDL 17198 ICDM
Dimension induced clustering 17200 KDD
Dimension Induced Clustering 17203 LWA
Mining the inner structure of the Web graph 17207 WebDB
Link analysis ranking: algorithms, theory, and experiments 17211 ACM Trans. Internet Techn.
Proceedings of the Second International Workshop on Computer Vision meets Databases, CVDB 2005, June 17, 2005, Baltimore, MD, US 17218 CVDB
Multi-level index for global and partial content-based image retrieval 17224 ICDE Workshops
Evaluation of Queries on Tree-Structured Data Using Dimension Graphs 17227 IDEAS
Robust and Fast Similarity Search for Moving Object Trajectories 17237 SIGMOD Conference
Using Multi-Scale Histograms to Answer Pattern Existence and Shape Match Queries 17239 SSDBM
Report from the first international workshop on computer vision meets databases (CVDB 2004) 17249 SIGMOD Record
A Different View of Fault Prediction 17269 COMPSAC (2)
Locating where faults will be 17276 Richard Tapia Celebration of Diversity in Computing Conference
Predicting the Location and Number of Faults in Large Software Systems 17279 IEEE Trans. Software Eng.
On Learning Asymmetric Dissimilarity Measures 17318 ICDM
A model for handling approximate, noisy or incomplete labeling in text classification 17322 ICML
Interpretable Hierarchical Clustering by Constructing an Unsupervised Decision Tree 17344 IEEE Trans. Knowl. Data Eng.
The changing face of application security: A look at the evolving security infrastructure 17349 Security and Management
Synthesis of Asynchronous Circuits Using Early Data Validity 17351 VLSI Design
BoxScript: a component-oriented language for teaching 17373 ACM Southeast Regional Conference (1)
Query Translation Disambiguation as Graph Partitioning 17375 AAAI
Multi-agent-based Architecture and Mechanism for Coordination and Execution in Agile Supply Chain Operational Management 17379 EEE
QoS Provision for IPv6 Traffic Using Dynamic Packet State 17385 ICAS/ICNS
Network-Tree Routing Model for Large Scale Networks: Theories and Algorithms 17387 ICN (2)
Batch-to-Batch Optimal Control Based on Support Vector Regression Model 17398 ISNN (3)
Adding Value to System Dynamics Modeling by Using Artificial Neural Network 17400 ISNN (2)
Interactive Visual Retrieval System for Large Scale 3D Models Database 17405 MMM
A Framework for Incorporating Class Priors into Discriminative Classification 17408 PAKDD
Mapping Resources for Network Emulation with Heuristic and Genetic Algorithms 17409 PDCAT
Aggregation Tree Routing Algorithm for Dynamic Topology in Large Scale Networks 17410 PDCAT
A maximum coherence model for dictionary-based cross-language information retrieval 17415 SIGIR
Video object segmentation and tracking using psi-learning classification 17432 IEEE Trans. Circuits Syst. Video Techn.
Tomography-based 3-D anisotropic elastography using boundary measurements 17434 IEEE Trans. Med. Imaging
Software Reuse Metrics for Object-Oriented Systems 17444 SERA
Evaluation of various training algorithms in a neural network model for software engineering applications 17459 ACM SIGSOFT Software Engineering Notes
An expert committee model to estimate lines of code 17460 ACM SIGSOFT Software Engineering Notes
Sensitivity analysis of fuzzy and neural network models 17461 ACM SIGSOFT Software Engineering Notes
Security Issues in Health Care Process Integration ? a Research-in-Progress Report 17485 EMOI-INTEROP
The Work Process of Syndicate Data Suppliers - Actors Related and Common Problems Identified 17487 CAiSE Short Paper Proceedings
Information Systems Engineering: What Is It 17490 CAiSE Workshops (2)
Information Fusion from Databases, Sensors and Simulations: A Collaborative Research Program 17499 SEW
Konzepte zur Datenqualitandauml;tssicherung in analytischen Anwendungen 17521 Grundlagen von Datenbanken
Towards Indexing Schemes for Self-Tuning DBMS 17525 ICDE Workshops
Concept-based querying in mediator systems 17535 VLDB J.
Efficient Compression of Text Attributes of Data Warehouse Dimensions 17545 DaWaK
Dependability Benchmarking of Computing Systems - Panel Statement 17548 DSN
Towards a Security Benchmark for Database Management Systems 17560 DSN
Dependability Challenges and Education Perspectives 17563 EDCC
A Data Mining Approach to Identify Key Factors in Dependability Experiments 17565 EDCC
A Methodology for the Automated Identification of Buffer Overflow Vulnerabilities in Executable Software Without Source-Code 17583 LADC
Detection of Malicious Transactions in DBMS 17594 PRDC
An Image Steganography Using Pixel Characteristics 17610 CIS (2)
A Steganographic Scheme in Digital Images Using Information of Neighboring Pixels 17613 ICNC (3)
Video Fingerprinting System Using Wavelet and Error Correcting Code 17614 WISA
Representing Conditional Independence Using Decision Trees 17616 AAAI
Hidden Naive Bayes 17618 AAAI
One Dependence Augmented Naive Bayes 17619 ADMA
Learning k-Nearest Neighbor Naive Bayes for Ranking 17620 ADMA
Instance Cloning Local Naive Bayes 17621 Canadian Conference on AI
Learning Tree Augmented Naive Bayes for Ranking 17623 DASFAA
Augmenting naive Bayes for ranking 17628 ICML
Managing Information Quality in e-Science: A Case Study in Proteomics 17643 ER (Workshops)
Provider issues in quality-constrained data provisioning 17650 IQIS
Clustering Web pages based on their structure 17662 Data Knowl. Eng.
Natural Image Retrieval with Sketches 17674 ICME
Web object indexing using domain knowledge 17675 KDD
Photo-to-search: using multimodal queries to search the web from mobile devices 17676 Multimedia Information Retrieval
Automated rich presentation of a semantic topic 17678 ACM Multimedia
Grouping WWW Image Search Results by Novel Inhomogeneous Clustering Method 17682 MMM
A probabilistic model for retrospective news event detection 17688 SIGIR
Boosting Item Findability: Bridging the Semantic Gap between Search Phrases and Item Information 17693 ICEIS (4)
Business-to-Business Integration 17694 Encyclopedia of Database Technologies and Applications
Enterprise Application Integration 17695 Encyclopedia of Database Technologies and Applications
Business-to-Business Integration Technology 17702 Data Management in a Connected World
Preface (WSCOBPM 2005) 17704 Business Process Management Workshops
Semantic Interfaces of Web Services 17709 DEEC
Ontologizing EDI: First Steps and Initial Experience 17710 DEEC
A B2B Conversational Architecture for Semantic Web Services Based on BPIMS-WS 17725 ICECCS
WSMX - A Semantic Service-Oriented Architecture 17727 ICWS
WWW or What Is Wrong with Web Services 17728 ECOWS
A Web Portal Integration Architecture Based on Semantic Web Services 17731 iiWAS
Una Arquitectura para la Integraciandoacute;n de Portales Web basada en Servicios Web Semandaacute;nticos 17733 JISBD
Semantic Web and Databases, Second International Workshop, SWDB 2004, Toronto, Canada, August 29-30, 2004, Revised Selected Paper 17739 SWDB
Peer-to-Peer Technology Usage in Web Service Discovery and Matchmaking 17751 WISE
A Semantic Web Services Architecture 17766 IEEE Internet Computing
Web Service Modeling Ontology 17772 Applied Ontology
Dynamic response for motion capture animation 17788 ACM Trans. Graph.
Mining Recent Frequent Itemsets in Data Streams by Radioactively Attenuating Strategy 17791 ADMA
DualRank: A Dual-Phase Algorithm for Optimal Profit Mining in Retailing Market 17794 ASIAN
Research on Association Rules Mining AlgorithmWith Item Constraints 17796 CW
Fast Algorithm for Mining Item Profit in Retails Based on Microeconomic View 17797 CW
SuffixMiner: Efficiently Mining Frequent Itemsets in Data Streams by Suffix-Forest 17803 FSKD (2)
ADAMIN: automated, accurate macromodeling of digital aggressors for power and ground supply noise prediction 17830 IEEE Trans. on CAD of Integrated Circuits and Systems
A framework for applying inventory control to capacity management for utility computing 17843 Integrated Network Management
Collaborative End-Point Service Modulation System (COSMOS) 17848 WISE
An on-line, business-oriented optimization of performance and availability for utility computing 17853 IEEE Journal on Selected Areas in Communications
Quality of Service in Flexible Workflows through Process Constraints 17857 ICEIS (3)
Modeling and Managing Content Changes in Text Databases 17877 ICDE
Fully automatic wrapper generation for search engines 17950 WWW
Range Queries on Distributed Spatial Approximation Trees 17975 Databases and Applications
Fast Concurrency Control for Distributed Inverted Files 17983 International Conference on Computational Science (1)
Efficient Parallelization of Spatial Approximation Trees 17984 International Conference on Computational Science (1)
A Parallel Search Engine with BSP 17989 LA-WEB
Crawling a country: better strategies than breadth-first for web page ordering 18004 WWW (Special interest tracks and posters)
A Flexible Role-Based Delegation Model Using Characteristics of Permissions 18010 DEXA
IM3: A System for Matchmaking in Mobile Environments 18030 KES (1)
Interaction-Based Adaptation for Small Screen Devices 18046 User Modeling
A comprehensive semantic framework for data integration systems 18050 J. Applied Logic
Multi-Agent Systems and Applications IV, 4th International Central and Eastern European Conference on Multi-Agent Systems, CEEMAS 2005, Budapest, Hungary, September 15-17, 2005, Proceeding 18106 CEEMAS
Agent Encapsulation in a Cognitive Vision MAS 18107 CEEMAS
Appraisal for a Character-Based Story-World 18115 IVA
Proceedings of the ACM SIGPLAN 2005 Conference on Programming Language Design and Implementation, Chicago, IL, USA, June 12-15, 200 18189 PLDI
XJ: facilitating XML processing in Java 18208 WWW
Immutability specification and its applications 18212 Concurrency - Practice and Experience
The Jikes Research Virtual Machine project: Building an open-source research community 18214 IBM Systems Journal
A Unified Approach to Routing, Covering and Merging in Publish/Subscribe Systems Based on Modified Binary Decision Diagrams 18254 ICDCS
Reflection Analysis for Java 18261 APLAS
Improving software security with a C pointer analysis 18263 ICSE
Finding application errors and security flaws using PQL: a program query language 18265 OOPSLA
Context-sensitive program analysis as database queries 18268 PODS
DynaMine: finding common error patterns by mining software revision histories 18270 ESEC/SIGSOFT FSE
DeepWeb Navigation in Web Data Extraction 18275 CIMCA/IAWTIC
Well-Nested Context Unification 18284 CADE
N-ary Queries by Tree Automata 18290 Foundations of Semistructured Data
Minimizing Tree Automata for Unranked Trees 18291 DBPL
N-Ary Queries by Tree Automata 18292 DBPL
Complexity of Subtype Satisfiability over Posets 18295 ESOP
A Concurrent Lambda Calculus with Futures 18296 FroCos
Describing Lambda Terms in Context Unification 18301 LACL
An Empirical Study of the Nesting Level of Composite States Within UML Statechart Diagrams 18345 ER (Workshops)
A Precise Approach for the Analysis of the UML Models Consistency 18346 ER (Workshops)
Actas de las X Jornadas de Ingenierandiacute;a del Software y Bases de Datos (JISBD 2005), September 14-16, 2005, Granada, Spai 18355 JISBD
UML Modeling Languages and Applications, and#171;UMLand#187; 2004 Satellite Activities, Lisbon, Portugal, October 11-15, 2004, Revised Selected Paper 18361 UML Satellite Activities
Report on the ninth conference on Software Engineering and Databases (JISBD 2004) 18367 SIGMOD Record
A Source Code Independent Reverse Engineering Tool for Dynamic Web Sites 18373 CSMR
Tutorial 7: Modeling Enterprise Applications 18376 ER (Workshops)
Integration von OpenOffice.org in eine Haushalts- und Controllingsoftware 18379 GI Jahrestagung (1)
A Type System for Reflective Program Generators 18380 GPCE
Appropriateness of user interfaces to tasks 18394 TAMODIA
Integrated Model-Based Software Development, Data Access, and Data Migration 18397 MoDELS
Integrating Code Generators into the C# Language 18399 ICITA (1)
Robust content creation with form-oriented user interfaces 18401 CHINZ
Modelling form-based interfaces with bipartite state machines 18402 Interacting with Computers
Generative programming for C# 18403 SIGPLAN Notices
Modeling of the Residual Capability for People with Severe Motor Disabilities: Analysis of Hand Posture 18410 User Modeling
Hybrid Recommendation Approaches: Collaborative Filtering via Valuable Content Information 18424 HICSS
Task-stage knowledge support: coupling user information needs with stage identification 18430 IRI
Arrow Decision Logic 18436 RSFDGrC (1)
Task-based K-Support system: disseminating and sharing task-relevant knowledge 18445 Expert Syst. Appl.
Hybrid approaches to product recommendation based on customer lifetime value and purchase preferences 18452 Journal of Systems and Software
Justification and Hypothesis Selection in Data Mining 18458 Foundations of Data Mining and knowledge Discovery
Generic Relationships in Information Modeling 18465 J. Data Semantics IV
Spatio-temporal Modeling of Moving Objects for Content- and Semantic-Based Retrieval in Video Data 18479 KES (4)
Active Federated Database Systems 18483 Encyclopedia of Database Technologies and Applications
Pyros - an environment for building and orchestrating open services 18484 IEEE SCC
Building WEB services portals: implementation experiences 18485 IEEE SCC
Global, Pervasive and Ubiquitous Information Societies: Engineering Challenges and Social Impact 18490 CAiSE Workshops (2)
SKIMA: Semantic Knowledge and Information Management 18497 ENC
Building Information Systems by Orchestrating Open Services 18501 IDEAS
Intandeacute;gration de services. Une analyse structurandeacute;e 18509 Ingandeacute;nierie des Systandegrave;mes d'Information
Mining for Context Recognition in Document Filtering and Classification 18512 ACIS-ICIS
Adaptive sampling for thresholding in document filtering and classification 18529 Inf. Process. Manage.
Incremental mining of information interest for personalized web scanning 18533 Inf. Syst.
DSAC: integrity for outsourced databases with signature aggregation and chaining 18535 CIKM
ULoad: Choosing the Right Storage for Your XML Application 18548 VLDB
XML Access Modules: Towards Physical Data Independence in XML Databases 18551 XIME-P
Un modandegrave;le de stockage de donnandeacute;es XML basandeacute; sur les sandeacute;quences 18553 Ingandeacute;nierie des Systandegrave;mes d'Information
What Would Edmonds Do? Augmenting Paths and Witnesses for Degree-Bounded MSTs 18557 APPROX-RANDOM
Server Allocation Algorithms for Tiered Systems 18558 COCOON
Deadline scheduling for animation rendering 18564 SIGMETRICS
Value-maximizing deadline scheduling and its application to animation rendering 18567 SPAA
Clique-Width for Four-Vertex Forbidden Subgraphs 18581 FCT
The Equivalence Problem for Deterministic MSO Tree Transducers Is Decidable 18584 FSTTCS
The Equivalence Problem for Deterministic MSO Tree Transducers is Decidabl 18626 CoRR
Surface Modelling for GPS Satellite Visibility 18708 W2GIS
Map generalization in the Web age 18715 International Journal of Geographical Information Science
An Automated Blowing Control System Using the Hybrid Concept of Case Based Reasoning and Neural Networks in Steel Industry 18731 ISNN (3)
A Tree-Structured Index Allocation Method with Replication over Multiple Broadcast Channels in Wireless Environments 18739 IEEE Trans. Knowl. Data Eng.
Enabling a RealTime Solution for Neuron Detection with Reconfigurable Hardware (abstract only) 18747 FPGA
A multinomial clustering model for fast simulation of computer architecture designs 18755 KDD
Enabling a Real-Time Solution for Neuron Detection with Reconfigurable Hardware 18756 IEEE International Workshop on Rapid System Prototyping
Evolving Feature Selection 18757 IEEE Intelligent Systems
Close pair queries in moving object databases 18766 GIS
Supporting Load Balancing and Efficient Reorganization During System Scaling 18771 IPDPS
Online B-tree Merging 18777 SIGMOD Conference
Subsequence Matching on Structured Time Series Data 18778 SIGMOD Conference
Indexing Inventory Snapshots 18785 TIME
Spatial Clustering of Chimpanzee Locations for Neighborhood Identification 18819 ICDM
Estimating missed actual positives using independent classifiers 18823 KDD
Evolutionary Optimisation of Distributed Energy Resources 18842 Australian Conference on Artificial Intelligence
Robust Direction of Arrival (DOA) Estimation Using RBF Neural Network in Impulsive Noise Environment 18854 ISNN (3)
Finding Hidden Hierarchy in Reinforcement Learning 18855 KES (3)
Relational mountain (density) clustering method and web log analysis 18879 Int. J. Intell. Syst.
bigVAT: Visual assessment of cluster tendency for large data sets 18895 Pattern Recognition
A Possibilistic Fuzzy c-Means Clustering Algorithm 18906 IEEE T. Fuzzy Systems
Authenticity and availability in PIPE networks 18924 Future Generation Comp. Syst.
Range Query Optimization Leveraging Peer Heterogeneity in DHT Data Networks 18935 DBISP2P
Agent-based virtual organisations for the Grid 18946 AAMAS
Autonomous trading agent design in the presence of tradeoffs 19002 ICEC
The Achilles' Heel of QBF 19004 AAAI
A New Approach to Model Counting 19075 SAT
Sensor networks and distributed CSP: communication, computation and complexity 19080 Artif. Intell.
Statistical Regimes Across Constrainedness Regions 19094 Constraints
Regular Random k-SAT: Properties of Balanced Formulas 19101 J. Autom. Reasoning
High Performance Multimodal Networks 19106 SSTD
Watermill: an optimized fingerprinting system for highly constrained data 19108 BDA
Watermill: an optimized fingerprinting system for highly constrained data 19114 MMandamp;Sec
Expandeacute;riences de classification d'une collection de documents XML de structure homogandegrave;ne 19132 EGC
A Flexible Structured-Based Representation for XML Document Mining 19135 INEX
Experiments in Clustering Homogeneous XML Documents to Validate an Existing Typolog 19148 CoRR
Users and Assessors in the Context of INEX: Are Relevance Dimensions Relevant 19149 CoRR
Hybrid XML Retrieval: Combining Information Retrieval and a Native XML Databas 19150 CoRR
Enhancing Content-And-Structure Information Retrieval using a Native XML Databas 19151 CoRR
Expandeacute;riences de classification d'une collection de documents XML de structure homogandegrave;n 19152 CoRR
Combining Structured Corporate Data and Document Content to Improve Expertise Findin 19153 CoRR
Hybrid XML Retrieval: Combining Information Retrieval and a Native XML Database 19156 Inf. Retr.
A UML Profile for Software Architectures and Peer to Peer Dependable Applications 19161 CAiSE Short Paper Proceedings
Interoperability and eServices 19163 DAIS
Scalable Spatial Query Processing for Location-Aware Mobile Services 19188 EUC
Exploiting Mobility as Context for Energy-Efficient Location-Aware Computing 19189 EUC
Exploiting Locality Characteristics for Reducing Signaling Load in Hierarchical Mobile IPv6 Networks 19191 ICCSA (4)
A Stochastic Viewpoint on the Generation of Spatiotemporal Datasets 19192 ICCSA (2)
Range and Nearest Neighbor Query Processing for Mobile Clients 19196 OTM Workshops
Data Dissemination Model for Location-Based Services 19197 PDCAT
History-Based Auxiliary Mobility Management Strategy for Hierarchical Mobile IPv6 Networks 19199 IEICE Transactions
Grid and Cluster Matrix Computation with Persistent Storage and Out-of-core Programming 19214 CLUSTER
Peer to Peer Large Scale Linear Algebra Programming and Experimentations 19218 LSSC
A Note on Interpretations for Federated Languages and the Use of Disquotation 19226 ICAIL
Simple reinforcement learning agents: Pareto beats Nash in an algorithmic game theory study 19234 Inf. Syst. E-Business Management
Landmark Extraction: A Web Mining Approach 19238 COSIT
Traveling in Digital Archive World: Sightseeing Metaphor Framework for Enhancing User Experiences in Digital Libraries 19245 ICADL
Trajectory-Based Presentation of Heterogeneous Spatio-temporal Content 19255 W2GIS
Blog Map of Experiences: Extracting and Geographically Mapping Visitor Experiences from Urban Blogs 19257 WISE
Optimizing candidate check costs for bitmap indices 19262 CIKM
Optimizing I/O Costs of Multi-dimensional Queries Using Bitmap Indices 19265 DEXA
Impact of Admission and Cache Replacement Policies on Response Times of Jobs on Data Grids 19310 Cluster Computing
Feature Interactions in Overlay Networks 19357 FIW
Neural Network Based Online Feature Selection for Vehicle Tracking 19368 ISNN (2)
Summarizing itemset patterns: a profile-based approach 19372 KDD
SeqIndex: Indexing Sequences by Sequential Pattern Analysis 19375 SDM
Mining Compressed Frequent-Pattern Sets 19380 VLDB
Network constrained clustering for gene microarray data 19381 Bioinformatics
XQuery-Based TV-Anytime Metadata Management 19387 DASFAA
A Scalability Service for Dynamic Web Applications 19400 CIDR
Conceptual Modelling of Computations On Data Streams 19411 APCCM
On Adaptive and Online Data Integration 19426 ICDE Workshops
A Cryptographic Solution for General Access Control 19429 ISC
Collaborative Curation of Data from Bio-medical Texts and Abstracts and Its integration 19441 DILS
Feature-Correlation Based Multi-view Detection 19463 ICCSA (4)
List Data Extraction in Semi-structured Document 19474 WISE
Association search in semantic web: search + inference 19475 WWW (Special interest tracks and posters)
iASA: Learning to Annotate the Semantic Web 19480 J. Data Semantics IV
INFORMATIK 2005 - Informatik LIVE! Band 1, Beitrandauml;ge der 35. Jahrestagung der Gesellschaft fanduuml;r Informatik e.V. (GI), Bonn, 19. bis 22. September 200 19502 GI Jahrestagung (1)
INFORMATIK 2005 - Informatik LIVE! Band 2, Beitrandauml;ge der 35. Jahrestagung der Gesellschaft fanduuml;r Informatik e.V. (GI), Bonn, 19. bis 22. September 200 19503 GI Jahrestagung (2)
Blocking Anonymity Threats Raised by Frequent Itemset Mining 19560 ICDM
Pushing Tougher Constraints in Frequent Pattern Mining 19572 PAKDD
k-Anonymous Patterns 19573 PKDD
Interestingness is Not a Dichotomy: Introducing Softness in Constrained Pattern Mining 19574 PKDD
Anonymity and data mining 19585 Comput. Syst. Sci. Eng.
Exante: A Preprocessing Method for Frequent-Pattern Mining 19590 IEEE Intelligent Systems
Efficient breadth-first mining of frequent pattern with monotone constraints 19591 Knowl. Inf. Syst.
Integration of Heterogeneous Knowledge Sources in the CALO Query Manager 19599 OTM Workshops
Conditional Constraint Networks for Interleaved Planning and Information Gathering 19602 IEEE Intelligent Systems
Off-Line Algorithms for Minimizing Total Flow Time in Broadcast Scheduling 19609 COCOON
Lossless Compression of DNA Microarray Images 19613 CSB Workshops
Prediction by Partial Approximate Matching for Lossless Image Compression 19617 DCC
Information Stream Oriented Content Adaptation for Pervasive Computing 19619 EEE
Bounds on the Power of Constant-Depth Quantum Circuits 19621 FCT
Design of Interpretable and Accurate Fuzzy Models from Data 19622 FSKD (1)
Chinese Postman Problem in Stochastic Networks 19630 ICAS/ICNS
Multi-objective Particle Swarm Optimization Based on Minimal Particle Angle 19634 ICIC (1)
Quantum Algorithms for a Set of Group Theoretic Problems 19642 ICTCS
Efficient Algorithms for Finding a Longest Common Increasing Subsequence 19644 ISAAC
A Novel Blind Deconvolution Method for Single-Output Chaotic Convolution Mixed Signal 19649 ISNN (2)
An adaptable software architecture based on mobile components in pervasive computing 19653 PDCAT
Online Bin Packing of Fragile Objects with Application in Cellular Networks 19668 WINE
A General Cache Partition Model for Multiple QoS Classes: Algorithm and Simulation 19676 CIMCA/IAWTIC
ChickVD: a sequence variation database for the chicken genome 19697 Nucleic Acids Research
NONCODE: an integrated knowledge database of non-coding RNAs 19699 Nucleic Acids Research
SPD - a web-based secreted protein database 19700 Nucleic Acids Research
Visualizing Dynamics of the Hot Topics Using Sequence-Based Self-organizing Maps 19729 KES (4)
Detecting Search Engine Spam from a Trackback Network in Blogspace 19733 KES (4)
Model Selection and Weight Sharing of Multi-layer Perceptrons 19737 KES (4)
Cross-entropy embedding of high-dimensional data using the neural gas model 19748 Neural Networks
A Concern-Oriented Requirements Engineering Model 19756 CAiSE
Modular Aspect Verification for Safer Aspect-Based Evolution 19761 RAM-SE
Multi-Dimensional Separation of Concerns in Requirements Engineering 19789 RE
CoCA: A Composition-Centric Approach to Requirements Engineering 19790 RE
Early-AIM: An Approach for Identifying Aspects in Requirements 19793 RE
From Requirements Documents to Feature Models for Aspect Oriented Product Line Implementation 19795 MoDELS Satellite Events
Comparing Requirement Engineering Approaches for Handling Crosscutting Concerns 19796 WER
A database evolution taxonomy for object-oriented databases 19807 Journal of Software Maintenance
Towards a taxonomy of software change 19808 Journal of Software Maintenance
Spatio-Temporal Databases in Practice: Directly Supporting Previously Developed Land Data Using Tripod 19904 ICDE
Tools for Media Conversion and Fusion of TV and Web Contents 19913 APWeb
Web Content Transformed into Humorous Dialogue-Based TV-Program-Like Content 19920 INTETAIN
Complementing your TV-viewing by web content automatically-transformed into TV-program-type content 19923 ACM Multimedia
Web2Talkshow: transforming web content into TV-program-like content based on the creation of dialogue 19926 WWW (Special interest tracks and posters)
B-CWB: Bilingual Comparative Web Browser Based on Content-Synchronization and Viewpoint Retrieval 19931 World Wide Web
BF*: Web Services Discovery and Composition as Graph Search Problem 19934 EEE
Effective and scalable solutions for mixed and split citation problems in digital libraries 19940 IQIS
Comparative study of name disambiguation problem using a scalable blocking-based framework 19942 JCDL
Multidimensional Structures Dedicated to Continuous Spatiotemporal Phenomena 19962 BNCOD
Supporting decision making for spatiotemporal phenomena 19963 ITRE
On Map-Matching Vehicle Tracking Data 19965 VLDB
A Protein Interaction Verification System Based on a Neural Network Algorithm 19968 CSB Workshops
A Framework for the Integration of Multimedia Data 19978 Journal of Object Technology
A multiple tree algorithm for the efficient association of asteroid observations 19979 KDD
Variable KD-Tree Algorithms for Spatial Pattern Search and Discovery 19980 NIPS
SoniXplorer: Combining Visualization and Auralization for Content-Based Exploration of Music Collections 20000 ISMIR
Anisotropic Feature-Preserving Smoothing of 3D Mesh 20002 CGIV
Email data cleaning 20012 KDD
Association search in semantic web: search + inference 20017 WWW (Special interest tracks and posters)
Multiple strategies detection in ontology mapping 20018 WWW (Special interest tracks and posters)
iASA: Learning to Annotate the Semantic Web 20022 J. Data Semantics IV
Case-Based Reasoning for Financial Prediction 20051 IEA/AIE
Adaptable Java Agents (AJA): a tool for programming of multi-agent systems 20060 SIGPLAN Notices
Understanding Congestion in IEEE 802.11b Wireless Networks 20072 Internet Measurment Conference
Decoupling Service and Feedback Trust in a Peer-to-Peer Reputation System 20081 ISPA Workshops
NETWORKING 2005: Networking Technologies, Services, and Protocols; Performance of Computer and Communication Networks; Mobile and Wireless Communication Systems, 4th International IFIP-TC6 Networking Conference, Waterloo, Canada, May 2-6, 2005, Proceeding 20094 NETWORKING
Delay Tolerant Mobile Networks (DTMNs): Controlled Flooding in Sparse Mobile Networks 20096 NETWORKING
Facilitating robust multicast group management 20103 NOSSDAV
A Hidden Environment Model for Constructing Indoor Radio Maps 20114 WOWMOM
Application layer reachability monitoring for IP multicast 20119 Computer Networks
A flexible overlay architecture for mobile IPv6 multicast 20131 IEEE Journal on Selected Areas in Communications
Real-world environment models for mobile network evaluation 20132 IEEE Journal on Selected Areas in Communications
Virtual Communities in Practice 20161 Encyclopedia of Information Science and Technology (V)
A Pattern Restore Method for Restoring Missing Patterns in Server Side Clickstream Data 20162 APWeb
Knowledge Management in Non-Governmental Organisations - A Partnership for the Future 20166 ICEIS (2)
UBB Mining: Finding Unexpected Browsing Behaviour in Clickstream Data to Improve a Web Site's Design 20170 Web Intelligence
Unified Modeling Language for Knowledge Modelling 20171 CIMCA/IAWTIC
Optimizing Nested Queries with Parameter Sort Orders 20227 VLDB
Bidirectional Expansion For Keyword Search on Graph Databases 20233 VLDB
Broadening Vector Space Schemes for Improving the Quality of Information Retrieval 20273 APWeb
Exploiting Traffic Localities for Efficient Flow State Lookup 20340 NETWORKING
Improved Self-splitting Competitive Learning Algorithm 20349 PAKDD
Expanding the Training Data Space Using Emerging Patterns and Genetic Methods 20367 SDM
Mining Emerging Patterns and Classification in Data Streams 20376 Web Intelligence
A weighting scheme based on emerging patterns for weighted support vector machines 20380 GrC
A Taxonomy of Data Grids for Distributed Data Sharing, Management and Processin 20392 CoRR
A Novel Document Ranking Method Using the Discrete Cosine Transform 20404 IEEE Trans. Pattern Anal. Mach. Intell.
Incremental maintenance of shortest distance and transitive closure in first-order logic and SQL 20414 ACM Trans. Database Syst.
A novel document retrieval method using the discrete wavelet transform 20419 ACM Trans. Inf. Syst.
Designing Robust Regression Models 20424 Foundations of Data Mining and knowledge Discovery
Integrating Smart Items with Business Processes An Experience Report 20426 HICSS
Semantic Correlation Network Based Text Clustering 20428 Australian Conference on Artificial Intelligence
Concept Chain Based Text Clustering 20430 CIS (1)
TCUAP: A Novel Approach of Text Clustering Using Asymmetric Proximity 20432 IICAI
A New Algorithm for Pattern Optimization in Protein-Protein Interaction Extraction System 20444 IbPRIA (2)
Deriving Spatial Integrity Constraints from Geographic Application Schemas 20449 Encyclopedia of Database Technologies and Applications
Integrating Web Data and Geographic Knowledge into Spatial Databases 20450 Spatial Databases
Geographic web search based on positioning expressions 20478 GIR
A usability evaluation study of a digital library self-archiving service 20488 JCDL
The Role of Gazetteers in Geographic Knowledge Discovery on the Web 20491 LA-WEB
Uma Biblioteca Digital Georreferenciada para Dados Ecolandoacute;gicos 20496 SBBD
Mapeamento de Definiandccedil;andotilde;es XML Schema para SQL: 1999 20501 SBBD
Remoandccedil;andatilde;o de Ambiguidades na Identificaandccedil;andatilde;o de Autoria de Objetos Bibliograndaacute;ficos 20504 SBBD
Fifth ACM International Workshop on Web Information and Data Management (WIDM 2003) 20530 Data Knowl. Eng.
Report on the 6th ACM international workshop on web information and data management (WIDM 2004) held at CIKM 2004 20550 SIGIR Forum
Report on the 19th Brazilian symposium on databases (SBBD 2004) 20551 SIGMOD Record
Cooperative Content Distribution: Scalability Through Self-Organization 20554 Self-star Properties in Complex Information Systems
Semantic Peer-to-Peer Overlays for Publish/Subscribe Networks 20565 Euro-Par
Self-organization in Cooperative Content Distribution Networks 20578 NCA
Peer-to-Peer Distribution Architectures Providing Uniform Download Rates 20581 OTM Conferences (2)
Design choices for content distribution in P2P networks 20605 Computer Communication Review
Structured Peer-to-Peer Networks: Faster, Closer, Smarter 20609 IEEE Data Eng. Bull.
Real Datasets for File-Sharing Peer-to-Peer Systems 20625 DASFAA
Increasing the Performance of CDNs Using Replication and Caching: A Hybrid Approach 20627 IPDPS
On Discovering Moving Clusters in Spatio-temporal Data 20631 SSTD
Evaluation of Top-k OLAP Queries Using Aggregate R-Trees 20632 SSTD
Constrained Shortest Path Computation 20634 SSTD
Combining replica placement and caching techniques in content distribution networks 20637 Computer Communications
Adaptive schemes for distributed web caching 20638 J. Parallel Distrib. Comput.
WebCrow: A Web-Based System for Crossword Solving 20642 AAAI
Solving Italian Crosswords Using the Web 20646 AI*IA
A Neural Network Approach to Web Graph Processing 20651 APWeb
The RW2 Algorithm for Exact Graph Matching 20671 ICAPR (1)
Learning Web Page Scores by Error Back-Propagation 20685 IJCAI
Clustering XML Documents Using Self-organizing Maps for Structures 20689 INEX
Webcrow: A Web-Based Crosswords Solver 20692 INTETAIN
Graph Neural Networks for Ranking Web Pages 20704 Web Intelligence
Recursive Neural Networks and Graphs: Dealing with Cycles 20707 WIRN/NAIS
The bubble of web visibility 20712 Commun. ACM
The loading problem for recursive neural networks 20724 Neural Networks
Exact and Approximate Graph Matching Using Random Walks 20728 IEEE Trans. Pattern Anal. Mach. Intell.
Artificial Neural Networks for Document Analysis and Recognition 20731 IEEE Trans. Pattern Anal. Mach. Intell.
Preface 20739 Pattern Recognition Letters
Inside PageRank 20748 ACM Trans. Internet Techn.
Empirical Study of the GBC Approach for Mapping XML Data to Relations 20759 Computers and Their Applications
An Empirical Study of Qualities of Association Rules from a Statistical View Point 20760 Computers and Their Applications
The Design of an Interactive Approach to Statistical Data Mining 20761 Computers and Their Applications
Applying cosine series to join size estimation 20770 CIKM
A Metropolis Sampling Method for Drawing Representative Samples from Large Databases 20773 DASFAA
Grid File with Approximation: An Improved Approach for Multi-Dimensional Nearest Neighbor Search 20787 IKE
The Design of an Interactive Approach to Statistical Data Mining 20788 IKE
Exploring the Potentials of Vertical Striping on Disks 20790 IKE
An approach of composing near optimal invalidation reports 20792 Mobile Data Management
A Partial Ontology for Forest Inventory and Mensuration 20815 DEXA Workshops
An Architectural Design for a Forest Information and Communications Portal (FICP) 20816 DEXA Workshops
An Intelligent Framework (O-SS-E) for Data Mining, Knowledge Discovery and Business Intelligence 20817 DEXA Workshops
Semantic Interoperability and Integratio 20839 Semantic Interoperability and Integration
Economic Reflections on Managing Web Service Using Semantics 20853 EMISA
Semantic Annotation of Images and Videos for Multimedia Analysis 20855 ESWC
An Argumentation Ontology for DIstributed, Loosely-controlled and evolvInG Engineering processes of oNTologies (DILIGENT) 20858 ESWC
Semantic Management of Web Services 20866 ICSOC
Semantic Management of Web Services 20867 ICWS
Semantic Methods for P2P Query Routing 20887 MATES
Bootstrapping Ontology Alignment Methods with APFEL 20907 International Semantic Web Conference
Searching Dynamic Communities with Personal Indexes 20908 International Semantic Web Conference
An Ontology Infrastructure for Multimedia Reasoning 20917 VLBV
PAIKM-2005 - Peer-to-Peer and Agent Infrastructures for Knowledge Management 20922 Wissensmanagement (LNCS Volume)
Supervised Learning of an Ontology Alignment Process 20923 Wissensmanagement
Supervised Learning of an Ontology Alignment Process 20924 Wissensmanagement (LNCS Volume)
PAIKM-2005 - Peer-to-Peer and Agent Infrastructures for Knowledge Management 20926 Wissensmanagement
Gimme' the context: context-driven automatic semantic annotation with C-PANKOW 20929 WWW
Bootstrapping ontology alignment methods with APFEL 20930 WWW (Special interest tracks and posters)
Social Networks Applied 20955 IEEE Intelligent Systems
Learning Concept Hierarchies from Text Corpora using Formal Concept Analysis 20960 J. Artif. Intell. Res. (JAIR)
Incrementally Maintaining Materializations of Ontologies Stored in Logic Databases 20962 J. Data Semantics
Three Dimensions of Knowledge Representation in WonderWeb 20969 KI
An Ontology-based Framework for Text Mining 20972 LDV Forum
Supporting application development in the semantic web 20976 ACM Trans. Internet Techn.
World Wide Web Conference 2005 - Semantic Web track 20982 J. Web Sem.
Indexing Information for Data Forensics 20991 ACNS
A Survey of Watermarking Techniques for Non-Media Digital Objects (Invited Talk) 20993 ACSW Frontiers
Remote Revocation of Smart Cards in a Private DRM System 20994 ACSW Frontiers
Dynamic and efficient key management for access hierarchies 20998 ACM Conference on Computer and Communications Security
Secure Biometric Authentication for Weak Computational Devices 21016 Financial Cryptography
Achieving Fairness in Private Contract Negotiation 21017 Financial Cryptography
Data Confidentiality in Collaborative Computing 21022 HiPC
Translation-Based Steganography 21033 Information Hiding
ViWiD : Visible Watermarking Based Defense Against Phishing 21041 IWDW
Provable bounds for portable and flexible privacy-preserving access 21054 SACMAT
Markov Models for Identification of Significant Episodes 21056 SDM
Privacy-preserving credit checking 21057 ACM Conference on Electronic Commerce
Secure outsourcing of sequence comparisons 21112 Int. J. Inf. Sec.
Adaptive data structures for IP lookups 21129 ACM Journal of Experimental Algorithms
Reliable detection of episodes in event sequences 21135 Knowl. Inf. Syst.
A Tree-Based Forward Digest Protocol to Verify Data Integrity in Distributed Media Streaming 21152 IEEE Trans. Knowl. Data Eng.
Rights Protection for Categorical Data 21154 IEEE Trans. Knowl. Data Eng.
To do or not to do: If the requirements engineering payoff is so good, why aren't more companies doing it 21159 RE
Automatic generation of CHR constraint solvers 21196 TPLP
Two-Phase Support Vector Clustering for Multi-Relational Data Mining 21201 CW
Fast Algorithm for Mining Item Profit in Retails Based on Microeconomic View 21202 CW
Design of Face Recognition Door Manager System Based on DSP 21203 EUC
A Fuzzy Neural Network System Based on Generalized Class Cover Problem 21204 FSKD (1)
A Fuzzy Neural Network System Based on Generalized Class Cover and Particle Swarm Optimization 21207 ICIC (2)
A Novel Quantum Swarm Evolutionary Algorithm for Solving 0-1 Knapsack Problem 21210 ICNC (2)
Neural Particle Swarm Optimization for Casing Damage Prediction 21214 ISNN (3)
Obscene Image Recognition Based on Model Matching and BWFNN 21217 ISNN (2)
Prediction of Contact Maps in Proteins Based on Recurrent Neural Network with Bias Units 21218 ISNN (3)
Analysis of Gene Expression Data: Application of Quantum-Inspired Evolutionary Algorithm to Minimum Sum-of-Squares Clustering 21230 RSFDGrC (2)
Identification of Transcription Factor Binding Sites Using Hybrid Particle Swarm Optimization 21231 RSFDGrC (2)
Error Resilience Schemes of H.264/AVC for 3G Conversational Video Services 21238 CIT
Human Contour Extraction Using Level Set 21239 CIT
Finding Critical Traffic Matrices 21240 DSN
An On-line Sketch Recognition Algorithm for Composite Shape 21242 FSKD (2)
P2P-Based Software Engineering Management 21244 ICCNMC
Slant Correction of Vehicle License Plate Image 21245 ICIAP
Uniform color transfer 21247 ICIP (3)
Network Anomography 21255 Internet Measurment Conference
Improving Sketch Reconstruction Accuracy Using Linear Least Squares Method 21256 Internet Measurment Conference
On AS-level path inference 21270 SIGMETRICS
Radius-Normal Histogram and Hybrid Strategy for 3D Shape Retrieval 21275 SMI
A trust-region interior-point method for nonlinear programming 21277 Richard Tapia Celebration of Diversity in Computing Conference
A global optimization method for the molecular replacement problem in X-ray crystallography 21289 Math. Program.
Guest editor's foreword 21297 SIGMETRICS Performance Evaluation Review
Estimating point-to-point and point-to-multipoint traffic matrices: an information-theoretic approach 21298 IEEE/ACM Trans. Netw.
Agent-Oriented Information Systems II, 6th International Bi-Conference Workshop, AOIS 2004, Riga, Latvia, June 8, 2004 and New York, NY, USA, July 20, 2004,Revised Selected Paper 21302 AOIS
Identification of Reusable Method Fragments from the PASSI Agent-Oriented Methodology 21306 AOIS
Foundations of Ontology-Based MAS Methodologies 21309 AOIS
The Rationale of Powertype Powertype-based Metamodelling to Underpin nderpin Software D Development evelopment Methodologies 21310 APCCM
Evaluating the Feasibility of Method Engineering for the Creation of Agent-Oriented Methodologies 21324 CEEMAS
Preliminary Basis for an Ontology-Based Methodological Approach for Multi-agent Systems 21331 ER (Workshops)
Echoes?: structured design and modern software practices 21365 OOPSLA Companion
Towards Method Engineering for Multi-Agent Systems: A preliminary validation of a Generic MAS Metamodel 21368 SEKE
Developing and Evaluating a Generic Metamodel for MAS Work Products 21369 SELMAS
Conceptual Modelling within the MAS-CommonKADS Plus OPEN Method Engineering Approach 21378 ICITA (1)
A Metamodel for the Behavior Trees Modelling Technique 21379 ICITA (1)
A Unified Modelling Language without referential redundancy 21419 Data Knowl. Eng.
A comparison of four process metamodels and the creation of a new generic standard 21423 Information andamp; Software Technology
Creating a Dual-Agility Method: The Value of Method Engineering 21429 J. Database Manag.
Templates and Resources in Software Development Methodologies 21450 Journal of Object Technology
Connecting Powertypes and Stereotypes 21451 Journal of Object Technology
UML - the Good, the Bad or the Ugly? Perspectives from a panel of experts 21465 Software and System Modeling
A Metamodel for Assessable Software Development Methodologies 21467 Software Quality Journal
Organizational models and interaction patterns for use in the analysis and design of multi-agent systems 21470 Web Intelligence and Agent Systems
Synthesis of a generic MAS metamodel 21471 ACM SIGSOFT Software Engineering Notes
Method engineering and COTS evaluation 21472 ACM SIGSOFT Software Engineering Notes
Agent-oriented methodologies: method engineering and metamodelling 21473 ACM SIGSOFT Software Engineering Notes
On the Midpoint of a Set of XML Documents 21479 DEXA
Key semantics extraction by dependency tree mining 21498 KDD
An Expected Utility Approach to Active Feature-Value Acquisition 21509 ICDM
ROC confidence bands: an empirical evaluation 21512 ICML
Toward Intelligent Assistance for a Data Mining Process: An Ontology-Based Approach for Cost-Sensitive Classification 21550 IEEE Trans. Knowl. Data Eng.
Data Integration: a Challenging ASP Application 21552 LPNMR
Design of Query Language for Location-Based Services 21559 W2GIS
Memory Management of Density-Based Spam Detector 21562 SAINT
Towards Truly Extensible Database Systems 21563 DEXA
Privacy-Preserving Basic Operations on Outsourced Search Trees 21572 ICDE Workshops
Privacy-Preserving Search and Updates for Outsourced Tree-Structured Data on Untrusted Servers 21575 iTrust
Oblivious Search and Updates for Outsourced Tree-Structured Data on Untrusted Servers 21579 IJCSA
My Portal Viewer: Integration System Based on User Preferences for News Web Sites 21583 DEXA
Detection of emerging space-time clusters 21586 KDD
A Bayesian Spatial Scan Statistic 21588 NIPS
Semantic Web Service Composition in IRS-III: The Structured Approach 21598 CEC
A Semantic Web Based Architecture for Analytical Tools 21599 CEC
Fast estimation of fractal dimension and correlation integral on stream data 21610 Inf. Process. Lett.
Preferences of Agents in Defeasible Logic 21616 Australian Conference on Artificial Intelligence
Temporalised Normative Positions in Defeasible Logic 21621 ICAIL
Programming Cognitive Agents in Defeasible Logic 21625 LPAR
A Path-based Relational RDF Database 21633 ADC
Implementation of a High-Speed and High-Precision XML Information Retrieval System on Relational Databases 21647 INEX
A Mapping Scheme of XML Documents into Relational Databases using Schema-based Path Identifiers 21653 WIRI
Using Datalog with Binary Decision Diagrams for Program Analysis 21656 APLAS
Heuristics for Profile-Driven Method-Level Speculative Parallelization 21657 ICPP
Joeq: A virtual machine and compiler infrastructure 21666 Sci. Comput. Program.
Undergraduate computer graphics using Java 3D 21669 ACM Southeast Regional Conference (1)
Neural Network Based Flow Forecast and Diagnosis 21673 CIS (2)
An Extensible AAA Infrastructure for IPv6 21674 CIS (2)
Two-Stage Image Segmentation by Adaptive Thresholding and Gradient Watershed 21676 CRV
Intelligent Automated Negotiation Mechanism Based on Fuzzy Method 21682 FSKD (2)
Research on Grid-Aware Mechanisms and Issues for CADAL Project 21687 ICADL
An Efficient Distributed Dynamic Multicast Routing with Delay and Delay Variation Constraints 21688 ICCNMC
2D Shape Measurement of Multiple Moving Objects by GMM Background Modeling and Optical Flow 21691 ICIAR
Measurement of fine particle size with wavelet signature 21692 ICIP (3)
Performance Improvement of Hybrid Real-Coded Genetic Algorithm with Local Search and Its Applications 21734 CIMCA/IAWTIC
EPIMHC: a curated database of MHC-binding peptides for customized computational vaccinology 21740 Bioinformatics
A multistage adaptive thresholding method 21761 Pattern Recognition Letters
Modeling uncertain activity duration by fuzzy number and discrete-event simulation 21767 European Journal of Operational Research
Approximate Information Retrieval for Heterogeneity Ontologies 21776 CW
Approximations of Concept Based on Multielement Bounds 21777 DEXA
A Framework for Managing Multiple Ontologies: The Function-Oriented Perspective 21784 ICEIS (3)
Logic-based Inference Detection in Querying XML Document 21787 IKE
Manage Distributed Ontologies on the Semantic Web 21789 ISPA
Mapping Fuzzy Concepts Between Fuzzy Ontologies 21791 KES (3)
Two Reasoning Methods for Extended Fuzzy ALCH 21792 OTM Conferences (2)
Resolvable Maximum Packings with Quadruples 21798 Des. Codes Cryptography
Symmetric (4,4)-Nets and Generalized Hadamard Matrices Over Groups of Order 4 21799 Des. Codes Cryptography
PINE Based RNN Queries in Road Networks 21822 GeoInfo
DAR Algorithm to Solve CKNN Queries Based on PINE 21831 iiWAS
WEBCAP: a capacity planning tool for web resource management 21834 WWW (Special interest tracks and posters)
Minimum Cost Path for a Shared Nothing Architecture 21837 Int. Arab J. Inf. Technol.
K nearest neighbor search in navigation systems 21839 Mobile Information Systems
Information Preserving XML Schema Embedding 21845 VLDB
A Generalized Level Set Formulation of the Mumford-Shah Functional with Shape Prior for Medical Image Segmentation 21848 CVBIA
A Novel Unsupervised Segmentation Method for MR Brain Images Based on Fuzzy Methods 21849 CVBIA
Query Expansion Using Web Access Log Files 21851 DEXA
Differential modulation based on quasi-orthogonal codes 21860 IEEE Transactions on Wireless Communications
User Profile Management in Converged Networks (Episode II): "Share your Data, Keep your Secrets" 21861 CIDR
Sub-document queries over XML with XSQirrel 21866 WWW
On Simulation of Poisson Processes to be used for Analyzing a Bivariate Scan Statistic 21867 Sci. Ann. Cuza Univ.
Exploiting NIC Memory for Improving Cluster-Based Webserver Performance 21868 CLUSTER
Improving Performance of Cluster-based Secure Application Servers with User-level Communication 21869 ICDE
ContextUML: A UML-Based Modeling Language for Model-Driven Development of Context-Aware Web Services 21878 ICMB
Web Information Systems Engineering - WISE 2005, 6th International Conference on Web Information Systems Engineering, New York, NY, USA, November 20-22, 2005, Proceeding 21883 WISE
Web Information Systems Engineering - WISE 2005 Workshops, WISE 2005 International Workshops, New York, NY, USA, November 20-22, 2005, Proceeding 21884 WISE Workshops
Facilitating the Rapid Development and Scalable Orchestration of Composite Web Services 21889 Distributed and Parallel Databases
GENESIS SciFlo: Scientific Knowledge Creation on the Grid using a Semantically-Enabled Dataflow Execution Environment 21913 SSDBM
Towards asymptotic optimality in probabilistic packet marking 21927 STOC
A maiden analysis of longest wait first 21941 ACM Transactions on Algorithms
Collective Knowledge Composition in a P2P Network 21946 Encyclopedia of Database Technologies and Applications
An Ontological Approach to the Document Access Problem of Insider Threat 21950 ISI
Template Based Semantic Similarity for Security Applications 21951 ISI
Ranking Complex Relationships on the Semantic Web 21958 IEEE Internet Computing
Ontology-driven Web services composition platform 21959 Inf. Syst. E-Business Management
Semantic Association Identification and Knowledge Discovery for National Security Applications 21960 J. Database Manag.
A Random Walk Based Anonymous Peer-to-Peer Protocol Design 21964 ICCNMC
Ontological Evaluation of Enterprise Systems Interoperability Using ebXML 21981 IEEE Trans. Knowl. Data Eng.
AICTO: An Improved Algorithm for Planning Inter-class Test Order 21996 CIT
A Grid-Based Clustering Algorithm for High-Dimensional Data Streams 21999 ADMA
Extracting the Representative Failure Executions via Clustering Analysis Based on Markov Profile Model 22000 ADMA
Regression Testing for Component-based Software Systems by Enhancing Change Information 22002 APSEC
Research and Implementation of E-Government Information Portal Based on Grid Technology 22005 CSCWD (Selected papers)
Detecting geographic locations from web resources 22008 GIR
A Feasible Schedulability Analysis for Fault-Tolerant Hard Real-Time Systems 22010 ICECCS
A Study on the Distribution and Cost Prediction of Requirements Changes in the Software Life-Cycle 22011 ISPW
Web resource geographic location classification and detection 22017 WWW (Special interest tracks and posters)
Skyhawk Grid System 22020 APWeb
Grid File Sharing Components and Architecture 22024 GCA
An Asynchronous Replica Consistency Model in Data Grid 22031 ISPA Workshops
A Real-Time Garbage Collection Framework for Embedded Systems 22034 SCOPES
Research on Software Requirement Analysis Method Based on Five-Key Elements Arrange 22035 Software Engineering Research and Practice
B-tree indexes for high update rates 22048 Data Always and Everywhere - Management of Mobile, Ubiquitous, Pervasive, and Sensor Data
A Unifying Framework for Merging and Evaluating XML Information 22109 DASFAA
Effective Approaches for Watermarking XML Data 22110 DASFAA
Distributed Computing in Sensor Systems, First IEEE International Conference, DCOSS 2005, Marina del Rey, CA, USA, June 30 - July 1, 2005, Proceeding 22118 DCOSS
A Cost-Space Approach to Distributed Query Optimization in Stream Based Overlays 22124 ICDE Workshops
Building up to macroprogramming: an intermediate language for sensor networks 22126 IPSN
Evaluating DHT-Based Service Placement for Stream-Based Overlays 22129 IPTPS
MoteTrack: A Robust, Decentralized Approach to RF-Based Location Tracking 22132 LoCA
Decentralized, Adaptive Resource Allocation for Sensor Networks 22135 NSDI
Sensor networks for medical care 22140 SenSys
Firefly-inspired sensor network synchronicity with realistic radio effects 22141 SenSys
New Invariant of DNA Sequences 22168 Journal of Chemical Information and Modeling
Selecting Structural Patterns for Classification 22177 HICSS
USER: User-Sensitive Expert Recommendations for Knowledge-Dense Environments 22221 WEBKDD
WICER: A Weighted Inter-Cluster Edge Ranking for Clustered Graphs 22242 Web Intelligence
Incremental page rank computation on evolving graphs 22243 WWW (Special interest tracks and posters)
QoS-Aware Admission Control and Dynamic Resource Provisioning Framework in Ubiquitous Multimedia Computing Environments 22275 The Journal of Supercomputing
Performance Analysis Mobility Management in Heterogeneous Wireless Networks 22299 AINA
Systematic Study on Query Expansion 22300 ASIAN
Cantilever-Based Biosensors in CMOS Technology 22302 DATE
The PARNEM: Using Network Emulation to Predict the Correctness and Performance of Applications 22303 GCC
Neural Network with Memory and Cognitive Functions 22304 ICANN (1)
Associative Learning in Hierarchical Self Organizing Learning Arrays 22305 ICANN (1)
Bioinformatics on Embedded Systems: A Case Study of Computational Biology Applications on VLIW Architecture 22306 ICESS
Performance Modeling of Hand Off calls in 4G Networks 22307 ICPADS (2)
Workload Characterization of Bioinformatics Applications 22311 MASCOTS
Performance Modelling of a Wireless 4G Cell under GPS Scheme 22314 SAINT Workshops
Building the Data Warehouse of Frequent Itemsets in the DWFIST Approach 22325 ISMIS
QED: a novel quaternary encoding to completely avoid re-labeling in XML updates 22335 CIKM
On reducing redundancy and improving efficiency of XML labeling schemes 22336 CIKM
Maintaining Semantics in the Design of Valid and Reversible SemiStructured Views 22344 DASFAA
PathStack : A Holistic Path Join Algorithm for Path Query with Not-Predicates on XML Data 22346 DASFAA
From XML to Semantic Web 22347 DASFAA
An Improved Prefix Labeling Scheme: A Binary String Approach for Dynamic Ordered XML 22348 DASFAA
Translate Graphical XML Query Language to SQLX 22356 DASFAA
XDO2: A Deductive Object-Oriented Query Language for XML 22361 DASFAA
Efficient Processing of Ordered XML Twig Pattern 22379 DEXA
A Semantic Approach to Query Rewriting for Integrated XML Data 22415 ER
Web and Communication Technologies and Internet-Related Social Issues - HSI 2005, 3rd International Conference on Human.Society@Internet, Tokyo, Japan, July 27-29, 2005, Proceeding 22419 Human.Society.Internet
On Boosting Holism in XML Twig Pattern Matching using Structural Indexing Techniques 22429 SIGMOD Conference
From Region Encoding To Extended Dewey: On Efficient Processing of XML Twig Pattern Matching 22433 VLDB
TJFast: effective processing of XML twig pattern matching 22446 WWW (Special interest tracks and posters)
MAFIA: A Maximal Frequent Itemset Algorithm 22485 IEEE Trans. Knowl. Data Eng.
Les logiques de description pour le tri sandeacute;mantique de documents sur le web 22494 Ingandeacute;nierie des Systandegrave;mes d'Information
A Domain Engineering Approach to Specifying and Applying Reference Models 22498 EMISA
Conceptual Modeling of Structure and Behavior with UML - The Top Level Object-Oriented Framework (TLOOF) Approach 22501 ER
Tutorial 3: Domain Engineering - Using Domain Concepts to Guide Software Design 22502 ER (Workshops)
Pattern-Based Design Recovery from Object-Oriented Languages to Object Process Methodology 22508 SwSTE
OPM vs. UML - Experimenting with Comprehension and Construction of Web Application Models 22511 Empirical Software Engineering
Modelling code mobility and migration: an OPM/Web approach 22512 Int. J. Web Eng. Technol.
Visual Sign Language Recognition Based on HMMs and Auto-regressive HMMs 22519 Gesture Workshop
XAR-miner: efficient association rules mining for XML data 22528 WWW (Special interest tracks and posters)
A Generalized Real-Time Obstacle Avoidance Method Without the Cspace Calculation 22529 J. Comput. Sci. Technol.
D-GridMST: Clustering Large Distributed Spatial Databases 22530 Classification and Clustering for Knowledge Discovery
Flow Map Layout 22540 INFOVIS
Why is graphics hardware so fast 22546 PPOPP
ClawHMMER: A Streaming HMMer-Search Implementation 22552 SC
The Visualization Process: The Path from Data to Insight 22594 IEEE Visualization
Realistic or Abstract Imagery: The Future of Computer Graphics 22602 Comput. Graph. Forum
Evolution: The Other Side of the XML Update Coin 22633 ICDE Workshops
Database Publication Practices 22635 VLDB
An apples-to-apples comparison of two database journals 22641 SIGMOD Record
Text-based summarization and visualization of gene clusters 22661 SAC
Information retrieval and knowledge discovery utilising a biomedical Semantic Web 22667 Briefings in Bioinformatics
Information Retrieval and Knowledge Discovery Utilizing a BioMedical Patent Semantic Web 22677 IEEE Trans. Knowl. Data Eng.
3D Mesh Compression Using an Efficient Neighborhood-based Segmentation 22690 DS-RT
Joint congestion control and media access control design for ad hoc wireless networks 22693 INFOCOM
Publisher Mobility in Distributed Publish/Subscribe Systems 22703 ICDCS Workshops
Effects of routing computations in content-based routing networks with mobile data sources 22705 MOBICOM
Content-Based Routing in Mobile Ad Hoc Networks 22706 MobiQuitous
CMS-ToPSS: Efficient Dissemination of RSS Documents 22709 VLDB
G-ToPSS: fast filtering of graph-based metadata 22710 WWW
Efficient and scalable filtering of graph-based metadata 22715 J. Web Sem.
An approach to spacecraft anomaly detection problem using kernel feature space 22716 KDD
An Anomaly Detection Method for Spacecraft Using Relevance Vector Learning 22717 PAKDD
The Architecture of PIER: an Internet-Scale Query Processor 22722 CIDR
The PlanetLab Platform 22734 Peer-to-Peer Systems and Applications
Implementing declarative overlays 22739 SOSP
Making the world (of communications) a different place 22746 Computer Communication Review
The Network Oracle 22752 IEEE Data Eng. Bull.
A New Indexing Structure to Speed Up Processing XPath Queries 22757 DASFAA
Mining risk patterns in medical data 22759 KDD
Representing Association Classification Rules Mined from Health Data 22760 KES (3)
Inkrementelle Anfrageverarbeitung in schemabasierten P2P-Systemen 22764 BTW Studierenden-Programm
Processing Rank-Aware Queries in P2P Systems 22767 DBISP2P
Top-N Anfrageverarbeitung in PDMS: Anforderungen und Landouml;sungswege 22772 Grundlagen von Datenbanken
Adaptive Routing Filters for Robust Query Processing in Schema-Based P2P Systems 22773 IDEAS
Processing Top-N Queries in P2P-based Web Integration Systems with Probabilistic Guarantees 22777 WebDB
Multimedia Research Challenges for Industry 22786 CIVR
What is the state of our community 22827 ACM Multimedia
A web-based system for collaborative annotation of large image and video collections: an evaluation and user study 22830 ACM Multimedia
Guest Editor's Introduction: What's New with MPEG 22847 IEEE MultiMedia
Special Issue on Image Understanding for Digital Photographs 22855 Pattern Recognition
Selected papers from the ACM multimedia conference 2003 22861 TOMCCAP
Extended Whole Program Paths 22865 IEEE PACT
Experimental evaluation of using dynamic slices for fault location 22866 AADEBUG
SENSS: Security Enhancement to Symmetric Shared Memory Multiprocessors 22869 HPCA
Locating faulty code using failure-inducing chops 22875 ASE
Matching execution histories of program versions 22882 ESEC/SIGSOFT FSE
Whole execution traces and their applications 22887 TACO
Cost and precision tradeoffs of dynamic data slicing algorithms 22888 ACM Trans. Program. Lang. Syst.
Database Programming Languages, 10th International Symposium, DBPL 2005, Trondheim, Norway, August 28-29, 2005, Revised Selected Paper 22891 DBPL
The Essence of Data Access in Comega 22892 ECOOP
First-Class Relationships in an Object-Oriented Language 22893 ECOOP
Separation logic and abstraction 22898 POPL
Mutatis mutandis: safe and predictable dynamic software updating 22899 POPL
How oversight improves member-maintained communities 22924 CHI
Fractal Mining - Self Similarity-based Clustering and its Applications 22942 The Data Mining and Knowledge Discovery Handbook
XDRE: A Reverse Engineering Tool of Object-Oriented Software 22962 ICSM (Industrial and Tool Volume)
Context-based similar words detection and its application in specialized search engines 22968 IUI
A unified fitness function calculation rule for flag conditions to improve evolutionary testing 22969 ASE
Print and Generation Copy Image Watermarking Based on Spread Spectrum Technique 22971 KES (2)
Web-Based Interactive Visualization of Data Cubes 22972 MSV
Architecture Recovery and Abstraction from the Perspective of Processes 22978 WCRE
Octopus Architecture: A New Attempt to Achieve Reliable OS 22979 WICSA
Usability study of the virtual test bed and distributed simulation 22980 Winter Simulation Conference
A Platform for Personal Information Management and Integration 22996 CIDR
Personal information management with SEMEX 23011 SIGMOD Conference
Reference Reconciliation in Complex Information Spaces 23012 SIGMOD Conference
Supporting Executable Mappings in Model Management 23016 SIGMOD Conference
Malleable Schemas: A Preliminary Report 23032 WebDB
Semantic Integration 23039 AI Magazine
Digital library information-technology infrastructures 23046 Int. J. on Digital Libraries
Why your data won't mix 23047 ACM Queue
From databases to dataspaces: a new abstraction for information management 23050 SIGMOD Record
Schema mediation for large-scale semantic data sharing 23059 VLDB J.
The G12 Project: Mapping Solver Independent Models to Efficient Solutions 23090 CP
Abduction of Linear Arithmetic Constraints 23107 ICLP
The G12 Project: Mapping Solver Independent Models to Efficient Solutions 23111 ICLP
Herbrand Constraint Abduction 23116 LICS
Rewriting Union Queries Using Views 23138 Constraints
Embedding Defeasible Logic into Logic Programmin 23142 CoRR
Pattern Recognition and Data Mining, Third International Conference on Advances in Pattern Recognition, ICAPR 2005, Bath, UK, August 22-25, 2005, Proceedings, Part 23168 ICAPR (1)
Pattern Recognition and Image Analysis, Third International Conference on Advances in Pattern Recognition, ICAPR 2005, Bath, UK, August 22-25, 2005, Proceedings, Part I 23169 ICAPR (2)
Managing XML Documents Using RDBMS 23187 SNPD
Joint Regularization 23194 ESANN
Shortest-Path Kernels on Graphs 23195 ICDM
Protein function prediction via graph kernels 23200 ISMB (Supplement of Bioinformatics)
Non-Cooperation in Competitive P2P Networks 23277 ICDCS
Adlib: A Self-Tuning Index for Dynamic P2P Systems 23284 ICDE
Handling data quality in entity resolution 23309 IQIS
Leveraging context to resolve identity in photo albums 23317 JCDL
Quantifying Agent Strategies under Reputation 23326 Peer-to-Peer Computing
Link Spam Alliances 23392 VLDB
Web Spam Taxonomy 23415 AIRWeb
Spam: It's Not Just for Inboxes Anymore 23427 IEEE Computer
Efficient Queries in Peer-to-Peer Systems 23437 IEEE Data Eng. Bull.
InfoMonitor: unobtrusively archiving a World Wide Web server 23457 Int. J. on Digital Libraries
Ad Hoc, self-supervising peer-to-peer search networks 23491 ACM Trans. Inf. Syst.
Peer-to-Peer Data Preservation through Storage Auctions 23498 IEEE Trans. Parallel Distrib. Syst.
AutoLag: Automatic Discovery of Lag Correlations in Stream Data 23513 ICDE
Online Latent Variable Detection in Sensor Networks 23514 ICDE
BRAID: Stream Mining through Group Lag Correlations 23527 SIGMOD Conference
Medoid Queries in Large Spatial Databases 23528 SSTD
Streaming Pattern Discovery in Multiple Time-Series 23531 VLDB
An Approach to Developing Domain Requirements as a Core Asset Based on Commonality and Variability Analysis in a Product Line 23549 IEEE Trans. Software Eng.
EMOI - INTEROP'05, Enterprise Modelling and Ontologies for Interoperability, Proceedings of the Open Interop Workshop on Enterprise Modelling and Ontologies for Interoperability, Co-located with CAiSE'05 Conference, Porto (Portugal), 13th-14th June 200 23556 EMOI-INTEROP
A Method for Ontology Modeling in the Business Domain 23560 EMOI-INTEROP
A Proposal for a Unified Process for Ontology Building: UPON 23569 DEXA
Guest editors' introduction: Special issue on the CAiSE 2003 conference 23611 Inf. Syst.
Experimental Investigation of the Effects of Different Market Mechanisms for Electronic Knowledge Markets 23626 ECIS
The Influence of Incentives and Culture on Knowledge Sharing 23629 HICSS
Dissemination of Multidimensional Data Using Broadcast Clusters 23630 ICDCIT
OLAP Schemata for Correct Applications 23641 TEAA
CDS-Tree: An Effective Index for Clustering Arbitrary Shapes in Data Streams 23647 RIDE
A Unified Theory of Structural Tractability for Constraint Satisfaction and Spread Cut Decomposition 23688 IJCAI
Conditional Random Fields for Transmembrane Helix Prediction 23731 PAKDD
Maintaining Consistency Under Isolation Relaxation of Web Services Transactions 23792 WISE
A framework for handling dependencies among web services transactions 23793 WWW (Special interest tracks and posters)
Development of a recommender system based on navigational and behavioral patterns of customers in e-commerce sites 23799 Expert Syst. Appl.
CIGMA: Active Inventory Service in Global E-Market Based on Efficient Catalog Management 23800 IEICE Transactions
Querying Communities of Interest in Peer Database Networks 23810 DBISP2P
Don't Mind Your Vocabulary: Data Sharing Across Heterogeneous Peers 23820 OTM Conferences (1)
Data Sharing in the Hyperion Peer Database System 23824 VLDB
Formalizing Agent-Oriented Enterprise Models 23828 AOIS
A secure architectural description language for agent systems 23830 AAMAS
An Agent-Oriented Meta-model for Enterprise Modelling 23834 ER (Workshops)
Delegation Mechanisms for Agent Architectural Design 23840 IAT
Web Recommendation System Based on a Markov-Chainmodel 23847 ICEIS (4)
Best Practices Agent Patterns for On-Line Auctions 23848 ICEIS (4)
A Delegation Model for Designing Collaborative Multi-agent Systems 23851 KES (2)
Patterns for Agent Oriented e-Bidding Practices 23853 KES (2)
Generating Abstract User Interfaces from an Informal Design 23856 SEKE
Privacy-preserving distributed k-means clustering over arbitrarily partitioned data 23865 KDD
DBXML - Connecting XML with Relational Databases 23870 CIT
CFNN Without Normalization-Based Acetone Product Quality Prediction 23879 ISNN (3)
Neural Network Based On-Line Shrinking Horizon Re-optimization of Fed-Batch Processes 23881 ISNN (3)
Finding Patterns on Protein Surfaces: Algorithms and Applications to Protein Classification 23887 IEEE Trans. Knowl. Data Eng.
MetricMap: an embedding technique for processing distance-based queries in metric spaces 23889 IEEE Transactions on Systems, Man, and Cybernetics, Part B
Finding a catalog: generating analytical catalog records from well-structured digital texts 23894 JCDL
Analysis and extension of spectral methods for nonlinear dimensionality reduction 23905 ICML
A Location Service Mechanism for Position-Based Multicasting in Wireless Mobile Ad hoc Networks 23948 HICSS
Assessing the Crash-Failure Assumption of Group Communication Protocols 23960 ISSRE
A new look at atomic broadcast in the asynchronous crash-recovery model 23987 SRDS
Replication: Understanding the Advantage of Atomic Broadcast over Quorum Systems 24025 J. UCS
Comparison of Database Replication Techniques Based on Total Order Broadcast 24033 IEEE Trans. Knowl. Data Eng.
Publishing Persistent Grid Computations as WS Resources 24041 e-Science
Design and Evaluation of an Autonomic Workflow Engine 24043 ICAC
Autonomic Execution of Web Service Compositions 24045 ICWS
Flexible Binding for Reusable Composition of Web Services 24047 Software Composition
JOpera: An Agile Environment for Web Service Composition with Visual Unit Testing and Refactoring 24050 VL/HCC
The JOpera visual composition language 24058 J. Vis. Lang. Comput.
Database-Driven Mathematical Character Recognition 24063 GREC
Semantic Analysis of Matrix Structures 24064 ICDAR
Processing Textbook-Style Matrices 24067 MKM
A Database of Glyphs for OCR of Mathematical Documents 24069 MKM
Building intelligent shopping assistants using individual consumer models 24076 IUI
Examples of commercial applications of ubiquitous computing 24082 Commun. ACM
Data mining tools for the Saccharomyces cerevisiae morphological database 24089 Nucleic Acids Research
Incremental rule learning based on example nearness from numerical data streams 24137 SAC
Connecting Segments for Visual Data Exploration and Interactive Mining of Decision Rules 24152 J. UCS
Incremental Rule Learning and Border Examples Selection from Numerical Data Streams 24153 J. UCS
Knowledge-based fast evaluation for evolutionary learning 24158 IEEE Transactions on Systems, Man, and Cybernetics, Part C
Slotted Aloha with Priorities and Random Power 24176 NETWORKING
Privacy-Preserving Decision Trees over Vertically Partitioned Data 24196 DBSec
Knowledge Discovery from Transportation Network Data 24198 ICDE
Privacy-Preserving Top-K Queries 24199 ICDE
Collusion Set Detection Through Outlier Discovery 24202 ISI
Secure set intersection cardinality with application to association rule mining 24215 Journal of Computer Security
Efficiently supporting order in XML query processing 24223 Data Knowl. Eng.
Supporting the ETL-process by Web Service technologies 24239 IJWGS
Calculating Webpage Importance with Site Structure Constraints 24242 AIRS
KNM: A Novel Intelligent User Interface for Webpage Navigation 24244 AIRS
Subsite Retrieval: A Novel Concept for Topic Distillation 24246 AIRS
Level-Based Link Analysis 24247 APWeb
Supervised Semi-definite Embedding for Email Data Cleaning and Visualization 24248 APWeb
Learning user interest for image browsing on small-form-factor devices 24252 CHI
Hybrid index structures for location-based web search 24255 CIKM
Image and Video Retrieval, 4th International Conference, CIVR 2005, Singapore, July 20-22, 2005, Proceeding 24258 CIVR
A Unified Optimization Based Learning Method for Image Retrieval 24265 CVPR (2)
Detecting geographic locations from web resources 24271 GIR
A Probabilistic Semantic Model for Image Annotation and Multi-Modal Image Retrieva 24275 ICCV
Auto cropping for digital photographs 24292 ICME
Automatic Annotation of Location Information for WWW Images 24293 ICME
Consistent bipartite graph co-partitioning for star-structured high-order heterogeneous data co-clustering 24295 KDD
AIRE: an ambient interactive and responsive environment for mobile image management 24303 Mobile HCI
Multi-graph enabled active learning for multimodal web image retrieval 24304 Multimedia Information Retrieval
Multimedia information retrieval: what is it, and why isn't anyone using it 24305 Multimedia Information Retrieval
Multiple random walk and its application in content-based image retrieval 24306 Multimedia Information Retrieval
Similarity space projection for web image search and annotation 24307 Multimedia Information Retrieval
From relevance to intelligence: toward next generation web search 24309 Multimedia Information Retrieval
Web image clustering by consistent utilization of visual features and surrounding texts 24313 ACM Multimedia
Graph based multi-modality learning 24318 ACM Multimedia
Iteratively clustering web images based on link and attribute reinforcements 24321 ACM Multimedia
Effective Feature Extraction for Play Detection in American Football Video 24336 MMM
Region-Based Image Retrieval with High-Level Semantic Color Names 24337 MMM
Sports Video Mining with Mosaic 24338 MMM
Subspace Clustering and Label Propagation for Active Feedback in Image Retrieval 24339 MMM
ASAP: A Synchronous Approach for Photo Sharing across Multiple Devices 24340 MMM
Learning No-Reference Quality Metric by Examples 24341 MMM
Realistic 3D Face Modeling by Fusing Multiple 2D Images 24342 MMM
Parallel Image Matrix Compression for Face Recognition 24343 MMM
Salient Feature Selection for Visual Concept Learning 24356 PCM (1)
Efficient Browsing of Web Search Results on Mobile Devices Based on Block Importance Model 24358 PerCom
A probabilistic model for retrospective news event detection 24361 SIGIR
A study of relevance propagation for web search 24362 SIGIR
Gravitation-based model for information retrieval 24363 SIGIR
Improving web search results using affinity graph 24369 SIGIR
Webpage Importance Analysis Using Conditional Markov Random Walk 24377 Web Intelligence
An Editor Labeling Model for Training Set Expansion in Web Categorization 24378 Web Intelligence
Representing personal web information using a topic-oriented interface 24389 WWW (Special interest tracks and posters)
Site abstraction for rare category classification in large-scale web directory 24391 WWW (Special interest tracks and posters)
An experimental study on large-scale web categorization 24392 WWW (Special interest tracks and posters)
Object-level ranking: bringing order to Web objects 24394 WWW
Mobile multimedia services 24395 WWW (Special interest tracks and posters)
Web resource geographic location classification and detection 24397 WWW (Special interest tracks and posters)
Adapting Web Pages for Small-Screen Devices 24406 IEEE Internet Computing
An adaptive web page layout structure for small devices 24414 Multimedia Syst.
Support vector machines classification with a very large-scale taxonomy 24419 SIGKDD Explorations
Hierarchical Taxonomy Preparation for Text Categorization Using Consistent Bipartite Spectral Graph Copartitioning 24425 IEEE Trans. Knowl. Data Eng.
Text Representation: From Vector to Tensor 24437 ICDM
Adaptive Fuzzy Logic Controller with Rule-based Changeable Universe Of Discourse for a Nonlinear MIMO System 24448 ISDA
Scalable collaborative filtering using cluster-based smoothing 24460 SIGIR
Finding group shilling in recommendation system 24468 WWW (Special interest tracks and posters)
Building an Information Infrastructure for Enterprise Applications 24511 TEAA
Proceedings of the 31st International Conference on Very Large Data Bases, Trondheim, Norway, August 30 - September 2, 200 24513 None
Checking Integrity Constraints in a Distributed Database 24549 Encyclopedia of Database Technologies and Applications
Enforcing Integrity for Redundant and Contradiction Constraints in OODBs 24552 CITA
Reduced Redundancy in Mapping XML Data 24560 iiWAS
Rules for Transforming Order Dependent Transaction into Order Independent Transaction 24569 Int. Arab J. Inf. Technol.
Data discovery algorithm for scientific data grid environment 24571 J. Parallel Distrib. Comput.
Database-Inspired Search 24604 VLDB
Catalog-Based Purchasing: Illustrating a Quantitative Approach to Electronic Commerce 24611 CEC
Generating better concept hierarchies using automatic document classification 24648 CIKM
Domain-specific keyphrase extraction 24649 CIKM
Improving Concept Hierarchy Development for Web Returned Documents Using Automatic Classification 24651 International Conference on Internet Computing
Learning by Examples: Identifying Key Concepts from Text Using Pre-Defined Inputs 24652 IC-AI
eLearning Assessment through Textual Analysis of Class Discussions 24653 ICALT
Web mining from competitors' websites 24657 KDD
A Formal Approach to Evaluate and Compare Internet Search Engines: A Case Study on Searching the Chinese Web 24664 APWeb
A Churn-Strategy Alignment Model for Managers in Mobile Telecom 24666 CNSR
A Stochastic Nonlinear Evolution Model and Dynamic Neural Coding on Spontaneous Behavior of Large-Scale Neuronal Population 24682 ICNC (1)
HADOF: defense against routing disruptions in mobile ad hoc networks 24683 INFOCOM
Finding the search engine that works for you 24692 WWW (Special interest tracks and posters)
P2P/Grid-based overlay architecture to support VoIP services in large-scale IP networks 24700 Future Generation Comp. Syst.
Attack-resistant cooperation stimulation in autonomous ad hoc networks 24705 IEEE Journal on Selected Areas in Communications
Trellis and convolutional precoding for transmitter-based interference presubtraction 24711 IEEE Transactions on Communications
Optimal Combination of Sampled Network Measurements 24732 Internet Measurment Conference
Traffic Matrix Reloaded: Impact of Routing Changes 24749 PAM
Improving accuracy in end-to-end packet loss measurement 24754 SIGCOMM
Sampling to estimate arbitrary subset sum 24761 CoRR
Network tomography from aggregate loss reports 24767 Perform. Eval.
Learn more, sample less: control of volume and variance in network measurement 24779 IEEE Transactions on Information Theory
Estimating flow distributions from sampled flow statistics 24785 IEEE/ACM Trans. Netw.
Enterprise information integration: successes, challenges and controversies 24796 SIGMOD Conference
Immortal DB: transaction time support for SQL server 24813 SIGMOD Conference
Authenticated System Calls 24831 DSN
An Alerting and Notification Service on the ATandamp;T Enterprise Messaging Network 24832 EuroIMSA
Dependable Distributed Computing Using Free Databases 24834 ISAS
Enhancing DNS Security using the SSL Trust Infrastructure 24847 WORDS
Automatic discovery of covariant read-only fields 24858 ACM Trans. Program. Lang. Syst.
A formal framework for database sampling 24880 Information andamp; Software Technology
A Service-Oriented Architecture for Teleworking Applications 24913 IMSA
Semantic Caching of Code Archives 24921 KiVS
OPJK into PROTON: Legal Domain Ontology Integration into an Upper-Level Ontology 24982 OTM Workshops
OWLIM - A Pragmatic Semantic Repository for OWL 24985 WISE Workshops
Component Deployment, Third International Working Conference, CD 2005, Grenoble, France, November 28-29, 2005, Proceeding 24988 Component Deployment
A Methodology for Developing and Deploying Distributed Applications 24990 Component Deployment
A Peer-to-Peer Infrastructure for Resilient Web Services 25030 AAA-IDEA
RDF Schema Based Ubiquitous Healthcare Service Composition 25044 EC-Web
Knowledge-Based RDF Specification for Ubiquitous Healthcare Services 25048 KES (3)
Integrated Process Modeling for Dynamic B2B Collaboration 25049 KES (3)
Organelle DB: a cross-species database of protein localization and function 25063 Nucleic Acids Research
Implementing a Tamper-Evident Database System 25066 ASIAN
Asymptotic Conditional Probabilities for Conjunctive Queries 25069 ICDT
Managing Integrity for Data Exchanged on the Web 25076 WebDB
Towards an XML Representation of Proper Names and Their Relationships 25087 NLDB
Incremental string correction: Towards correction of XML documents 25090 Stringology
Pointer Analysis for Source-to-Source Transformations 25109 SCAM
Characterizing Resource Allocation Heuristics for Heterogeneous Computing Systems 25114 Advances in Computers
High-Fidelity C/C++ Code Transformation 25118 Electr. Notes Theor. Comput. Sci.
An Extended Planning Mechanism to Increase Web Service Utilization 25122 APWeb
Parallel Consistency Maintenance of Materialized Views Using Referential Integrity Constraints in Data Warehouses 25131 DaWaK
Self-tuning cost modeling of user-defined functions in an object-relational DBMS 25160 ACM Trans. Database Syst.
The Architecture of a Privacy-Aware Access Control Decision Component 25165 CASSIS
Towards Privacy-Enhanced Authorization Policies and Languages 25174 DBSec
Policies, Models, and Languages for Access Control 25183 DNIS
Computer Security - ESORICS 2005, 10th European Symposium on Research in Computer Security, Milan, Italy, September 12-14, 2005, Proceeding 25186 ESORICS
Advanced Metadata for Privacy-Aware Representation of Credentials 25189 ICDE Workshops
Offline Expansion of XACML Policies Based on P3P Metadata 25193 ICWE
Proceedings of the 2005 ACM Workshop on Privacy in the Electronic Society, WPES 2005, Alexandria, VA, USA, November 7, 200 25217 WPES
Open WorldReasoning inSemantics-Aware AccessControl: aPreliminaryStudy 25221 SWAP
An access control model for querying XML data 25224 SWS
Modeling and assessing inference exposure in encrypted databases 25242 ACM Trans. Inf. Syst. Secur.
TVCL - Temporal Versioned Constraint Language 25255 SBBD
Temporal and versioning model for schema evolution in object-oriented databases 25265 Data Knowl. Eng.
CROC: A New Evaluation Criterion for Recommender Systems 25294 Electronic Commerce Research
The Maximum Resource Bin Packing Problem 25297 FCT
The relative worst order ratio applied to paging 25305 SODA
Exponentially decreasing number of operations in balanced trees 25318 Acta Inf.
On-line seat reservations via off-line seating arrangements 25326 Int. J. Found. Comput. Sci.
Automatic Question Generation for Vocabulary Assessment 25346 HLT/EMNLP
Efficient Deadlock-Freeness Detection in Real-time Systems 25347 CIT
An LOD Model for Graph Visualization and Its Application in Web Navigation 25349 APWeb
ReDAL: Request Distribution for the Application Layer 25373 ICDCS
Mapping Domain Expertise within Teams: Visual Stimulation of Knowledge-Building through Collaboration 25418 IV
Business Rules Languages and Model-Interoperability 25420 Rule Languages for Interoperability
Privacy-Preserving Database Systems 25422 FOSAD
Purpose based access control of complex data for privacy protection 25423 SACMAT
Geometric Robot Mapping 25433 DGCI
Partial Elastic Matching of Time Series 25435 ICDM
Elastic Partial Matching of Time Series 25442 PKDD
Optimal partial shape similarity 25446 Image Vision Comput.
Representing Web Service Policies in OWL-DL 25451 International Semantic Web Conference
Towards Model-Driven Testing of a Web Application Generator 25482 ICWE
Model-driven design of service-enabled web applications 25499 SIGMOD Conference
Editorial 25527 J. Web Eng.
Model-driven design and deployment of service-enabled web applications 25536 ACM Trans. Internet Techn.
Aqua: An Adaptive QUery-Aware Location Updating Scheme for Mobile Objects 25540 DASFAA
An efficient algorithm for predictive continuous nearest neighbor query processing and result maintenance 25548 Mobile Data Management
Simplifying syntactic and semantic parsing of NL-based queries in advanced application domains 25568 Data Knowl. Eng.
Balancing performance and confidentiality in air index 25570 CIKM
DSI: A Fully Distributed Spatial Index for Location-Based Wireless Broadcast Services 25574 ICDCS
Proactive Caching for Spatial Queries in Mobile Environments 25575 ICDE
DSI: A Fully Distributed Spatial Index for Wireless Data Broadcast 25576 ICDE
TOSA: a near-optimal scheduling algorithm for multi-channel data broadcast 25581 Mobile Data Management
Information dissemination via wireless broadcast 25589 Commun. ACM
Well-Definedness and Semantic Type-Checking in the Nested Relational Calculus and XQuery Extended Abstract 25597 ICDT
Deciding well-definedness of XQuery fragments 25601 PODS
On the complexity of deciding typability in the relational algebra 25606 Acta Inf.
Towards practical meta-querying 25611 Inf. Syst.
Classifying XML Materialized views for their maintenance on distributed Web sources 25622 EGC
Security and Privacy in Ad-hoc and Sensor Networks, Second European Workshop, ESAS 2005, Visegrad, Hungary, July 13-14, 2005, Revised Selected Paper 25647 ESAS
Sanitizable Signatures 25649 ESORICS
Efficient Node Admission for Short-lived Mobile Ad Hoc Networks 25667 ICNP
E.cient Aggregation of encrypted data in Wireless Sensor Networks 25671 MobiQuitous
SRDP: Securing Route Discovery in DSR 25672 MobiQuitous
Brief announcement: a flexible framework for secret handshakes 25682 PODC
Secure Spread: An Integrated Architecture for Secure Group Communication 25706 IEEE Trans. Dependable Sec. Comput.
On Association Rules Mining Algorithms with Data Privacy Preserving 25746 AWIC
On Efficient Storing and Processing of Long Aggregate Lists 25749 DaWaK
High Efficiency of Hybrid Resumption in Distributed Data Warehouses 25755 DEXA Workshops
Spatial Telemetric Data Warehouse Balancing Algorithm in Oracle9i/Java Environment 25759 Intelligent Information Systems
Parallel Telemetric Data Warehouse Balancing Algorithm 25760 ISDA
Updating Aggregation Tree in Distributed Spatial Telemetric Data Warehouse 25763 PDP
Online Balancing of aR-Tree Indexed Distributed Spatial Data Warehouse 25764 PPAM
Multi-thread Processing of Long Aggregates Lists 25766 PPAM
Resumption of Data Extraction Process in Parallel Data Warehouses 25767 PPAM
Influence of Balancing Used in a Distributed Data Warehouse on the Extraction Process 25769 TEAA
Discovering Richer Temporal Association Rules from Interval-Based Data 25796 DaWaK
Summarisation for Mobile Databases 25820 Journal of Research and Practice in Information Technology
A Parallel Particle Swarm Optimization Algorithm with Communication Strategies 25831 J. Inf. Sci. Eng.
Visualising hierarchical associations 25832 Knowl. Inf. Syst.
Linear Temporal Sequences and Their Interpretation Using Midpoint Relationships 25842 IEEE Trans. Knowl. Data Eng.
Fast and Compact: A Simple Class of Congestion Games 25845 AAAI
Adlib: A Self-Tuning Index for Dynamic P2P Systems 25847 ICDE
RAKE-SOVA Equalization for Multi-Code CDMA System with Low Spreading Factor 25855 IEICE Transactions
OSQR: overlapping clustering of query results 25857 CIKM
Towards automatic association of relevant unstructured content with structured query results 25858 CIKM
IMAX: The Big Picture of Dynamic XML Statistics 25876 ICDE
Segment-Based Injection Attacks against Collaborative Filtering Recommender Systems 25892 ICDM
Intelligent Techniques for Web Personalization, IJCAI 2003 Workshop, ITWP 2003, Acapulco, Mexico, August 11, 2003, Revised Selected Paper 25895 ITWP
WebKDD 2005: web mining and web usage analysis post-workshop report 25915 SIGKDD Explorations
Inconsistency Tolerance [result from a Dagstuhl seminar 25922 Inconsistency Tolerance
Consistent Query Answers in Virtual Data Integration Systems 25924 Inconsistency Tolerance
Introduction to Inconsistency Tolerance 25926 Inconsistency Tolerance
Deductive databases for computing certain and consistent answers from mediated data integration systems 25962 J. Applied Logic
Swoogle: Searching for Knowledge on the Semantic Web 25972 AAAI
Competence Driven Case-Base Mining 25973 AAAI
A Framework for Bayesian Network Mapping 25975 AAAI
Preprocessing Time Series Data for Classification with Application to CRM 25977 Australian Conference on Artificial Intelligence
Finding and Ranking Knowledge on the Semantic Web 25985 International Semantic Web Conference
A Bayesian Network Approach to Ontology Mapping 25986 International Semantic Web Conference
Search on the Semantic Web 25991 IEEE Computer
Q2C@UST: our winning solution to query classification in KDDCUP 2005 25994 SIGKDD Explorations
SHRiNK: a method for enabling scaleable performance prediction and efficient network simulation 25998 IEEE/ACM Trans. Netw.
ACE Agents - Mass Personalized Software Assistance 26001 CEEMAS
Learning to predict train wheel failures 26017 KDD
Top Five Data Challenges for the Next Decade 26038 ICDE
A Constraint Satisfaction Approach to Geospatial Reasoning 26073 AAAI
Automatically identifying and georeferencing street maps on the web 26094 GIR
Automatic extraction of road intersections from raster maps 26095 GIS
Learning to Optimize Plan Execution in Information Agents 26102 ICCBR
A Heterogeneous Field Matching Method for Record Linkage 26103 ICDM
Semantic annotation of unstructured and ungrammatical text 26114 IJCAI
Interactively building agents for consumer-side data mining 26118 IUI
Automatically Utilizing Secondary Sources to Align Information Across Sources 26144 AI Magazine
Guest Editors' Introduction: Planning with Templates 26148 IEEE Intelligent Systems
An Expressive Language and Efficient Execution System for Software Agents 26160 J. Artif. Intell. Res. (JAIR)
Composing, optimizing, and executing plans for bioinformatics web services 26168 VLDB J.
SERGEANT: A framework for building more flexible web agents by exploiting a search engine 26169 Web Intelligence and Agent Systems
Rewriting Rules To Permeate Complex Similarity and Fuzzy Queries within a Relational Database System 26198 IEEE Trans. Knowl. Data Eng.
Automatic Data Extraction from Data-Rich Web Pages 26201 DASFAA
Clustering-Based Histograms for Multi-dimensional Data 26203 DaWaK
A Distributed System for Answering Range Queries on Sensor Network Data 26206 PerCom Workshops
Hierarchical binary histograms for summarizing multi-dimensional data 26207 SAC
XCM: Conceptual Modeling for Dynamic Domains 26212 ER
A Method of Aggregate Query Matching in Semantic Cache for Massive Database Applications 26219 APPT
XPEV: A Storage Model for Well-Formed XML Documents 26221 FSKD (1)
Parallel Mining of Top-K Frequent Itemsets in Very Large Text Database 26226 WAIM
Using Datalog with Binary Decision Diagrams for Program Analysis 26230 APLAS
Inducing Ontological Co-occurrence Vectors 26233 ACL
Randomized Algorithms and NLP: Using Locality Sensitive Hash Functions for High Speed Noun Clustering 26236 ACL
Significance information for translation: air quality data integration 26242 DG.O
Aligning database columns using mutual information 26243 DG.O
Global Path-Based Refinement of Noisy Graphs Applied to Verb Semantics 26246 IJCNLP
An Information Theoretic Model for Database Alignment 26254 SSDBM
Data Alignment and Integration 26255 IEEE Computer
Finding a Needle in the Haystack: A Technique for Ranking Matches Between Components 26265 CBSE
QMatch - A Hybrid Match Algorithm for XML Schemas 26267 ICDE Workshops
COCO: Composition Model and Composition Model Implementation 26268 ICEIS (1)
Monitoring dynamic spatial fields using responsive geosensor networks 26288 GIS
UDC: A Self-adaptive Uneven Clustering Protocol for Dynamic Sensor Networks 26295 MSN
An Interactive Approach to Answer Set Programming 26344 Answer Set Programming
Modeling Hybrid Domains Using Process Description Language 26345 Answer Set Programming
T-LAIMA: Answer Set Programming for Modelling Agents with Trust 26347 EUMAS
Information Systems Research That Really Matters: Beyond the IS Rigor Versus Relevance Debate 26349 ICIS
Web Service Discovery and Dynamic Invocation Based on UDDI/OWL-S 26363 Business Process Management Workshops
Simulation of IP Storage Area Network 26410 MSV
Online Virtual Disk Migration with Performance Guarantees in a Shared Storage Environment 26411 PaCT
Anatomy of UDP and M-VIA for cluster communication 26412 J. Parallel Distrib. Comput.
Cache Placement in Sensor Networks Under Update Cost Constraint 26413 ADHOC-NOW
Communication-Efficient Implementation of Join in Sensor Networks 26415 DASFAA
Searching for Robust Pareto-Optimal Solutions in Multi-objective Optimization 26417 EMO
Efficient gathering of correlated data in sensor networks 26429 MobiHoc
Delay Efficient Data Gathering in Sensor Networks 26430 MSN
Stochastic scheduling of active support vector learning algorithms 26431 SAC
Handling constraints in robust multi-objective optimization 26438 Congress on Evolutionary Computation
Selection of Views to Materialize in a Data Warehouse 26446 IEEE Trans. Knowl. Data Eng.
Automatic Generation of Semantic Fields for Resource Discovery in the Semantic Web 26455 DEXA
Resolution of Semantic Queries on a Set of Web Services 26457 DEXA
A relevance-extended multi-dimensional model for a data warehouse contextualized with documents 26459 DOLAP
Approximate Subtree Identification in Heterogeneous XML Documents Collections 26477 XSym
On the Security of Nominative Signatures 26493 ACISP
Identity-Based Ring Signcryption Schemes: Cryptographic Primitives for Preserving Privacy and Authenticity in the Ubiquitous World 26508 AINA
Privacy-Enhanced Internet Storage 26510 AINA
Reducing Security Overhead for Mobile Networks 26511 AINA
Cryptology and Network Security, 4th International Conference, CANS 2005, Xiamen, China, December 14-16, 2005, Proceeding 26519 CANS
On the Security of Certificateless Signature Schemes from Asiacrypt 2003 26522 CANS
Short Designated Verifier Proxy Signature from Pairings 26530 EUC Workshops
A Short Proxy Signature Scheme: Efficient Authentication in the Ubiquitous World 26531 EUC Workshops
Access Policy Sheet for Access Control in Fine-Grained XML 26532 EUC Workshops
Identity-Based Universal Designated Verifier Signatures 26533 EUC Workshops
Efficient Authentication Scheme for Routing in Mobile Ad Hoc Networks 26534 EUC Workshops
Identity-Based Partial Message Recovery Signatures (or How to Shorten ID-Based Signatures) 26537 Financial Cryptography
An Efficient Static Blind Ring Signature Scheme 26549 ICISC
Universal Designated Multi Verifier Signature Schemes 26551 ICPADS (2)
Delegatable Access Control for Fine-Grained XML 26552 ICPADS (2)
Secure AODV Routing Protocol Using One-Time Signature 26571 MSN
Tripartite Concurrent Signatures 26576 SEC
Secure distribution and access of XML documents 26598 IJHPCN
Provably secure fail-stop signature schemes based on RSA 26599 IJWMC
Bloom Filter-based XML Packets Filtering for Millions of Path Queries 26601 ICDE
Argos: dynamic composition of web services for goods movement analysis and planning 26690 DG.O
Automatic composition of aggregation workflows for transportation modeling 26693 DG.O
TRIPLE - an RDF Rule Language with Context and Use Cases 26701 Rule Languages for Interoperability
Composing, optimizing, and executing plans for bioinformatics web services 26705 VLDB J.
Agents and Peer-to-Peer Computing, Third International Workshop, AP2PC 2004, New York, NY, USA, July 19, 2004, Revised and Invited Paper 26710 AP2PC
Online resource matching for heterogeneous grid environments 26726 CCGRID
Efficient and Robust Computation of Resource Clusters in the Internet 26727 CLUSTER
Efficient Relational Joins with Arithmetic Constraints on Multiple Attributes 26729 IDEAS
DB CSPA Framework and Algorithms for Applying Constraint Solving within Relational Databases 26734 W(C)LP
A Comparative Study of Support Vector Machines Applied to the Supervised Word Sense Disambiguation Problem in the Medical Domain 26742 IICAI
Knowledge transfer via advice taking 26745 K-CAP
Enforcing Enterprise-wide Policies Over Standard Client-Server Interactions 26780 SRDS
Quantifying the Performability of Cluster-Based Services 26786 IEEE Trans. Parallel Distrib. Syst.
Storage and Access Control Issues for XML Documents 26788 Encyclopedia of Information Science and Technology (V)
Intrusion Detection in RBAC-administered Databases 26789 ACSAC
Functional Annotation of Genes through Statistical Analysis of Biomedical Articles 26797 DEXA Workshops
A Logic Based Approach for the Multimedia Data Representation and Retrieval 26812 ISM
Model-Based Cluster Analysis for Web Users Sessions 26813 ISMIS
A Latency-Based Object Placement Approach in Content Distribution Networks 26815 LA-WEB
FRES-CAR: An Adaptive Cache Replacement Policy 26820 WIRI
PDetect: A Clustering Approach for Detecting Plagiarism in Source Code Datasets 26822 Comput. J.
XML Document Indexes: A Classification 26828 IEEE Internet Computing
XML Data Stores: Emerging Practices 26830 IEEE Internet Computing
Towards Context-Sensitive Intelligence 26869 EWSA
Computational Finance 26874 GI Jahrestagung (2)
Multilateral security considerations for adaptive mobile applications 26885 ICETE
Personalized Peer Filtering for a Dynamic Information Push 26899 ISMIS
Towards Composition Management for Component-based Peer-to-Peer Architectures 26939 Electr. Notes Theor. Comput. Sci.
On Some Properties of Parameterized Model Application 26974 ECMDA-FA
A dual index model for contextual information retrieval 27001 SIGIR
Using contextual information to improve retrieval performance 27010 GrC
Evaluation and automatic selection of methods for handling missing data 27011 GrC
Converting a Legacy Database to Object-Oriented Database 27018 Encyclopedia of Database Technologies and Applications
Proper Placement of Derived Classes in the Class Hierarchy 27019 Encyclopedia of Database Technologies and Applications
Multiagent Association Rules Mining in Cooperative Learning Systems 27021 ADMA
Combining Neural Network and Support Vector Machine into Integrated Approach for Biodata Mining 27058 ICEIS (2)
DWG2XML: Generating XML Nested Tree Structure from Directed Weighted Graph 27060 ICEIS (1)
Mining Job Logs Using Incremental Attribute-Oriented Approach 27066 IDEAL
Novel Approach to Optimize Quantitative Association Rules by Employing Multi-objective Genetic Algorithm 27076 IEA/AIE
Selection Mechanism for Locating Relevant Structured Databases in Multidatabase Environment 27077 iiWAS
XML views based approach for Web services 27081 IRI
Hybrid approach for predicting the behavior of Web users 27082 IRI
Effective Clustering by Iterative Approach 27089 ISCIS
Cluster Validity Analysis of Alternative Results from Multi-Objective Optimization 27102 SDM
Genetic algorithm based framework for mining fuzzy association rules 27112 Fuzzy Sets and Systems
Web outlier mining: Discovering outliers from web datasets 27113 Intell. Data Anal.
Co-operation framework of case-based reasoning agents for automated product recommendation 27122 J. Exp. Theor. Artif. Intell.
Multiagents to Separating Handwritten Connected Digits 27129 IEEE Transactions on Systems, Man, and Cybernetics, Part A
Fuzzy OLAP association rules mining-based modular reinforcement learning approach for multiagent systems 27130 IEEE Transactions on Systems, Man, and Cybernetics, Part B
A novel approach to multiagent reinforcement learning: utilizing OLAP mining in the learning process 27131 IEEE Transactions on Systems, Man, and Cybernetics, Part C
Views as first-class citizens in object-oriented databases 27133 VLDB J.
Efficient On-line Evaluation of Mobility Pattern Queries 27146 BDA
Efficient evaluation of parameterized pattern queries 27152 CIKM
Location-Based Mobile Querying in Peer-to-Peer Networks 27168 OTM Workshops
Datalog programs and their persistency numbers 27264 ACM Trans. Comput. Log.
Triggers over XML views of relational data 27273 ICDE
Feature Combination and Relevance Feedback for 3D Model Retrieval 27278 MMM
Learning Robust Web Wrappers 27280 DEXA
A Topic-based Index Mechanism using Usefulness of Peers in Unstructured Peer-to-Peer Networks 27292 Databases and Applications
An Effective Access Mechanism to Digital Interview Archives 27304 ECDL
A Sequence Labeling Method Using Syntactical and Textual Patterns for Record Linkage 27307 ICAPR (1)
Adaptive Replication Method Based on Peer Behavior Pattern in Unstructured Peer-to-Peer Systems 27313 ICDE Workshops
Analyzing Relations among Software Patterns based on Document Similarity 27325 ITCC (2)
A reciprocal platform for archiving interview videos about arts and crafts 27327 JCDL
Relation Analysis Among Patterns on Software Development Process 27331 PROFES
Bibliographic component extraction from references based on a text recognition error model 27344 Systems and Computers in Japan
Time relaxed spatiotemporal trajectory joins 27352 GIS
Efficient trajectory joins using symbolic representations 27360 Mobile Data Management
Complex Spatio-Temporal Pattern Queries 27379 VLDB
Indexing Schemes for Efficient Aggregate Computation over Structural Joins 27381 WebDB
Answering order-based queries over XML data 27385 WWW (Special interest tracks and posters)
SaIL: A Spatial Index Library for Efficient Application Integration 27389 GeoInformatica
Selectivity estimators for multidimensional range queries over real attributes 27402 VLDB J.
Indexing mobile objects using dual transformations 27404 VLDB J.
Optimizing spatial Min/Max aggregations 27406 VLDB J.
How to Leverage Access Control Specification for Autonomic Policy Management 27420 ICAC
Policy Schedule Advisor for Performance Management 27421 ICAC
A Semi-Supervised Learning Method for Remote Sensing Data Mining 27423 ICTAI
Analyzing Policy Dependencies Using Historical Information 27426 POLICY
A survey and analysis of Electronic Healthcare Record standards 27440 ACM Comput. Surv.
Artemis message exchange framework: semantic interoperability of exchanged messages in the healthcare domain 27441 SIGMOD Record
Ranking-Based Evaluation of Regression Models 27452 ICDM
Robust boosting and its relation to bagging 27455 KDD
JXP: Global Authority Scores in a P2P Network 27481 WebDB
Service retrieval based on behavioral speci.cation 27485 IEEE SCC
Service Retrieval Based on Behavioral Specifications and Quality Requirements 27495 Business Process Management
Personnalisation de l'information: aperandccedil;u de l'andeacute;tat de l'art et dandeacute;finition d'un modandegrave;le flexible de profils 27501 CORIA
Efficient XPath Evaluation 27551 ADBIS
Improving Access to Multimedia Using Multi-source Hierarchical Meta-data 27552 Adaptive Multimedia Retrieval
Optimal Workload-Based Weighted Wavelet Synopses 27577 ICDT
Delayed-dictionary compression for packet networks 27578 INFOCOM
Data Streams and Data Synopses for Massive Data Sets 27588 PKDD
A Framework for Rapid Multimodal Application Design 27677 TSD
Conceptual Schema-Centric Development: A Grand Challenge for Information Systems Research 27694 CAiSE
As we may perceive: inferring logical documents from hypertext 27770 Hypertext
An information network overlay architecture for the NSDL 27775 JCDL
Finding the boundaries of information resources on the web 27779 WWW (Special interest tracks and posters)
Fedora: An Architecture for Complex Objects and their Relationship 27790 CoRR
An Information Network Overlay Architecture for the NSD 27791 CoRR
Guest Editors' Introduction: Information Discovery--Needles and Haystacks 27797 IEEE Internet Computing
Fast and reliable collision detection using graphics processors 27804 Symposium on Computational Geometry
Efficient Relational Database Management using Graphics Processors 27805 DaMoN
LU-GPU: Efficient Algorithms for Solving Dense Linear Systems on Graphics Hardware 27813 SC
Interactive visibility ordering and transparency computations among geometric primitives in complex environments 27818 SI3D
Fast and Approximate Stream Mining of Quantiles and Frequencies Using Graphics Processors 27822 SIGMOD Conference
Multi-resolution collision handling for cloth-like simulations 27828 Journal of Visualization and Computer Animation
Interactive collision detection between deformable models using chromatic decomposition 27831 ACM Trans. Graph.
XWRAPComposer: A Multi-Page Data Extraction Service for Bio-Computing Applications 27836 IEEE SCC
The development of high performance FFT IP cores through hybrid low power algorithmic methodology 27837 ASP-DAC
A Hybrid Approach to Extracting Tooth Models from CT Volumes 27840 IMA Conference on the Mathematics of Surfaces
Low-Power Reconfigurable VLSI Architecture for the Implementation of FIR Filters 27841 IPDPS
A speech recognizer with selectable model parameters 27842 ISCAS (6)
Low power commutator for pipelined FFT processors 27843 ISCAS (5)
QoS-based Data Access and Placement for Federated Information Systems 27850 VLDB
Parallel Querying with Non-Dedicated Computers 27851 VLDB
Prediction and ranking algorithms for event-based network data 27857 SIGKDD Explorations
Exploring Bit-Difference for Approximate KNN Search in High-dimensional Databases 27864 ADC
On Efficient Music Genre Classification 27867 DASFAA
On Effective E-mail Classification via Neural Networks 27869 DEXA
Semantic-Sensitive Classification for Large Image Libraries 27874 MMM
Exchanging intensional XML data 27892 ACM Trans. Database Syst.
Learning Useful System Call Attributes for Anomaly Detection 27893 FLAIRS Conference
A Method Based on Continuous Spectrum Analysis and Artificial Immune Network Optimization Algorithm for Fingerprint Image Ridge Distance Estimation 27898 CIT
A Method Based on the Markov Chain Monte Carlo for Fingerprint Image Segmentation 27899 FSKD (2)
Fingerprint Image Segmentation Method Based on MCMCandamp;GA 27903 ICIAP
Server-Aided RSA Key Generation Against Collusion Attack 27904 MADNES
Integrating Data Changes with Data from Data Service Providers 27916 CAINE
Concurrency Control Using Role Ordering (RO) Scheduler 27926 AINA
A Scalable Group Communication Protocol with Global Clock 27932 AINA
A High-Performance Multimedia Streaming Model on Multi-Source Streaming Approach in Peer-to-Peer Networks 27933 AINA
Design of a Hierarchical Group to Realize a Scalable Group 27936 AINA
Lattice-Based Precedence of Moderate Lock Modes on Objects 27938 AINA
Design and Implementation of Transactional Agents for Manipulating Distributed Objects 27940 AINA
Charge-Based Flooding Algorithm for Detecting Multimedia Objects in Peer-to-Peer Overlay Networks 27943 AINA
Role Ordering (RO) Scheduler for Concurrency Control 27959 DEXA Workshops
Asynchronous Multi-source Streaming Protocol to Realize High-Performance Multimedia Communication 27962 DEXA Workshops
Acquaintance-Based Protocol for Manipulating Multimedia Objects in Peer-to-Peer Overlay Networks 27965 DEXA Workshops
Hierarchical Protocol for Byzantine Agreement in a Peer-to-Peer Overlay Network 27967 DEXA Workshops
Embedded and Ubiquitous Computing - EUC 2005 Workshops, EUC 2005 Workshops: UISW, NCUS, SecUbiq, USN, and TAUES, Nagasaki, Japan, December 6-9, 2005, Proceeding 27969 EUC Workshops
Concurrency Control Using Role Ordering (RO) Scheduler for Distributed Objects 27976 ICDCS Workshops
Striping Communication Protocol for Reliable Multimedia Communication in a Hierarchical Group 27980 ICDCS Workshops
Concurrency Control Based-on Significancy on Roles 27986 ICPADS (1)
Group Communication Protocol for Autonomic Computing 27987 ICPADS (2)
A Scalable Multimedia Streaming Model Based-on Multi-source Streaming Concept 27989 ICPADS (1)
Causally Ordered Delivery with Global Clock in Hierarchical Group 27991 ICPADS (2)
Transactional Agent on Distributed Objects 27994 ICPADS (2)
Charge-based Flooding Algorithm for Looking Up Multimedia Objects in Peer-to-Peer Overlay Networks 27995 ICPADS (1)
Byzantine Agreement Protocol using Hierarchical Groups 27996 ICPADS (1)
Scalable Peer-to-Peer Multimedia Streaming Model in Heterogeneous Networks 28004 ISM
Acquaintance-based Protocol for Detecting Multimedia Objects in Peer-to-Peer Overlay Networks 28010 ISORC
Transactional agent model for fault-tolerant object systems 28012 SAC
A Model for Manipulating Multimedia Objects in Peer-to-Peer Overlay Networks 28013 Wissensmanagement
Concurrency Control on Distributed Objects using Role Ordering (RO) Scheduler 28015 WORDS
Design and Implementation of Fault-Tolerant Transactional Agents for Manipulating Distributed Objects 28016 WORDS
SMIP: Striping Multimedia Communication Protocol for Large Scale Hierarchical Group 28019 DMS
An Asynchronous Multi-source Streaming Protocol for Scalable and Reliable Multimedia Communication 28020 DMS
Causally ordered delivery in a hierarchical group of peer processes 28025 Computer Communications
Advanced Information Networking: P2P Systems and Distributed Applications - Foreword by Guest Editors 28032 Journal of Interconnection Networks
An autonomic group communication protocol for distributed applications 28036 IJHPCN
High-speed group communication protocol for exchanging real-time multimedia data 28039 IJWMC
Using Association Rules to Make Rule-based Classifiers Robust 28051 ADC
Finding Similar Patterns in Microarray Data 28053 Australian Conference on Artificial Intelligence
Representing Association Classification Rules Mined from Health Data 28063 KES (3)
An Access Control Method Based on the Prefix Labeling Scheme for XML Repositories 28077 ADC
Building a Navigation Structure from a Fuzzy Relationship for Image Retrieval 28080 ICDE Workshops
On Mining XML Structures Based on Statistics 28085 KES (1)
Data mining in the chemical industry 28090 KDD
A Histogram Utilizing the Cluster Information 28091 Databases and Applications
A Methodology to Define External Schemas in ODMG Databases 28111 Comput. J.
Scientific Data Management in the Coming Decad 28117 CoRR
Scientific data management in the coming decade 28118 SIGMOD Record
The Linguist's Search Engine: An Overview 28119 ACL
Variable latent semantic indexing 28132 KDD
The predictive power of online chatter 28135 KDD
Multi-structural databases 28140 PODS
Efficient Implementation of Large-Scale Multi-Structural Databases 28151 VLDB
Discovering Large Dense Subgraphs in Massive Graphs 28152 VLDB
The volume and evolution of web page templates 28157 WWW (Special interest tracks and posters)
Technical challenges in exploiting the web as a business resource 28162 WWW (Special interest tracks and posters)
On the Bursty Evolution of Blogspace 28186 World Wide Web
The Hybrid Digital Tree: A New Indexing Technique for Large String Databases 28197 ICEIS (1)
A hybrid index structure for querying large string databases 28246 IJEB
CME: A Temporal Relational Model for Efficient Coalescing 28247 TIME
Multi-resolution Abnormal Trace Detection Using Varied-length N-grams and Automata 28251 ICAC
Failure detection and localization in component based systems by online tracking 28257 KDD
Superstructure Searching Algorithm for Generic Reaction Retrieval 28264 Journal of Chemical Information and Modeling
Robust fusion of uncertain information 28269 IEEE Transactions on Systems, Man, and Cybernetics, Part B
Republishers in a Publish/Subscribe Architecture for Data Streams 28272 BNCOD
Fault Tolerance in the R-GMA Information and Monitoring System 28275 EGC
A Data Stream Publish/Subscribe Architecture with Self-adapting Queries 28277 OTM Conferences (1)
Stream Integration Techniques for Grid Monitoring 28280 J. Data Semantics
Three Equilibrium Strategies for Two-Person Zero-Sum Game with Fuzzy Payoffs 28286 FSKD (1)
An Optimized Algorithm of High Spatial-temporal Efficiency for MegaBlast 28288 ICPADS (2)
Jungloid mining: helping to navigate the API jungle 28295 PLDI
A Distributed Cryptographic Computing System 28299 SKG
Value Function Approximation with Diffusion Wavelets and Laplacian Eigenfunctions 28305 NIPS
Level of Detail Concepts in Data-Intensive Web Applications 28331 ICWE
Editorial message: special track on web technologies and applications 28335 SAC
Exception Handling in Workflow-Driven Web Applications 28340 SEBD
Necessity of methodologies to model Rich Internet Applications 28346 WSE
Exception handling in workflow-driven Web applications 28348 WWW
Model-driven design and deployment of service-enabled web applications 28352 ACM Trans. Internet Techn.
PSORTb v.2.0: Expanded prediction of bacterial protein subcellular localization and insights gained from comparative proteome analysis 28354 Bioinformatics
PSORTdb: a protein subcellular localization database for bacteria 28358 Nucleic Acids Research
Pseudomonas aeruginosa Genome Database and PseudoCAP: facilitating community-based, continually updated, genome annotation 28359 Nucleic Acids Research
Integrating the Relational Interval Tree into IBM's DB2 Universal Database Server 28362 BTW
Efficient interval management using object-relational database servers 28367 Inform., Forsch. Entwickl.
Efficient Case Based Feature Construction 28373 ECML
Incorporating fuzzy knowledge into fitness: multiobjective evolutionary 3D design of process plants 28375 GECCO
Method trees: building blocks for self-organizable representations of value series: how to evolve representations for classifying audio data 28377 GECCO Workshops
A Benchmark Dataset for Audio Classification and Clustering 28380 ISMIR
Merkmalsextraktion aus Audiodaten Evolutionandauml;re Aufzucht von Methodenbandauml;umen 28387 Informatik Spektrum
Automatic Feature Extraction for Classifying Audio Data 28388 Machine Learning
Guest Editors' Introduction 28400 Information Systems Frontiers
Querying Business Processes with BP-QL 28412 VLDB
Matching Commercial Clips from TV Streams Using a Unique, Robust and Compact Signature 28440 DICTA
A Practical Web-Based NSS Framework for E-Business Negotiation 28441 HICSS
Neural Network with Forgetting: An ANN Algorithm for Customer 28442 HICSS
Wavelet Method Combining BP Networks and Time Series ARMA Modeling for Data Mining Forecasting 28447 ICNC (2)
A partial parallel algorithm and architecture for arithmetic encoder in JPEG2000 28449 ISCAS (5)
A simulation study of the periodicals' publication delay control process 28458 Scientometrics
Adapting the Weka Data Mining Toolkit to a Grid Based Environment 28467 AWIC
Globally Multimodal Problem Optimization Via an Estimation of Distribution Algorithm Based on Unsupervised Learning of Bayesian Networks 28475 Evolutionary Computation
A new formalism for dynamic reconfiguration of data servers in a cluster 28481 J. Parallel Distrib. Comput.
Editorial 28482 Machine Learning
Workflow Mining Alpha Algorithm - A Complexity Study 28577 Intelligent Information Systems
Specifying Selected Security Features of Inter-Organizational Workflows 28591 CIMCA/IAWTIC
Missing value estimation for DNA microarray gene expression data: local least squares imputation 28636 Bioinformatics
Dimension Reduction in Text Classification with Support Vector Machines 28640 Journal of Machine Learning Research
Fingerprint classification using fast Fourier transform and nonlinear discriminant analysis 28650 Pattern Recognition
IDR/QR: An Incremental Dimension Reduction Algorithm via QR Decomposition 28658 IEEE Trans. Knowl. Data Eng.
A three-stage framework for gene expression data analysis by L1-norm support vector regression 28659 IJBRA
Gravitation-based model for information retrieval 28681 SIGIR
Object-level ranking: bringing order to Web objects 28685 WWW
On the security of some proxy blind signature schemes 28705 Journal of Systems and Software
Learning to Transform Natural to Formal Languages 28707 AAAI
Comparative experiments on learning information extractors for proteins and their interactions 28709 Artificial Intelligence in Medicine
Bridging the Macro and Micro: A Computing Intensive Earthquake Study Using Discovery Net 28712 SC
Error Concealment for Video Transmission Based on Watermarking 28714 CIS (2)
Improved Method for Gradient-Threshold Edge Detector Based on HVS 28715 CIS (1)
Building preservation environments 28733 JCDL
Hausdorff approximation of convex polygons 28763 Comput. Geom.
Localized routing trees for query processing in sensor networks 28788 CIKM
BlossomTree: Evaluating XPaths in FLWOR Expressions 28810 ICDE
Using Multi-Scale Histograms to Answer Pattern Existence and Shape Match Queries 28840 SSDBM
Database Publication Practices 28844 VLDB
An apples-to-apples comparison of two database journals 28872 SIGMOD Record
Special issue: Best papers of VLDB 2004 28890 VLDB J.
Editorial 28892 VLDB J.
An improved society of hill-climbers and its application on batch process scheduling 28899 ACM Southeast Regional Conference (1)
Application of particle swarm optimization on batch process scheduling 28900 ACM Southeast Regional Conference (1)
Clustering Categorical Data Using Coverage Density 28903 ADMA
Determining the Radiometric Response Function from a Single Grayscale Image 28917 CVPR (2)
Concurrent Subspaces Analysis 28918 CVPR (2)
Discriminant Analysis with Tensor Representation 28919 CVPR (1)
A Block-Based Inter-Band Lossless Hyperspectral Image Compressor 28921 DCC
An Adaptive Service Strategy Based on User Rating in P2P 28927 GCC
Towards a Framework for Automatic Service Composition in Manufacturing Grid 28928 GCC
Solving Generalized Open Constraint Optimization Problem Using Two-level Multi-agent Framework 28934 IAT
Developing a Knowledge Management Support System for Teaching Database Normalization 28936 ICALT
Neighborhood Preserving Projections (NPP): A Novel Linear Dimension Reduction Method 28940 ICIC (1)
A Moving Detection Algorithm Based on Space-Time Background Difference 28941 ICIC (1)
Auto cropping for digital photographs 28945 ICME
A Modified Clustering Algorithm Based on Swarm Intelligence 28946 ICNC (3)
Omni-directional Walking of a Quadruped Robot with Optimal Body Postures on a Slope 28951 ICRA
Similarity space projection for web image search and annotation 28975 Multimedia Information Retrieval
Salient Feature Selection for Visual Concept Learning 28988 PCM (1)
Joint Spatial-Temporal Color Demosaicking 28995 SCIA
Towards Imaging Large-Scale Ontologies for Quick Understanding and Analysis 28997 International Semantic Web Conference
An Approach to RDF(S) Query, Manipulation and Inference on Databases 29002 WAIM
Canny Edge Detection Enhancement by Scale Multiplication 29027 IEEE Trans. Pattern Anal. Mach. Intell.
Efficient 3D reconstruction for face recognition 29028 Pattern Recognition
Boosting image classification with LDA-based feature combination for digital photograph management 29029 Pattern Recognition
Real-time lossless compression of mosaic video sequences 29033 Real-Time Imaging
Multiscale LMMSE-Based Image Denoising With Optimal Wavelet Selection 29037 IEEE Trans. Circuits Syst. Video Techn.
Color demosaicking via directional linear minimum mean square-error estimation 29039 IEEE Transactions on Image Processing
An improved robust fuzzy-PID controller with optimal fuzzy reasoning 29045 IEEE Transactions on Systems, Man, and Cybernetics, Part B
Design Considerations for High Fan-In Systems: The HiFi Approach 29055 CIDR
CSP Properties for Quantified Constraints: Definitions and Complexity 29076 AAAI
Using a Theorem Prover for Reasoning on Constraint Problems 29083 AI*IA
Detecting and Breaking Symmetries by Reasoning on Problem Specifications 29112 SARA
: Compiling problem specifications into SAT 29123 Artif. Intell.
Complexity of propositional nested circumscription and nested abnormality theories 29148 ACM Trans. Comput. Log.
Learning Named Entity Recognition in Portuguese from Spanish 29168 CICLing
Question Classification in Spanish and Portuguese 29169 CICLing
The Role of Lexical Features in Question Answering for Spanish 29171 CLEF
Applying Generic Model Management to Data Mapping 29194 BDA
Replica Refresh Strategies in a Database Cluster 29204 BDA
Saturn: A SAT-Based Tool for Bug Detection 29307 CAV
Witnessing side-effects 29314 ICFP
Relational queries over program traces 29320 OOPSLA
Scalable statistical bug isolation 29331 PLDI
Scalable error detection using boolean satisfiability 29338 POPL
Banshee: A Scalable Constraint-Based Analysis Toolkit 29345 SAS
Secure Information Flow as a Safety Problem 29347 SAS
Context- and path-sensitive memory leak detection 29350 ESEC/SIGSOFT FSE
Structure- and Content-Based Retrieval for XML Documents 29378 Encyclopedia of Information Science and Technology (V)
HACM: High-Availability Cluster Management Tool for Cluster DBMS 29398 DEXA Workshops
P-CBF: A Parallel Cell-Based Filtering Scheme Using a Horizontal Partitioning Technique 29405 HPCC
Efficient Cluster Management Software Supporting High-Availability for Cluster DBMS 29406 HPCC
XML Document Retrieval for Digital Museum 29409 ICADL
Developing an XML Document Retrieval System for a Digital Museum 29411 ICCSA (1)
A New Cell-Based Clustering Method for High-Dimensional Data Mining Applications 29419 KES (1)
An Efficient Trajectory Index Structure for Moving Objects in Location-Based Services 29424 OTM Workshops
Novel Indexing Method of Relations Between Salient Objects 29437 Encyclopedia of Information Science and Technology (IV)
Interoperability of Information Systems 29438 Encyclopedia of Information Science and Technology (III)
Distributed Caching in a Cluster-based Hybrid Overlay Network for P2P Systems 29439 ISCA PDCS
HON-P2P: A Cluster-based Hybrid Overlay Network for Multimedia Object Management 29457 ICPADS (1)
Proceedings of the 1st International Conference on Signal-Image Technology and Internet-Based Systems, SITIS 2005, November 27 - December 1, 2005, Yaounde, Cameroo 29469 SITIS
Ontology mapping specification in description logics for cooperative systems 29470 SITIS
FiST: Scalable XML Document Filtering by Sequencing Twig Patterns 29481 VLDB
The Arrowsmith Project: 2005 Status Report 29504 ALT
The Arrowsmith Project: 2005 Status Report 29505 Discovery Science
Erratum to publisher 29511 JASIST
A probabilistic similarity metric for Medline records: A model for author name disambiguation 29514 JASIST
My favorite issues in data warehouse modeling 29532 DOLAP
Der Lehrstuhl fanduuml;r Informatik, insbes. Datenbanken und Informationssysteme, im Institut fanduuml;r Wirtschaftsinformatik der Universitandauml;t Manduuml;nster stellt sich vor 29540 Datenbank-Spektrum
Evaluation objektorientierter Ansandauml;tze zur Data-Warehouse-Modellierung 29541 Datenbank-Spektrum
Projective Surface Matching of Colored 3D Scans 29553 3DIM
Survey of Word Sense Disambiguation Approaches 29573 FLAIRS Conference
Conceptual Modeling of Genetic Studies and Pharmacogenetics 29574 ICCSA (3)
Converting Semi-structured Clinical Medical Records into Information and Knowledge 29575 ICDE Workshops
A Systems-oriented Approach to Knowledge Management as a Tool for Decision Making 29579 IKE
Benefits of Integrating Meta Data into a Context Model 29596 PerCom Workshops
The Self-relocating Index Scheme for Telematics GIS 29605 W2GIS
Supporting Complex Multi-Dimensional Queries in P2P Systems 29623 ICDCS
Distributed caching of multi-dimensional data in mobile environments 29639 Mobile Data Management
Energy Efficient Processing of K Nearest Neighbor Queries in Location-aware Sensor Networks 29647 MobiQuitous
KTR: an Efficient Key Management Scheme For Air Access Control 29649 MobiQuitous
Decentralizing Query Processing in Sensor Networks 29650 MobiQuitous
Deep Set Operators for XQuery 29661 XIME-P
Streaming feature selection using alpha-investing 29685 KDD
Supervised Ranking for Pronoun Resolution: Some Recent Improvements 29691 AAAI
Machine Learning for Coreference Resolution: From Local Classification to Global Ranking 29693 ACL
Quality Assignments for WSDL-Based Services 29703 CSCWD (Selected papers)
A new cache document replacement policy considering the contribution to sales 29724 Electronic Commerce Research and Applications
CodeQuest: querying source code with datalog 29745 OOPSLA Companion
Mercurial Commitments with Applications to Zero-Knowledge Sets 29763 EUROCRYPT
Upper and Lower Bounds on Black-Box Steganography 29772 TCC
A Spatial Index Using MBR Compression and Hashing Technique for Mobile Map Service 29777 DASFAA
Resource-Centric Worklist Visualisation 29795 OTM Conferences (1)
Toward self-organizing service communities 29803 IEEE Transactions on Systems, Man, and Cybernetics, Part A
Automatic Augmentation and Meshing of Sparse 3D Scene Structure 29815 WACV/MOTION
Wearable augmented virtual reality for enhancing information delivery in high precision defence assembly: an engineering case study 29828 Virtual Reality
Supporting Activity Awareness for Teams-Games-Tournaments with GSM Network 29852 WMTE
Incorporating hidden Markov models for identifying protein kinase-specific phosphorylation sites 29860 Journal of Computational Chemistry
A genetic algorithm for multiple sequence alignment 29872 Soft Comput.
A Further Study on Inverse Frequent Set Mining 29887 ADMA
Hiding Classification Rules for Data Sharing with Privacy Preservation 29909 DaWaK
On the Design Issues of Wireless Sensor Networks for Telemetry 29911 DEXA Workshops
Improvements of IncSpan: Incremental Mining of Sequential Patterns in Large Database 29938 PAKDD
Finding Temporal Features of Event-Oriented Patterns 29940 PAKDD
Improvements in the Data Partitioning Approach for Frequent Itemsets Mining 29943 PKDD
Collaborative business process technologies 29962 Data Knowl. Eng.
Specification and validation of process constraints for flexible workflows 29970 Inf. Syst.
Journal on Data Semantics I 29981 J. Data Semantics II
Editorial 29988 World Wide Web
E-Business Model Ontology For Improving Business/It Alignment 30032 EMOI-INTEROP
A Disruption Analysis in the Mobile Payment Market 30038 HICSS
Mobile Customer Relationship Management: An Explorative Investigation of the Italian Consumer Market 30045 ICMB
A Proposal for a Multi-Perspective Analysis of the Mobile Payment Environment 30046 ICMB
An Efficient Approach for Mining Fault-Tolerant Frequent Patterns Based on Bit Vector Representations 30055 DASFAA
Improved Sequential Pattern Mining Using an Extended Bitmap Representation 30059 DEXA
Query Routing: Finding Ways in the Maze of the DeepWeb 30069 WIRI
Schema and ontology matching with COMA++ 30070 SIGMOD Conference
iFuice - Information Fusion utilizing Instance Correspondences and Peer Mappings 30071 WebDB
Closing-the-Loop in NVisionIP: Integrating Discovery and Search in Security Visualizations 30107 VizSEC
IEEE Workshop on Visualization for Computer Security (VizSEC 2005), 26 October 2005, Minneapolis, MN, US 30108 VizSEC
Medial-Axis-Based Cartograms 30111 IEEE Computer Graphics and Applications
Topological Fisheye Views for Visualizing Large Graphs 30120 IEEE Trans. Vis. Comput. Graph.
Color filter array demosaicking using wavelet-based subband synthesis 30127 ICIP (2)
Blind color image deconvolution based on wavelet decomposition 30128 ICIP (2)
XVR: X visiting-pattern routing for sensor networks 30131 INFOCOM
Building programmable routing service for sensor networks 30136 Computer Communications
A threshold criterion, auto-detection and its use in MST-based clustering 30137 Intell. Data Anal.
On Learning Mixtures of Heavy-Tailed Distributions 30147 FOCS
Error bounds for correlation clustering 30162 ICML
Humans and agents in 3D electronic institutions 30233 AAMAS
Narrowing the Gap Between Humans and Agents in e-Commerce: 3D Electronic Institutions 30239 EC-Web
Supporting ECDL'05 Using TCeReview 30241 ECDL
On the Impact of Document Representation on Classifier Per-formance in e-Mail Categorization 30245 ISTA
Security Patterns Meet Agent Oriented Software Engineering: A Complementary Solution for Developing Secure Information Systems 30258 ER
Towards a Classification of Web Service Feature Interactions 30267 ICSOC
UCM-Driven Testing of Web Applications 30272 SDL Forum
Patterns for Modelling Agent Systems with Tropos 30274 SELMAS
Design and Evolution of e-Business Models 30277 CEC
Generation of test purposes from Use Case Maps 30282 Computer Networks
A Resilient Multipath Routing Protocol for Wireless Sensor Networks 30303 ICN (2)
Performance of Service Location Protocols in MANET Based on Reactive Routing Protocols 30304 ICN (2)
Every Node Is Born Equal: Attacking Preferential Attachment in Peer-to-Peer Mobile Multihop Networks 30310 PerCom Workshops
Satisfying Database Service Level Agreements while Minimizing Cost through Storage QoS 30324 IEEE SCC
Design Considerations for High Fan-In Systems: The HiFi Approach 30325 CIDR
Data Triage: An Adaptive Architecture for Load Shedding in TelegraphCQ 30326 ICDE
High-Availability Algorithms for Distributed Stream Processing 30333 ICDE
Distributed operation in the Borealis stream processing engine 30334 SIGMOD Conference
C-Store: A Column-oriented DBMS 30335 VLDB
MILVA: An interactive tool for the exploration of multidimensional microarray data 30341 Bioinformatics
Semisupervised Learning of Hierarchical Latent Trait Models for Data Visualization 30351 IEEE Trans. Knowl. Data Eng.
Management of Conflicting Obligations in Self-Protecting Policy-Based Systems 30365 ICAC
Localization using evolution strategies in sensornets 30383 Congress on Evolutionary Computation
A New Hybrid NM Method and Particle Swarm Algorithm for Multimodal Function Optimization 30400 IDA
A New Approach for Conflict Resolution of Authorization 30406 KES (1)
On the sequence of authorization policy transformations 30417 Int. J. Inf. Sec.
Rotation and Gray-Scale Invariant Classification of Textures Improved by Spatial Distribution of Features 30419 DEXA
Towards a Fast and Efficient Match Algorithm for Content-Based Music Retrieval on Acoustic Data 30428 ISMIR
Extracting Seismic Electronic Signals from the Telluric Current Data for the Nigata Chuetsu Earthquake by ICA 30430 PDPTA
Text Classification for Constructing an Atomic and Molecular Journal Database by LVQ 30431 PDPTA
Dual Syntax for XML Languages 30437 DBPL
Frequency Operators for Condensative Queries over Data Streams 30468 ICEBE
Equivalences among aggregate queries with negation 30514 ACM Trans. Comput. Log.
The Design Space of Type Checkers for XML Transformation Languages 30543 ICDT
Fast region-of-interest transcoding for JPEG 2000 images 30583 ISCAS (2)
Biological Data Management (BIDM 2003) 30642 Data Knowl. Eng.
Learning Automation Policies for Pervasive Computing Environments 30660 ICAC
On the Need for Negotiation in Policy-based Interaction with Autonomic Computing Systems 30661 ICAC
A1: Spreadsheet-based Scripting for Developing Web Tools 30663 LISA
Policity: An Experimental Evaluation of Policy-Based Administration in a City Simulation 30664 POLICY
A1: end-user programming for web-based system administration 30666 UIST
Usable autonomic computing systems: The system administrators' perspective 30667 Advanced Engineering Informatics
Ant Colony Optimization Combining with Mutual Information for Feature Selection in Support Vector Machines 30671 Australian Conference on Artificial Intelligence
An Effective Feature Selection Scheme via Genetic Algorithm Using Mutual Information 30673 FSKD (2)
An Evolved Recurrent Neural Network and Its Application 30675 ICNC (1)
Tolerance Relation Based Granular Space 30682 RSFDGrC (1)
Tolerance granular space and its applications 30685 GrC
Computational simulation and analysis of double-swept blade in BVI noise reduction 30688 Advances in Engineering Software
Proceedings of the Eleventh ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Chicago, Illinois, USA, August 21-24, 200 30692 KDD
Model Fragmentation for Distributed Workflow Execution: A Petri Net Approach 30703 ISSADS
Online B-tree Merging 30707 SIGMOD Conference
Eco-informatics and natural resource management 30715 DG.O
Conceptual Content Management for Software Engineering Processes 30725 ADBIS
Conceptual Content Management for Enterprise Web Services 30748 ER (Workshops)
Active Learning by Personalization: Lessons Learnt from Research in Conceptual Content Management 30792 WEBIST
Postgres-R(SI): Combining Replica Control with Concurrency Control based on Snapshot Isolation 30809 ICDE
Advances in Knowledge Discovery and Data Mining, 9th Pacific-Asia Conference, PAKDD 2005, Hanoi, Vietnam, May 18-20, 2005, Proceeding 30828 PAKDD
Cross Table Cubing: Mining Iceberg Cubes from Data Warehouses 30838 SDM
CLUSTAG: hierarchical clustering and graph methods for selecting tag SNPs 30847 Bioinformatics
Indexing Useful Structural Patterns for XML Query Processing 30859 IEEE Trans. Knowl. Data Eng.
LH*RS - a highly-available scalable distributed data structure 30865 ACM Trans. Database Syst.
Ontology-Based Query Refinement for Semantic Portals 30871 From Integrated Publication and Information Systems to Virtual Information and Knowledge Environments
Description Logic Programs: A Practical Choice For the Modelling of Ontologies 30877 Principles and Practices of Semantic Web Reasoning
Fachinformationssystem Informatik (FIS-I) und Semantische Technologien fanduuml;r Informationsportale (SemIPort) 30895 GI Jahrestagung (2)
Ontology Metadata Vocabulary and Applications 30916 OTM Workshops
Bridging the Paradigm Gap with Rules for OWL 30927 Rule Languages for Interoperability
The Semantic Web in One Day 30947 IEEE Intelligent Systems
Query Answering for OWL-DL with rules 30971 J. Web Sem.
A monolithic CMOS L band DAB receiver 30982 ASP-DAC
A new near-lossless image compression algorithm suitable for hardware design in wireless endoscopy system 30987 ICIP (1)
A new high gain low voltage 1.45 GHz CMOS mixer 30988 ISCAS (5)
A novel method of lossy image compression for digital image sensors with Bayer color filter arrays 30990 ISCAS (5)
Calculation of intermodulation distortion in CMOS transconductance stage 31007 ISCAS (4)
A Novel Solid Neuron-Network Chip Based on Both Biological and Artificial Neural Network Theories 31008 ISNN (1)
Types for Path Correctness of XML Queries 31062 SEBD
Secrecy and group creation 31080 Inf. Comput.
Subtyping recursion and parametric polymorphism in kernel fun 31082 Inf. Comput.
Ontology Creation: Extraction of Domain Knowledge from Web Documents 31100 ER
User Centric Walk: An Integrated Approach for Modeling the Browsing Behavior of Users on the Web 31114 Annual Simulation Symposium
Mobility Modeling of Outdoor Scenarios for MANETs 31115 Annual Simulation Symposium
Hypergossiping: A Generalized Broadcast Strategy for Mobile Ad Hoc Networks 31136 KiVS
Location-Based Hierarchical Data Aggregation in Vehicular Ad Hoc Networks 31137 KiVS
Contact-Based Mobility Metrics for Delay-Tolerant Ad Hoc Networking 31138 MASCOTS
Management and configuration issues for sensor networks 31154 Int. Journal of Network Management
Sensornetze 31155 it - Information Technology
TinyCubus: An Adaptive Cross-Layer Framework for Sensor Networks (TinyCubus: Ein Adaptives Cross-Layer Framework fanduuml;r Sensornetze) 31156 it - Information Technology
M@CBETH: Optimizing Clinical Microarray Classification 31170 CSB Workshops
Componentwise Support Vector Machines for Structure Detection 31180 ICANN (2)
Load Forecasting Using Fixed-Size Least Squares Support Vector Machines 31188 IWANN
Discovering Transcriptional Modules from Motif, Chip-Chip and Microarray Data 31194 Pacific Symposium on Biocomputing
BioMart and Bioconductor: a powerful link between biological databases and microarray data analysis 31204 Bioinformatics
M@CBETH: a microarray classification benchmarking tool 31207 Bioinformatics
arrayCGHbase: an analysis platform for comparative genomic hybridization microarrays 31215 BMC Bioinformatics
Componentwise Least Squares Support Vector Machine 31220 CoRR
Subset based least squares subspace regression in RKHS 31224 Neurocomputing
The differogram: Non-parametric noise variance estimation and its use for model selection 31225 Neurocomputing
Building sparse representations and structure determination on LS-SVM substrates 31226 Neurocomputing
Combining full text and bibliometric information in mapping scientific disciplines 31227 Inf. Process. Manage.
TOUCAN 2: the all-inclusive open source workbench for regulatory sequence analysis 31235 Nucleic Acids Research
Handling missing values in support vector machine classifiers 31237 Neural Networks
Primal-Dual Monotone Kernel Regression 31244 Neural Processing Letters
Web Query Expansion by WordNet 31279 DEXA
iQA: An Intelligent Question Answering System 31282 ICADL
Web Image Semantic Clustering 31284 OTM Conferences (2)
Fossilized Index: The Linchpin of Trustworthy Non-Alterable Electronic Records 31297 SIGMOD Conference
The automatic improvement of locality in storage systems 31305 ACM Trans. Comput. Syst.
Calculating Polynomial Runtime Properties 31310 APLAS
Verifying safety policies with size properties and alias controls 31320 ICSE
Practical Algorithms for Tracking Database Join Sizes 31390 FSTTCS
Counting Distinct Items over Update Streams 31393 ISAAC
Open source software reliability model: an empirical approach 31501 ACM SIGSOFT Software Engineering Notes
OLAP Over Uncertain and Imprecise Data 31508 VLDB
On business activity modeling using grammars 31511 WWW (Special interest tracks and posters)
Optimizing distributed spatial joins using R-Trees 31512 ACM Southeast Regional Conference (1)
Normalization in a Rough Relational Database 31532 RSFDGrC (1)
Fuzzy sets in database and information systems: Status and opportunities 31540 Fuzzy Sets and Systems
A framework for linguistic relevance feedback in content-based image retrieval using fuzzy logic 31556 Inf. Sci.
Representation of spatial data in an OODB using roughand fuzzy set modeling 31560 Soft Comput.
OLAP for XML Data 31570 CIT
Designer Support for Online Collaboration and Knowledge Construction 31581 Educational Technology andamp; Society
Parallel Data Cube Storage Structure for Range Sum Queries and Dynamic Updates 31583 J. Comput. Sci. Technol.
Database-Centric Programming for Wide-Area Sensor Systems 31618 DCOSS
Five Challenges in Wide-Area Sensor Systems 31619 DCOSS
Adaptive Data Placement for Wide-Area Sensing Services 31620 FAST
IrisNet: an internet-scale architecture for multimedia sensors 31632 ACM Multimedia
New Streaming Algorithms for Fast Detection of Superspreaders 31633 NDSS
Tributaries and Deltas: Efficient and Robust Aggregation in Sensor Network Streams 31646 SIGMOD Conference
SPAA 2005: Proceedings of the 17th Annual ACM Symposium on Parallel Algorithms, July 18-20, 2005, Las Vegas, Nevada, US 31650 SPAA
Inspector Joins 31668 VLDB
High Performance Computing for a Financial Application Using Fast Fourier Transform 31688 Euro-Par
Parallel Algorithm for Pricing American Asian Options with Multi-Dimensional Assets 31692 HPCS
An Adaptive Nearest Neighbor Classification Algorithm for Data Streams 31715 PKDD
Validating key constraints over XML document using XPath and structure checking 31745 Future Generation Comp. Syst.
Real Time Change Detection and Alerts from Highway Traffic Data 31751 SC
Building Scalable Electronic Market Places Using HyperQuery-Based Distributed Query Processing 31760 World Wide Web
Using ECA rules to implement mobile query agents for fast-evolving pure P2P database systems 31775 Mobile Data Management
New software composition concepts 31788 Sci. Comput. Program.
Predicting protein folds with structural repeats using a chain graph model 31800 ICML
Comparison of normalization methods for CodeLink Bioarray data 31820 BMC Bioinformatics
Evaluation of normalization methods for cDNA microarray data by k-NN classification 31821 BMC Bioinformatics
Application of kernels to link analysis 31829 KDD
Control-flow integrity 31841 ACM Conference on Computer and Communications Security
Formal security analysis of basic network-attached storage 31843 FMSE
CONCUR 2005 - Concurrency Theory, 16th International Conference, CONCUR 2005, San Francisco, CA, USA, August 23-26, 2005, Proceeding 31844 CONCUR
Deciding Knowledge in Security Protocols under (Many More) Equational Theories 31852 CSFW
Password-Based Encryption Analyzed 31883 ICALP
A Theory of Secure Control Flow 31884 ICFEM
Automated Verification of Selected Equivalences for Security Protocols 31898 LICS
Security analysis of cryptographically controlled access to XML documents 31913 PODS
Proceedings of the 32nd ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages, POPL 2005, Long Beach, California, USA, January 12-14, 200 31914 POPL
Analyzing security protocols with secrecy types and logic programs 31963 J. ACM
"Language-Based Security" 31972 J. Funct. Program.
Computer-assisted verification of a protocol for certified email 31979 Sci. Comput. Program.
Moderately hard, memory-bound functions 31998 ACM Trans. Internet Techn.
Video-Based Face Recognition Using Bayesian Inference Model 32012 AVBPA
An Improved Categorization of Classifier's Sensitivity on Sample Selection Bias 32023 ICDM
Effective Estimation of Posterior Probabilities: Explaining the Accuracy of Randomized Decision Tree Approaches 32024 ICDM
Local manifold matching for face recognition 32034 ICIP (2)
Maximizing Tree Diversity by Building Complete-Random Decision Trees 32048 PAKDD
Making Data Mining Models Useful to Model Non-paying Customers of Exchange Carriers 32051 SDM
Hard Problems of Algebraic Geometry Code 32090 CoRR
On Deciding Deep Holes of Reed-Solomon Code 32091 CoRR
Bandwidth management in distributed sequential detection 32099 IEEE Transactions on Information Theory
Optimally weighted ESPRIT using uniform circular arrays 32100 Computers andamp; Electrical Engineering
False-Negative Frequent Items Mining from Data Streams with Bursting 32102 DASFAA
Identification of geometrical shapes in paintings and its application to demonstrate the foundations of geometry in 1650 B.C 32106 IEEE Transactions on Image Processing
Mining in Spatiotemporal Databases 32107 Spatial Databases
A framework for mining topological patterns in spatio-temporal databases 32111 CIKM
ERkNN: efficient reverse k-nearest neighbors retrieval with local kNN-distance estimation 32112 CIKM
Mining Generalized Spatio-Temporal Patterns 32117 DASFAA
Enhancing SNNB with Local Accuracy Estimation and Ensemble Techniques 32118 DASFAA
A Histogram-Based Selectivity Estimator for Skewed XML Data 32127 DEXA
Efficient Pattern Discovery for Semistructured Data 32154 ICTAI
Automated Microaneurysm Segmentation and Detection using Generalized Eigenvectors 32177 WACV/MOTION
A Path-Based Labeling Scheme for Efficient Structural Join 32181 XSym
Discovering reliable protein interactions from high-throughput experimental data using network topology 32182 Artificial Intelligence in Medicine
Clustering in Dynamic Spatial Databases 32189 J. Intell. Inf. Syst.
Privacy-Preserving Graph Algorithms in the Semi-honest Model 32194 ASIACRYPT
Improving Data Accessibility For Mobile Clients Through Cooperative Hoarding 32231 ICDE
A High-Level Functional Matching for Semantic Web Services 32237 ICSOC
A Task-Based Adaptive TTL Approach for Web Server Load Balancing 32240 ISCC
Efficient SOAP Binding for Mobile Web Services 32249 LCN
A Gossip-based Membership Management Algorithm for Large-Scale Peer-to-Peer Media Streaming 32251 LCN
The Impact of Software Development Strategies on Project and Structural Software Attributes in SOA 32256 OTM Workshops
A least flow-time first load sharing approach for distributed server farm 32281 J. Parallel Distrib. Comput.
Toward the Right Communication Protocol for Web Services 32282 Int. J. Web Service Res.
Supporting user mobility through cache relocation 32283 Mobile Information Systems
Processing Frequent Items over Distributed Data Streams 32294 APWeb
User-Managed Access Control for Health Care Systems 32306 Secure Data Management
Implementing a Family of Distributed Garbage Collectors 32350 Journal of Research and Practice in Information Technology
Server Enforced Program Safety for Web Applications 32351 J. Web Eng.
Scalable data collection infrastructure for digital government applications 32368 DG.O
An efficient nearest neighbor algorithm for P2P settings 32370 DG.O
Multi-resolution out-of-core modeling of terrain and teological data 32385 GIS
Efficient query processing on spatial networks 32389 GIS
A Distributed Quadtree Index for Peer-to-Peer Settings 32396 ICDE
Clustering Techniques for Out-of-Core Multi-resolution Modeling 32437 IEEE Visualization
Editorial 32495 Pattern Recognition Letters
A Probabilistic Analysis of Trie-Based Sorting of Large Collections of Line Segments in Spatial Databases 32498 SIAM J. Comput.
Indexation multidimensionnelle de bases de donnandeacute;es capteur temps-randeacute;el et spatio-temporelles 32536 Ingandeacute;nierie des Systandegrave;mes d'Information
Junmei Wang, Romain M. Wolf, James W. Caldwell, Peter A. Kollman, and David A. Case, "Development and testing of a general amber force field" Journal of Computational Chemistry(2004) 25(9) 1157-1174 32543 Journal of Computational Chemistry
Multicategory Proximal Support Vector Machine Classifiers 32560 Machine Learning
Improvement in TF-IDF scheme for Web pages based on the contents of their hyperlinked neighboring pages 32577 Systems and Computers in Japan
Multiagent Association Rules Mining in Cooperative Learning Systems 32578 ADMA
A Multi-agent Fuzzy-Reinforcement Learning Method for Continuous Domains 32579 CEEMAS
Genetic algorithm based framework for mining fuzzy association rules 32588 Fuzzy Sets and Systems
SCALETRACK: A System to Discover Dynamic Law Equations Containing Hidden States and Chaos 32590 Discovery Science
Discovering Time Differential Law Equations Containing Hidden State Variables and Chaotic Dynamics 32591 IJCAI
Dependency Algebra: A Theoretical Framework for Dependency Management in Real-Time Control Systems 32593 ECBS
Dependency Algebra: A Tool for Designing Robust Real-Time Systems 32596 RTSS
A Support Tool for XML Schema Matching and Its Implementation 32623 ICDE Workshops
A Tool to Compute ReliableWeb Links and Its Applications 32624 ICDE Workshops
SMART: a tool for semantic-driven creation of complex XML mappings 32629 SIGMOD Conference
Situation-Awareness for Adaptive Coordination in Service-Based Systems 32636 COMPSAC (1)
BioLog: A Browser Based Collaboration and Resource Navigation Assistant for BioMedical Researchers 32640 DILS
Adaptable Situation-Aware Secure Service-Based (AS3) Systems 32645 ISORC
Boosting Item Keyword Search with Spreading Activation 32656 Web Intelligence
Automated Metadata and Instance Extraction from News Web Sites 32657 Web Intelligence
Improving Web Data Annotations with Spreading Activation 32660 WISE
Semantic Partitioning of Web Pages 32661 WISE
METEOR: metadata and instance extraction from object referral lists on the web 32664 WWW (Special interest tracks and posters)
OntoMiner: automated metadata and instance mining from news websites 32667 IJWGS
Packet classification in large ISPs: design and evaluation of decision tree classifiers 32686 SIGMETRICS
Towards Mining Structural Workflow Patterns 32726 DEXA
Mining Workflow Patterns through Event-Data Analysis 32731 SAINT Workshops
Optimizing Refresh of a Set of Materialized Views 32740 VLDB
Query By Excel 32742 VLDB
Advanced SQL modeling in RDBMS 32745 ACM Trans. Database Syst.
Approximating the Best-Fit Tree Under Lp Norms 32761 APPROX-RANDOM
Finding Graph Matchings in Data Streams 32762 APPROX-RANDOM
Graph distances in the streaming model: the value of space 32770 SODA
On graph problems in a semi-streaming model 32779 Theor. Comput. Sci.
Distance distribution of binary codes and the error probability of decoding 32780 IEEE Transactions on Information Theory
Mining High-Dimensional Data 32781 The Data Mining and Knowledge Discovery Handbook
Efficient Algorithms for Mining Maximal Frequent Concatenate Sequences in Biological Datasets 32784 CIT
Storage and Query over Encrypted Character and Numerical Data in Database 32785 CIT
Non-Almost-Derivable Frequent Itemsets Mining 32786 CIT
Building Evidence Graphs for Network Forensics Analysis 32791 ACSAC
Term Graph Model for Text Classification 32794 ADMA
Labeling Scheme and Structural Joins for Graph-Structured XML Data 32801 APWeb
Practical Indexing XML Document for Twig Query 32806 ASIAN
Joint Spatial and Frequency Domains Watermarking Algorithm Based on Wavelet Packets 32808 Australian Conference on Artificial Intelligence
Grid-ODF: Detecting Outliers Effectively and Efficiently in Large Multi-dimensional Databases 32816 CIS (1)
Stay Current and Relevant in Data Mining Research 32834 DASFAA
Network Forensics Analysis with Evidence Graphs 32842 DFRWS
Parallel Web Spiders for Cooperative Information Gathering 32859 GCC
Two-prime RSA immune cryptosystem and its FPGA implementation 32869 ACM Great Lakes Symposium on VLSI
Sketch Parameterization Using Curve Approximation 32871 GREC
Stabbing the Sky: Efficient Skyline Computation over Sliding Windows 32884 ICDE
Finding Representative Set from Massive Data 32903 ICDM
Mining Approximate Frequent Itemsets from Noisy Data 32904 ICDM
Industry Track: Refining production strategy optimization model based on mixed bi-level programming method 32914 ICEBE
Locating Human Eyes Using Edge and Intensity Information 32915 ICIC (2)
A Novel Approach to Ocular Image Enhancement with Diffusion and Parallel AOS Algorithm 32916 ICIC (1)
A scalable DCO design for portable ADPLL designs 32935 ISCAS (6)
Efficient multi-prime RSA immune against hardware fault attack 32936 ISCAS (5)
Performance comparison of quantum-dot cellular automata adders 32937 ISCAS (3)
Multisensors Information Fusion with Neural Networks for Noninvasive Blood Glucose Detection 32958 ISNN (3)
Adaptive Fingerprint Enhancement by Combination of Quality Factor and Quantitative Filters 32963 IWBRS
Efficient Group Key Management for Dynamic Peer Networks 32975 MSN
Locating Motifs in Time-Series Data 32983 PAKDD
TP-Tree: a Query Workload-Adaptive Synopsis for Fast OLAP Applications 33004 SEBD
Efficient Processing of XML Path Queries Using the Disk-based Fandamp;B Index 33025 VLDB
Efficient Computation of the Skyline Cube 33027 VLDB
Similarity Search with Implicit Object Features 33030 WAIM
Subgraph Join: Efficient Processing Subgraph Queries on Graph-Structured XML Document 33032 WAIM
Design Pattern Detection in Eiffel Systems 33035 WCRE
A Policy-based Resource Monitoring System in Distributed Computing Environmen 33048 SKG
Conic functions on metric spaces and their application 33061 Appl. Math. Lett.
An Efficient Algorithm for Cyclic Edge Connectivity of Regular Graphs 33063 Ars Comb.
An Improved Biclustering Method for Analyzing Gene Expression Profiles 33077 International Journal on Artificial Intelligence Tools
Comparing Graph Representations of Protein Structure for Mining Family-Specific Residue-Based Packing Motifs 33083 Journal of Computational Biology
Scalable molecular dynamics with NAMD 33084 Journal of Computational Chemistry
BIOKDD 2005 workshop report 33101 SIGKDD Explorations
Guest Editors' Introduction: Special Issue on Mining Biological Data 33105 IEEE Trans. Knowl. Data Eng.
The fuzzy clustering analysis based on AFS theory 33112 IEEE Transactions on Systems, Man, and Cybernetics, Part B
Comparative Study of Sequential Pattern Mining Models 33124 Foundations of Data Mining and knowledge Discovery
Concepts of Product Software: Paving the Road for Urgently Needed Research 33128 CAiSE Workshops (2)
Development and Deployment of Product Software, First International Workshop, DDoPS 2005, San Diego, USA, June 27-28, 200 33130 DDoPS
Concepts and Research Framework of Product Software 33131 DDoPS
Modeling Multi-party Web-Based Business Collaborations 33134 OTM Workshops
Intelligent Web Service - From Web Services to .Plugandamp;Play. Service Integration 33206 OTM Conferences (1)
The Role of Context for Information Mediation 33212 UDM
IPSI-PF - A business process matchmaking engine based on annotated finite state automata 33249 Inf. Syst. E-Business Management
The Layer-Seeds Term Clustering Method: Enabling Proactive Situation-Aware Product Recommendations in E-Commerce Dialogues 33250 Information Systems Frontiers
Embedded Sensor Networks 33265 Handbook of Networked and Embedded Control Systems
Performance Preserving Network Downscaling 33267 Annual Simulation Symposium
Networked Active Sensing of Structures 33269 DCOSS
Macro-programming Wireless Sensor Networks Using Kairos 33270 DCOSS
On the pitfalls of geographic face routing 33271 DIALM-POMC
Advanced Indexing Techniques for Wide-Area Network Monitoring 33277 ICDE Workshops
Practical routing-layer support for scalable multihoming 33284 INFOCOM
Geographic Routing Made Practical 33296 NSDI
Embedded Sensing of Structures: A Reality Check 33297 RTCSA
Proceedings of the ACM SIGCOMM 2005 Conference on Applications, Technologies, Architectures, and Protocols for Computer Communications, Philadelphia, Pennsylvania, USA, August 22-26, 200 33307 SIGCOMM
Implementing a Sensor Database System using a Generic Data Dissemination Mechanism 33339 IEEE Data Eng. Bull.
Guest Editorial: Special Issue on Wireless Sensor Networks 33342 MONET
Report on the first IEEE international workshop on networking meets databases (NetDB'05) 33346 SIGMOD Record
Scale-free aggregation in sensor networks 33347 Theor. Comput. Sci.
Improving lookup latency in distributed hash table systems using random sampling 33351 IEEE/ACM Trans. Netw.
Multiresolution storage and search in sensor networks 33352 TOS
Action-Oriented Query Processing for Pervasive Computing 33353 CIDR
Systems Support for Pervasive Query Processing 33355 ICDCS
A visual and interactive automata theory course emphasizing breadth of automata 33381 ITiCSE
A new decidability technique for ground term rewriting systems with applications 33401 ACM Trans. Comput. Log.
Augmented reality with zooming camera: accurate pose and focal length estimation 33412 Advances in Computer Entertainment Technology
Interactive free-hand drawing and in-between generation with DBSC 33413 Advances in Computer Entertainment Technology
Artistic brushstroke representation and animation with disk b-spline curve 33414 Advances in Computer Entertainment Technology
Enhancement of aligning accuracy on zooming camera for augmented reality 33415 Advances in Computer Entertainment Technology
Scenario-Based Interactive Intention Understanding in Pen-Based User Interfaces 33416 ACII
More optimal strokes for NPR sketching 33430 GRAPHITE
Fan-Type Theorem for Long Cycles Containing a Specified Edge 33467 Graphs and Combinatorics
Enhanced auto coloring with hierarchical region matching 33473 Journal of Visualization and Computer Animation
Feature- and region-based auto painting for 2D animation 33477 The Visual Computer
Two sufficient conditions for dominating cycles 33479 Journal of Graph Theory
Hamilton connectivity of line graphs and claw-free graphs 33480 Journal of Graph Theory
Data Integration in the Mouse Genome Informatics (MGI) Database 33482 CSB Workshops
The Mouse Genome Database (MGD): from genes to mice - a community resource for mouse biology 33492 Nucleic Acids Research
User-Attributed Rights in DRM 33500 DRMTICS
Secure Data Management, Second VLDB Workshop, SDM 2005, Trondheim, Norway, September 2-3, 2005, Proceeding 33508 Secure Data Management
Controlled Sharing of Personal Content using Digital Rights Management 33513 WOSIS
Systems Support for Preemptive Disk Scheduling 33523 IEEE Trans. Computers
A Comparison of Novel and State-of-the-Art Polynomial Bayesian Network Learning Algorithms 33526 AAAI
Using the GEMS System for Cancer Diagnosis and Biomarker Discovery from Microarray Gene Expression Data 33527 AAAI
A comprehensive evaluation of multicategory classification methods for microarray gene expression cancer diagnosis 33540 Bioinformatics
Predicting dire outcomes of patients with community acquired pneumonia 33541 Journal of Biomedical Informatics
Feature bagging for outlier detection 33546 KDD
Applying spatial distribution analysis techniques to classification of 3D medical images 33555 Artificial Intelligence in Medicine
Using Prefix-Trees for Efficiently Computing Set Joins 33566 DASFAA
Analyzing and Comparing Ontologies with Meta-Methods 33567 Information Modeling Methods and Methodologies
Some Recollections about the Early Days of AAAI 33621 AI Magazine
A (Very) Brief History of Artificial Intelligence 33622 AI Magazine
A multiple tree algorithm for the efficient association of asteroid observations 33641 KDD
Efficient Memory Representation of XML Documents 33675 DBPL
Fixpoint Logics on Hierarchical Structures 33681 FSTTCS
Model-Checking Hierarchical Structures 33688 LICS
Inverse Monoids: Decidability and Complexity of Algebraic Questions 33694 MFCS
Tree Automata and XPath on Compressed Trees 33699 CIAA
Logical aspects of Cayley-graphs: the group case 33701 Ann. Pure Appl. Logic
Axiomatising divergence 33703 Inf. Comput.
Decidability and complexity in automatic monoids 33708 Int. J. Found. Comput. Sci.
Decidable First-Order Theories of One-Step Rewriting in Trace Monoids 33711 Theory Comput. Syst.
CUHK at ImageCLEF 2005: Cross-Language and Cross-Media Image Retrieval 33715 CLEF
A Semi-Supervised Active Learning Framework for Image Retrieval 33716 CVPR (2)
Integrating User Feedback Log into Relevance Feedback by Coupled SVM for Content-Based Image Retrieval 33719 ICDE Workshops
On the Forward and Backward Secrecy of HLL Group Key Exchange Mechanism 33728 CIT
Improvement on an Optimized Protocol for Mobile Network Authentication and Security 33729 CIS (2)
Time-bounded Based Password Authentication Scheme 33730 CW
An Efficient Algorithm for Incremental Mining of Association Rules 33732 RIDE
Efficient authentication protocols of GSM 33735 Computer Communications
SECONDO: An Extensible DBMS Platform for Research Prototyping and Teaching 33740 ICDE
Using Goals and Quality Models to Support the Matching Analysis During COTS Selection 33744 ICCBSS
Best Paper Award 2004: Characterization of a Taxonomy for Business Applications and the Relationships Among Them 33747 ICCBSS
A Comparative Analysis of i*-Based Agent-Oriented Modeling Languages 33754 SEKE
XAMM: A High-Performance Automatic Memory Management System with Memory-Constrained Designs 33765 HiPEAC
A Theoretical Performance Analysis Method for Business Process Model 33769 ICEIS (3)
Gene Selection of DNA Microarray Data Based on Regularization Networks 33772 IDEAL
Temporal XML? SQL Strikes Back 33781 TIME
Version Management and Historical Queries in Digital Libraries 33782 TIME
Managing Multiversion Documents andamp; Historical Databases: a Unified Solution Based on XML 33784 WebDB
LS Bound based gene selection for DNA microarray data 33787 Bioinformatics
Interactive learning of CG in networked virtual environments 33791 Computers andamp; Graphics
A Hybrid Clustering Criterion for R*-Tree on Business Data 33793 ICEIS (1)
An Incremental Clustering Scheme for Duplicate Detection in Large Databases 33795 IDEAS
RecBoost: A Supervised Approach to Text Segmentation 33796 SEBD
Checking for Consistency between Different UML Models 33808 IASTED Conf. on Software Engineering
QuOnto: Querying Ontologies 33821 AAAI
DL-Lite: Tractable Description Logics for Ontologies 33822 AAAI
Consistent query answering under key and exclusion dependencies: algorithms and experiments 33828 CIKM
Inconsistency Tolerance in P2P Data Integration: An Epistemic Logic Approach 33832 DBPL
Data Complexity of Query Answering in Description Logics 33837 Description Logics
Asymptotic Conditional Probability in Modal Logic: A Probabilistic Reconstruction of Nonmonotonic Logic 33857 IJCAI
Semantic and Computational Advantages of the Safe Integration of Ontologies and Rules 33877 PPSWR
Efficiently Managing Data Intensive Ontologies 33886 SWAP
Generation of Strong Cyclic Plans with Incomplete Information and Sensing 33893 Intelligenza Artificiale
On the decidability and complexity of integrating ontologies and rules 33905 J. Web Sem.
Accelerating Workflows with Fixed Date Constraints 33906 ER
Calculation of Delay Times for Workflows with Fixed-Date Constraints 33907 CEC
Internet scale string attribute publish/subscribe data networks 33908 CIKM
Symbolic Compositional Verification by Learning Assumptions 33929 CAV
The Benefits of Exposing Calls and Returns 33937 CONCUR
Perturbed Timed Automata 33974 HSCC
Congruences for Visibly Pushdown Languages 33982 ICALP
Synthesis of interface specifications for Java classes 34004 POPL
Dispatch Sequences for Embedded Control Models 34009 IEEE Real-Time and Embedded Technology and Applications Symposium
Quantifying the Gap between Embedded Control Models and Time-Triggered Implementations 34013 RTSS
On-the-Fly Reachability and Cycle Detection for Recursive State Machines 34020 TACAS
Verifying Safety of a Token Coherence Implementation by Parametric Compositional Refinement 34027 VMCAI
Deciding Global Partial-Order Properties 34036 Formal Methods in System Design
Symbolic computational techniques for solving games 34056 STTT
Preface 34063 ACM Trans. Embedded Comput. Syst.
Data Sharing in the Hyperion Peer Database System 34071 VLDB
Learnability of Probabilistic Automata via Oracles 34073 ALT
Leaving the Span 34075 COLT
Large-Scale Multiclass Transduction 34085 NIPS
Description Logics as Ontology Languages for the Semantic Web 34132 Mechanizing Mathematical Reasoning
The OWL Instance Store: System Description 34133 CADE
OWL: A Description Logic Based Ontology Language 34139 CP
Handling Cyclic Conjunctive Queries 34142 Description Logics
Proceedings of the 2005 International Workshop on Description Logics (DL2005), Edinburgh, Scotland, UK, July 26-28, 200 34143 Description Logics
Optimised Classification for Taxonomic Knowledge Bases 34172 Description Logics
OWL-Eu: Adding Customised Datatypes into OWL 34179 ESWC
f-SWRL: A Fuzzy Extension of SWRL 34180 ICANN (2)
Applications of Description Logics: State of the Art and Research Challenges 34181 ICCS
OWL: A Description Logic Based Ontology Language 34182 ICLP
A Tableaux Decision Procedure for SHOIQ 34186 IJCAI
Ordering Heuristics for Description Logic Reasoning 34188 IJCAI
Description Logics in Ontology Applications 34192 KI
Semantic Web Architecture: Stack or Two Towers? 34202 PPSWR
The Fuzzy Description Logic f-SHIN 34213 ISWC-URSW
A Little Semantic Web Goes a Long Way in Biology 34214 International Semantic Web Conference
Description Logics in Ontology Applications 34219 TABLEAUX
A Fuzzy Extension of SWRL 34223 Rule Languages for Interoperability
OWL Rules, OK 34224 Rule Languages for Interoperability
Keys, Nominals, and Concrete Domains 34253 J. Artif. Intell. Res. (JAIR)
OWL rules: A proposal and prototype implementation 34270 J. Web Sem.
CLASSIC'CL: An Integrated ILP System 34274 Discovery Science
Architecture-Conscious Databases: sub-optimization or the next big leap 34285 DaMoN
Unbounded Transactional Memory 34286 HPCA
Concurrent cache-oblivious b-trees 34295 SPAA
Adversarial contention resolution for simple channels 34296 SPAA
A segmented parallel-prefix VLSI circuit with small delays for small segments 34297 SPAA
Improving User Experience through Rule-based Service Customization 34330 Int. J. Cooperative Inf. Syst.
Exploiting Versions for Transactional Cache Consistency 34331 IEICE Transactions
Towards Reliable Data Stream Processing with OSIRIS-SE 34340 BTW
Proceedings of the 2005 ACM CIKM International Conference on Information and Knowledge Management, Bremen, Germany, October 31 - November 5, 200 34346 CIKM
Peer-to-Peer, Grid, and Service-Orientation in Digital Library Architectures, 6th Thematic Workshop of the EU Network of Excellence DELOS, Cagliari, Italy, June 24-25, 2004, Revised Selected Paper 34353 DELOS Workshop: Digital Library Architectures - LNCS Volume
The Hyperdatabase Network - New Middleware for Searching and Maintaining the Information Space 34423 SOFSEM
Fine-Grained Replication and Scheduling with Freshness and Correctness Guarantees 34433 VLDB
Digital library information-technology infrastructures 34471 Int. J. on Digital Libraries
Score region algebra: building a transparent XML-R database 34483 CIKM
TIJAH Scratches INEX 2005: Vague Element Selection, Image Search, Overlap, and Relevance Feedback 34488 INEX
TIJAH: Embracing IR Methods in XML Databases 34491 Inf. Retr.
Text Classification by Markov Random Walks with Reward 34495 DMIN
Overcoming Incomplete User Models in Recommendation Systems Via an Ontology 34538 WEBKDD
Extending Relational Database Systems to Automatically Enforce Privacy Policies 34540 ICDE
Dynamic AOP with PROSE 34541 CAiSE Workshops (2)
A Web-Based Classroom Environment for Enhanced Residential College Education 34553 ICWL
Encoding a Binary Search Tree in Constant Time on BSR 34554 PDCAT
A theoretical solution for PWM with non-ideal transient response 34581 ISCAS (3)
QoS Aware Service Composition with Multiple Quality Constraints 34584 NPC
Rapid scene modelling, registration and specification for mixed reality systems 34588 VRST
Sensory Quality Management and Assessment: from Manufacturers to Consumers 34596 Intelligent Data Mining
A Guided Search Method for Real Time Transcoding a MPEG2 P Frame into H.263 P Frame in a Compressed Domain 34598 ICCSA (1)
On Spectral Learning of Mixtures of Distributions 34600 COLT
A First Look at Peer-to-Peer Worms: Threats and Defenses 34605 IPTPS
A uniform approach to accelerated PageRank computation 34612 WWW
Efficient Execution of Range Top-k Queries in Aggregate R-Trees 34639 IEICE Transactions
Estimating the Overlapping Area of Polygon Join 34650 SSTD
GCE: Knowledge Management Applied in a Design Reengineering Process 34660 CDVE
Towards a Model of Cooperation 34666 CRIWG
Using Agents to Detect Opportunities for Collaboration 34672 CSCWD (Selected papers)
Recommendation for Team and Virtual Community Formations Based on Competence Mining 34674 CSCWD (Selected papers)
Improving Experiences Reuse in Environmental Decision Process 34693 DEXA Workshops
Secondo-grid: an Infrastructure to Study Spatial Databases in Computational Grids 34698 GeoInfo
Scientific Models Management in Computational Grids 34712 SSDBM
COE: A collaborative ontology editor based on a peer-to-peer framework 34717 Advanced Engineering Informatics
Creating educator communities 34720 IJWBC
E-Commerce and Web Technologies: 6th International Conference, EC-Web 2005, Copenhagen, Denmark, August 23-26, 2005, Proceeding 34734 EC-Web
A Light-Weight Framework for Location-Based Services 34739 OTM Workshops
Toward Automated Large-Scale Information Integration and Discovery 34745 Data Management in a Connected World
A function-based access control model for XML databases 34749 CIKM
Proceedings of the Second International Workshop on XQuery Implementation, Experience and Perspectives XIME-P/, in cooperation with ACM SIGMOD, June 16-17, 2005, Baltimore, Maryland, US 34791 XIME-P
Interactive classification using a granule network 34806 IEEE ICCI
Spatial Error Concealment Using Directional Extrapolation 34817 DICTA
On Interactive Data Mining 34819 IICAI
Spatial error concealment based on directional decision and intra prediction 34821 ISCAS (3)
Multilevel Web Personalization 34833 Web Intelligence
Design and Performance Analysis of Quasi-Orthogonal Space-Time Block Codes for Four Antennae 34838 IEICE Transactions
An Efficient Data Association Approach to Simultaneous Localization and Map Building 34857 I. J. Robotic Res.
Probabilistic QoS Guarantees for Supercomputing Systems 34863 DSN
Filtering Failure Logs for a BlueGene/L Prototype 34864 DSN
Early Experience with Scientific Applications on the Blue Gene/L Supercomputer 34867 Euro-Par
The Evolution of the Blue Gene/L Supercomputer 34871 Euro-Par
Scaling physics and material science applications on a massively parallel Blue Gene/L system 34881 ICS
Optimization of MPI collective communication on BlueGene/L systems 34883 ICS
Performance Implications of Periodic Checkpointing on Large-Scale Cluster Systems 34890 IPDPS
Optimizing NANOS OpenMP for the IBM Cyclops Multithreaded Architecture 34892 IPDPS
Open Job Management Architecture for the Blue Gene/L Supercomputer 34906 JSSPP
Design and implementation of message-passing services for the Blue Gene/L supercomputer 34935 IBM Journal of Research and Development
Resource allocation and utilization in the Blue Gene/L supercomputer 34936 IBM Journal of Research and Development
Blue Gene/L performance tools 34937 IBM Journal of Research and Development
Blue Gene/L programming and operating environment 34938 IBM Journal of Research and Development
A Probabilistic Model for Mining Labeled Ordered Trees: Capturing Patterns in Carbohydrate Sugar Chains 34964 IEEE Trans. Knowl. Data Eng.
Cyclic Pattern Kernels Revisited 34980 PAKDD
A Survey of MPEG-1 Audio, Video and Semantic Analysis Techniques 35014 Multimedia Tools Appl.
Extending XML document projection for data integration 35023 IRI
Material Science Image Content Querying: A SQL Integrated Map Algebra Approach 35024 SSDBM
Approximation of Class Unions Based on Dominance-Matrix Within Dominance-Based Rough Set Approach 35036 ACII
An LZ78 Based String Kernel 35037 ADMA
PRIME: Peptide robust identification from MS/MS spectra 35041 APBC
Consensus fold recognition by predicted model quality 35043 APBC
Dynamic Delaunay Triangulation for Wireless Ad Hoc Network 35045 APPT
Gabor Feature Based Classification Using 2D Linear Discriminant Analysis for Face Recognition 35047 AVBPA
A Statistical Model for Detecting Abnormality in Static-Priority Scheduling Networks with Differentiated Services 35051 CIS (2)
Pervasive Computing Engineering Concept, Method and Application to SmartLab System 35073 PSC
Spatial and Temporal Analysis for Optical Imaging Data Using CWT and tICA 35074 CVBIA
A Novel Method of Image Retrieval Based on Combination of Semantic and Visual Features 35088 FSKD (1)
Derivations of Error Bound on Recording Traffic Time Series with Long-Range Dependence 35118 ICIC (1)
A Nonlinear Adaptive Predictive Control Algorithm Based on OFS Model 35119 ICIC (2)
A Novel LDA Approach for High-Dimensional Data 35120 ICNC (1)
Palmprint Recognition Based on Unsupervised Subspace Analysis 35121 ICNC (1)
PeerWindow: An Efficient, Heterogeneous, and Autonomic Node Collection Protocol 35124 ICPP
Performance of Surgical Robots with Automatically Generated Spatial Virtual Fixtures 35128 ICRA
A Robust Approach to Sequence Classification 35130 ICTAI
Semi-Supervised Regression with Co-Training 35135 IJCAI
Determining the Topology of Real Algebraic Surfaces 35136 IMA Conference on the Mathematics of Surfaces
ExonHunter: a comprehensive approach to gene finding 35139 ISMB (Supplement of Bioinformatics)
Genre Classification via an LZ78-Based String Kernel 35142 ISMIR
Study of the Impact of Hardware Fault on Software Reliability 35144 ISSRE
Spatial Motion Constraints for Robot Assisted Suturing Using Virtual Fixtures 35155 MICCAI (2)
SETRED: Self-training with Editing 35164 PAKDD
An Approach to Image Retrieval Based on Concept Lattices and Rough Set Theory 35170 PDCAT
WGMDS: A WSRF-Compliant Information Service on Wireless Grids 35171 PDCAT
Discovering Sequence-Structure Motifs from Protein Segments and Two Applications 35174 Pacific Symposium on Biocomputing
Multi-Instance Learning Based Web Mining 35222 Appl. Intell.
Discovering patterns to extract protein-protein interactions from the literature: Part II 35224 Bioinformatics
tPatternHunter: gapped, fast and sensitive translated homology search 35226 Bioinformatics
FIAC: a resource discovery-based two-level admission control for differentiated service networks 35236 Computer Communications
Fair intelligent admission control over resource-feedback DiffServ network 35237 Computer Communications
Human-Machine Collaborative Systems for Microsurgical Applications 35268 I. J. Robotic Res.
Guest Editors' foreword 35293 J. Comput. Syst. Sci.
Generating Symbolic Interpolants for Scattered Data with Normal Vectors 35303 J. Comput. Sci. Technol.
MAC Layer Admission Control and Priority Re-allocation for Handling QoS Guarantees in Non-cooperative Wireless LANs 35309 MONET
2D-LDA: A statistical linear discriminant analysis for image matrix 35315 Pattern Recognition Letters
Navigating inner space: 3-D assistance for minimally invasive surgery 35318 Robotics and Autonomous Systems
Tri-Training: Exploiting Unlabeled Data Using Three Classifiers 35340 IEEE Trans. Knowl. Data Eng.
When Database Systems Meet the Grid 35367 CIDR
Greetings from a Filesystem User 35372 FAST
Performance Considerations for Gigabyte per Second Transcontinental Disk-to-Disk File Transfer 35460 CoRR
TerraServer SAN-Cluster Architecture and Operations Experienc 35461 CoRR
Where the Rubber Meets the Sky: Bridging the Gap between Databases and Scienc 35462 CoRR
Sequential File Programming Patterns and Performance with .NE 35463 CoRR
When Database Systems Meet the Gri 35464 CoRR
Batch is back: CasJobs, serving multi-TB data on the We 35465 CoRR
A "Measure of Transaction Processing" 20 Years Later 35469 IEEE Data Eng. Bull.
A conversation with Tim Bray 35481 ACM Queue
A call to arms 35482 ACM Queue
Workshop Report 35497 IPTPS
Guaranteeing Correctness and Availability in P2P Range Indices 35499 SIGMOD Conference
Personalization technologies: a process-oriented perspective 35509 Commun. ACM
Toward the Next Generation of Recommender Systems: A Survey of the State-of-the-Art and Possible Extensions 35514 IEEE Trans. Knowl. Data Eng.
Incorporating contextual information in recommender systems using a multidimensional approach 35516 ACM Trans. Inf. Syst.
On Learning Parsimonious Models for Extracting Consumer Opinions 35517 HICSS
Configurable Security Protocols for Multi-party Data Analysis with Malicious Participants 35518 ICDE
Integrating Utility into Face De-identification 35522 Privacy Enhancing Technologies
Sampling algorithms for pure network topologies: a study on the stability and the separability of metric embeddings 35523 SIGKDD Explorations
A logic-based tool for interactive generation and dramatization of stories 35524 Advances in Computer Entertainment Technology
AI middleware as means for improving gameplay 35525 Advances in Computer Entertainment Technology
An Image-Based Shading Pipeline for 2D Animation 35532 SIBGRAPI
Enhanced Business Intelligence - Supporting Business Processes with Real-Time Business Analytics 35555 DEXA Workshops
Sense andamp; response service architecture (SARESA): an approach towards a real-time business intelligence solution and its use for a fraud detection application 35556 DOLAP
ZELESSA: Sensing, Analysing and Acting on Continuous Event Streams 35562 iiWAS
Towards the Stream Analysis Model in Grid-based Zero-Latency Data Stream Warehouse 35568 Wissensmanagement
Management and Controlling of Time-Sensitive Business Processes with Sense andamp; Respond 35569 CIMCA/IAWTIC
Spatial Search of Orbital Swath Data 35577 SSDBM
IBM SOA "on the edge" 35578 SIGMOD Conference
Spatial indexing of distributed multidimensional datasets 35582 CCGRID
Audience-Driven Web Site Design 35589 Encyclopedia of Information Science and Technology (I)
Automatic Runtime Validation and Correction of the Navigational Design of Web Sites 35591 APWeb
Event-Based Modeling of Evolution for Semantic-Driven Systems 35593 CAiSE
An Ontology-Driven Approach for Modeling Behavior in Virtual Environments 35615 OTM Workshops
Using ORM to Model Web Systems 35616 OTM Workshops
Ontology Change Detection Using a Version Log 35618 International Semantic Web Conference
Accessibility: a Web engineering approach 35623 WWW
First-Order Patterns for Information Integration 35636 ICWE
Semantic Service Integration for Water Resource Management 35637 International Semantic Web Conference
Strong and Uniform Equivalence in Answer-Set Programming: Characterizations and Complexity Results for the Non-Ground Case 35666 AAAI
Updating Action Domain Descriptions 35673 IJCAI
KMonitor - A Tool for Monitoring Plan Execution in Action Theories 35685 LPNMR
Boosting Information Integration: The INFOMIX System 35689 SEBD
Semantical Characterizations and Complexity of Equivalences in Answer Set Programmin 35699 CoRR
Reasoning about evolving nonmonotonic knowledge bases 35703 ACM Trans. Comput. Log.
ORCHESTRA: Rapid, Collaborative Sharing of Dynamic Data 35708 CIDR
Database Publication Practices 35716 VLDB
Database and XML Technologies, Third International XML Database Symposium, XSym 2005, Trondheim, Norway, August 28-29, 2005, Proceeding 35722 XSym
Quantifying eavesdropping vulnerability in sensor networks 35723 DMNS
Privacy-Preserving Bayesian Network Structure Learning on Distributed Heterogeneous Data 35745 PRDC
Treewidth in Verification: Local vs. Global 35752 LPAR
Symbolic Techniques in Satisfiability Solving 35756 J. Autom. Reasoning
Reformatting Web Documents via Header Trees 35758 ACL
Automatic Term Extraction Based on Perplexity of Compound Words 35772 IJCNLP
Method of Hiding Information in Agglutinative Language Documents Using Adjustment to New Line Positions 35774 KES (3)
WebExperimenter for Multiple-Choice Question Generation 35777 HLT/EMNLP
Web-based acquisition of Japanese katakana variants 35782 SIGIR
A multilingual usage consultation tool based on internet searching: more than a search engine, less than QA 35784 WWW
Preface to the special issues on NTCIR-4 35787 ACM Trans. Asian Lang. Inf. Process.
Applied Ontology: Focusing on content 35831 Applied Ontology
A Proposal for a Web Service-based Architecture to Support the Enhancement Of Units of Learning 35833 EMISA
Modeling Group-Based Education 35834 ER
A Perspective and Pattern-Based Evaluation Framework of EMLs' Expressiveness for Collaborative Learning: Application to IMS LD 35835 ICALT
Meta-modeling for Computer-supported Group-based Learning Design 35840 ISDA
Meta-modeling of Educational Practices for Adaptive Web Based Education Systems 35841 WISE
Towards the Use of Web Services to Support the Provision of Learning Environments in Educational Modeling Languages 35842 WISE Workshops
From Contents to Activities: Modelling Units of Learning 35844 J. UCS
A Web-Geographical Information System to Support Territorial Data Integration 35846 Encyclopedia of Information Science and Technology (I)
Building XML Documents and Schemas to Support Object Data Exchange and Communication 35852 DEXA
Structure-Based Resilience Metrics for Service-Oriented Networks 35879 EDCC
Agglomerative Hierarchical Clustering with Constraints: Theoretical and Empirical Results 35894 PKDD
Clustering with Constraints: Feasibility Issues and the k-Means Algorithm 35899 SDM
Algorithmic Aspects of Topology Control Problems for Ad Hoc Networks 35932 MONET
A Cost-Based Model and Effective Heuristic for Repairing Constraints by Value Modification 35957 SIGMOD Conference
Information Preserving XML Schema Embedding 35963 VLDB
WebGD Framework and WebGD-GEN Application Generator 35982 SSDBM
Design, Implementation, and Evaluation of a Repairable Database Management System 35994 ICDE
Automatic generation and maintenance of correct spreadsheets 36014 ICSE
ClassSheets: automatic generation of spreadsheet applications from object-oriented specifications 36018 ASE
Goal-Directed Debugging of Spreadsheets 36030 VL/HCC
Visual Specifications of Correct Spreadsheets 36031 VL/HCC
Software reuse for scientific computing through program generation 36062 ACM Trans. Softw. Eng. Methodol.
How to communicate unit error messages in spreadsheets 36068 ACM SIGSOFT Software Engineering Notes
Predicate Derivation and Monotonicity Detection in DB2 UDB 36076 ICDE
Hint and Run: Accelerating XPath Queries 36080 IDEAS
Query translation scheme for heterogeneous XML data sources 36090 WIDM
Corpus-based Schema Matching 36101 ICDE
Personal information management with SEMEX 36103 SIGMOD Conference
Reference Reconciliation in Complex Information Spaces 36104 SIGMOD Conference
Towards Executable Specification: Combining i* and AgentSpeak(L) 36154 SEKE
Belief Liberation (and Retraction) 36162 Studia Logica
Reengineering the Knowledge Component of a Data Warehouse-Based Expert Diagnosis System 36163 DEXA
Union-Find with Constant Time Deletions 36185 ICALP
Deterministic Constructions of Approximate Distance Oracles and Spanners 36188 ICALP
Worst-case update times for fully-dynamic all-pairs shortest paths 36228 STOC
Approximate distance oracles 36257 J. ACM
A hybrid genetic algorithm for the weight setting problem in OSPF/IS-IS routing 36269 Networks
Maintaining information in fully dynamic trees with top trees 36280 ACM Transactions on Algorithms
Black box for constant-time insertion in priority queues (note) 36281 ACM Transactions on Algorithms
Algon: From Interchangeable Distributed Algorithms to Interchangeable Middleware 36299 Electr. Notes Theor. Comput. Sci.
Is a picture really worth a thousand words? Exploring the feasibility of graphical authentication systems 36301 International Journal of Man-Machine Studies
Optimized Data Loading for a Multi-Terabyte Sky Survey Repository 36306 SC
A Disk-Based Join With Probabilistic Guarantees 36310 SIGMOD Conference
Recommendation System Using Multistrategy Inference and Learning 36332 AWIC
Learning in a Multi-agent Approach to a Fish Bank Game 36333 CEEMAS
Knowledge Visualization Using Optimized General Logic Diagrams 36341 Intelligent Information Systems
A Rules-to-Trees Conversion in the Inductive Database System VINLEN 36342 Intelligent Information Systems
Towards topological consistency and similarity of multiresolution geographical maps 36367 GIS
PSYCHO: A Prototype System for Pattern Management 36385 VLDB
Accelerating queries by pruning XML documents 36389 Data Knowl. Eng.
Computational Issues in Exploiting Dependent And-Parallelism in Logic Programming: Leftness Detection in Dynamic Search Trees 36408 LPAR
Sizzle: A Standards-Based End-to-End Security Architecture for the Embedded Internet (Best Paper) 36411 PerCom
RSIR: regularized sliced inverse regression for motif discovery 36413 Bioinformatics
Single-carrier frequency-domain equalization with decision-feedback processing for time-reversal space-time block-coded systems 36415 IEEE Transactions on Communications
Schema-based Query Optimization for XQuery Queries 36423 ADBIS Research Communications
A Prototype for Translating XQuery Expressions into XSLT Stylesheets 36424 ADBIS
Adaptive XML Access Control Based on Query Nesting, Modification and Simplification 36431 BTW
Embedding XML Schema Constraints in Search-Based Intersection Tests for XPath Query Optimization 36443 DEXA Workshops
Enhanced Information Retrieval by Using HTML Tags 36444 DMIN
Service Composition on Top of Exchangable Protocols 36451 HICSS
An Integrated Commit Protocol for Mobile Network Databases 36465 IDEAS
Detecting Privacy Violations in Sensitive XML Databases 36479 Secure Data Management
Accessing the spoken word 36545 Int. J. on Digital Libraries
A Comparative Evaluation of Transparent Scaling Techniques for Dynamic Content Servers 36566 ICDE
Causeway: Support for Controlling and Analyzing the Execution of Multi-tier Applications 36581 Middleware
Denial-of-service resilience in peer-to-peer file sharing systems 36600 SIGMETRICS
Database Replication Using Generalized Snapshot Isolation 36607 SRDS
A Portable Kernel Abstraction for Low-Overhead Ephemeral Mapping Management 36615 USENIX Annual Technical Conference, General Track
Diagnosing performance overheads in the xen virtual machine environment 36623 VEE
Iterative Adaptation for Mobile Clients Using Existing APIs 36646 IEEE Trans. Parallel Distrib. Syst.
Practical Data Management Techniques for Vehicle Tracking Data 36658 ICDE
On Map-Matching Vehicle Tracking Data 36664 VLDB
Trajectory Indexing Using Movement Constraints* 36667 GeoInformatica
Indeterminacy and Spatiotemporal Data: Basic Definitions and Case Study 36668 GeoInformatica
Data Semantics in Location-Based Services 36670 J. Data Semantics III
Declarative and Efficient Querying on Protein Secondary Structures 36675 Data Mining in Bioinformatics
About the Processing of Possibilistic and Probabilistic Queries 36690 ECSQARU
On the Approximate Division of Fuzzy Relations 36708 ISMIS
Towards a Tolerance-Based Technique for Cooperative Answering of Fuzzy Queries Against Regular Databases 36713 OTM Conferences (1)
About projection-selection-join queries addressed to possibilistic relational databases 36729 IEEE T. Fuzzy Systems
Query expansion using term relationships in language models for information retrieval 36736 CIKM
Sensor Data Collection with Expected Reliability Guarantees 36761 PerCom Workshops
TAPER: Tiered Approach for Eliminating Redundancy in Replica Synchronization 36773 FAST
Using Bloom Filters to Refine Web Search Results 36785 WebDB
Crystal ball: predicting end-user experience with a digital media adapter 36793 CHI Extended Abstracts
Reusing class-based test cases for testing object-oriented framework interface classes 36818 Journal of Software Maintenance
Prediction Cubes 36842 VLDB
MPICH for FC-based Token-Routing Switch-Network 36843 SKG
Using the GEMS System for Cancer Diagnosis and Biomarker Discovery from Microarray Gene Expression Data 36862 AAAI
Finding Two Disjoint Paths in a Network with Normalized alpha+-MIN-SUM Objective Function 36889 ISAAC
Minimum Cost Paths Subject to Minimum Vulnerability for Reliable Communications 36890 ISPAN
Finding Two Disjoint Paths in a Network with Normalized alpha-MIN-SUM Objective Function 36892 IASTED PDCS
A Fast Parallel Routing Algorithm for Strictly Nonblocking Switching Networks 36893 PDPTA
ConQuer: A System for Efficient Querying Over Inconsistent Databases 36898 VLDB
Validating Compositions of Geospatial Processing Web Services in a Scientific Workflow Environment 36910 ICWS
A Scientific Workflow Approach to Distributed Geospatial Data Processing using Web Services 36914 SSDBM
Using Web Services and Scientific Workflow for Species Distribution Prediction Modeling 36915 WAIM
Toward Exploiting Location-Based and Video Information in Negotiated Access Control Policies 36917 ICISS
Facial identification problem: A tracking based approach 36919 SITIS
A Content-Addressable Network for Similarity Search in Metric Spaces 36924 DBISP2P
Extending the Birkhoff-Von Neumann Switching Strategy to Multicast Switches 36960 NETWORKING
Resource allocation between persistent and transient flows 36964 IEEE/ACM Trans. Netw.
An attribute-based access matrix model 37006 SAC
Privacy Aware Market Basket Data Set Generation: A Feasible Approach for Inverse Frequent Set Mining 37007 SDM
Securing credit card transactions with one-time payment scheme 37008 Electronic Commerce Research and Applications
Fingerprinting Relational Databases: Schemes and Specialties 37013 IEEE Trans. Dependable Sec. Comput.
PLIB Ontology: A Mature Solution for Products Characterization in B2B Electronic Commerce 37050 Int. J. IT Standards and Standardization Res.
Power and Energy Profiling of Scientific Applications on Distributed Systems 37087 IPDPS
Improvement of Power-Performance Efficiency for High-End Computing 37088 IPDPS
ARGUS: Supercomputing in 1/10 Cubic Meter 37092 Parallel and Distributed Computing and Networks
Performance-constrained Distributed DVS Scheduling for Scientific Applications on Power-aware Clusters 37094 SC
High-Performance, Power-Aware Distributed Computing for Scientific Applications 37096 IEEE Computer
Reduced-Complexity Decoding of LDPC Codes 37102 IEEE Transactions on Communications
Provenance-Aware Sensor Data Storage 37109 ICDE Workshops
Distributed, secure load balancing with skew, heterogeneity and churn 37110 INFOCOM
A semantic-based approach for mining undiscovered public knowledge from biomedical literature 37123 GrC
Wavelet transformation and cluster ensemble for gene expression analysis 37126 IJBRA
Advances in Databases and Information Systems, 9th East European Conference, ADBIS 2005, Tallinn, Estonia, September 12-15, 2005, Proceeding 37131 ADBIS
ADBIS 2005, Advances in Databases and Information Systems, Communications of the Ninth East-European Conference on Advances in Databases and Information Systems, Tallinn, Estonia, September 12-15, 200 37132 ADBIS Research Communications
The 17th Conference on Advanced Information Systems Engineering (CAiSE '05), Porto, Portugal, 13-17 June, 2005, CAiSE Forum, Short Paper Proceeding 37147 CAiSE Short Paper Proceedings
Interoperability in Temporal Ontologies 37148 EMOI-INTEROP
Synchronizing Copies of External Data in Workflow Management Systems 37152 CAiSE
A Tree Comparison Approach to Detect Changes in Data Warehouse Structures 37170 DaWaK
Workflow Data Guards 37195 OTM Conferences (1)
Probabilistic Calculation of Execution Intervals for Workflows 37199 TIME
Improving Prototypical Artist Detection by Penalizing Exorbitant Popularity 37216 CMMR
Hierarchical Organization and Description of Music Collections at the Artist Level 37234 ECDL
Evolutionary Search for Musical Parallelism 37235 EvoWorkshops
Exploring Similarities in Music Performances with an Evolutionary Algorithm 37237 FLAIRS Conference
Learning to Play Like the Great Pianists 37245 IJCAI
Why Computers Need to Learn About Music 37248 ILP
MATCH: A Music Alignment Tool Chest 37251 ISMIR
Novelty Detection Based on Spectral Similarity of Songs 37252 ISMIR
Multiple Lyrics Alignment: Automatic Retrieval of Song Lyrics 37254 ISMIR
Improvements of Audio-Based Music Similarity and Genre Classificaton 37256 ISMIR
Dynamic Playlist Generation Based on Skipping Behavior 37257 ISMIR
Discovering and Visualizing Prototypical Artists by Web-Based Co-Occurrence Analysis 37258 ISMIR
Interactive Poster: Using CoMIRVA for Visualizing Similarities Between Music Artists 37273 IEEE Visualization
Automatic identification of music performers with learning ensembles 37277 Artif. Intell.
Musikalisch intelligente Computer Anwendungen in der klassischen und populandauml;ren Musik 37287 Informatik Spektrum
A practical approach to approximating diameter of point-set in low dimensions 37295 CCCG
N-Person Noncooperative Game with Infinite Strategic Space 37296 AAIM
A bipolar IF amplifier/RSSI for ASK receiver 37297 ASP-DAC
Mining Most General Multidimensional Summarization of Probably Groups in Data Warehouses 37306 SSDBM
Towards precise classification of cancers based on robust gene functional expression profiles 37308 BMC Bioinformatics
Study on e-government construction 37309 ICEC
Joint Channel Parameter Estimation and Signal Detection for Downlink MIMO DS-CDMA Systems 37328 IEICE Transactions
TFP: An Efficient Algorithm for Mining Top-K Frequent Closed Itemsets 37330 IEEE Trans. Knowl. Data Eng.
Visualization of mappings between schemas 37332 CHI
An Efficient Phantom Protection Method for Multi-dimensional Index Structures 37340 DASFAA
Design of System for Multimedia Streaming Service 37344 EUC
An Index Structure for Parallel Processing of Multidimensional Data 37353 WAIM
Indexing Moving Objects for Future Position Retrieval on Location-Based Services 37356 IEICE Transactions
Preface (BPS 2005) 37363 Business Process Management Workshops
Datenbanksysteme in Business, Technologie und Web, 11. Fachtagung des GI-Fachbereichs "Datenbanken und Informationssysteme" (DBIS), Karlsruhe, 2.-4. Mandauml;rz 200 37368 BTW
On Combining Business Process Integration and ETL Technologies 37371 BTW
Combining Web Services and the Grid: Towards Adaptive Enterprise Applications 37374 CAiSE Workshops (2)
05462 Service-Oriented Computing: A Research Roadmap 37377 Service Oriented Computing
Extending BPEL for Run Time Adaptability 37384 EDOC
Semantic Business Process Management: A Vision Towards Using Semantic Web Services for Business Process Management 37395 ICEBE
An Approach to Parameterizing Web Service Flows 37396 ICSOC
The (Service) Bus: Services Penetrate Everyday Life 37397 ICSOC
Rethinking the Coordination Models of WS-Coordination and WS-CF 37402 ECOWS
trackThem: Exploring a Large-Scale News Video Archive by Tracking Human Relations 37448 AIRS
An Efficient Feature Selection Method for Object Detection 37457 ICAPR (1)
Cooking navi: assistant for daily cooking in kitchen 37471 ACM Multimedia
Examination and enhancement of a ring-structured graphical search interface based on usability testing 37485 SIGIR
A Generic Proxy Mechanism for Secure Middlebox Traversal 37506 CLUSTER
Faults in Large Distributed Systems and What We Can Do About Them 37512 Euro-Par
Distributed computing in practice: the Condor experience 37612 Concurrency - Practice and Experience
A framework for reliable and efficient data placement in distributed computing systems 37622 J. Parallel Distrib. Comput.
A New Securely Running Mechanism and Programming Model Based on WorkerApplet Thread in Elastos 37641 CIT
Three-Level Schema Model in a Web Data Engine 37647 ASIAN
Analytic Way for Performance Management of SAN 37649 Int. CMG Conference
Database Systems for Advanced Applications, 10th International Conference, DASFAA 2005, Beijing, China, April 17-20, 2005, Proceeding 37651 DASFAA
DRMS: Massive Digital Resource Management System Based on OSS 37661 ICADL
Using MMQ Model for Performance Simulation of Storage Area Network 37665 ICDE Workshops
An Evaluation Method for Video Semantic Models 37670 Multimedia Information Systems
BBTC: A New Update-Supporting Coding Scheme for XML Documents 37676 WAIM
Comparisons and computation of well-founded semantics for disjunctive logic programs 37693 ACM Trans. Comput. Log.
Improving the Computational Efficiency in Symmetrical Numeric Constraint Satisfaction Problems 37738 CAEPIA
Diagnosing Errors in DbC Programs Using Constraint Programming 37739 CAEPIA
A Topological-Based Method for Allocating Sensors by Using CSP Techniques 37740 CAEPIA
Analysis and Visualization of the DX Community with Information Extracted from the Web 37743 DEXA
An Integration of FDI and DX Techniques for Determining the Minimal Diagnosis in an Automatic Way 37754 MICAI
Diagnosis of a Chopper Controlled DC Motor by Boosting 37755 CIMCA/IAWTIC
Management and Retrieval of Web Services Based on Formal Concept Analysis 37764 CIT
Distinct Estimate of Set Expressions over Sliding Windows 37769 APWeb
ShanghaiGrid: A Grid Prototype for Metropolis Information Services 37770 APWeb
A Framework of Web Service Composition for Distributed XML Query Evaluation 37779 APWeb
Modeling Web Services Based on the Bayesian Network 37783 ASIAN
Optimizing continuous multijoin queries over distributed streams 37786 CIKM
WSQuery: XQuery for Web Services Integration 37788 DASFAA
Concept-Based Retrieval of Alternate Web Services 37789 DASFAA
CoCache: Query Processing Based on Collaborative Caching in P2P Systems 37790 DASFAA
Adaptively Detecting Aggregation Bursts in Data Streams 37794 DASFAA
Supporting Ranked Join in Peer-to-Peer Networks 37798 DEXA Workshops
Efficient Web Service Composition Based on Syntactical Matching 37799 EEE
Supporting Multi-Dimensional Range Queries in Peer-to-Peer Systems 37815 Peer-to-Peer Computing
P-Terse: A Peer-to-Peer Based Text Retrieval and Search System 37843 Cognitive Systems
Towards Efficient Ranked Query Processing in Peer-to-Peer Networks 37844 Cognitive Systems
C 37860 IJHPCN
Modeling word burstiness using the Dirichlet distribution 37873 ICML
Deriving TF-IDF as a Fisher Kernel 37894 SPIRE
Fast Recognition of Musical Genres Using RBF Networks 37911 IEEE Trans. Knowl. Data Eng.
Data logistics as a means of integration in healthcare applications 37925 SAC
Evaluating Trigger Conditions on Streaming Time Series with User-given Quality Requirements 37929 J. UCS
AGNO: An Adaptive Group Communication Scheme for Unstructured P2P Networks 37941 Euro-Par
Maintaining Implicated Statistics in Constrained Environments 37944 ICDE
A Framework for Distributed Human Tracking 37956 PDPTA
A Fast Approximation Scheme for Probabilistic Wavelet Synopses 37976 SSDBM
Virtual Therapeutic Environments with Haptics: An Interdisciplinary Approach for Developing Post-Stroke Rehabilitation Systems 38057 CPSN
A Clustering Model Based on Matrix Approximation with Applications to Cluster System Log Files 38059 ECML
Multipath Traffic Allocation Based on Ant Optimization Algorithm with Reusing Abilities in MANET 38060 GCC
A Cluster-Based QoS Multipath Routing Protocol for Large-Scale MANET 38063 HPCC
Mining Logs Files for Computing System Management 38064 ICAC
ARS: An Synchronization Algorithm Maintaining Single Image Among Nodes' Forwarding Tables of Clustered Router 38065 ICCNMC
LQPD: An Efficient Long Query Path Driven Replication Strategy in Unstructured P2P Network 38066 ICN (2)
PENCIL: A Framework for Expressing Free-Hand Sketching in 3D 38067 ICNC (1)
An integrated framework on mining logs files for computing system management 38075 KDD
An integrated system: virtual reality, haptics and modern sensing technique (VHS) for post-stroke rehabilitation 38083 VRST
Mining logs files for data-driven system management 38091 SIGKDD Explorations
Accurate language model estimation with document expansion 38104 CIKM
Dirichlet PageRank 38111 SIGIR
A Novel Identity-Based Key Issuing Scheme Based on Interacting Neural Network 38131 ISNN (2)
Model and Implement an Agent Oriented E-Learning System 38141 CIMCA/IAWTIC
Interpretive OpenGL for computer graphics 38145 Computers andamp; Graphics
A Generic Formal Framework For Constructing Agent Interaction Protocols 38149 International Journal of Software Engineering and Knowledge Engineering
Book review 38156 Oper. Res. Lett.
Establishing value mappings using statistical models and user feedback 38173 CIKM
An Efficient Location Encoding Method Based on Hierarchical Administrative District 38179 DEXA
BF*: Web Services Discovery and Composition as Graph Search Problem 38180 EEE
Blocking-aware private record linkage 38190 IQIS
Pollock: automatic generation of virtual web services from web sites 38196 SAC
Seventh ACM International Workshop on Web Information and Data Management (WIDM 2005), Bremen, Germany, November 4, 200 38202 WIDM
Identifying Value Mappings for Data Integration: An Unsupervised Approach 38205 WISE
Designing Triggers with Trigger-By-Example 38213 Knowl. Inf. Syst.
On six degrees of separation in DBLP-DB and more 38215 SIGMOD Record
Taxonomy of XML schema languages using formal language theory 38219 ACM Trans. Internet Techn.
Defect Aware Test Patterns 38246 DATE
Simultaneous timing-driven placement and duplication 38248 FPGA
Robust Adaptive Fuzzy Control for Uncertain Nonlinear Systems 38250 FSKD (1)
Robust and Adaptive Backstepping Control for Nonlinear Systems Using Fuzzy Logic Systems 38251 FSKD (2)
Adaptive Neural Network Control for Multi-fingered Robot Hand Manipulation in the Constrained Environment 38263 ICNC (2)
A New ART Neural Networks for Remote Sensing Image Classification 38264 ICNC (2)
Inelastic Simulation of Insect Cuticle Using Artificial Neural Network 38270 ISNN (3)
On Building and Updating Distributed LSI for P2P Systems 38271 ISPA Workshops
An Immunity-Based Intrusion Detection Solution for Database Systems 38283 WAIM
Watermarking Abstract Tree-Structured Data 38284 WAIM
GARWM: Towards a Generalized and Adaptive Watermark Scheme for Relational Data 38285 WAIM
Self-adaptive Statistics Management for Efficient Query Processing 38286 WAIM
MPX: A Multiversion Concurrency Control Protocol for XML Documents 38287 WAIM
A State-Transfer-Based Dynamic Policy Approach for Constraints in RBAC 38289 WAIM
Coordinating Multiple Agents via Reinforcement Learning 38296 Autonomous Agents and Multi-Agent Systems
Nanophotonics - quantum dots, photonic crystals, and optical silicon circuits: An excursion into the optical behavior of very small things 38297 Bell Labs Technical Journal
Maintaining System State Information in a Multiagent Environment for Effective Learning 38300 IEICE Transactions
A New Rapid and Effective Chemistry Space Filter in Recognizing a Druglike Database 38301 Journal of Chemical Information and Modeling
An optimal shared protection scheme for optical networks 38333 AICCSA
Hierarchical Inter-Domain Management for Networks with Condo-Switches 38348 Communication Systems and Applications
Submodule Construction for Extended State Machine Models 38361 FORTE
Service-oriented Layer 1 Virtual Private Network for Grid Applications 38373 GCA
Service Discovery and Component Reuse with Semantic Interfaces 38439 SDL Forum
Customer-managed end-to-end lightpath provisioning 38472 Int. Journal of Network Management
Distributed/Heterogeneous Query Processing in Microsoft SQL Server 38504 ICDE
Events on the edge 38509 SIGMOD Conference
Highly Available DHTs: Keeping Data Consistency After Updates 38512 AP2PC
From Integrated Publication and Information Systems to Virtual Information and Knowledge Environments, Essays Dedicated to Erich J. Neuhold on the Occasion of His 65th Birthda 38513 From Integrated Publication and Information Systems to Virtual Information and Knowledge Environments
Understanding and Tailoring Your Scientific Information Environment: A Context-Oriented View on E-Science Support 38514 From Integrated Publication and Information Systems to Virtual Information and Knowledge Environments
An Overview on Automatic Capacity Planning 38515 From Integrated Publication and Information Systems to Virtual Information and Knowledge Environments
Enabling High Data Availability in a DHT 38520 DEXA Workshops
A Self-organizing Data Store for Large Scale Distributed Infrastructures 38526 ICDE Workshops
How search engines shape the web 38566 WWW (Special interest tracks and posters)
Internet search engines: past and future 38567 WWW (Special interest tracks and posters)
A temporal comparison of AltaVista Web searching 38574 JASIST
SPIDER: flexible matching in databases 38581 SIGMOD Conference
Perceptual Visualization of a Music Collection 38597 ICME
Robust learning-based TV commercial detection 38598 ICME
Unsupervised content discovery in composite audio 38602 ACM Multimedia
Automated rich presentation of a semantic topic 38611 ACM Multimedia
Searching the Audio Notebook: Keyword Search in Recorded Conversation 38616 HLT/EMNLP
Unsupervised speaker segmentation and tracking in real-time audio content analysis 38618 Multimedia Syst.
A generic framework of user attention model and its application in video summarization 38621 IEEE Transactions on Multimedia
K-gram based software birthmarks 38642 SAC
SLINKY: Static Linking Reloaded 38645 USENIX Annual Technical Conference, General Track
Self-plagiarism in computer science 38650 Commun. ACM
Software watermarking in the frequency domain: Implementation, analysis, and attacks 38654 Journal of Computer Security
The evaluation of two software watermarking algorithms 38655 Softw., Pract. Exper.
Algorithmic Applications in Management, First International Conference, AAIM 2005, Xian, China, June 22-25, 2005, Proceeding 38669 AAIM
On-Line Testing of Digital Circuits for n-Detect and Bridging Fault Models 38760 Asian Test Symposium
IT Support for Healthcare Processes 38764 Business Process Management
Mining Staff Assignment Rules from Event-Based Data 38765 Business Process Management Workshops
Towards a Framework for the Agile Mining of Business Processes 38766 Business Process Management Workshops
Integrating Process Learning and Process Evolution - A Semantics Based Approach 38776 Business Process Management
Semantic and Pragmatic Interoperability: A Model for Understanding 38781 EMOI-INTEROP
Requirements for the Visualization of System-Spanning Business Processes 38793 DEXA Workshops
Enterprise Application Integration 2005, Proceedings of the 2nd GI-Workshop on Enterprise Application Integration (EAI-05), Marburg, Germany, June 30 / July 1st, 200 38796 EAI
An Approach to quantify the Costs of Business Process Intelligence 38800 EMISA
CCBR-Driven Business Process Evolution 38811 ICCBR
Adaptive Process Management with ADEPT2 38812 ICDE
Preserving the Context of Interrupted Business Process Activities 38814 ICEIS (3)
Towards Process-Aware Enterprise Software Environments 38816 ICEIS (1)
On the Controlled Evolution of Access Rules in Cooperative Information Systems 38826 OTM Conferences (1)
Balancing Flexibility and Security in Adaptive Process Management Systems 38827 OTM Conferences (1)
Recommender Systems: Attack Types and Strategies 38855 AAAI
Iterative decoding of scale invariant image data-hiding 38861 ICIP (1)
Dither Modulation Watermarking of Dynamic Memory Traces 38862 Information Hiding
On the Achievable Rate of Side Informed Embedding Techniques with Steganographic Constraints 38866 IWDW
Modelling Data Access for a Distributed Network Management System 38867 MASCOTS
Iterative estimation of amplitude scaling on distortion-compensated dither modulation 38869 Security, Steganography, and Watermarking of Multimedia Contents
A model for improving the performance of feature-extraction-based robust hashing 38871 Security, Steganography, and Watermarking of Multimedia Contents
An investigation of robustness in nonlinear audio watermarking 38872 Security, Steganography, and Watermarking of Multimedia Contents
ML detection of steganography 38873 Security, Steganography, and Watermarking of Multimedia Contents
A divide-and-merge methodology for clustering 38879 PODS
Quality of Service in Flexible Workflows through Process Constraints 38890 ICEIS (3)
Model-Driven Process Configuration of Enterprise Systems 38892 Wirtschaftsinformatik
Specification and validation of process constraints for flexible workflows 38896 Inf. Syst.
History of Nordic Computing, IFIP WG9.7 First Working Conference on the History of Nordic Computing (HiNC1), June 16-18, 2003, Trondheim, Norwa 38916 History of Nordic Computing
Signature-Based Indexing Techniques for Web Access Logs 38938 Encyclopedia of Information Science and Technology (V)
Musical Retrieval in P2P Networks under the Warping Distance 38948 ICEIS (1)
Content-Based Music Information Retrieval in Wireless Ad-Hoc Networks 38952 ISMIR
Audio Indexing for Efficient Music Information Retrieval 38954 MMM
Closest Pair Queries with Spatial Constraints 38955 Panhellenic Conference on Informatics
ASPIS: An Automated Information System for Certification and Analysis of Examination Process 38956 Panhellenic Conference on Informatics
Evaluation of similarity searching methods for music data in P2P networks 38969 IJBIDM
Fast mining of frequent tree structures by hashing and indexing 38970 Information andamp; Software Technology
Impact of Linguistic Analysis on the Semantic Graph Coverage and Learning of Document Extracts 38979 AAAI
Graphs over time: densification laws, shrinking diameters and possible explanations 38984 KDD
Realistic, Mathematically Tractable Graph Generation and Evolution, Using Kronecker Multiplication 38986 PKDD
The Dynamics of Viral Marketin 38993 CoRR
Dynamic Configurability of a Semantic Matchmaker for Ontology-based Resource Discovery in Open Distributed Systems 39005 EMOI-INTEROP
The MX Formalism for Semantic Web Compatible Representation of Music Metadata 39037 Multimedia Information Systems
Hiding Satisfying Assignments: Two are Better than On 39116 CoRR
Hiding Satisfying Assignments: Two are Better than One 39119 J. Artif. Intell. Res. (JAIR)
Special Issue on Algorithms and Models for the Web-Graph 39130 Internet Mathematics
Machine Learning for Analyzing Human Brain Function 39175 PAKDD
Learning Topic-Based Mixture Models for Factored Classification 39181 CIMCA/IAWTIC
The 2005 AAAI Classic Paper Awards 39191 AI Magazine
Indexing Multi-Dimensional Trajectories for Similarity Queries 39204 Spatial Databases
Efficient trajectory joins using symbolic representations 39210 Mobile Data Management
Conceptual Partitioning: An Efficient Method for Continuous Nearest Neighbor Monitoring 39212 SIGMOD Conference
On Trip Planning Queries in Spatial Databases 39214 SSTD
Complex Spatio-Temporal Pattern Queries 39215 VLDB
Robust Aggregation in Sensor Networks 39217 IEEE Data Eng. Bull.
Modeling Data andamp; Processes for Service Specifications in Colombo 39234 EMOI-INTEROP
View-Based Query Processing: On the Relationship Between Rewriting, Answering and Losslessness 39264 ICDT
Composition of Services with Nondeterministic Observable Behavior 39268 ICSOC
Automatic Composition of Web Services in Colombo 39294 SEBD
Query Processing in Peer-to-Peer Systems: An Epistemic Logic Approach 39301 TABLEAUX
Automatic Composition of Transition-based Semantic Web Services with Messaging 39303 VLDB
Reasoning on UML class diagrams 39307 Artif. Intell.
Data Integration: A Logic-Based Perspective 39308 AI Magazine
Conjunctive Query Containment and Answering under Description Logics Constraint 39309 CoRR
Automatic Service Composition Based on Behavioral Descriptions 39312 Int. J. Cooperative Inf. Syst.
Decidable containment of recursive queries 39320 Theor. Comput. Sci.
Convex Grouping Combining Boundary and Region Information 39333 ICCV
Optimization of Nested XQuery Expressions with Orderby Clauses 39339 ICDE Workshops
Implicit Rating - A Case Study 39341 ICNC (2)
Order-Sensitive XML Query Processing over Relational Sources: An Algebraic Approach 39343 IDEAS
Nonrigid Shape Correspondence Using Landmark Sliding, Insertion and Deletion 39344 MICCAI (2)
Salient Closed Boundary Extraction with Ratio Contour 39361 IEEE Trans. Pattern Anal. Mach. Intell.
Event processing with an oracle database 39371 SIGMOD Conference
Toward Integrating Feature Selection Algorithms for Classification and Clustering 39390 IEEE Trans. Knowl. Data Eng.
Efficient Processing of Skyline Queries with Partially-Ordered Domains 39394 ICDE
Stratified Computation of Skylines with Partially-Ordered Domains 39399 SIGMOD Conference
Maximal boasting 39418 KDD
Efficient Regression Tests for Database Applications 39421 CIDR
Parallel Execution of Test Runs for Database Application Systems 39423 VLDB
Establishing value mappings using statistical models and user feedback 39430 CIKM
Comparative study of name disambiguation problem using a scalable blocking-based framework 39439 JCDL
OMEN: A Probabilistic Ontology Mapping Tool 39445 International Semantic Web Conference
Environmental Noise Classification for Multimedia Libraries 39469 DEXA
Exploiting Local Popularity to Prune Routing Indices in Peer-to-Peer Systems 39475 DEXA Workshops
Gandeacute;OO7: A Benchmark for XML Processing in GIS 39477 DEXA Workshops
Named Entity Recognition for the Indonesian Language: Combining Contextual, Morphological and Part-of-Speech Features into a Knowledge Engineering Approach 39483 Discovery Science
Information Aggregation Using the Camandeacute;landeacute;on# Web Wrapper 39484 EC-Web
A SAT approach to query optimization in mediator systems 39521 Ann. Math. Artif. Intell.
Specification of Assessment-test Criteria through ASP Specifications 39531 Answer Set Programming
A Uniform Integration of Higher-Order Reasoning and External Evaluations in Answer-Set Programming 39534 IJCAI
External Sources of Computation for Answer Set Solvers 39541 LPNMR
The INFOMIX system for advanced integration of incomplete and inconsistent data 39544 SIGMOD Conference
Governing the Contract Lifecycle: A Framework for Sequential Configuration of Loosely-Coupled Systems 39557 DNIS
Robust Identification of Fuzzy Duplicates 39565 ICDE
Data cleaning in microsoft SQL server 2005 39572 SIGMOD Conference
Weighted Evaluation of Ontology Building Methods 39588 CAiSE Short Paper Proceedings
Choosing Appropriate Method Guidelines for Web-Ontology Building 39590 ER
Collaborative Business Transactions Management: Issues and Challenges 39591 IEEE SCC
Checking Multivalued Dependencies in XML 39596 APWeb
An Organisational Perspective on Collaborative Business Processes 39603 Business Process Management
Collaborative Business Transactions Management: Issues and Challenges 39612 ICWS
High Throughput Routing in Hybrid Cellular and Ad-Hoc Networks 39643 WOWMOM
Analyzing microarray data using quantitative association rules 39649 ECCB/JBI
Relaxing Result Accuracy for Performance in Publish/Subscribe Systems 39659 WISE
Trading Precision for Throughput in XPath Processing 39660 XIME-P
Automatically Maintaining Wrappers for Web Sources 39673 IDEAS
ITPilot: A Toolkit for Industrial-Strength Web Data Extraction 39677 Web Intelligence
A New Approach to Generate Frequent Patterns from Enterprise Databases 39683 ICAPR (1)
An Efficient and Grain Preservation Mapping Algorithm: From ER Diagram to Multidimensional Model 39687 ISSADS
An Effective Approach for Content Delivery in an Evolving Intranet Environment - A Case Study of the Largest Telecom Company in Taiwan 39689 WISE
Obstacles of enterprises moving towards the next generation internet 39699 IJIPT
Focused crawling for both topical relevance and quality of medical information 39706 CIKM
Relevance weighting for query independent evidence 39711 SIGIR
The TREC terabyte retrieval track 39734 SIGIR Forum
Statistical relationship determination in automatic thesaurus construction 39747 CIKM
A Precise Blocking Method for Record Linkage 39751 DaWaK
ProcessAnnotated Service Discovery Facilitated by an nGramBased Index 39755 EEE
Overview on Decentralized Establishment of Consistent Multi-Lateral Collaborations Based on Asynchronous Communication 39756 EEE
Fachinformationssystem Informatik (FIS-I) und Semantische Technologien fanduuml;r Informationsportale (SemIPort) 39759 GI Jahrestagung (2)
A Grammar-Based Index for Matching Business Processes 39763 ICWS
SWQL - A Query Language for Data Integration Based on OWL 39766 OTM Workshops
Probabilistic Iterative Duplicate Detection 39767 OTM Conferences (2)
Early detection and propagation mitigation of worm programs 39785 ACM Southeast Regional Conference (2)
An Adaptive Network Intrusion Detection Method Based on PCA and Support Vector Machines 39786 ADMA
Text Categorization Using SVMs with Rocchio Ensemble for Internet Information Classification 39793 ICCNMC
A Reinforcement Learning Approach for Host-Based Intrusion Detection Using Sequences of System Calls 39794 ICIC (1)
A Theoretical Model and Convergence Analysis of Memetic Evolutionary Algorithms 39796 ICNC (2)
Global Convergence of FastICA: Theoretical Analysis and Practical Considerations 39797 ICNC (1)
Self-adaptive FastICA Based on Generalized Gaussian Model 39799 ISNN (1)
Mining Top-k Covering Rule Groups for Gene Expression Data 39804 SIGMOD Conference
CURLER: Finding and Visualizing Nonlinear Correlated Clusters 39806 SIGMOD Conference
SNPHunter: a bioinformatic software for single nucleotide polymorphism data acquisition and management 39811 BMC Bioinformatics
Improved Approximate String Matching Using Compressed Suffix Data Structures 39824 ISAAC
Towards static type checking of Web query language 39828 Grundlagen von Datenbanken
Descriptive Typing Rules for Xcerpt 39836 PPSWR
Querying the Web Reconsidered: Design Principles for Versatile Web Query Languages 39842 Int. J. Semantic Web Inf. Syst.
Indexing for Subscription Covering in Publish-Subscribe Systems 39845 ISCA PDCS
Adaptive Counting Networks 39847 ICDCS
Range Efficient Computation of F0 over Massive Data Streams 39849 ICDE
Analysis of Link Reversal Routing Algorithms 39870 SIAM J. Comput.
Schemes of Storing XML Query Cache 39874 ADC
An Efficient Scheme of Update Robust XML Numbering with XML to Relational Mapping 39887 DEXA
Data Integration and Cache-Answerability of Queries through XML View of Data Source on the Web 39895 IMSA
Customer Network Management of VPN Services 39900 CIMCA/IAWTIC
XML View Materialization with Deferred Incremental Refresh: the Case of a Restricted Class of Views 39901 J. Inf. Sci. Eng.
Establishing value mappings using statistical models and user feedback 39906 CIKM
Integrating Heterogeneous Microarray Data Sources Using Correlation Signatures 39907 DILS
Effective and scalable solutions for mixed and split citation problems in digital libraries 39909 IQIS
An Empirical Study on the Change of Web Pages 39920 APWeb
How to Evaluate the Effectiveness of URL Normalizations 39926 Human.Society@Internet
On URL Normalization 39929 ICCSA (2)
Multifaceted Simultaneous Load Balancing in DHT-Based P2P Systems: A New Game with Old Balls and Bins 39935 Self-star Properties in Complex Information Systems
Towards a Common Framework for Peer-to-Peer Web Retrieval 39936 From Integrated Publication and Information Systems to Virtual Information and Knowledge Environments
Towards P2P-Based Semantic Web Service Discovery with QoS Support 39937 Business Process Management Workshops
Summary of the Results of the Break-out Session "Social Issues around the Semantic Web" 39953 Semantic Interoperability and Integration
Aggregation of a Term Vocabulary for P2P-IR: A DHT Stress Test 39956 DBISP2P
Mini Track: 'Peer-to-Peer Infrastructures and Applications' 39977 HICSS
Using a Layered Markov Model for Distributed Web Ranking Computation 39984 ICDCS
On the Convergence of Structured Search, Information Retrieval and Trust Management in Distributed Systems 39999 MATES
Efficient Processing of XPath Queries with Structured Overlay Networks 40008 OTM Conferences (2)
QoS-Based Service Selection and Ranking with Trust and Reputation Management 40009 OTM Conferences (1)
P-Grid: Dynamics of Self-Organizing Processes in Structured Peer-to-Peer Systems 40012 Peer-to-Peer Systems and Applications
Range Queries in Trie-Structured Overlays 40013 Peer-to-Peer Computing
Semantic Overlay Networks 40030 VLDB
Indexing Data-oriented Overlay Networks 40031 VLDB
Stochasticity of probabilistic systems: analysis methodologies case-study 40043 CollaborateCom
Das P-Grid-Overlay-Netzwerk: Von einem einfachen Prinzip zu einem komplexen System 40046 Datenbank-Spektrum
Improved Privacy-Preserving Bayesian Network Parameter Learning on Vertically Partitioned Data 40072 ICDE Workshops
Distributed Data Mining Protocols for Privacy: A Review of Some Recent Results 40074 MADNES
Privacy-Preserving Classification of Customer Data without Loss of Accuracy 40075 SDM
Evaluation and NLP 40083 DEXA
Evaluation: nouvelle approche avec juges 40088 INFORSID
Evaluation and NLP 40089 KES (4)
Natural Language Processing and Information Systems, 10th International Conference on Applications of Natural Language to Information Systems, NLDB 2005, Alicante, Spain, June 15-17, 2005, Proceeding 40091 NLDB
Processing XPath queries with XML summaries 40103 CIKM
XML-Based e-Barter System for Circular Supply Exchange 40105 DEXA
Towards Generic Pattern Mining 40115 ICFCA
Towards Generic Pattern Mining 40116 PReMI
Scalable database replication through dynamic multiversioning 40119 CASCON
Online data migration for autonomic provisioning of databases in dynamic content web servers 40120 CASCON
Using Semantic Information to Improve Transparent Query Caching for Dynamic Content Web Sites 40121 DEEC
Feedback-based Scheduling for Back-end Databases in Shared Dynamic Content Server Clusters 40124 ICAC
Transparent caching with strong consistency in dynamic content web sites 40127 ICS
Locality aware dynamic load management for massively multiplayer games 40129 PPOPP
Combining Intention-Oriented and State-Based Process Modeling 40148 ER
Refinement Equivalence in Model-Based Reuse: Overcoming Differences in Abstraction Level 40152 J. Database Manag.
Coordinated development of business processes and their support systems 40153 Requir. Eng.
Creating and maintaining the fit between business processes and support systems 40155 Software Process: Improvement and Practice
Scope analysis: identifying the impact of changes in business process models 40156 Software Process: Improvement and Practice
Query rewriting using views in presence of value constraints 40159 Description Logics
On automating Web services discovery 40167 VLDB J.
The PADRES Distributed Publish/Subscribe System 40168 FIW
Composite Subscriptions in Content-Based Publish/Subscribe Systems 40170 Middleware
Context logic and tree update 40181 POPL
SMART: a tool for semantic-driven creation of complex XML mappings 40187 SIGMOD Conference
Bagging with Adaptive Costs 40188 ICDM
Sharing Classifiers among Ensembles from Related Problem Domains 40189 ICDM
Oblique Multicategory Decision Trees Using Nonlinear Programming 40199 INFORMS Journal on Computing
Visualization in Digital Libraries 40212 From Integrated Publication and Information Systems to Virtual Information and Knowledge Environments
The Design of an Authoring Interface to Make eLearning Content Accessible 40232 INTERACT
Supporting cognitive walkthrough with video data: a mobile learning evaluation study 40239 Mobile HCI
Using Ontologies for XML Data Cleaning 40243 OTM Workshops
Editorial 40293 World Wide Web
Reducing resource discovery time by spatio-temporal information in vehicular ad-hoc networks 40300 Vehicular Ad Hoc Networks
Resource Discovery Using Spatio-temporal Information in Mobile Ad-Hoc Networks 40303 W2GIS
MOBI-DIC: MOBIle DIscovery of loCal Resources in Peer-to-Peer Wireless Network 40304 IEEE Data Eng. Bull.
Applying MDA to the development of data warehouses 40308 DOLAP
Especificaciandoacute;n de jerarquandiacute;as de dimensiandoacute;n en un almacandeacute;n de datos usando WordNet 40314 JISBD
Diagramas de casos de uso para el anandaacute;lisis de requisitos en almacenes de datos 40315 JISBD
Approximate Global Alignment of Sequences 40364 BIBE
Highly Scalable and Accurate Seeds for Subsequence Alignment 40365 BIBE
XML-OLAP: A Multidimensional Analysis Framework for XML Warehouses 40394 DaWaK
Survey of semantic annotation platforms 40402 SAC
PIES: A Web Information Extraction System Using Ontology and Tag Patterns 40406 WAIM
Temporal rule induction for clinical outcome analysis 40408 IJBIDM
Correcting the Kullback-Leibler distance for feature selection 40419 Pattern Recognition Letters
Scalable Spatial Query Processing for Location-Aware Mobile Services 40427 EUC
Location-Based Caching Scheme for Mobile Clients 40436 WAIM
Broadcast-Based Spatial Queries 40438 J. Comput. Sci. Technol.
On the design of energy-efficient location tracking mechanism in location-aware computing 40442 Mobile Information Systems
Semantic prefetching strategy to manage location dependent data in mobile information systems 40443 Mobile Information Systems
Efficient Evaluation of Radial Queries using the Target Tree 40453 ICDE Workshops
Letter from the Special Issue Editor 40475 IEEE Data Eng. Bull.
Practical methods for constructing suffix trees 40481 VLDB J.
On the Fourier Spectrum of Symmetric Boolean Functions with Applications to Learning Symmetric Juntas 40487 IEEE Conference on Computational Complexity
Fairness and optimality in congestion games 40492 ACM Conference on Electronic Commerce
A Simple Characterization for Truth-Revealing Single-Item Auctions 40503 WINE
An Auction-Based Market Equilibrium Algorithm for a Production Model 40504 WINE
Inapproximability Results for Combinatorial Auctions with Submodular Utility Functions 40505 WINE
On earthmover distance, metric labeling, and 0-extensio 40508 Electronic Colloquium on Computational Complexity (ECCC)
Caching with Expiration Times for Internet Applications 40511 Internet Mathematics
Stemming Indonesian 40512 ACSC
Video Cut Detection using Frame Windows 40517 ACSC
Database Technologies 2005, Proceedings of the Sixteenth Australasian Database Conference, ADC 2005, Newcastle, Australia, January 31st - February 3rd 200 40520 ADC
Searchable words on the Web 40554 Int. J. on Digital Libraries
Introduction to genomic information retrieval 40562 ACM Trans. Inf. Syst.
INFER: a relational query language without the complexity of SQL 40577 CIKM
Dynamic Database Integration in a JDBC Driver 40579 ICEIS (1)
Autojoin: Providing Freedom from Specifying Joins 40580 ICEIS
Customizable Parallel Execution of Scientific Stream Queries 40585 VLDB
A Dynamic Foundational Architecture for Semantic Web Services 40596 Distributed and Parallel Databases
Agglomerative Hierarchical Approach for Location Area Planning in a PCSN 40614 IWDC
The Supplier Model for Legacy Applications in a Grid 40618 e-Science
Password Authenticated Key Exchange for Resource-Constrained Wireless Communications (Extended Abstract) 40642 ICN (2)
Feedforward reversed nested Miller compensation techniques for three-stage amplifiers 40646 ISCAS (3)
A Novel Approach for License Plate Recognition Using Subspace Projection and Probabilistic Neural Network 40648 ISNN (2)
Expose or Not? A Progressive Exposure Approach for Service Discovery in Pervasive Computing Environments 40658 PerCom
Facilitating secure ad hoc service discovery in public environments 40661 Journal of Systems and Software
Rapid Embedded System Testing Using Verification Patterns 40662 IEEE Software
Oracle Data Mining - Data Mining in the Database Environment 40682 The Data Mining and Knowledge Discovery Handbook
SVM in Oracle Database 10g: Removing the Barriers to Widespread Adoption of Support Vector Machines 40684 VLDB
Coordination of Many Agents 40694 ICLP
Informations- und Wissensmanagement im Jahr 2025: BTW allez oder BTW passeandeacute; 40732 BTW
Integrating DB and IR Technologies: What is the Sound of One Hand Clapping 40739 CIDR
Using Restrictive Classification and Meta Classification for Junk Elimination 40753 ECIR
Efficient Creation and Incremental Maintenance of the HOPI Index for Complex XML Document Collections 40778 ICDE
TopX and XXL at INEX 2005 40786 INEX
MINERVAinfinity: A Scalable Efficient Peer-to-Peer Search Engine 40790 Middleware
On the Usage of Global Document Occurrences in Peer-to-Peer Information Systems 40792 OTM Conferences (1)
Word Sense Disambiguation for Exploiting Hierarchical Thesauri in Text Classification 40794 PKDD
Efficient and self-tuning incremental query expansion for top-k query processing 40803 SIGIR
Foundations of automated database tuning 40805 SIGMOD Conference
The SphereSearch Engine for Unified Ranked Retrieval of Heterogeneous XML and Web Documents 40825 VLDB
KLEE: A Framework for Distributed Top-k Query Algorithms 40828 VLDB
An Efficient and Versatile Query Engine for TopX Search 40833 VLDB
Automated Retraining Methods for Document Classification and Their Parameter Tuning 40846 WISE
The Lowell database research self-assessment 40853 Commun. ACM
Datenbankforschung am Max-Planck-Institut fanduuml;r Informatik 40856 Datenbank-Spektrum
Semantic Similarity Search on Semistructured Data with the XXL Search Engine 40879 Inf. Retr.
The Atomic Manifesto 40884 J. UCS
Report on the DB/IR panel at SIGMOD 2005 40885 SIGMOD Record
The atomic manifesto: a story in four quarks 40887 SIGMOD Record
The atomic manifesto: a story in four quarks 40892 Operating Systems Review
Foreword 40895 ACM Trans. Database Syst.
Time-Aware Authority Ranking 40903 Internet Mathematics
Mining Workflow Recovery from Event Based Logs 40907 Business Process Management
Overview of Transactional Patterns: Combining Workflow Flexibility and Transactional Reliability for Composite Web Services 40908 Business Process Management
On Automating Networked Enterprise Management 40909 Business Process Management Workshops
A Contract Layered Architecture for Regulating Cross-Organisational Business Processes 40911 Business Process Management
Reliable Web Services Composition using a Transactional Approach 40919 EEE
A Contract-Based Approach for Monitoring Collaborative Web Services Using Commitments in the Event Calculus 40949 WISE
Ensuring required failure atomicity of composite Web services 40952 WWW
Deep Store: an Archival Storage System Architecture 40981 ICDE
Using MEMS-Based Storage to Boost Disk Performance 41003 MSST
Impact of Failure on Interconnection Networks for Large Storage Systems 41004 MSST
Expecting the unexpected: adaptation for predictive energy conservation 41026 StorageSS
An Adaptive Multi-Objective Scheduling Selection Framework for Continuous Query Processing 41050 IDEAS
Evaluation of a Neural Network Approach on FMS Cyclic Task Scheduling Problem 41065 Artificial Intelligence and Applications
TreeP: A Tree Based P2P Network Architecture 41068 CLUSTER
A Recurrent Neural Network Recogniser for Online Recognition of Handwritten Symbols 41076 ICEIS (2)
An Efficient Hybrid Approach for Online Recognition of Handwritten Symbols 41090 MICAI
Efficient Two-Pass Dynamic Load Balancing for Computational Clusters 41093 Parallel and Distributed Computing and Networks
Dynamic Load Balancing of Content Requests in Peer to Peer Systems 41095 IASTED PDCS
A New Efficient Clustering Algorithm for Network Alarm Analysis 41096 IASTED PDCS
Dynamic task scheduling for irregular network topologies 41108 Parallel Computing
Exploiting ASP for Semantic Information Extraction 41122 Answer Set Programming
Magic Sets and Their Application to Data Integration 41136 ICDT
Declarative and Computational Properties of Logic Programs with Aggregates 41139 IJCAI
Heuristics for Hard ASP Programs 41143 IJCAI
A DLP System with Object-Oriented Features 41169 LPNMR
Magic Sets and their Application to Data Integration 41180 SEBD
Solving Hard Problems for the Second Level of the Polynomial Hierarchy: Heuristics and Benchmarks 41222 Intelligenza Artificiale
Abductive Logic Programs with Penalization: Semantics, Complexity and Implementation 41250 TPLP
Encoding extraction as inferences 41272 Metacognition in Computation
Towards OntoClean 2.0: A framework for rigidity 41304 Applied Ontology
Grassroots Initiated Networked Communities: A Study of Hybrid Physical/Virtual Communities 41318 HICSS
Spotlight browsing of resource archives 41319 Hypertext
Semantic Browsing of Digital Collections 41322 International Semantic Web Conference
Activity Recognition through Goal-Based Segmentation 41334 AAAI
Web-page summarization using clickthrough data 41342 SIGIR
Graph Kernels for Molecular Structure-Activity Relationship Analysis with Support Vector Machines 41355 Journal of Chemical Information and Modeling
High-Dimensional Similarity Searches Using A Metric Pseudo-Grid 41361 ICDE Workshops
Preferred Skyline: A Hybrid Approach Between SQLf and Skyline 41365 DEXA
Top-k Skyline: A Unified Approach 41372 OTM Workshops
Braess's Paradox, Fibonacci Numbers, and Exponential Inapproximability 41395 ICALP
A network pricing game for selfish traffic 41400 PODC
Approximating the smallest k-edge connected spanning subgraph by LP-rounding 41406 SODA
Network design for information networks 41408 SODA
Primal-Dual-Based Algorithms for a Directed Network Design Problem 41437 INFORMS Journal on Computing
Automated cleansing for spend analytics 41465 CIKM
Bid Evaluation in Procurement Auctions with Piecewise Linear Supply Curves 41481 J. Heuristics
Configurable offers and winner determination in multi-attribute auctions 41487 European Journal of Operational Research
Vectorizing and Querying Large XML Repositories 41490 ICDE
Stream Operators for Querying Data Streams 41497 WAIM
ADenTS: An Adaptive Density-Based Tree Structure for Approximating Aggregate Queries over Real Attributes 41503 PAKDD
A model and architecture for pseudo-random generation with applications to /dev/random 41507 ACM Conference on Computer and Communications Security
Secure Computation Without Authentication 41511 CRYPTO
How To Play Almost Any Mental Game Over The Net - Concurrent Composition via Super-Polynomial Simulation 41518 FOCS
Simulating independence: new constructions of condensers, ramsey graphs, dispersers, and extractors 41529 STOC
How To Play Almost Any Mental Game Over The Net - Concurrent Composition via Super-Polynomial Simulatio 41539 Electronic Colloquium on Computational Complexity (ECCC)
Derandomization in Cryptograph 41540 Electronic Colloquium on Computational Complexity (ECCC)
Metric Embeddings with Relaxed Guarantees 41549 FOCS
On Learning Mixtures of Heavy-Tailed Distributions 41551 FOCS
An Approximation Algorithm for the Disjoint Paths Problem in Even-Degree Planar Graphs 41553 FOCS
Query Incentive Networks 41556 FOCS
Influential Nodes in a Diffusion Model for Social Networks 41560 ICALP
Isomorphism and embedding problems for infinite limits of scale-free graphs 41583 SODA
From Content Management to Enterprise Content Management 41634 BTW
Integrating Data Changes with Data from Data Service Providers 41639 CAINE
TMBP: A Transactional Metamodel for Business Process Modeling Based on Organizational Structure Aspects 41642 CAiSE Short Paper Proceedings
05421 Abstracts Collection -- Data Always and Everywhere -- Management of Mobile, Ubiquitous, Pervasive, and Sensor Data 41648 Data Always and Everywhere - Management of Mobile, Ubiquitous, Pervasive, and Sensor Data
05421 Executive Summary -- Data Always and Everywhere -- Management of Mobile, Ubiquitous, and Pervasive Data 41649 Data Always and Everywhere - Management of Mobile, Ubiquitous, Pervasive, and Sensor Data
DSIM: A Distance-Based Indexing Method for Genomic Sequences 41711 BIBE
Dynamic Load Management for Distributed Continuous Query Systems 41746 ICDE
Phrase-Based Statistical Machine Translation: A Level of Detail Approach 41755 IJCNLP
A Privacy Preserving Rental System 41756 ISC
Efficient indexing of the historical, present, and future positions of moving objects 41757 Mobile Data Management
Supporting Multi-Dimensional Range Queries in Peer-to-Peer Systems 41762 Peer-to-Peer Computing
Lazy XML Updates: Laziness as a Virtue of Update and Structural Join Efficiency 41765 SIGMOD Conference
Towards Effective Indexing for Very Large Video Sequence Database 41771 SIGMOD Conference
Multiple Aggregations Over Data Streams 41772 SIGMOD Conference
Proceedings of the 31st International Conference on Very Large Data Bases, Trondheim, Norway, August 30 - September 2, 200 41783 SSDBM
BATON: A Balanced Tree Structure for Peer-to-Peer Networks 41785 VLDB
An adaptable distributed query processing architecture 41808 Data Knowl. Eng.
Tailored reversible watermarking schemes for authentication of electronic clinical atlas 41825 IEEE Transactions on Information Technology in Biomedicine
Indexing High-Dimensional Data for Efficient In-Memory Similarity Search 41829 IEEE Trans. Knowl. Data Eng.
iDistance: An adaptive B+-tree based indexing method for nearest neighbor search 41838 ACM Trans. Database Syst.
Generalized multidimensional data mapping and query processing 41839 ACM Trans. Database Syst.
WEBVIGIL: Monitoring Multiple Web Pages and Presentation of XML Pages 41855 ICDE Workshops
CX-DIFF: a change detection algorithm for XML content and change visualization for WebVigiL 41856 Data Knowl. Eng.
An Index-Based Method for Timestamped Event Sequence Matching 41858 DEXA
CSI: Clustered Segment Indexing for Efficient Approximate Searching on the Secondary Structure of Protein Sequences 41859 ISMIS
A DNA Index Structure Using Frequency and Position Information of Genetic Alphabet 41861 PAKDD
A Novel Indexing Method for Efficient Sequence Matching in Large DNA Database Environment 41862 PAKDD
Cleaning microarray expression data using Markov random fields based on profile similarity 41871 SAC
Review of "Genomic Perl From Bioinformatics Basics to Working Code by Rex A. Dwyer", Cambridge University Press 2003, 0-521-80177-X 41876 SIGACT News
A Secure and Efficient Communication Resume Protocol for Secure Wireless Networks 41911 DAIS
Fast and Secure Communication Resume Protocol for Wireless Networks 41914 Euro-Par
The Approach of Transmission Scheme in Wireless Cipher Communication 41915 HPCC
Performance Enhancement of Wireless Cipher Communication 41916 ICCNMC
Design of Tree Filter Algorithm for Random Number Generator in Crypto Module 41917 ICIAR
The Fuzzy Engine for Random Number Generator in Crypto Module 41918 ICN (2)
Analysis/Synthesis of Speech Signals Based on AbS/OLA Sinusoidal Modeling Using Elliptic Filter 41919 IDEAL
The Efficient Transmission Scheme in Wireless Crypto Communication 41922 NPC
An Adaptive Filter Mechanism of Random Number Generator in a Crypto Module 41923 PPAM
Sinusoidal Modeling Using Wavelet Packet Transform Applied to the Analysis and Synthesis of Speech Signals 41924 TSD
Fitness Approximation in Estimation of Distribution Algorithms for Feature Selection 41982 Australian Conference on Artificial Intelligence
A New Method of Learning Bayesian Networks Structures from Incomplete Data 41984 ICANN (2)
Wrapper Approach for Learning Neural Network Ensemble by Feature Selection 41985 ISNN (1)
Learning Bayesian Networks Structures from Incomplete Data: An Efficient Approach Based on Extended Evolutionary Programming 41989 PAKDD
Research on Path Clustering Based on the Access Interest of Users 41992 AWIC
A Relational Representation for Procedural Task Knowledge 42003 AAAI
Leveraging relational autocorrelation with latent group models 42009 Probabilistic, Logical and Relational Learning
Leveraging Relational Autocorrelation with Latent Group Models 42012 ICDM
Decentralized Search in Networks Using Homophily and Degree Disparity 42019 IJCAI
Creating social networks to improve peer-to-peer networking 42023 KDD
Privacy Vulnerabilities in Encrypted HTTP Streams 42031 Privacy Enhancing Technologies
The case for anomalous link discovery 42040 SIGKDD Explorations
Finding maximum-cost minimum spanning trees 42041 AICCSA
Output-Sensitive Algorithms for Enumerating and Counting Simplices Containing a Given Point in the Plane 42045 CCCG
An Empirical Study for Inversions-Sensitive Sorting Algorithms 42056 WEA
Distribution-Sensitive Construction of Minimum-Redundancy Prefix Code 42059 CoRR
An Indexing Method for Answering Queries on Moving Objects 42060 Distributed and Parallel Databases
Deterministic Jumplists 42064 Nord. J. Comput.
Relative risk and odds ratio: a data mining perspective 42084 PODS
Automatic Parsing of Sports Videos with Grammars 42085 DEXA
Clustering high-dimensional data using an efficient and effective data space reduction 42110 CIKM
Scalable synchronization of intermittently connected database clients 42121 Mobile Data Management
Finding Rare Data Objects in P2P File-Sharing Systems 42124 Peer-to-Peer Computing
On search in peer-to-peer file sharing systems 42127 SAC
A novel means of using gene clusters in a two-step empirical Bayes method for predicting classes of samples 42138 Bioinformatics
Applications of beta-mixture models in bioinformatics 42139 Bioinformatics
The Rat Genome Database (RGD): developments towards a phenome database 42142 Nucleic Acids Research
An Internet-Based Cycle Ergometer Health Promotion System for Providing Personally Fitted Exercise 42147 IEICE Transactions
Large Scale Data Warehouses on Grid: Oracle Database 10g and HP ProLiant Systems 42150 VLDB
Update-Propagation in gestaffelten und verteilten Caches 42155 BTW Studierenden-Programm
Securing Scan Design Using Lock and Key Technique 42160 DFT
Defect Detection Using Quiescent Signal Analysis 42181 J. Electronic Testing
Database Technologies on the Web 42185 Encyclopedia of Information Science and Technology (II)
Applying Database Techniques to the Semantic Web 42186 Encyclopedia of Database Technologies and Applications
Automatic Generation of Semantic Fields for Resource Discovery in the Semantic Web 42188 DEXA
Bio-Broker: a biological data and services mediator system 42191 IADIS AC
A semantic tool for analyzing interaction among transcription factors 42192 IADIS AC
Arquitectura para la Clasificaciandoacute;n y Composiciandoacute;n de Servicios Web 42206 JISBD
Services Integration and Task-scheduling in Bioinformatics Grids 42207 PARCO
A Design Methodology for Semantic Web Database-Based Systems 42210 ICITA (1)
An Intelligent System for Assisting Elderly People 42250 ISMIS
Searching the Web: From Keywords to Semantic Queries 42260 ICITA (1)
RedBD: the database research community in Spain 42271 SIGMOD Record
Real-time classification of ECGs on a PDA 42272 IEEE Transactions on Information Technology in Biomedicine
AntiClustAl: Multiple Sequence Alignment by Antipole Clustering 42281 Data Mining in Bioinformatics
Introduction to Data Mining in Bioinformatics 42282 Data Mining in Bioinformatics
Data Mining in Bioinformatic 42284 None
Incremental Methods for Simple Problems in Time Series: Algorithms and Experiments 42309 IDEAS
Fast window correlations over uncooperative time series 42310 KDD
Computing for biologists: lessons from some successful case studies 42330 SIGMOD Conference
Antipole Tree Indexing to Support Range Search and K-Nearest Neighbor Search in Metric Spaces 42389 IEEE Trans. Knowl. Data Eng.
Making snapshot isolation serializable 42391 ACM Trans. Database Syst.
Buffer-pool Aware Query Optimization 42398 CIDR
When Can We Trust Progress Estimators for SQL Queries 42400 SIGMOD Conference
Majority and Unanimity in Synchronous Networks with Ubiquitous Dynamic Faults 42490 SIROCCO
Geometric Routing Without Geometry 42492 SIROCCO
A truthful mechanism for the non-utilitarian minimum radius spanning tree problem 42495 SPAA
Gathering of asynchronous robots with limited visibility 42553 Theor. Comput. Sci.
Type Systems for XML 42570 APLAS
Parametric polymorphism for XML 42579 POPL
Non-backtracking Top-Down Algorithm for Checking Tree Automata Containment 42585 CIAA
Regular expression types for XML 42599 ACM Trans. Program. Lang. Syst.
On the use of Clustering and the MeSH Controlled Vocabulary to Improve MEDLINE Abstract Search 42604 CORIA
The consistent web: a vision for the future 42614 CoNEXT
Fast Parallel Maximum Likelihood-Based Protein Phylogeny 42618 ISCA PDCS
Parallel querying of ROLAP cubes in the presence of hierarchies 42626 DOLAP
A Coarse Grained Parallel Algorithm for Closest Larger Ancestors in Trees with Applications to Single Link Clustering 42631 HPCC
PnP: Parallel And External Memory Iceberg Cubes 42636 ICDE
Adding parallelism to visual data flow programs 42647 SOFTVIS
Effect of Count Estimation in Finding Frequent Itemsets over Online Transactional Data Streams 42684 J. Comput. Sci. Technol.
A Sentence-Based Copy Detection Approach for Web Documents 42700 FSKD (1)
Detecting similar HTML documents using a fuzzy set information retrieval approach 42711 GrC
Self-star Properties in Complex Information Systems, Conceptual and Practical Foundations [the book is a result from a workshop at Bertinoro, Italy, Summer 2004 42722 Self-star Properties in Complex Information Systems
The Self-Star Vision 42723 Self-star Properties in Complex Information Systems
Average Case and Smoothed Competitive Analysis of the Multi-Level Feedback Algorithm 42726 Algorithms for Optimization with Incomplete Information
05361 Abstracts Collection - Algorithmic Aspects of Large and Complex Networks 42728 Algorithmic Aspects of Large and Complex Networks
Algorithms - ESA 2005, 13th Annual European Symposium, Palma de Mallorca, Spain, October 3-6, 2005, Proceeding 42729 ESA
From Primal-Dual to Cost Shares and Back: A Stronger LP Relaxation for the Steiner Forest Problem 42739 ICALP
Sharing the cost more efficiently: improved approximation for multicommodity rent-or-buy 42750 SODA
A group-strategyproof mechanism for Steiner forests 42753 SODA
Game-Theoretic Analysis of Internet Switching with Selfish Users 42768 WINE
Parallel scheduling problems in next generation wireless networks 42786 Networks
IPSec Implementation on Xilinx Virtex-II Pro FPGA and Its Application 42821 IPDPS
An Approach to RDF(S) Query, Manipulation and Inference on Databases 42825 WAIM
TCP Connection Game: A Study on the Selfish Behavior of TCP Users 42827 ICNP
On the interaction between overlay routing and underlay routing 42829 INFOCOM
Exploiting the IPID Field to Infer Network Path and End-System Characteristics 42835 PAM
Throughput differentiation using coloring at the network edge and preferential marking at the core 42843 IEEE/ACM Trans. Netw.
Improving Space-Efficiency in Temporal Text-Indexing 42845 DASFAA
Partial Key Exposure Attacks on RSA up to Full Size Exponents 42848 EUROCRYPT
Analysis of Leader based Clustering Algorithms for Pattern Classification 42872 IICAI
On Simultaneous Selection of Prototypes and Features in Large Data 42877 PReMI
An Efficient Hybrid Hierarchical Agglomerative Clustering (HHAC) Technique for Partitioning Large Data Sets 42878 PReMI
An Efficient Parzen-Window Based Network Intrusion Detector Using a Pattern Synthesis Technique 42879 PReMI
Uniqueness of Nonextensive entropy under Renyi's Recip 42888 CoRR
Efficient pattern synthesis for nearest neighbour classifier 42899 Pattern Recognition
Rough support vector clustering 42900 Pattern Recognition
Overlap pattern synthesis with an efficient nearest neighbor classifier 42918 Pattern Recognition
New SQL Standard in Database Modeling 42940 Encyclopedia of Information Science and Technology (IV)
A Distributed Ontology Framework in the Semantic Grid Environment 42947 AINA
Preserving Composition in XML Object Relational Storage 42948 AINA
A Requirement Engineering Approach for Designing XML-View Driven, XML Document Warehouses 42958 COMPSAC (1)
On Maintaining XML Linking Integrity During Update 42963 DEXA
On Building a DyQE - A Medical Information System for Exploring Imprecise Queries 42965 DEXA
Incorporating Global Index with Data Placement Scheme for Multi Channels Mobile Broadcast Environment 42969 EUC
A Systematic Design Approach for XML-View Driven Web Document Warehouses 42979 ICCSA (2)
Using Medical Test Collection Relevance Judgements to Identify Ontological Relationships Useful for Query Expansion 42983 ICDE Workshops
Validating the Distributed Ontology Framework for Deployment onto the Semantic Grid Environment 42986 ICPADS (2)
Synthetic Environment Representational Semantics Using the Web Ontology Language 42987 IDEAL
Situation Awareness in Synthetic Environments: Towards a Computational Model 42994 IICAI
Representing the Semantic Expressiveness of Inheritance Relationships in XML 42998 iiWAS
Index for Path Existence in XML Documents 42999 iiWAS
A General Framework Based on Dynamic Constraints for the Enrichment of a Topological Theory of Spatial Simulation 43006 KES (4)
A Distributed Ontology Framework: Case Studies in the Semantic Grid Environment 43009 PDPTA
User-defined view automation of genomic databases 43012 SAC
Maintaining Versions of Dynamic XML Documents 43016 WISE
Preserving Conceptual Constraints During XML Updates 43031 IJWIS
XML Schema Design Approach 43032 IJWIS
Ontology Based Query Expansion Framework for Use in Medical Information Systems 43033 IJWIS
Large scale ontology visualisation using ontology extraction 43044 IJWGS
An Automatic Negotiation Method Based on CBR and Agent Reasoning 43049 CIT
A Neighborhood-Based Clustering Algorithm 43065 PAKDD
On redundancy of training corpus for text categorization: a perspective of geometry 43066 SIGIR
Constructing Interface Schemas for Search Interfaces of Web Databases 43077 WISE
A Probabilistic XML Approach to Data Integration 43085 ICDE
Rough Set Based Data Mining Tasks Scheduling on Knowledge Grid 43088 AWIC
Rough Set Based Computation Times Estimation on Knowledge Grid 43089 EGC
Multi-sided Attribute Based Modeling 43092 IMA Conference on the Mathematics of Surfaces
CyBorg: A novel packet-aware transport architecture 43095 BROADNETS
The BEST challenge for next-generation Ethernet services 43098 INFOCOM
Differential delay aware routing for Ethernet over SONET/SDH 43101 INFOCOM
Designing a Domain-Specific Contract Language: A Metamodelling Approach 43108 ECMDA-FA
XRound: Bidirectional Transformations and Unifications Via a Reversible Template Language 43109 ECMDA-FA
Agile Formal Method Engineering 43123 IFM
A Web Services Description Framework to Support Dynamic Run-Time Binding in Grid-based Systems 43125 iiWAS
High-integrity extreme programming 43129 SAC
Agile Security Using an Incremental Security Architecture 43137 XP
An Agile and Extensible Code Generation Framework 43139 XP
Refinement via Consistency Checking in MDA 43148 Electr. Notes Theor. Comput. Sci.
E-Tester: a Contract-Aware and Agent-Based Unit Testing Framework for Eiffel 43155 Journal of Object Technology
Protecting Personal Data with Various Granularities: A Logic-Based Access Control Approach 43163 CIS (2)
Model-based Human Motion Description in Ergonomic Database Application 43171 ICDE Workshops
Parallel Image Convolution Processing with Replicas in a Network of Workstations 43174 IEICE Transactions
Finding Rare Data Objects in P2P File-Sharing Systems 43177 Peer-to-Peer Computing
Estimating Diameters of Pulmonary Nodules with Competition-Diffusion and Robust Ellipsoid Fit 43183 CVBIA
Blob Segmentation Using Joint Space-Intensity Likelihood Ratio Test: Application to 3D Tumor Segmentation 43185 CVPR (2)
Robust Pulmonary Nodule Segmentation in CT: Improving Performance for Juxtapleural Cases 43197 MICCAI (2)
Robust anisotropic Gaussian fitting for volumetric characterization of Pulmonary nodules in multislice CT 43201 IEEE Trans. Med. Imaging
Privacy Preserving Naive Bayes Classification 43228 ADMA
Mining Association Rules from Distorted Data for Privacy Preservation 43235 KES (3)
Static score bucketing in inverted indexes 43241 CIKM
Optimizing cursor movement in holistic twig joins 43242 CIKM
Gradiance On-Line Accelerated Learning 43288 ACSC
The Lowell database research self-assessment 43397 Commun. ACM
In memory of Seymour Ginsburg 1928 - 2004 43457 SIGMOD Record
Towards an enterprise XML architecture 43498 SIGMOD Conference
XML and relational database management systems: the inside story 43499 SIGMOD Conference
Managing semi-structured data 43526 ACM Queue
Versatile structural disambiguation for semantic-aware applications 43534 CIKM
Personalized Access to Multi-version Norm Texts in an eGovernment Scenario 43540 EGOV
Personalized access to multi-version XML documents in an eGovernment scenario 43549 SEBD
Efficient Management of Multi-Version XML Documents for E-Government Applications 43557 WEBIST
Enhanced access to eGovernment services: temporal and semantics-aware retrieval of norms 43561 SWAP
Improving Semantic Awareness of Knowledge-based Applications through Structural Disambiguation 43562 SWAP
Temporal modelling and management of normative documents in XML format 43564 Data Knowl. Eng.
An Improved Approach to Extract Document Summaries Based on Popularity 43589 DNIS
Design of A 2.4-GHz integrated frequency synthesizer 43611 ASP-DAC
Aspect Ratio Effects on Reconfigurable Computing 43623 ERSA
A New Method to Mine Gene Regulation Relationship Information 43625 FSKD (2)
Dynamic Thread for Real-Time Knot-Tying 43626 WHC
Spectral Clustering for Time Series 43628 ICAPR (1)
Boosting GMM and Its Two Applications 43639 Multiple Classifier Systems
Simultaneous Registration and Segmentation of Anatomical Structures from Brain MRI 43641 MICCAI
A Generic Framework for Semantic Sports Video Analysis Using Dynamic Bayesian Networks 43643 MMM
The design of an autonomic computing model and the algorithm for decision-making 43651 GrC
A Taxonomic Class Modeling Methodology for Object-Oriented Analysis 43725 Information Modeling Methods and Methodologies
Data Warehousing and Knowledge Discovery, 7th International Conference, DaWaK 2005, Copenhagen, Denmark, August 22-26, 2005, Proceeding 43737 DaWaK
A Set of Quality Indicators and Their Corresponding Metrics for Conceptual Models of Data Warehouses 43739 DaWaK
Data Warehousing and Knowledge Discovery: A Chronological View of Research Challenges 43740 DaWaK
Extending the UML for Designing Association Rule Mining Models for Data Warehouses 43741 DaWaK
DOLAP 2005, ACM 8th International Workshop on Data Warehousing and OLAP, Bremen, Germany, November 4-5, 2005, Proceeding 43745 DOLAP
Preface to BP-UML 2005 43757 ER (Workshops)
Towards a UML 2.0/OCL extension for designing Secure Data Warehouses 43770 WOSIS
Multi-Modal Information Retrieval with a Semantic View Mechanism 43791 AINA
Media-Based Presentation with Personalization in a Web-Based eLearning System 43792 ASIAN
On Identity-Discrepancy-Contrary Connection Degree in SPA and Its Applications 43799 FSKD (1)
Automatic Video Knowledge Mining for Summary Generation Based on Un-supervised Statistical Learning 43800 FSKD (2)
Segmenting Layers in Automated Visual Surveillance 43816 ICME
Web-Based Chinese Calligraphy Retrieval and Learning System 43823 ICWL
Sketch-based retrieval on Flash movies via primary scene 43825 ISM
Error-Bounded Solid Voxelization for Polygonal Model Based on Heuristic Seed Filling 43827 ISVC
Understanding Multimedia Document Semantics for Cross-Media Retrieval 43842 PCM (1)
Automatic generation of human animation based on motion programming 43864 Journal of Visualization and Computer Animation
Steerable pyramid-based face hallucination 43867 Pattern Recognition
Searching for Flash Movies on the Web: A Content and Context Based Framework 43873 World Wide Web
Knowledge Discovery from the Web 43888 ICEIS (2)
Tuning statistical machine translation parameters using perplexity 43894 IRI
Data Merging in Life Science Data Integration Systems 43911 Intelligent Information Systems
Database and XML Technologies, Third International XML Database Symposium, XSym 2005, Trondheim, Norway, August 28-29, 2005, Proceeding 43913 XSym
Empirical evaluation of multi-level buffer cache collaboration for storage systems 43922 SIGMETRICS
Securing publish-subscribe overlay services with EventGuard 43947 ACM Conference on Computer and Communications Security
Resilient Trust Management for Web Service Integration 43951 ICWS
ExchangeGuard: A Distributed Protocol for Electronic Fair-Exchange 43954 IPDPS
TrustGuard: countering vulnerabilities in reputation management for decentralized overlay networks 43959 WWW
Towards Truly Extensible Database Systems 43983 DEXA
Adaptive Product Normalization: Using Online Learning for Record Linkage in Comparison Shopping 43995 ICDM
Supporting Complex Multi-Dimensional Queries in P2P Systems 44024 ICDCS
Proactive Caching for Spatial Queries in Mobile Environments 44025 ICDE
A Generic Framework for Monitoring Continuous Spatial Queries over Moving Objects 44051 SIGMOD Conference
GAMMA: A Framework for Moving Object Simulation 44052 SSTD
Energy-Efficient Monitoring of Spatial Predicates over Moving Objects 44063 IEEE Data Eng. Bull.
When location-based services meet databases 44076 Mobile Information Systems
Top-k Spatial Joins 44088 IEEE Trans. Knowl. Data Eng.
XPref: a preference language for P3P 44132 Computer Networks
Maintaining Homomorphism Information of XPath Patterns 44142 Databases and Applications
Development of the Efficient OWL Document Management System for the Embedded Applications 44144 Human.Society@Internet
Ontology Modeling and Storage System for Robot Context Understanding 44146 KES (3)
Dynamic histograms for future spatiotemporal range predicates 44154 Inf. Sci.
Extracting the workflow critical path from the extended well-formed workflow schema 44155 J. Comput. Syst. Sci.
Adaptive index management for future location-based queries 44156 Journal of Systems and Software
1-800-OVERLAYS: using overlay networks to improve VoIP quality 44171 NOSSDAV
Requirements on Worm Mitigation Technologies in MANETS 44172 PADS
Practical Passive Lossy Link Inference 44173 PAM
Sensor networks for landslide detection 44175 SenSys
On the use of anycast in DNS 44177 SIGMETRICS
Worm evolution tracking via timing analysis 44178 WORM
Expressiveness of a Spatial Logic for Trees 44200 LICS
Monotone AC-Tree Automata 44201 LPAR
Automata and Logics for Unranked and Unordered Trees 44204 RTA
When ambients cannot be opened 44209 Theor. Comput. Sci.
Relevance Feedback for Structural Query Expansion 44222 INEX
Efficient and self-tuning incremental query expansion for top-k query processing 44223 SIGIR
An Efficient and Versatile Query Engine for TopX Search 44226 VLDB
Automatic Query Refinement Using Mined Semantic Relations 44228 WIRI
Title extraction from bodies of HTML documents and its application to web page retrieval 44233 SIGIR
Gravitation-based model for information retrieval 44234 SIGIR
Emergence of Representational Structures in Virtual Agents 44241 IVA
A Tool for Constructing 3D Environments with Virtual Agents 44251 Multimedia Tools Appl.
Context for Ubiquitous Data Management 44256 UDM
Mapping Maintenance for Data Integration Systems 44259 VLDB
A Rule Based Approach to Message Board Topics Classification 44276 Multimedia Information Systems
The CPR Model for Summarizing Video 44298 Multimedia Tools Appl.
Inconsistency Management and View Updates 44320 Electr. Notes Theor. Comput. Sci.
DCbot: Finding Spatial Information on the Web 44326 DASFAA
DCbot: Exploring the Web as Value-Added Service for Location-Based Applications 44328 ICDE
Efficiently Managing Context Information for Large-Scale Scenarios 44329 PerCom
Nearest Neighbours Search Using the PM-Tree 44336 DASFAA
Modified LSI Model for Efficient Search by Metric Access Methods 44339 ECIR
Effective Pre-Processing Strategies for Functional Clustering of a Protein-Protein Interactions Network 44347 BIBE
A MOF-Compliant Approach to Software Quality Modeling 44355 ER
Dynamic Software Architecture Oriented Service Composition and Evolution 44365 CIT
Epipolar photogrammetry: a novel method for forensic image comparison and measurement 44371 ICIP (3)
Can We Apply Projection Based Frequent Pattern Mining Paradigm to Spatial Co-location Mining 44372 PAKDD
3D Z-string: A new knowledge structure to represent spatio-temporal relations between objects in a video 44379 Pattern Recognition Letters
Similarity retrieval of videos by using 3D C-string knowledge representation 44380 J. Visual Communication and Image Representation
Towards Competence in Autonomous Agents 44383 AAAI
Identifying useful subgoals in reinforcement learning by local graph partitioning 44384 ICML
Using relational knowledge discovery to prevent securities fraud 44387 KDD
Learning Skills in Reinforcement Learning Using Relative Novelty 44388 SARA
Accurate Image Registration for Quadrature Tomographic Microscopy 44391 MICCAI (2)
Predicting Short-Transfer Latency from TCP Arcana: A Trace-based Validation 44404 Internet Measurment Conference
Collaborating Against Common Enemies 44405 Internet Measurment Conference
ATMEN: a triggered network measurement infrastructure 44424 WWW
A methodology for studying persistency aspects of internet flows 44428 Computer Communication Review
Summarizing Spatial Relations - A Hybrid Histogram 44439 APWeb
Granular Logic with Closeness Relation "~lambda" and Its Reasoning 44458 RSFDGrC (1)
Efficient Computation of the Skyline Cube 44464 VLDB
Spatio-temporal granular logic and its applications to dynamic information systems 44465 GrC
An algorithm of association rules extracting based on granular computing and its application 44466 GrC
Studying of granularity on group 44467 GrC
How to Run Scientific Applications over Web Services 44492 ICPP Workshops
Component Metadata Management and Publication for the Grid 44495 ITCC (2)
SIGIR workshop report: the SIGIR heterogeneous and distributed information retrieval workshop 44519 SIGIR Forum
Sequential Pattern Mining in Multiple Streams 44523 ICDM
Capacity allocation and routing of locally restorable bandwidth guaranteed connections 44549 INFOCOM
Joint channel assignment and routing for throughput optimization in multi-radio wireless mesh networks 44554 MOBICOM
Characterizing achievable multicast rates in multi-hop wireless networks 44555 MobiHoc
Traffic engineering of management flows by link augmentations on confluent trees 44560 SPAA
iOptimize: A software capability for analyzing and optimizing connection-oriented data networks in real time 44564 Bell Labs Technical Journal
A Query Processing Method for Hybrid Wireless-Broadcast Networks 44583 DEXA Workshops
Efficient Computation of Multiple Group By Queries 44611 SIGMOD Conference
Towards a Taxonomy of Location Based Services 44622 W2GIS
Identifying the Interaction Context in CSCLE 44624 CONTEXT
Groupware: Design, Implementation, and Use, 11th International Workshop, CRIWG 2005, Porto de Galinhas, Brazil, September 25-29, 2005, Proceeding 44626 CRIWG
Towards an Ontology for Context Representation in Groupware 44627 CRIWG
Using Ontologies to Prospect Offers on the Web 44633 ICEIS (4)
Looking at both the present and the past to efficiently update replicas of web content 44651 WIDM
Street Address Correction Based on Spelling Techniques 44663 BNCOD
Discovering strong skyline points in high dimensional spaces 44677 CIKM
Indexing DNA Sequences Using q-Grams 44678 DASFAA
Data Mining Techniques for Microarray Datasets 44683 ICDE
Finding Representative Set from Massive Data 44688 ICDM
kNR-tree: a novel R-tree-based index for facilitating spatial window queries on any k relations among N spatial relations in mobile environments 44695 Mobile Data Management
Mining Top-k Covering Rule Groups for Gene Expression Data 44697 SIGMOD Conference
Similarity Evaluation on Tree-structured Data 44699 SIGMOD Conference
Indexing Mixed Types for Approximate Retrieval 44707 VLDB
Query Incentive Networks 44730 ASIAN
Encoding XML in Vector Spaces 44740 ECIR
Incentive networks 44758 KDD
Incentive Networks 44759 LA-WEB
Automatic Subspace Clustering of High Dimensional Data 44814 Data Min. Knowl. Discov.
On the Bursty Evolution of Blogspace 44847 World Wide Web
Discovering frequent topological structures from graph datasets 44850 KDD
An adaptation framework for new media artworks 44861 ACM Multimedia
Extracting knowledge from evaluative text 44882 K-CAP
Scalable discovery of hidden emails from large folders 44883 KDD
Discovery and regeneration of hidden emails 44884 SAC
Designing CIspace: pedagogy and usability in a learning environment for AI 44886 ITiCSE
Neighborhood Formation and Anomaly Detection in Bipartite Graphs 44904 ICDM
Relevance search and anomaly detection in bipartite graphs 44908 SIGKDD Explorations
A Distributed Approach to Passive Localization for Sensor Networks 44926 AAAI
Anytime Dynamic A*: An Anytime, Replanning Algorithm 44942 ICAPS
Shape from Symmetry 44953 ICCV
Active Sensing for High-Speed Offroad Driving 44987 ICRA
Learning Activity-Based Ground Models from a Moving Helicopter Platform 44988 ICRA
Game Theoretic Control for Robot Teams 44989 ICRA
Lazy inference on object identities in wireless sensor networks 45000 IPSN
175 Miles Through the Desert 45004 KI
An Application of Markov Random Fields to Range Sensing 45011 NIPS
The Information-Form Data Association Filter 45018 NIPS
Affine Structure From Sound 45019 NIPS
A probabilistic language based upon sampling functions 45030 POPL
Robotic Mapping with Polygonal Random Fields 45038 UAI
Discriminative Training of Kalman Filters 45042 Robotics: Science and Systems
Robotics: Science and Systems I, June 8-11, 2005, Massachusetts Institute of Technology, Cambridge, Massachusett 45043 Robotics: Science and Systems
Adaptive Road Following using Self-Supervised Learning and Reverse Optical Flow 45047 Robotics: Science and Systems
Learning Motion Patterns of People for Compliant Robot Motion 45064 I. J. Robotic Res.
Finding Approximate POMDP solutions Through Belief Compression 45070 J. Artif. Intell. Res. (JAIR)
SCAPE: shape completion and animation of people 45081 ACM Trans. Graph.
Benchmarking Database Representations of RDF/S Stores 45096 International Semantic Web Conference
Wavelet synopsis for data streams: minimizing non-euclidean error 45102 KDD
Autonomous Index Optimization in XML Databases 45117 ICDE Workshops
The Index Update Problem for XML Data in XDBMS 45118 ICEIS (1)
On the Intersection of XPath Expressions 45119 IDEAS
Model Driven Architecture 45121 Informatik Spektrum
Clustering protein sequences with a novel metric transformed from sequence similarity scores and sequence alignments with neural networks 45124 BMC Bioinformatics
Modeling Multiple Time Series for Anomaly Detection 45137 ICDM
Similarity for Ontologies - A Comprehensive Framework 45146 ECIS
The SWRC Ontology - Semantic Web for Research Communities 45148 EPIA
Collaborative and Usage-Driven Evolution of Personal Ontologies 45150 ESWC
Consistent Evolution of OWL Ontologies 45151 ESWC
A mapping system for the integration of OWL-DL ontologies 45155 IHIS
Collaborative and Usage-driven Evolution of Personal Ontologies 45157 LWA
Ontology Metadata Vocabulary and Applications 45158 OTM Workshops
A Framework for Handling Inconsistency in Changing Ontologies 45163 International Semantic Web Conference
Ontology Learning and Reasoning - Dealing with Uncertainty and Inconsistency 45164 ISWC-URSW
Oyster - Sharing and Re-using Ontologies in a Peer-to-Peer Community 45165 International Semantic Web Conference
Finding Periodic Outliers over a Monogenetic Event Stream 45184 UDM
A probabilistic model for mining implicit 'chemical compound-gene' relations from literature 45214 ECCB/JBI
Computational intelligence in solving bioinformatics problems 45229 Artificial Intelligence in Medicine
Finding the biologically optimal alignment of multiple sequences 45230 Artificial Intelligence in Medicine
A score matrix to reveal the hidden links in glycans 45231 Bioinformatics
Essential Latent Knowledge for Protein-Protein Interactions: Analysis by an Unsupervised Learning Approach 45243 IEEE/ACM Trans. Comput. Biology Bioinform.
Communications and Multimedia Security, 9th IFIP TC-6 TC-11 International Conference, CMS 2005, Salzburg, Austria, September 19-21, 2005, Proceeding 45245 Communications and Multimedia Security
Detecting Malicious Code by Model Checking 45248 DIMVA
Information Hiding, 7th International Workshop, IH 2005, Barcelona, Spain, June 6-8, 2005, Revised Selected Paper 45253 Information Hiding
Ensuring Media Integrity on Third-Party Infrastructures 45262 SEC
ECRYPT - European Network of Excellence in Cryptology, Aspekte der Sicherheit von Mediendaten 45263 Sicherheit
Malware Engineering 45264 Sicherheit
Enforcing Semantic Integrity on Untrusted Clients in Networked Virtual Environment 45268 CoRR
XML Schema Integration and E-Commerce 45274 Encyclopedia of Information Science and Technology (V)
Exploring Regression for Mining User Moving Patterns in a Mobile Computing System 45284 HPCC
An energy-conserved on-demand data broadcasting system 45286 Mobile Data Management
Population Estimation for Resource Inventory Applications over Sensor Networks 45287 MSN
Non-destructive Integration of Form-Based Views 45308 ADBIS
OWL-Based Approach for Semantic Interoperability 45309 AINA
Database Wrappers Development: Towards Automatic Generation 45317 CSMR
A Generic Framework for Extracting XML Data from Legacy Databases 45334 J. Web Eng.
Report on the workshop on wrapper techniques for legacy data systems 45335 SIGMOD Record
Design and Implementation of a Geographic Search Engine 45346 WebDB
Deblocking filter for low bit rate MPEG-4 video 45347 IEEE Trans. Circuits Syst. Video Techn.
Event Composition and Detection in Data Stream Management Systems 45358 DEXA
How to Manage Uniformly Software Architecture at Different Abstraction Levels 45384 ER
A unified Approach for Software Architecture Evolution at different abstraction levels 45389 IWPSE
Software Architecture Evolution: Description and Management Process 45393 Software Engineering Research and Practice
Optimization Issues for Keyword Search over Tree-Structured Documents 45403 WISE
Indexing and Querying Constantly Evolving Data Using Time Series Analysis 45420 DASFAA
Business Process Management, 3rd International Conference, BPM 2005, Nancy, France, September 5-8, 2005, Proceeding 45422 Business Process Management
Toward a Programming Model for Service-Oriented Computing 45427 ICSOC
Colombo: Lightweight middleware for service-oriented computing 45441 IBM Systems Journal
Implicit Queries for Email 45446 CEAS
Data Fusion with Correlation Weights 45465 ECIR
Enforcing Non-safety Security Policies with Program Monitors 45500 ESORICS
PolyAML: a polymorphic aspect-oriented functional programming language 45509 ICFP
Certifying Compilation for a Language with Stack Allocation 45519 LICS
Composing security policies with polymer 45521 PLDI
Performance of a possible Grid message infrastructure 45538 Concurrency - Practice and Experience
Types and full abstraction for polyadic pi-calculus 45542 Inf. Comput.
Edit automata: enforcement mechanisms for run-time security policies 45544 Int. J. Inf. Sec.
Checking query containment with the CQC method 45567 Data Knowl. Eng.
Integration of profile hidden Markov model output into association rule mining 45568 KDD
A Comparison of Two Methods for Building Astronomical Image Mosaics on a Grid 45572 ICPP Workshops
The Pegasus portal: web based grid computing 45574 SAC
Pegasus: A framework for mapping complex scientific workflows onto distributed systems 45576 Scientific Programming
Staying in the Middle: Exact and Approximate Medians in R1 and R2 for Moving Points 45585 CCCG
Kinetic sorting and kinetic convex hulls 45592 Symposium on Computational Geometry
Cache-oblivious r-trees 45596 Symposium on Computational Geometry
Vertical ray shooting for fat objects 45600 Symposium on Computational Geometry
Efficient c-Oriented Range Searching with DOP-Trees 45622 ESA
Improved Bounds on the Union Complexity of Fat Objects 45625 FSTTCS
On Rectilinear Duals for Vertex-Weighted Plane Graphs 45627 Graph Drawing
Sparse Geometric Graphs with Small Dilation 45633 ISAAC
A Polynomial-time Algorithm to Design Push Plans for Sensorless Parts Sorting 45659 Robotics: Science and Systems
Optimal spanners for axis-aligned rectangles 45684 Comput. Geom.
Schematization of networks 45685 Comput. Geom.
TSP with neighborhoods of varying size 45715 J. Algorithms
A search result clustering method using informatively named entities 45726 WIDM
A clustering method for news articles retrieval system 45727 WWW (Special interest tracks and posters)
Supporting Business Experts in the Design of B2B Transactions Through Interactive Process Simulation 45733 Business Process Management Workshops
MoiseInst: An Organizational Model for Specifying Rights and Duties of Autonomous Agents 45749 EUMAS
Three-view dense disparity estimation with occlusion detection 45765 ICIP (3)
Rule-based real-time detection of context-independent events in video shots 45785 Real-Time Imaging
Fast and reliable structure-oriented video noise estimation 45788 IEEE Trans. Circuits Syst. Video Techn.
Specification of the observation model for regularized image up-sampling 45790 IEEE Transactions on Image Processing
Image Up-Sampling Using Total-Variation Regularization With a New Observation Model 45791 IEEE Transactions on Image Processing
Reconstruction of nonuniformly sampled images in spline spaces 45793 IEEE Transactions on Image Processing
Lessons learned from autonomous sciencecraft experiment 45799 AAMAS Industrial Applications
DEMO: the autonomous sciencecraft experiment onboard the EO-1 spacecraft 45801 AAMAS
An Autonomous Earth-Observing Sensorweb 45806 IEEE Intelligent Systems
Improving Web Accessibility by Providing Higher Education Facilities for Web Designers and Web Developers Following the Design for All Approach 45809 DEXA Workshops
Making Sense of Accessibility in IT Design - Usable Accessibility vs. Accessible Usability 45810 DEXA Workshops
Efficient Computation of the Skyline Cube 45849 VLDB
Manipulation et fusion de donnandeacute;es multidimensionnelles 45875 EGC
Parameter estimation for Choquet fuzzy integral based on Takagi-Sugeno fuzzy model 45887 Information Fusion
Integrating Description Logics and Action Formalisms: First Results 45891 AAAI
PDL with Intersection and Converse Is Decidable 45902 CSL
A new n-ary existential quantifier in description logics 45905 Description Logics
Integrating Description Logics and Action Formalisms: First Results 45907 Description Logics
A Tableau Algorithm for DLs with Concrete Domains and GCIs 45910 Description Logics
Pushing the EL Envelope 45924 IJCAI
A New n-Ary Existential Quantifier in Description Logics 45930 KI
A Tableau Algorithm for Description Logics with Concrete Domains and GCIs 45941 TABLEAUX
Quantitative Temporal Logics: PSPACE and Below 45943 TIME
The complexity of finite model reasoning in description logics 45949 Inf. Comput.
PDL with Negation of Atomic Programs 45954 Journal of Applied Non-Classical Logics
Client Behaviour Prediction in a Proactive Video Server 45981 EuroIMSA
Training HMM/ANN Hybrid Speech Recognizers by Probabilistic Sampling 45982 ICANN (1)
Speeding Up Dynamic Search Methods in Speech Recognition 45986 IEA/AIE
On Kernel Discriminant Analyses Applied to Phoneme Classification 45988 ISNN (2)
The Szeged Treebank 45995 TSD
Learning Syntactic Patterns Using Boosting and Other Classifier Combination Schemas 45998 TSD
Explicit Duration Modelling in HMM/ANN Hybrids 46001 TSD
Enhanced visual evaluation of feature extractors for image mining 46025 AICCSA
Fractal Analysis of Image Textures for Indexing and Retrieval by Content 46026 CBMS
A Low-cost Approach for Effective Shape-based Retrieval and Classification of Medical Images 46050 ISM
Global Warp Metric Distance: Boosting Content-based Image Retrieval through Histograms 46051 ISM
Accelerating approximate similarity queries using genetic algorithms 46056 SAC
MAMView: a visual tool for exploring and understanding metric access methods 46057 SAC
Image domain formalization for content-based image retrieval 46062 SAC
Algoritmos Genandeacute;ticos para Consultas por Similaridade Aproximadas 46071 SBBD
Visualization Tree, Multiple Linked Analytical Decisions 46076 Smart Graphics
Extended Control Flow Graph Based Performance Optimization Using Scratch-Pad Memory 46090 DATE
Prediction and Change Detection 46099 NIPS
The Large-Scale Structure of Semantic Networks: Statistical Analyses and a Model of Semantic Growth 46101 Cognitive Science
Integration of Multiple Heterogeneous Databases in Smalltalk 46117 C5
Deputy Mechanism for Workflow Views 46120 DASFAA
A Personalized Electronic Map System Based on Object Deputy Model 46124 ICDE Workshops
Using Object Deputy Model to Prepare Data for Data Warehousing 46132 IEEE Trans. Knowl. Data Eng.
GTree: An Efficient Grid-Based Index for Moving Objects 46133 DASFAA
Native XML Support in DB2 Universal Database 46143 VLDB
WmXML: A System for Watermarking XML Data 46157 VLDB
Raising data for improved support in rule mining: How to raise and how far to raise 46160 Intell. Data Anal.
An Utterance Verification Algorithm in Keyword Spotting System 46165 IbPRIA (2)
Extended Bi-gram Features in Text Categorization 46166 IbPRIA (2)
Various Features with Integrated Strategies for Protein Name Classification 46172 ISPA Workshops
An OCR Post-processing Approach Based on Multi-knowledge 46173 KES (1)
Automated SuperSQL Query Formulation Based on Statistical Characteristics of Data 46186 DEXA
Reasoning about real-time statecharts in the presence of semantic variations 46199 ASE
Mining concept associations for knowledge discovery in large textual databases 46205 SAC
DBNotes: a post-it system for relational databases based on provenance 46218 SIGMOD Conference
Activity and Motion Detection Based on Measuring Texture Change 46263 MLDM
A Web-Based Classroom Environment for Enhanced Residential College Education 46290 ICWL
Encoding a Binary Search Tree in Constant Time on BSR 46293 PDCAT
A PAC-Style Model for Learning from Labeled and Unlabeled Data 46317 COLT
From External to Internal Regret 46323 COLT
Mechanism Design via Machine Learning 46334 FOCS
Random Projection, Margins, Kernels, and Feature-Selection 46362 SLSFS
Near-optimal online auctions 46366 SODA
Combining Online Algorithms for Acceptance and Rejection 46421 Theory of Computing
An Effective Content Management Methodology for Business Process Management 46423 Business Process Management
Hybrid System of Case-Based Reasoning and Neural Network for Symbolic Features 46424 DaWaK
Intelligent Measuring and Improving Model for Customer Satisfaction Level in e-Government 46425 EGOV
Conceptual Modeling with Neural Network for Giftedness Identification and Education 46430 ICNC (2)
Intelligent Web Information Service Model for Minimizing Information Gap Among People in E-Government 46431 ICWE
Integrating Process Management and Content Management for Service Industries 46432 ICWE
Metadata and Information Asset for Infomediary Business Model on Primary Product Market 46435 WINE
A web-based system for analyzing the voices of call center customers in the service industry 46439 Expert Syst. Appl.
An effective supplier selection method for constructing a competitive supply-relationship 46440 Expert Syst. Appl.
Intelligent profitable customers segmentation system based on business intelligence tools 46442 Expert Syst. Appl.
Reprandeacute;sentation Dynamique de Documents pour une Recherche Documentaire Intelligente 46454 CORIA
Tendances dans les expressions de gandegrave;nes : application andagrave; l'analyse du transcriptome de Plasmodium Falciparum 46458 EGC
An adaptable distributed query processing architecture 46468 Data Knowl. Eng.
Increasing the Accuracy and Coverage of SQL Progress Indicators 46483 ICDE
Integrating databases and workflow systems 46564 SIGMOD Record
Locking Protocols for Materialized Aggregate Join Views 46566 IEEE Trans. Knowl. Data Eng.
Mining Tree Queries in a Graph 46574 BNAIC
Learning (k, l)-Contextual Tree Languages for Information Extraction 46587 ECML
Mining tree queries in a graph 46610 KDD
Petri Net + Nested Relational Calculus = Dataflow 46614 OTM Conferences (1)
On the complexity of division and set joins in the relational algebra 46622 PODS
N-dimensional versus (N-1)-dimensional connectivity testing of first-order queries to semi-algebraic sets 46633 Acta Inf.
First-order Topology Properties 46648 Bulletin of the EATCS
Tight upper bounds on the number of candidate patterns 46679 ACM Trans. Database Syst.
Dynamic syslog mining for network failure monitoring 46698 KDD
Loose Coupling of Distributed Data and Models through Web Services 46702 SSDBM
Policy Ratification 46731 POLICY
D-CAPE: distributed and self-tuned continuous query processing 46790 CIKM
GPIVOT: Efficient Incremental Maintenance of Complex ROLAP Views 46839 ICDE
Cost-Driven General Join View Maintenance over Distributed Data Sources 46846 ICDE
Incremental Fusion of XML Fragments Through Semantic Identifiers 46857 IDEAS
A Hierarchy Navigation Framework: Supporting Scalable Interactive Exploration over Large Databases 46858 IDEAS
Order-Sensitive XML Query Processing over Relational Sources: An Algebraic Approach 46860 IDEAS
Revisiting Pipelined Parallelism in Multi-Join Query Processing 46898 VLDB
A Dynamically Adaptive Distributed System for Processing Complex Continuous Queries 46899 VLDB
Semantic Query Optimization for XQuery over XML Streams 46903 VLDB
XQuery containment in presence of variable binding dependencies 46917 WWW
A history-driven approach at evolving views under meta data changes 46946 Knowl. Inf. Syst.
Sync your data: update propagation for heterogeneous protein databases 46968 VLDB J.
Boosting-based Parse Reranking with Subtree Features 46972 ACL
Data mining in deductive databases using query flocks 46995 Expert Syst. Appl.
Comparison of Approaches to Service Deployment 47000 ICDCS
Clearwater: extensible, flexible, modular code generation 47001 ASE
Approaches for Service Deployment 47002 IEEE Internet Computing
Vague Content and Structure (VCAS) Retrieval for Document-centric XML Collections 47011 WebDB
Combining Contents and Citations for Scientific Document Classification 47013 Australian Conference on Artificial Intelligence
Automatic View Selection: An Application to Image Mining 47038 PAKDD
Efficient Sampling: Application to Image Data 47042 PAKDD
Semantic Storage: A Report on Performance and Flexibility 47052 DEXA
First-order Complete and Computationally Complete Query Languages for Spatio-Temporal Database 47072 CoRR
A Generic Model for Integrated Multi-Channel Information Systems 47081 CAiSE Workshops (2)
Extracting Information from Short Messages 47093 NLDB
Grid-ODF: Detecting Outliers Effectively and Efficiently in Large Multi-dimensional Databases 47106 CIS (1)
A Dynamic Scalable Video Conference System Based on SIP 47107 CSCWD (Selected papers)
Fault Diagnosis Approach Based on Qualitative Model of Signed Directed Graph and Reasoning Rules 47108 FSKD (2)
Proactive care-of address test for route optimization in FMIPv6 47122 WMASH
Specifying adaptation semantics 47129 ACM SIGSOFT Software Engineering Notes
The Workshops at the Twentieth National Conference on Artificial Intelligence 47153 AI Magazine
The 2004 Mobile Robot Competition and Exhibition 47156 AI Magazine
On the complexity of cell flipping in permutation diagrams and multiprocessor scheduling problems 47170 Discrete Mathematics
Sorting signed permutations by reversals, revisited 47171 J. Comput. Syst. Sci.
Local Virtual Functions 47179 NODe/GSEM
Exception Handling with Resumption: Design and Implementation in Java 47185 PLC
Null Values in Programming Languages 47186 PLC
Virtual namespace functions: an alternative to virtual member functions in C++ and advice in AspectC++ 47187 SAC
Global and Local Virtual Functions in C++ 47188 Journal of Object Technology
Statically Qualified Types in Timor 47191 Journal of Object Technology
Grid Service Based Collaboration for VL-e: Requirements, Analysis and Design 47211 EGC
Mining Relational Association Rules for Propositional Classification 47272 AI*IA
Spatial Clustering of Structured Objects 47306 ILP
Learning the Daily Model of Network Traffic 47310 ISMIS
Mining Model Trees from Spatial Data 47333 PKDD
Propositionalization Through Relational Association Rules Mining 47340 SEBD
Relational Clustering with Discrete Spatial Structure 47348 SEBD
The mining of fuzzy gradient in the case of materialized cube 47374 CIT
Mining Correlated Rules for Associative Classification 47376 ADMA
Sense Rank AALesk: A Semantic Solution for Word Sense Disambiguation 47381 FSKD (2)
Associative Classification Based on Correlation Analysis 47382 FSKD (1)
High-Dimensional Shared Nearest Neighbor Clustering Algorithm 47383 FSKD (2)
The Computation of Semantic Data Cube 47384 GCC
Efficient Mining of Cross-Transaction Web Usage Patterns in Large Database 47385 ICCNMC
Associative Classification in Text Categorization 47387 ICIC (1)
Clustering Mixed Type Attributes in Large Dataset 47390 ISPA
XDO2: A Deductive Object-Oriented Query Language for XML 47410 DASFAA
An optimal Bloom filter replacement 47437 SODA
On dynamic range reporting in one dimension 47443 STOC
On Dynamic Range Reporting in One Dimensio 47454 CoRR
De Dictionariis Dynamicis Pauco Spatio Utentibu 47456 CoRR
Space Efficient Hash Tables with Worst Case Constant Access Time 47460 Theory Comput. Syst.
Scalable Management 47463 ICAC
Page Quality: In Search of an Unbiased Web Ranking 47467 SIGMOD Conference
Mining Chemical Compounds 47469 Data Mining in Bioinformatics
Feature-based recommendation system 47474 CIKM
Influence in Ratings-Based Recommender Systems: An Algorithm-Independent Approach 47531 SDM
Topic-driven Clustering for Document Datasets 47532 SDM
Profile-based direct kernels for remote homology detection and fold recognition 47540 Bioinformatics
Finding Frequent Patterns in a Large Sparse Graph* 47545 Data Min. Knowl. Discov.
Finding Frequent Patterns Using Length-Decreasing Support Constraints 47546 Data Min. Knowl. Discov.
Hierarchical Clustering Algorithms for Document Datasets 47547 Data Min. Knowl. Discov.
Gene Classification Using Expression Profiles: A Feasibility Study 47548 International Journal on Artificial Intelligence Tools
Prediction of Contact Maps Using Support Vector Machines 47549 International Journal on Artificial Intelligence Tools
Frequent Substructure-Based Approaches for Classifying Chemical Compounds 47561 IEEE Trans. Knowl. Data Eng.
Iteration Aware Prefetching for Large Multidimensional Datasets 47577 SSDBM
Guest Editorial 47595 Knowl.-Based Syst.
Inducer: a public domain workbench for data mining 47599 Int. J. Systems Science
An Improved Algorithm to Watermark Numeric Relational Data 47602 WISA
Wavelet Methods in Data Mining 47603 The Data Mining and Knowledge Discovery Handbook
Gated memory control for memory monitoring, leak detection and garbage collection 47604 Memory System Performance
Separating the Notions of Self- and Autoreducibility 47633 MFCS
Autoreducibility, Mitoticity, and Immunity 47635 MFCS
Autoreducibility, Mitoticity, and Immunit 47668 Electronic Colloquium on Computational Complexity (ECCC)
Competing provers yield improved Karp-Lipton collapse results 47674 Inf. Comput.
Semisupervised learning from different information sources 47691 Knowl. Inf. Syst.
The enumerability of P collapses P to NC 47703 Theor. Comput. Sci.
Fraction Control Bus: A New SoC On-chip Communication Architecture Design 47712 ESA
An Application Program Interface for Securing XML Documents 47729 International Conference on Internet Computing
A New Technique for Eliminating Data Migration in Logistic Evolution Storage System 47736 CIT
Clustering with Noising Method 47738 ADMA
Performance Prediction of J2EE Applications Using Messaging Protocols 47748 CBSE
Novelty Detection for a Neural Network-Based Online Adaptive System 47751 COMPSAC (2)
Linear Randomized Voting Algorithm for Fault Tolerant Sensor Fusion and the Corresponding Reliability Model 47765 HASE
Data Migration in RAID Based on Stripe Unit Heat 47775 ICMLC
Predicting with Confidence - An Improved Dynamic Cell Structure 47776 ICNC (1)
A Hybrid Tabu Search Based Clustering Algorithm 47790 KES (2)
MDAbench: a tool for customized benchmark generation using MDA 47794 OOPSLA Companion
Segmentation Conditional Random Fields (SCRFs): A New Approach for Protein Fold Recognition 47800 RECOMB
Customized Benchmark Generation Using MDA 47807 WICSA
A Collaborative E-learning System Based on Multi-agent 47808 WINE
On the stabilization of elastic plates with dynamical boundary control 47820 Appl. Math. Lett.
Characterizations of maximum matching graphs of certain types 47825 Discrete Mathematics
A Rectification Scheme for RST Invariant Image Watermarking 47829 IEICE Transactions
Performance prediction of component-based applications 47831 Journal of Systems and Software
Design-Level Performance Prediction of Component-Based Applications 47841 IEEE Trans. Software Eng.
RST invariant digital image watermarking based on a new phase-only filtering method 47843 Signal Processing
Multicast congestion control scheme over wireless access links: problem and enhancement 47844 IJIPT
Towards Self-Managing QoS-Enabled Peer-to-Peer Systems 47846 Self-star Properties in Complex Information Systems
A Case for Dynamic Page Migration in Multiple-Writer Software DSM Systems 47850 CLUSTER
Applying LVQ Techniques to Compress Historical Information in Sensor Networks 47853 DCC
Sensor Network Coverage Restoration 47854 DCOSS
MicroHash: An Efficient Index Structure for Flash-Based Sensor Devices 47855 FAST
Spatial queries in sensor networks 47856 GIS
Distributed Object and Component-based Software Systems 47857 HICSS
Data Acquisition in Sensor Networks with Large Memories 47862 ICDE Workshops
A fair resource allocation algorithm for peer-to-peer overlays 47864 INFOCOM
Coordinated Media Streaming and Transcoding in Peer-to-Peer System 47866 IPDPS
Adaptive Resource Management in Peer-to-Peer Middleware 47867 IPDPS
Adaptive Real-Time Update Dissemination in Distributed Virtual Simulation Environments 47873 ISORC
Mobile peer-to-peer computing: challenges, metrics and applications 47877 Mobile Data Management
Data dissemination in mobile peer-to-peer networks 47878 Mobile Data Management
Towards In-Situ Data Storage in Sensor Databases 47882 Panhellenic Conference on Informatics
A Rate Control Framework for Supporting Multiple Classes of Traffic in Sensor Networks 47883 RTSS
A Data Compression Technique for Sensor Networks with Dynamic Bandwidth Allocation 47889 TIME
The threshold join algorithm for top-k queries in distributed sensor networks 47891 DMNS
Exploiting locality for scalable information retrieval in peer-to-peer networks 47893 Inf. Syst.
Virtual Hyperlinks in Geospatial Datasources 47910 DEXA Workshops
13th ACM International Workshop on Geographic Information Systems, ACM-GIS 2005, November 4-5, 2005, Bremen, Germany, Proceeding 47915 GIS
Managing Web GIS Quality 47931 WISE Workshops
Data Mining and Mobile Business Data 47935 Encyclopedia of Information Science and Technology (II)
Wireless Technologies to Enable Electronic Business 47936 Encyclopedia of Information Science and Technology (V)
Generating Predicate Rules from Neural Networks 47951 IDEAL
XML Documents Clustering by Structures 47954 INEX
An Improvement to Collaborative Filtering for Recommender Systems 47964 CIMCA/IAWTIC
A Data Mining Application Analysis of Problems Occurring during a Software Project Development Process 47965 International Journal of Software Engineering and Knowledge Engineering
Loose Coupling of Distributed Data and Models through Web Services 47968 SSDBM
Mixing Times for Random Walks on Geometric Random Graphs 47970 ALENEX/ANALCO
Gossip algorithms: design, analysis and applications 47974 INFOCOM
On the maximal throughput of networks with finite buffers and its application to buffered crossbars 47977 INFOCOM
Fast Distributed Algorithms for Computing Separable Function 47994 CoRR
Throughput and Delay in Random Wireless Networks with Restricted Mobilit 47998 CoRR
Max Product for Max-Weight Independent Set and Matchin 47999 CoRR
Maximum Weight Matching via Max-Product Belief Propagatio 48000 CoRR
Cell switching versus packet switching in input-queued switches 48013 IEEE/ACM Trans. Netw.
Cluster-based detection of SEU-caused errors in LUTs of SRAM-based FPGAs 48020 ASP-DAC
Leakage control in FPGA routing fabric 48021 ASP-DAC
Designing reliable circuit in the presence of soft errors 48022 ASP-DAC
Low-leakage robust SRAM cell design for sub-100nm technologies 48023 ASP-DAC
Exploring technology alternatives for nano-scale FPGA interconnects 48033 DAC
A low latency router supporting adaptivity for on-chip interconnects 48036 DAC
Compiler-Directed Instruction Duplication for Soft Error Detection 48041 DATE
Thermal-Aware Task Allocation and Scheduling for Embedded Systems 48044 DATE
Hotspot Prevention Through Runtime Reconfiguration in Network-On-Chip 48047 DATE
Simultaneous Partitioning and Frequency Assignment for On-Chip Bus Architectures 48050 DATE
Leakage-Aware Interconnect for On-Chip Network 48051 DATE
Power Attack Resistant Cryptosystem Design: A Dynamic Voltage and Frequency Switching Approach 48053 DATE
Efficient methodology for detection and correction of SEU-based interconnect errors in FPGAs using partial reconfiguration (abstract only) 48063 FPGA
Temperature-Aware Voltage Islands Architecting in System-on-Chip Design 48083 ICCD
Three-Dimensional Cache Design Exploration Using 3DCacti 48087 ICCD
Online Detection and Diagnosis of Multiple Configuration Upsets in LUTs of SRAM-Based FPGAs 48094 IPDPS
Thermal-Aware Floorplanning Using Genetic Algorithms 48110 ISQED
High Performance Array Processor for Video Decoding 48118 ISVLSI
A Data-Driven Approach for Embedded Security 48121 ISVLSI
A Nanosensor Array-Based VLSI Gas Discriminator 48155 VLSI Design
Detecting SEU-Caused Routing Errors in SRAM-Based FPGAs 48159 VLSI Design
Influence of Leakage Reduction Techniques on Delay/Leakage Uncertainty 48161 VLSI Design
Implementing LDPC Decoding on Network-on-Chip 48162 VLSI Design
Accurate Stacking Effect Macro-Modeling of Leakage Power in Sub-100nm Circuits 48165 VLSI Design
Design and analysis of an NoC architecture from performance, reliability and energy perspective 48168 ANCS
Networks on Chip (NoC): Interconnects of Next Generation Systems on Chip 48170 Advances in Computers
Analysis of Error Recovery Schemes for Networks on Chips 48175 IEEE Design andamp; Test of Computers
Editorial 48177 JETC
An integer linear programming-based tool for wireless sensor networks 48179 J. Parallel Distrib. Comput.
A Holistic Approach to Designing Energy-Efficient Cluster Interconnects 48182 IEEE Trans. Computers
Power and Performance Analysis of Motion Estimation Based on Hardware and Software Realizations 48185 IEEE Trans. Computers
Analyzing data reuse for cache reconfiguration 48191 ACM Trans. Embedded Comput. Syst.
Compiler-directed high-level energy estimation and optimization 48192 ACM Trans. Embedded Comput. Syst.
Soft errors issues in low-power caches 48197 IEEE Trans. VLSI Syst.
Improving Java performance using dynamic method migration on FPGAs 48207 IJES
Symmetric encryption in reconfigurable and custom hardware 48208 IJES
Databases in Grid Applications: Locality and Distribution 48211 BNCOD
Adapting to Changing Resource Performance in Grid Query Processing 48219 DMG
Contextualised Workflow Execution in MyGrid 48222 EGC
Fault-Tolerance in Distributed Query Processing 48233 IDEAS
The design and implementation of Grid database services in OGSA-DAI 48247 Concurrency - Practice and Experience
Web Service Grids: an evolutionary approach 48248 Concurrency - Practice and Experience
WS-GAF: a framework for building Grid applications using Web Services 48249 Concurrency - Practice and Experience
Private Itemset Support Counting 48259 ICICS
Specifying Web Workflow Services for Finding Partners in the Context of Loose Inter-organizational Workflow 48264 Business Process Management
How to Design a Loose Inter-organizational Workflow? An Illustrative Case Study 48266 DEXA
Specifying Workflow Web Services Using Petri Nets with Objects and Generating of Their OWL-S Specifications 48267 EC-Web
Agent-Based Negotiation Between Partners in Loose Inter-Organizational Workflow 48268 IAT
Using Agent Technology for Coordination in Loose Inter-Organizational Workflow 48270 WETICE
Chinese Named Entity Recognition with a Hybrid-Statistical Model 48274 APWeb
Research on Mobile Agent Based Information Content-Sharing in Peer to Peer System 48280 CDVE
Using Directed Graph Based BDMM Algorithm for Chinese Word Segmentation 48282 CICLing
Quality of Software Architectures and Software Quality, First International Conference on the Quality of Software Architectures, QoSA 2005 and Second International Workshop on Software Quality, SOQUA 2005, Erfurt, Germany, September 20-22, 2005, Proceeding 48344 QoSA/SOQUA
WS-Specification: Ein Spezifikationsrahmen zur Beschreibung von Web-Services auf Basis des UDDI-Standards 48345 Wirtschaftsinformatik
Efficient Dissemination of Filtered Data in XML-Based SDI 48349 DEXA
An Efficient Cache Access Protocol in a Mobile Computing Environment 48351 ISPA
GalaTex: a conformant implementation of the XQuery full-text language 48361 WWW (Special interest tracks and posters)
GalaTex: A Conformant Implementation of the XQuery Full-Text Language 48362 XIME-P
An Efficient, Nonintrusive, Log-Based I/O Mechanism for Scientific Simulations on Clusters 48385 CLUSTER
SMPS: an FPGA-based prototyping environment for multiprocessor embedded systems (abstract only) 48388 FPGA
abc: an extensible AspectJ compiler 48393 AOSD
abc: The AspectBench Compiler for AspectJ 48402 GPCE
abc the aspectBench compiler for aspectJ a workbench for aspect-oriented programming language and compilers research 48410 OOPSLA Companion
Adding trace matching with free variables to AspectJ 48411 OOPSLA
Optimising aspectJ 48418 PLDI
Classifying Class and Finding Community in UML Metamodel Network 48441 ADMA
D-CAPE: distributed and self-tuned continuous query processing 48449 CIKM
An Image Hiding Algorithm Based on Bit Plane 48450 CIS (2)
Masquerade Detection System Based on Principal Component Analysis and Radial Basics Function 48451 CIS (2)
A live multimedia stream querying system 48453 CVDB
Hybrid Cache Architecture for High Speed Packet Processing 48456 Hot Interconnects
Efficient Approach to Merge and Segment IP Packets 48458 ICCNMC
Improved RS Method for Detection of LSB Steganography 48459 ICCSA (2)
A Hybrid Genetic Algorithm and Application to the Crosstalk Aware Track Assignment Problem 48462 ICNC (3)
TCAM-based distributed parallel packet classification algorithm with range-matching solution 48466 INFOCOM
A Practical Packet Reordering Mechanism with Flow Granularity for Parallelism Exploiting in Network Processors 48473 IPDPS
Integrated routing resource assignment for RLC crosstalk minimization 48475 ISCAS (2)
Detecting LSB Steganography Based on Dynamic Masks 48477 ISDA
Preemptive Packet-Mode Scheduling to Improve TCP Performance 48482 IWQoS
MedSMan: a streaming data management system over live multimedia 48485 ACM Multimedia
A Thermal Aware Floorplanning Algorithm Supporting Voltage Islands for Low Power SOC Design 48488 PATMOS
Reservation storage policy for AS/RS at air cargo terminals 48492 Winter Simulation Conference
SPF: to improve the performance of packet-mode scheduling 48502 Computer Communications
Crosstalk and Congestion Driven Layer Assignment Algorithm 48504 IEICE Transactions
A GLRT for multichannel radar detection in the presence of both compound Gaussian clutter and additive white Gaussian noise 48523 Digital Signal Processing
Detecting and Breaking Symmetries by Reasoning on Problem Specifications 48534 SARA
Algorithm 845: EIGIFP: a MATLAB program for solving large symmetric generalized eigenvalue problems 48572 ACM Trans. Math. Softw.
Interconnection semantics for keyword search in XML 48574 CIKM
An Abstract Framework for Generating Maximal Answers to Queries 48578 ICDT
An incremental algorithm for computing ranked full disjunctions 48585 PODS
Containment of aggregate queries 48593 SIGMOD Record
Dynamic Stochastic Models for Workflow Response Optimization 48599 ICWS
Evolving Toward the Perfect Schedule: Co-scheduling Job Assignments and Data Replication in Wide-Area Systems Using a Genetic Algorithm 48601 JSSPP
Query Execution Assurance for Outsourced Databases 48605 VLDB
Large Multiple Organism Gene Finding by Collapsed Gibbs Sampling 48613 Journal of Computational Biology
Using Data Mining Techniques to Learn Layouts of Flat-File Biological Datasets 48616 BIBE
Learning Layouts of Biological Datasets Semi-automatically 48622 DILS
An Algorithm for In-Core Frequent Itemset Mining on Streaming Data 48629 ICDM
Parallelizing a Defect Detection and Categorization Application 48636 IPDPS
Simultaneous optimization of complex mining tasks with a knowledgeable cache 48642 KDD
A methodology for detailed performance modeling of reduction computations on SMP machines 48653 Perform. Eval.
Shared Memory Parallelization of Data Mining Algorithms: Techniques, Programming Interface, and Performance 48654 IEEE Trans. Knowl. Data Eng.
Communication and Memory Optimal Parallel Data Cube Construction 48655 IEEE Trans. Parallel Distrib. Syst.
A Declarative Foundation of Process Models 48662 CAiSE
Modeling Information Systems in UML 48676 Encyclopedia of Information Science and Technology (IV)
Heli-Tele: Road Extraction from Helicopter Video 48709 MVA
GHIC: A Hierarchical Pattern-Based Clustering Algorithm for Grouping Web Transactions 48725 IEEE Trans. Knowl. Data Eng.
A Framework for the Integration of Multimedia Data 48726 Journal of Object Technology
Why Search Engines are Used Increasingly to Offload Queries from Databases 48732 VLDB
Immortal DB: transaction time support for SQL server 48749 SIGMOD Conference
Multimedia applications: beyond similarity searches 48752 CVDB
Similarity search in high-dimensional datasets 48753 CVDB
Securing RSVP and RSVP-TE signaling protocols and their performance study 48779 ITRE
Fair scheduling of dynamic task systems on multiprocessors 48786 Journal of Systems and Software
Automated detection of frontal systems from numerical model-generated data 48817 KDD
Conceptual Modeling of Spatiotemporal Database Applications: An Ontological View 48825 IKE
A Framework of Spatiotemporal Query Processing Based On Object-Relational DBMS and Middleware 48827 IKE
Simulating User Behaviour For Improving Web Information Systems 48834 ISTA
Towards Using Simulation for Enhancing Web Information Systems' Utility 48841 WISE Workshops
Theories for TC0 and Other Small Complexity Classe 48842 CoRR
Two-Sorted Theories for L, SL, NL and 48843 Electronic Colloquium on Computational Complexity (ECCC)
On the Notion of Consistency in Metadata Repository Systems 48848 CAiSE
Soft errors issues in low-power caches 48881 IEEE Trans. VLSI Syst.
The Convex Subclass Method: Combinatorial Classifier Based on a Family of Convex Sets 48886 MLDM
Incremental evaluation of a monotone XPath fragment 48889 CIKM
Cache Replacement for Transcoding Proxy Caching 48905 Web Intelligence
A better gap penalty for pairwise SVM 48911 APBC
Inferring phylogenetic relationships avoiding forbidden rooted triplets 48912 APBC
Allowing mismatches in anchors for wholw genome alignment: Generation and effectiveness 48913 APBC
Multimodality as a Criterion for Feature Selection in Unsupervised Analysis of Gene Expression Data 48917 BIBE
ConstrainedMotif: A Periodicity Constraint Based Algorithm to Predict Cell-Cycle Associated Promoter Motifs Using Time-Course Gene Expression Data 48918 BIBE
Fast Algorithms for Computing the Tripartition-Based Distance Between Phylogenetic Networks 48944 ISAAC
Constructing a Smallest Refining Galled Phylogenetic Network 48948 RECOMB
Finding Short Right-Hand-on-the-Wall Walks in Graphs 48950 SIROCCO
Algorithms for combining rooted triplets into a galled phylogenetic network 48951 SODA
Rooted Maximum Agreement Supertrees 48961 Algorithmica
Computational modeling of oligonucleotide positional densities for human promoter prediction 48964 Artificial Intelligence in Medicine
The mutated subsequence problem and locating conserved genes 48965 Bioinformatics
Protein subcellular localization prediction for Gram-negative bacteria using amino acid subalphabets and a combination of multiple support vector machines 48969 BMC Bioinformatics
Adaptive Control of Hybridization Noise in Dna Sequencing-by-hybridization 48983 J. Bioinformatics and Computational Biology
Effective Algorithms for Tag Snp Selection 48984 J. Bioinformatics and Computational Biology
Protein Structure and Fold Prediction Using Tree-augmented Naandiuml;ve Bayesian Classifier 48985 J. Bioinformatics and Computational Biology
Computing the maximum agreement of phylogenetic networks 48995 Theor. Comput. Sci.
Maintenance de vues XML stockandeacute;es dans un SGBD relationnel 49019 INFORSID
An Extended Preorder Index for Optimising XPath Expressions 49029 XSym
A Semantic-Serializability Based Fully-Distributed Concurrency Control Mechanism for Mobile Multi-Database Systems 49041 DEXA Workshops
Controlling Concurrency in Mobile Computing Environments with Broadcast-Based Data Dissemination 49043 Euro-Par
Increasing Mobile Transaction Concurrency in Dynamically Configurable Environments 49044 ICDCS Workshops
Demo: mobile database administrator-MDBA 49046 Mobile Data Management
Uma Arquitetura Eficiente para Armazenamento, Compressandatilde;o e Acesso a Dados em Dispositivos Mandoacute;veis com Recursos Computacionais Limitados 49054 SBBD
Extracting Personal Names from Email: Applying Named Entity Recognition to Informal Text 49068 HLT/EMNLP
AutoGlobe: Automatische Administration von dienstbasierten Datenbankanwendungen 49072 BTW
Dynamic Load Balancing of Virtualized Database Services Using Hints and Load Forecasting 49073 CAiSE Workshops (2)
Semantic Caching for Web Services 49075 ICSOC
05301 Summary - Exact Algorithms and Fixed-Parameter Tractability 49107 Exact Algorithms and Fixed-Parameter Tractability
05301 Abstracts Collection - Exact Algorithms and Fixed-Parameter Tractability 49108 Exact Algorithms and Fixed-Parameter Tractability
The Complexity of Querying External Memory and Streaming Data 49110 FCT
Preservation Under Extensions on Well-Behaved Finite Structures 49114 ICALP
Tight Lower Bounds for Query Processing on Streaming and External Memory Data 49118 ICALP
The Expressive Power of Two-Variable Least Fixed-Point Logics 49136 MFCS
Lower bounds for sorting with few random accesses to external memory 49139 PODS
Hypertree Decompositions: Structure, Algorithms, and Applications 49149 WG
Model-Checking Problems as a Basis for Parameterized Intractabilit 49161 CoRR
The succinctness of first-order logic on linear order 49162 CoRR
Tight Lower Bounds for Query Processing on Streaming and External Memory Dat 49163 CoRR
Model-checking problems as a basis for parameterized intractability 49177 Logical Methods in Computer Science
The succinctness of first-order logic on linear orders 49178 Logical Methods in Computer Science
The complexity of partition functions 49185 Theor. Comput. Sci.
Machine-based methods in parameterized complexity theory 49186 Theor. Comput. Sci.
Comparative interoperability project: configurations of community, technology, organization 49197 JCDL
Temporal RDF 49224 ESWC
Modeling User Search Behavior 49229 LA-WEB
Capturing summarizability with integrity constraints in OLAP 49243 ACM Trans. Database Syst.
Ad Hoc Star Join Query Processing in Cluster Architectures 49253 DaWaK
Predictive Business Operations Management 49265 DNIS
Deadline scheduling for animation rendering 49267 SIGMETRICS
Reducing the Computational Cost for Statistical Medical Image Analysis: An MRI Study on the Sexual Morphological Differentiation of the Corpus Callosum 49269 CBMS
Utilizing Domain Knowledge in Developing Robust Neural Network Models for Peptide-Allele Binding Prediction 49270 CIBCB
A Multiresolution Symbolic Representation of Time Series 49273 ICDE
Fast and effective characterization for classification and similarity searches of 2D and 3D spatial region data 49291 Pattern Recognition
Web Service Grids: an evolutionary approach 49349 Concurrency - Practice and Experience
Ad Hoc Star Join Query Processing in Cluster Architectures 49374 DaWaK
Optimizing complex queries based on similarities of subqueries 49391 Knowl. Inf. Syst.
Batch is Back: CasJobs, Serving Multi-TB Data on the Web 49397 ICWS
Scientific Data Management in the Coming Decad 49414 CoRR
When Database Systems Meet the Gri 49415 CoRR
DBmbench: fast and accurate database workload representation on modern microarchitecture 49431 CASCON
On Multidimensional Data and Modern Disks 49432 FAST
Application of a Generalized MWC Model for the Mathematical Simulation of Metabolic Pathways Regulated by Allosteric Enzymes 49437 CSB
Modeling the organization of the WUSCHEL expression domain in the shoot apical meristem 49442 ISMB (Supplement of Bioinformatics)
An enzyme mechanism language for the mathematical modeling of metabolic pathways 49461 Bioinformatics
Stochastic Process Semantics for Dynamical Grammar Syntax: An Overvie 49462 CoRR
Sigmoid: A Software Infrastructure for Pathway Bioinformatics and Systems Biology 49463 IEEE Intelligent Systems
A Conceptual Image Retrieval Architecture Combining Keyword-Based Querying with Transparent and Penetrable Query-by-Example 49473 CIVR
A Full-Text Framework for the Image Retrieval Signal/Semantic Integration 49474 DEXA
Combining Visual Semantics and Texture Characterizations for Precision-Oriented Automatic Image Retrieval 49476 ECIR
Unifying multiple description facets for symbolic image retrieval 49480 ICIP (3)
A Symbolic Query-by-Example Framework for the Image Retrieval Signal/Semantic Integration 49481 ICTAI
A signal/semantic framework for image retrieval 49484 JCDL
Towards a High-Level Audio Framework for Video Retrieval Combining Conceptual Descriptions and Fully-Automated Processes 49485 PCM (1)
An Analysis of the Anti-learning Phenomenon for the Class Symmetric Polyhedron 49486 ALT
Scientific Data Management in the Coming Decad 49521 CoRR
Matching Polyhedral Terrains Using Overlays of Envelopes 49538 Algorithmica
Web log mining with adaptive support thresholds 49548 WWW (Special interest tracks and posters)
Anonymizing Tables 49553 ICDT
Algorithms for the Database Layout Problem 49554 ICDT
Two algorithms for general list matrix partitions 49559 SODA
Finding large cycles in Hamiltonian graphs 49560 SODA
Constraint Satisfaction on Finite Groups with Near Subgroup 49579 Electronic Colloquium on Computational Complexity (ECCC)
Classification of Bipartite Boolean Constraint Satisfaction through Delta-Matroid Intersectio 49580 Electronic Colloquium on Computational Complexity (ECCC)
Disks on a Tree: Analysis of a Combinatorial Game 49598 SIAM J. Discrete Math.
List matrix partitions of chordal graphs 49600 Theor. Comput. Sci.
Preface (BPI 2005) 49606 Business Process Management Workshops
Panel on Business Process Intelligence 49613 ICDE
iBOM: A Platform for Intelligent Business Operation Management 49614 ICDE
Challenges in Business Process Analysis and Optimization 49621 TES
Optimizing Access Cost for Top-k Queries over Web Sources: A Unified Cost-based Approach 49629 ICDE
Enabling Ad-hoc Ranking for Data Retrieval 49630 ICDE
Partially Materialized Partitioned Views 49654 COMAD
Using fault model relaxation to diagnose real scan chain defects 49669 ASP-DAC
A Copy Attack Resilient Blind Watermarking Algorithm Based on Independent Feature Components 49687 ISNN (2)
On the complexity of buffer allocation in message passing systems 49719 J. Parallel Distrib. Comput.
A Risk-Reward Competitive Analysis of the Bahncard Problem 49725 AAIM
Optimal Manpower Planning with Temporal Labor and Contract Period Constraints 49726 AAIM
Word Segmentation and POS Tagging for Chinese Keyphrase Extraction 49727 ADMA
On-line Multi-attributes Procurement Combinatorial Auctions Bidding Strategies 49744 International Conference on Computational Science (3)
Distribution Channel Coordination Through Penalty Schemes 49752 ICMLC
Multiple Criteria Inventory Classification Based on Principal Components Analysis and Neural Network 49760 ISNN (3)
MFLWQ: A Fair and Adaptive Queue Management Algorithm for Scavenger Service 49761 ISPA
Digital Modulation Identification Based on Software Radio Platform 49767 PDCAT
Network Optimized by K-L Transform for Digital Modulation Identification 49768 PDCAT
The delivery option in mortgage backed security valuation simulations 49777 Winter Simulation Conference
Studying the Explanatory Capacity of Artificial Neural Networks for Understanding Environmental Chemical Quantitative Structure-Activity Relationship Models 49789 Journal of Chemical Information and Modeling
Nanoscale structural characteristics and electron field emission properties of transition metal-fullerene compound TiC60 films 49799 Microelectronics Reliability
Functional Dependencies on Nested Attributes: Algebraic, Logical and Topological Perspective 49814 DEXA Workshops
Functional Dependencies over XML Documents with DTDs 49833 Acta Cybern.
The Implication Problem of Functional Dependencies in Complex-value Databases 49840 Electr. Notes Theor. Comput. Sci.
New Streaming Algorithms for Counting Triangles in Graphs 49853 COCOON
Efficient computation of query point visibility in polygons with holes 49854 Symposium on Computational Geometry
A Hybrid Approach for Refreshing Web Page Repositories 49855 DASFAA
SkipTree: A Scalable Range-Queryable Distributed Data Structure for Multidimensional Data 49860 ISAAC
RAQ: A Range-Queriable Distributed Data Structure 49863 SOFSEM
BLOG: Probabilistic Models with Unknown Objects 49892 Probabilistic, Logical and Relational Learning
BLOG: Probabilistic Models with Unknown Objects 49908 IJCAI
Efficient belief-state AND-OR search, with application to Kriegspiel 49918 IJCAI
Comparison of Database Replication Techniques Based on Total Order Broadcast 49959 IEEE Trans. Knowl. Data Eng.
Efficient Certificate Revocation System Implementation: Huffman Merkle Hash Tree (HuffMHT) 49976 TrustBus
Analysis of peer-to-peer distributed reputation schemes 49978 CollaborateCom
Integrated Model-Based Software Development, Data Access, and Data Migration 49981 MoDELS
BACIIS: Biological and Chemical Information Integration System 50018 J. Database Manag.
Towards Semantically-Interlinked Online Communities 50032 ESWC
Hint and Run: Accelerating XPath Queries 50051 IDEAS
Analytical processing of XML documents: opportunities and challenges 50057 SIGMOD Record
Eigenspaces from Seriated Graphs 50065 CAIP
Clonal Selection Algorithm with Immunologic Regulation for Function Optimization 50066 CIS (1)
Graph Seriation Using Semi-definite Programming 50070 GbRPR
Machine Learning with Seriated Graphs 50071 IbPRIA (2)
Fast rendering of foveated volumes in wavelet-based representation 50079 The Visual Computer
Event processing with an oracle database 50088 SIGMOD Conference
An Incremental Updating Method for Clustering-Based High-Dimensional Data Indexing 50097 CIS (1)
Integration of Computational Fluid Dynamics and Computational Aero Acoustics on Grid for Dental Applications 50179 CBMS
Scientific grid activities in Cybermedia Center, Osaka University 50181 CCGRID
A new dynamical domain decomposition method for parallel molecular dynamics simulation 50183 CCGRID
A Grid-based Information Integration System for Drug Discovery 50186 ICDE Workshops
A Community-Based Recommendation System to Reveal Unexpected Interests 50190 MMM
A Location-Based Peer-to-Peer Network for Context-Aware Services in a Ubiquitous Environment 50198 SAINT Workshops
Designing a Rule-Based Environment to Interoperate Life-Scientific Ontologies for Drug Discovery 50199 SAINT Workshops
Unified Architecture for Managing User Profiles 50203 SAINT Workshops
Effective Web browsing through content delivery adaptation 50225 ACM Trans. Internet Techn.
Deriving Private Information from Randomized Data 50236 SIGMOD Conference
On the optimality of the likelihood-ratio test for local sensor decision rules in the presence of nonideal channels 50248 IEEE Transactions on Information Theory
Fusion of censored decisions in wireless sensor networks 50256 IEEE Transactions on Wireless Communications
Consistency of XML Specifications 50258 Inconsistency Tolerance
XML data exchange: consistency and query answering 50271 PODS
An information-theoretic approach to normal forms for relational and XML data 50276 J. ACM
Evolving XML Schemas and Documents Using UML Class Diagrams 50283 DEXA
Resolution of Semantic Queries on a Set of Web Services 50293 DEXA
Semantics and Evaluation Techniques for Window Aggregates in Data Streams 50296 SIGMOD Conference
Databases and the Semantic Web: Data Semantics Revisited 50310 APWeb
Towards Measuring Similarity in Description Logics 50323 Description Logics
Aspects of Distributed and Modular Ontology Reasoning 50346 IJCAI
Inferring Complex Semantic Mappings Between Relational Tables and Ontologies from Simple Correspondences 50352 OTM Conferences (2)
Multidimensional RDF 50411 OTM Conferences (2)
Temporal stratification tests for linear and branching-time deductive databases 50422 Theor. Comput. Sci.
Theory and Application of Compact Microstrip PBG Cell for Wide Stop-Band Filter 50427 IEICE Transactions
An Efficient Algorithm for Mining Both Closed and Maximal Frequent Free Subtrees Using Canonical Forms 50452 ADMA
Dense Myocardium Deformation Estimation for 2D Tagged MRI 50460 FIMH
A Hidden Markov Model Based Scoring Function for Mass Spectrometry Database Search 50483 RECOMB
WCET Centric Data Allocation to Scratchpad Memory 50486 RTSS
An approximation algorithm for haplotype inference by maximum parsimony 50487 SAC
On Boosting Holism in XML Twig Pattern Matching using Structural Indexing Techniques 50488 SIGMOD Conference
Exploiting Branch Constraints without Exhaustive Path Enumeration 50493 WCET
TJFast: effective processing of XML twig pattern matching 50494 WWW (Special interest tracks and posters)
Inference of missing SNPs and information quantity measurements for haplotype blocks 50497 Bioinformatics
HapBlock: haplotype block partitioning and tag SNP selection software using a set of dynamic programming algorithms 50498 Bioinformatics
Selecting additional tag SNPs for tolerating missing data in genotyping 50500 BMC Bioinformatics
Temporal granular logic for temporal data mining 50520 GrC
First-Order Logic Based Formalism for Temporal Data Mining * 50522 Foundations of Data Mining and knowledge Discovery
Exploiting efficient data mining techniques to enhance intrusion detection systems 50524 IRI
Using multi-agent simulation to understand trading dynamics of a derivatives market 50569 Ann. Math. Artif. Intell.
Service Composition for Mobile Environments 50588 MONET
Collaborative joins in a pervasive computing environment 50603 VLDB J.
Supporting workflow in a course management system 50613 SIGCSE
Context-Sensitive Keyword Search and Ranking for XML 50618 WebDB
Zooming Cross-Media: A Zooming Description Language Coding LOD Control and Media Transition 50621 DEXA
Opportunistic Data Structures for Range Queries 50640 COCOON
Laxity Helps in Broadcast Scheduling 50649 ICTCS
Approximate Colored Range Queries 50653 ISAAC
Simulating Undirected st-Connectivity Algorithms on Uniform JAGs and NNJAGs 50654 ISAAC
Catching the Picospams 50658 ISMIS
Relational Index Support for XPath Axes 50662 XSym
Approximating the minimum triangulation of convex 3-polytopes with bounded degrees 50665 Comput. Geom.
On-Line Scheduling Algorithms for a Batch Machine with Finite Capacity 50675 J. Comb. Optim.
A Simple Algorithm for Complete Motion Planning of Translating Polyhedral Robots 50706 I. J. Robotic Res.
Catoms: Moving Robots Without Moving Parts 50711 AAAI
Inspector Joins 50736 VLDB
Optimistic Intra-Transaction Parallelism on Chip Multiprocessors 50737 VLDB
Programmable Matter 50738 IEEE Computer
The STAMPede approach to thread-level speculation 50747 ACM Trans. Comput. Syst.
Temporal rule induction for clinical outcome analysis 50753 IJBIDM
Querying and Visualizing Gridded Datasets for e-Science 50757 ICDE
Retrofitting a Data Model to Existing Environmental Data 50760 SSDBM
Algebraic manipulation of scientific datasets 50763 VLDB J.
Hypothetical Reasoning Over Databases 50766 Encyclopedia of Information Science and Technology (III)
An Approach to Tracking Data Derivation in Information Systems 50767 CIT
Managing Information Quality in e-Science: A Case Study in Proteomics 50781 ER (Workshops)
Facilitating the Implementation and Evolution of Business Rules 50785 ICSM
A Safe Regression Test Selection Technique for Database-Driven Applications 50786 ICSM
A Mobile Ad-Hoc Network Data Communication Benchmark 50804 ISCA PDCS
Mining conserved XML query paths for dynamic-conscious caching 50810 CIKM
WAM-Miner: in the search of web access motifs from historical web log data 50811 CIKM
Estimating Missing Values in Related Sensor Data Streams 50812 COMAD
A Caching Model for Real-Time Databases in Mobile Ad-Hoc Networks 50815 DEXA
Query Expansion Using Web Access Log Files 50818 DEXA
Past, Present, and Future of Data Management Systems Research 50840 ISM
Microarray gene expression data association rules mining based on BSC-tree and FIS-tree 50857 Data Knowl. Eng.
Research issues in automatic database clustering 50869 SIGMOD Record
A DNA Index Structure Using Frequency and Position Information of Genetic Alphabet 50873 PAKDD
Concept-Based Retrieval of Alternate Web Services 50876 DASFAA
MDL Summarization with Holes 50937 VLDB
A methodology for analyzing SAGE libraries for cancer profiling 50981 ACM Trans. Inf. Syst.
Fast Algorithm for Symbol Rate Estimation 50993 IEICE Transactions
CFP Taxonomy of the Approaches for Dynamic Web Content Acceleration 50998 ADBIS
Preemptive rate-based operator scheduling in a data stream management system 51000 AICCSA
HDC - hot data caching in mobile database systems 51001 AICCSA
Multiple Query Routing Trees in Sensor Networks 51012 Databases and Applications
6th International Conference on Mobile Data Management (MDM 2005), Ayia Napa, Cyprus, May 9-13, 200 51036 Mobile Data Management
STEP: Self-Tuning Energy-safe Predictors 51038 Mobile Data Management
Towards universal mobile caching 51045 MobiDE
Freshness-Aware Scheduling of Continuous Queries in the Dynamic Web 51071 WebDB
Zone sharing: a hot-spots decomposition scheme for data-centric storage in sensor networks 51078 DMNS
Timely data delivery in sensor networks using whirlpool 51079 DMNS
Towards the measurement of tuple space performance 51094 SIGMETRICS Performance Evaluation Review
Report on MobiDE 2003: the 3rd international ACM Workshop on Data Engineering for Wireless and Mobile Access 51097 SIGMOD Record
On Self-Coordinating Web Services Using Similarity and Neural Networks 51115 EEE
A View-based Approach for Tracking Composite Web Services 51118 ECOWS
Towards a semantic- and context-based approach for composing web services 51123 IJWGS
A Statistics-Based Sensor Selection Scheme for Continuous Probabilistic Queries in Sensor Networks 51152 RTCSA
Real-Time Task Scheduling for SMT Systems 51157 RTCSA
A Deferrable Scheduling Algorithm for Real-Time Transactions Maintaining Data Freshness 51170 RTSS
On Using Handoff Statistics and Velocity for Location Management in Cellular Wireless Networks 51178 Comput. J.
Multi-disk scheduling for time-constrained requests in RAID-0 devices 51193 Journal of Systems and Software
Comments on "Distributed Bayesian Algorithms for Fault-Tolerant Event Region Detection in Wireless Sensor Networks' 51204 IEEE Trans. Computers
Bildanalyse fanduuml;r die prandauml;operative Planung von Neck Dissections 51209 Bildverarbeitung fanduuml;r die Medizin
Interactive Visualization for Neck-Dissection Planning 51218 EuroVis
JeromeDL - Adding Semantic Web Technologies to Digital Libraries 51221 DEXA
Towards Semantically-Interlinked Online Communities 51228 ESWC
Optimized Index Structures for Querying RDF from the Web 51243 LA-WEB
Use Cases for Reasoning with Metadata or What Have Web Services to Do with Integrity Constraints 51246 PPSWR
Paraconsistent Reasoning for the Semantic Web 51257 ISWC-URSW
TRIPLE - an RDF Rule Language with Context and Use Cases 51265 Rule Languages for Interoperability
Towards SemanticWeb Services in Grid Environments 51276 SKG
Conceptual Structures: Common Semantics for Sharing Knowledge, 13th International Conference on Conceptual Structures, ICCS 2005, Kassel, Germany, July 17-22, 2005, Proceeding 51294 ICCS
Computer Vision for Music Identification 51320 CVPR (1)
Computer Vision for Music Identification: Video Demonstration 51321 CVPR (2)
Efficient Visual Event Detection Using Volumetric Features 51324 ICCV
Evaluating keypoint methods for content-based copyright protection of digital images 51325 ICME
From Intent Reducts for Attribute Implications to Approximate Intent Reducts for Association Rules 51363 CIT
Enhancing SNNB with Local Accuracy Estimation and Ensemble Techniques 51365 DASFAA
Query Processing Using Ontologies 51378 CAiSE
05441 Executive Summary - Managing and Mining Genome Information: Frontiers in Bioinformatics 51382 Managing and Mining Genome Information
05441 Abstracts Collection - Managing and Mining Genome Information: Frontiers in Bioinformatics 51383 Managing and Mining Genome Information
Semantic Query Transformation Using Ontologies 51391 IDEAS
Data Mining: The Next Generation 51409 it - Information Technology
RDFSculpt: Managing RDF Schemas Under Set-Like Semantics 51420 ESWC
Refinement of Clustering Solutions Using a Multi-label Voting Algorithm for Neuro-fuzzy Ensembles 51433 ICNC (3)
A Multi-Label Voting Algorithm for Neuro-Fuzzy Classifier Ensembles with Applications in Visual Arts Data Mining 51436 ISDA
Mobile Context Inference Using Low-Cost Sensors 51438 LoCA
Semantic-Web Technology: Applications at NASA 51444 Semantic Interoperability and Integration
Semi-Structured Data Management in the Enterprise: A Nimble, High-Throughput, and Scalable Approach 51446 IDEAS
Lean middleware 51450 SIGMOD Conference
Introduction 51453 Int. J. on Digital Libraries
05291 Abstracts Collection -- Sublinear Algorithms 51462 Sublinear Algorithms
Coresets in dynamic geometric data streams 51481 STOC
Fast reconstruction of Delaunay triangulations 51483 Comput. Geom.
Approximating the Weight of the Euclidean Minimum Spanning Tree in Sublinear Time 51486 SIAM J. Comput.
Abstract Combinatorial Programs and Efficient Property Testers 51487 SIAM J. Comput.
Testing hypergraph colorability 51488 Theor. Comput. Sci.
Cancelable Key-Based Fingerprint Templates 51492 ACISP
Dynamic k-Times Anonymous Authentication 51515 ACNS
ACSW Frontiers 2005, 2005 ACSW Workshops - the Australasian Workshop on Grid Computing and e-Research (AusGrid 2005) and the Third Australasian Information Security Workshop (AISW 2005), Newcastle, NSW, Australia, January/February 200 51522 ACSW Frontiers
Universal Designated Verifier Signature Proof (or How to Efficiently Prove Knowledge of a Signature) 51527 ASIACRYPT
On Securing RTP-Based Streaming Content with Firewalls 51538 CANS
Radio Networks with Reliable Communication 51552 COCOON
Proceedings of the Fifth ACM Workshop on Digital Rights Management, Alexandria, VA, USA, November 7, 200 51559 Digital Rights Management Workshop
Token-Controlled Public Key Encryption 51592 ISPEC
Certificateless Public Key Encryption Without Pairing 51593 ISC
Efficient Multi-receiver Identity-Based Encryption and Its Application to Broadcast Encryption 51609 Public Key Cryptography
A License Transfer System for Supporting Content Portability in Digital Rights Management 51615 SEC
Resolution and quality scalable spread spectrum image watermarking 51618 MMandamp;Sec
Distributing the Encryption and Decryption of a Block Cipher 51624 Des. Codes Cryptography
MRD Hashing 51626 Des. Codes Cryptography
A Provably Secure and Efficient Verifiable Shuffle based on a Variant of the Paillier Cryptosystem 51640 J. UCS
Semi-Supervised Clustering with Metric Learning Using Relative Comparisons 51655 ICDM
On Learning Asymmetric Dissimilarity Measures 51656 ICDM
Towards an Ontology-Based Distributed Architecture for Paid Content 51665 ESWC
Enhancing ebXML Registries to Make them OWL Aware 51670 Distributed and Parallel Databases
Scrutinizing Frequent Pattern Discovery Performance 51671 ICDE
Using additive expert ensembles to cope with concept drift 51675 ICML
QuOnto: Querying Ontologies 51688 AAAI
Modeling Data andamp; Processes for Service Specifications in Colombo 51696 EMOI-INTEROP
The INFOMIX system for advanced integration of incomplete and inconsistent data 51745 SIGMOD Conference
Logical Foundations for Data Integration 51747 SOFSEM
Efficiently Managing Data Intensive Ontologies 51752 SWAP
Conjunctive Query Containment and Answering under Description Logics Constraint 51755 CoRR
Models for semantic interoperability in service-oriented architectures 51759 IBM Systems Journal
Preface 51770 Theor. Comput. Sci.
Sharing the Runtime Representation of Classes Across Class Loaders 51780 ECOOP
SHARP: A New Approach to Relative Localization in Wireless Sensor Networks 51795 ICDCS Workshops
Variants of Multidimensional Scaling for Node Localization 51797 ICPADS (1)
Coverage and Energy Tradeoff in Density Control on Sensor Networks 51798 ICPADS (1)
A Two-Level Strategy for Topology Control in Wireless Sensor Networks 51799 ICPADS (2)
A flexible authentication and authorization scheme for a learner information management web service 51807 International Journal of Information Technology and Decision Making
Dynamically partitioned test scheduling with adaptive TAM configuration for power-constrained SoC testing 51832 IEEE Trans. on CAD of Integrated Circuits and Systems
Flavours of XChange, a Rule-Based Reactive Language for the (Semantic) Web 51846 RuleML
Reactivity on the web: paradigms and applications of the language XChange 51849 SAC
Composite event queries for reactivity on the web 51850 WWW (Special interest tracks and posters)
Accurate Symbolization of Time Series 51857 PAKDD
On Mining Micro-array data by Order-Preserving Submatrix 51868 ICDE Workshops
Online Algorithms for Mining Inter-stream Associations from Large Sensor Networks 51874 PAKDD
Indexing Multi-Dimensional Uncertain Data with Arbitrary Probability Density Functions 51883 VLDB
Subsampled Model Aggregation 51887 International Journal on Artificial Intelligence Tools
Iteration aware prefetching for scientific data 51909 ACM Southeast Regional Conference (1)
OACerts: Oblivious Attribute Certificates 51939 ACNS
Automated trust negotiation using cryptographic credentials 51942 ACM Conference on Computer and Communications Security
Policy-hiding access control in open environment 51963 PODC
On Safety in Discretionary Access Control 51974 IEEE Symposium on Security and Privacy
Oblivious signature-based envelope 51979 Distributed Computing
Beyond proof-of-compliance: security analysis in trust management 51981 J. ACM
Designing Web Applications 51990 Encyclopedia of Information Science and Technology (II)
Separation of Structural Concerns in Physical Hypermedia Models 51998 CAiSE
Decoupling Geographic from Conceptual Information in Physical Hypermedia Models 51999 DEXA Workshops
Desenvolvimento de Sistemas de Informaandccedil;andatilde;o Geograndaacute;fica Cooperativos seguindo o Padrandatilde;o Modelo-Visandatilde;o-Controle 52008 GeoInfo
Engineering Web Applications - Challenges and Perspectives 52016 ICEIS (1)
Swell - Annotating and Searching Semantic Web Services 52025 LA-WEB
Engineering WEB Applications - Challenges and Perspectives 52032 WEBIST
Web engineering: technical discipline or social process 52038 WWW (Special interest tracks and posters)
Editorial 52052 J. Web Eng.
A Hybrid Approach for Refreshing Web Page Repositories 52061 DASFAA
An Efficient SQL-based RDF Querying Scheme 52073 VLDB
Supporting RFID-based Item Tracking Applications in Oracle DBMS Using a Bitmap Datatype 52074 VLDB
Database Query Personalization 52080 Encyclopedia of Database Technologies and Applications
Personalized Queries under a Generalized Preference Model 52087 ICDE
Constrained Optimalities in Query Personalization 52090 SIGMOD Conference
Personalized Systems: Models and Methods from an IR and DB Perspective 52091 VLDB
Deriving marketing intelligence from online discussion 52100 KDD
Analyzing online discussion for marketing intelligence 52102 WWW (Special interest tracks and posters)
Pros and Cons of Distributed Workflow Execution Algorithms 52107 Data Management in a Connected World
Building intelligent shopping assistants using individual consumer models 52119 IUI
K-means+ Method for Improving Gene Selection for Classification of Microarray Data 52162 CSB Workshops
Surface Alignment of 3D Spherical Harmonic Models: Application to Cardiac MRI Analysis 52181 MICCAI
A Prediction Framework for Cardiac Resynchronization Therapy Via 4D Cardiac Motion Analysis 52182 MICCAI
A New Test System for Stability Measurement of Marker Gene Selection in DNA Microarray Data Analysis 52192 Panhellenic Conference on Informatics
Privacy preserving learning in negotiation 52193 SAC
Using Singular Value Decomposition Approximation for Collaborative Filtering 52205 CEC
HykGene: a hybrid approach for selecting marker genes for phenotype classification using microarray gene expression data 52210 Bioinformatics
A History-Based Algebra for Quality-Checking Medical Guidelines 52234 AIME
Towards an Information Market Paradigm 52235 CAiSE Short Paper Proceedings
Understanding the Requirements on Modelling Techniques 52238 CAiSE
A Qualitative Characterisation of Causal Independence Models Using Boolean Polynomials 52247 ECSQARU
A Fundamental View on the Process of Conceptual Modeling 52248 ER
Fact Calculus: Using ORM and Lisa-D to Reason About Domains 52257 OTM Workshops
A Fact-Oriented Approach to Activity Modeling 52258 OTM Workshops
Schema Equivalence as a Counting Problem 52259 OTM Workshops
The Information Market: Its Basic Concepts and Its Challenges 52264 WISE
A formal derivation of Heaps' Law 52292 Inf. Sci.
Adaptation in Multimedia Systems 52297 Multimedia Tools Appl.
A Proposed Preliminary Framework for Conceptual Modeling of Learning from Surprises 52330 IC-AI
Approximating Pseudo-Boolean Functions on Non-Uniform Domains 52337 IJCAI
Efficient Learning of Pseudo-Boolean Functions from Limited Training Data 52338 ISMIS
New bounds for randomized busing 52357 Theor. Comput. Sci.
Semi-Automatic Extension of Large-Scale Linguistic Knowledge Bases 52369 FLAIRS Conference
Structural Semantic Interconnections: A Knowledge-Based Approach to Word Sense Disambiguation 52376 IEEE Trans. Pattern Anal. Mach. Intell.
Generic Semantics of Feature Diagrams Variants 52386 FIW
The Complexity of Live Sequence Charts 52389 FoSSaCS
A New Algorithm for Strategy Synthesis in LTL Games 52400 TACAS
Model-checking the Preservation of Temporal Properties upon Feature Integration 52409 Electr. Notes Theor. Comput. Sci.
From Live Sequence Charts to State Machines and Back: A Guided Tour 52422 IEEE Trans. Software Eng.
Privacy-Preserving Distributed k-Anonymity 52426 DBSec
Security Issues in Querying Encrypted Data 52427 DBSec
Knowledge Discovery from Transportation Network Data 52436 ICDE
Privacy-preserving clustering with distributed EM mixture modeling 52459 Knowl. Inf. Syst.
Polymorphic Agent Clusters - The Concept to Design Multi-agent Environments Supporting Business Activities 52479 HoloMAS
JavaContexts: A Java Based Programming Language for the Development of Highly Reusable Software Applications 52483 Software Engineering Research and Practice
Research on Diagnostic System of Early Colorectal Carcinoma Based on Data Mining 52490 DMIN
A Study on Feature Selection for Toxicity Prediction 52493 FSKD (2)
KNN Based Evolutionary Techniques for Updating Query Cost Models 52494 FSKD (2)
Using kNN Model for Automatic Feature Selection 52497 ICAPR (1)
Similarity-Based Data reduction Techniques 52506 Journal of Research and Practice in Information Technology
Fuzzy Knnmodel Applied to Predictive Toxicology Data Mining 52507 International Journal of Computational Intelligence and Applications
Decision Making Based on Hybrid of Multi-Knowledge and Naandiuml;ve Bayes Classifier 52509 Foundations of Data Mining and knowledge Discovery
Using visual features for anti-spam filtering 52515 ICIP (3)
Annotating TV Drama based on Viewer Dialogue - Analysis of Viewers' Attention Generated on an Internet Bulletin Board - 52537 SAINT
A structure-sensitive framework for text categorization 52549 CIKM
Nearest Neighbor Queries on Extensible Grid Files Using Dimensionality Reduction 52576 COMPSAC (1)
Clustering Web Documents Based on Correlation of Hyperlinks 52587 ICDE Workshops
Document Retrieval Using Projection by Frequency Distribution 52590 ICTAI
Querying on News Stream by Using Random Projection 52606 ICITA (1)
Improving text categorization by resolving semantic ambiguity 52607 Systems and Computers in Japan
Preferred Repairs for Inconsistent Databases 52626 Encyclopedia of Database Technologies and Applications
NP Datalog: A Logic Language for NP Search and Optimization Queries 52635 IDEAS
Aggregates and Preferences in Logic Programming 52637 ISMIS
Optimization of bound disjunctive queries with constraints 52649 TPLP
Data Integration in the Mouse Genome Informatics (MGI) Database 52651 CSB Workshops
A Method and Tool for Business-IT Alignment in Enterprise Architecture 52662 CAiSE Short Paper Proceedings
Definition of an Object-Oriented Modeling Language for Enterprise Architecture 52674 HICSS
Where do Goals Come from: the Underlying Principles of Goal-Oriented Requirements Engineering 52684 RE
Capturing design rationale with functional decomposition of roles in business processes modeling 52694 Software Process: Improvement and Practice
Quantum versus deterministic counter automata 52782 Theor. Comput. Sci.
A Similarity Reinforcement Algorithm for Heterogeneous Web Pages 52795 APWeb
Improving web search results using affinity graph 52801 SIGIR
Clustering Categorical Data Using Coverage Density 52849 ADMA
A Wavefront Parallelisation of CTMC Solution Using MTBDDs 52858 DSN
An "ageing" operator and its use in the highly constrained topological optimization of HVAC system design 52862 GECCO
Traffic Flow Forecasting Using a Spatio-temporal Bayesian Network Predictor 52863 ICANN (2)
On Mitigating Network Partitioning in Peer-to-Peer Massively Multiplayer Games 52865 ICCNMC
Survey of Parallel and Distributed Volume Rendering: Revisited 52866 ICCSA (3)
Bagging with Adaptive Costs 52869 ICDM
CRM Systems Used for Targeting Market: A Case at Cisco Systems 52871 ICEBE
Fast ICA for Online Cashflow Analysis 52884 ISNN (2)
Combining Multiple Forms of Evidence While Filtering 52897 HLT/EMNLP
Improvements to GALA and dbERGE II: databases featuring genomic sequence alignment, annotation and experimental results 52941 Nucleic Acids Research
Complete Convergence of Competitive Neural Networks with Different Time Scales 52945 Neural Processing Letters
Bayesian graphical models for adaptive filtering 52946 SIGIR Forum
AGATHA: Automated Construction of Case Law Theories Through Heuristic Search 52958 ICAIL
An empirical investigation of reasoning with legal cases through theory construction and application 52960 Artif. Intell. Law
AGATHA: Using heuristic search to automate the construction of case law theories 52961 Artif. Intell. Law
Persuasion and Value in Legal Argument 52962 J. Log. Comput.
IQIS 2005, International Workshop on Information Quality in Information Systems, 17 June 2005, Baltimore, Maryland, USA (SIGMOD 2005 Workshop 52984 IQIS
Generalized Nonnegative Matrix Approximations with Bregman Divergences 53016 NIPS
Clustering on the Unit Hypersphere using von Mises-Fisher Distributions 53020 Journal of Machine Learning Research
Model-guided information discovery for intelligence analysis 53022 CIKM
Global and Local QoS Guarantee in Web Service Selection 53057 Business Process Management Workshops
05462 Summary Report on "Service Design and Development" 53071 Service Oriented Computing
An Architecture for Flexible Web Service QoS Negotiation 53076 EDOC
Global and Local QoS Constraints Guarantee in Web Service Selection 53084 ICWS
Mobile Information Systems, IFIP TC 8 Working Conference on Mobile Information Systems (MOBIS), 15-17 September 2004, Oslo, Norwa 53086 MOBIS
A Broker for Selecting and Provisioning High Quality Syndicated Data 53087 IQ
A Self-monitoring System to Satisfy Data Quality Requirements 53095 OTM Conferences (2)
Semantic Service Publication and Retrieval in the MAIS Project 53098 SEBD
PoliQual: Assessment and Improvement of Data Quality 53100 SEBD
IntegratedMap: a Web interface for integrating genetic map data 53183 Bioinformatics
WARP: Accurate Retrieval of Shapes Using Phase of Fourier Descriptors and Time Warping Distance 53202 IEEE Trans. Pattern Anal. Mach. Intell.
On Overlay Schemes to Support Point-in-Range Queries for Scalable Grid Resource Discovery 53211 Peer-to-Peer Computing
Discovering Frequent Episodes and Learning Hidden Markov Models: A Formal Connection 53221 IEEE Trans. Knowl. Data Eng.
Building a Navigation Structure from a Fuzzy Relationship for Image Retrieval 53257 ICDE Workshops
Selecting a Discriminant Subset of Co-occurrence Matrix Features for Texture-Based Image Retrieval 53260 ISVC
BNAIC 2005 - Proceedings of the Seventeenth Belgium-Netherlands Conference on Artificial Intelligence, Brussels, Belgium, October 17-18, 200 53273 BNAIC
Privacy in Multi-Agent Learning: Securely Inducing a Multi-Agent Decision Tree 53289 EUMAS
A Qualitative Trajectory Calculus and the Composition of Its Relations 53290 GeoS
The Double-Cross and the Generalization Concept as a Basis for Representing and Comparing Shapes of Polylines 53297 OTM Workshops
First-order Complete and Computationally Complete Query Languages for Spatio-Temporal Database 53305 CoRR
Report on the 1st International Symposium on the Applications of Constraint Databases (CDB'04) 53314 SIGMOD Record
On the decidability of termination of query evaluation in transitive-closure logics for polynomial constraint databases 53315 Theor. Comput. Sci.
Support for Efficiently Processing Complex Queries over a P2P Substrate 53319 AINA
Large Relations in Node-Partitioned Data Warehouses 53322 DASFAA
Data Skew-Handling in Parallel MDIM Data Warehouses 53331 Databases and Applications
Multiple Dynamic Overlay Communities and Inter-space Routing 53332 DBISP2P
Schemas and Queries over P2P 53333 DEXA
Flexible Networked Data Management on P2P 53334 DEXA Workshops
Hierarchical Aggregation in Networked Data Management 53337 Euro-Par
Efficiently Processing Query-Intensive Databases over a Non-Dedicated Local Network 53345 IPDPS
U.S. Air Force Weather Database and XML Web Services Implementation 53353 SSDBM
Detecting changes on unordered XML documents using relational databases: a schema-conscious approach 53357 CIKM
Xandy: Detecting Changes on Large Unordered XML Documents Using Relational Databases 53359 DASFAA
Detecting Changes to Hybrid XML Documents Using Relational Databases 53361 DEXA
Enhanced Answer Type Inference from Questions using Sequential Models 53370 HLT/EMNLP
Short comings of latent models in supervised settings 53371 SIGIR
The Genesis of a Pattern Language for Agent-based Enterprise Systems 53411 QSIC
Randeacute;sumandeacute; gandeacute;nandeacute;raliste de bases de donnandeacute;es 53437 BDA
General Purpose Database Summarization 53447 VLDB
Data Managment for Engineering Applications 53451 Data Management in a Connected World
Service Oriented Database Architecture: APP server-lite 53470 SIGMOD Conference
An Architecture and Application for Integrating Curation Data at the Residue Level for Proteins 53477 DILS
High-Performance Direct Pairwise Comparison of Large Genomic Sequences 53479 IPDPS
Design and evaluation of CATPA: curation and alignment tool for protein analysis 53482 SAC
Circle: design and implementation of a classifier based on circuit minimization 53483 SAC
Applying Webmining Techniques to Execution Traces to Support the Program Comprehension Process 53499 CSMR
Quick Inclusion-Exclusion 53508 KDID
Depth-First Non-Derivable Itemset Mining 53517 SDM
An Efficient and Fault-Tolerant Update Commitment Protocol for Weakly Connected Replicas 53529 Euro-Par
Asynchronous Complete Distributed Garbage Collection 53543 IPDPS
Obligation Policies: An Enforcement Platform 53551 POLICY
Distributed Weighted Vertex Cover via Maximal Matchings 53571 COCOON
Primal-dual based distributed algorithms for vertex cover with semi-hard capacities 53583 PODC
Irrigating ad hoc networks in constant time 53593 SPAA
Fast distributed algorithms for (weakly) connected dominating sets and linear-size skeletons 53622 J. Comput. Syst. Sci.
Making Connections: First Year Transition for Computer Science and Software Engineering Students 53643 ACE
Fast on-line index construction by geometric partitioning 53658 CIKM
Similarity measures for tracking information flow 53659 CIKM
Binary Codes for Non-Uniform Sources 53668 DCC
SIGIR 2005: Proceedings of the 28th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, Salvador, Brazil, August 15-19, 200 53687 SIGIR
Simplified similarity scoring using term ranks 53690 SIGIR
The recap system for identifying information flow 53694 SIGIR
Enhanced Byte Codes with Restricted Prefix Properties 53701 SPIRE
Space-Limited Ranked Query Evaluation Using Adaptive Pruning 53714 WISE
Word-based text compression using the Burrows-Wheeler transform 53731 Inf. Process. Manage.
Inverted Index Compression Using Word-Aligned Binary Codes 53735 Inf. Retr.
Recommended reading for IR research students 53741 SIGIR Forum
Redundant Association Rules Reduction Techniques 53758 Australian Conference on Artificial Intelligence
Computation of Meta-Learning Classifiers in Distributed Data Mining using a Novel Cognitive Memory Model 53777 IAT
Dimension Reduction for Clustering Time Series Using Global Characteristics 53786 International Conference on Computational Science (3)
A Personalized Multilingual Web Content Miner: PMWeb Miner 53788 ICCSA (2)
A Neural Network Model for Hierarchical Multilingual Text Categorization 53793 ISNN (2)
An Efficient Compression Technique for Frequent Itemset Generation in Association Rule Mining 53800 PAKDD
HDGSOMr: A High Dimensional Growing Self-Organizing Map Using Randomness for Efficient Web and Text Mining 53802 Web Intelligence
Applications of neural networks 53805 Computers andamp; OR
A clustering algorithm based on an estimated distribution model 53811 IJBIDM
Optimization via Intermittency with a Self-Organizing Neural Network 53816 Neural Computation
Intelligent web traffic mining and analysis 53819 J. Network and Computer Applications
A Longitudinal Comparison of Supervised and Unsupervised Learning Approaches to Iso-Resource Grouping for Acute Healthcare in Australia 53822 Classification and Clustering for Knowledge Discovery
Soft Computing Paradigms for Web Access Pattern Analysis 53823 Classification and Clustering for Knowledge Discovery
Modeling the Evolution of Objects in Temporal Information Systems 53833 SEBD
Towards ubiquitous tourist service coordination and integration: a multi-agent and semantic web approach 53840 ICEC
Requirements elicitation for the design of context-aware applications in a ubiquitous environment 53841 ICEC
Making personalized recommendations to customers in a service-oriented economy: a quantitative model based on reputation and risk attitude 53842 ICEC
Supporting the legal identities of contracting agents with an agent authorization platform 53843 ICEC
Towards end-to-end privacy control in the outsourcing of marketing activities: a web service integration solution 53844 ICEC
How Ontologies can Help in an E-Marketplace 53857 ECIS
Exception Handling for XML Query Execution Plans in a Web Service Environment 53863 EEE
Alert Driven Communications Management for Distance Learning 53864 EEE
Facilitating e-Negotiation Processes with Semantic Web Technologies 53871 HICSS
A Multi-Agent Infrastructure for Mobile Workforce Management in a Service Oriented Enterprise 53872 HICSS
Privacy and Access Control Issues in Financial Enterprise Content Management 53875 HICSS
A Multi-Modal Agent Based Mobile Route Advisory System for Public Transport Network 53879 HICSS
Legal Issues in Agents for Electronic Contracting 53882 HICSS
Systematic Interaction Management in a Workflow View Based Business-to-Business Process Engine 53887 HICSS
Anonymity and Security in Public Internet Forums 53904 CEC
Developing e-Negotiation support with a meta-modeling approach in a Web services environment 53913 Decision Support Systems
Integrating Legacy Sites into Web Services with WebXcript 53914 Int. J. Cooperative Inf. Syst.
Enhanced Knowledge Warehouse 53927 Encyclopedia of Information Science and Technology (II)
How Much Intelligence in the Semantic Web 53930 AWIC
A Survey of QoS Computation for Web Service Profiling 53935 CAINE
Ontological Document Filtering 53939 ISTA
Query planning for the grid: adapting to dynamic resource availability 53954 CCGRID
Data Redistribution and Remote Method Invocation in Parallel Component Architectures 53972 IPDPS
Comparing the Performance of High-Level Middleware Systems in Shared and Distributed Memory Parallel Environments 53978 IPDPS
High Performance Communication between Parallel Programs 53979 IPDPS
A simulation and data analysis system for large-scale, data-driven oil reservoir simulation studies 53999 Concurrency - Practice and Experience
Hardware-Software Hybrid Packet Processing for Intrusion Detection Systems 54015 CIS (2)
High Performance Computing - HiPC 2005, 12th International Conference, Goa, India, December 18-21, 2005, Proceeding 54016 HiPC
A Multicycle Context Model using Oracles and Microsituations for Contact Centers 54020 IMSA
A Shift Varying Filtering Theory for Dynamic Service Guarantees 54021 QoS-IP
Novelty detection based on sentence level patterns 54025 CIKM
Periodicity Detection in Time Series Databases 54047 IEEE Trans. Knowl. Data Eng.
Exploring Regression for Mining User Moving Patterns in a Mobile Computing System 54052 HPCC
Mining Time Series Data 54069 The Data Mining and Knowledge Discovery Handbook
Approximate Query Processing 54098 SBBD
CCID: Core construction for information dissemination in ad hoc scenario 54116 Communications and Computer Networks
Distributed core assisted scalable data dissemination in mobile ad hoc networks 54117 CollaborateCom
Hop counting based lightweight quality of service model for sensor devices 54134 IJAHUC
XQBE: the Swiss Army Knife for Semi-structured Data 54149 SEBD
XQBE: a visual environment for learning XML query languages 54150 SIGMOD Conference
XSLT by example 54154 WWW (Special interest tracks and posters)
XQBE (XQuery By Example): A visual interface to the standard XML query language 54156 ACM Trans. Database Syst.
XQBE: A Graphical Environment to Query XML Data 54157 World Wide Web
Robust Real-time Query Processing with QStream 54158 VLDB
The automatic improvement of locality in storage systems 54182 ACM Trans. Comput. Syst.
Graph-Based Modeling of ETL Activities with Multi-level Transformations and Updates 54195 DaWaK
Blueprints and Measures for ETL Workflows 54197 ER
A generic and customizable framework for the design of ETL scenarios 54200 Inf. Syst.
POSBIOTM-NER: a trainable biomedical named-entity recognition system 54229 Bioinformatics
Bootstrapping Semantic Annotations for Content-Rich HTML Documents 54236 ICDE
Transformations of self-stabilizing algorithms 54241 J. High Speed Networks
Digital Media Warehouses 54242 Encyclopedia of Database Technologies and Applications
Caching Strategies for Push-Based Broadcast Considering Consecutive Data Accesses with Think-Time 54250 DASFAA
Beitragsband zum Studierenden-Programm bei der 11. Fachtagung "Datenbanken fanduuml;r Business, Technologie and Web", GI Fachbereich Datenbanken und Informationssysteme, Karlsruhe, 1. Mandauml;rz 200 54263 BTW Studierendenprogramm
WebDBSearch - Eine Suchmaschine zum Auffinden relevanter Informationseinheiten in Web-Datenbanken 54265 BTW
Database Publication Practices 54312 VLDB
An apples-to-apples comparison of two database journals 54331 SIGMOD Record
Ontology Management for Large-Scale E-Commerce Applications 54336 DEEC
Business Process Integration with Web Services 54351 SNPD
The semantic webscape: a view of the semantic web 54354 WWW (Special interest tracks and posters)
Model-driven business transformation and the semantic web 54355 Commun. ACM
CVA file: an index structure for high-dimensional datasets 54391 Knowl. Inf. Syst.
Agent-Based Plot Planning for Automatic Generation of Computer Animation 54393 Australian Conference on Artificial Intelligence
An Efficient Branch Query Rewriting Algorithm for XML Query Optimization 54436 OTM Conferences (2)
Dynamic Asset Allocation for Stock Trading Optimized by Evolutionary Computation 54446 IEICE Transactions
Cooperation of Geographic and Multidimensional Databases 54450 Encyclopedia of Information Science and Technology (I)
Hierarchies in Multidimensional Databases 54451 Encyclopedia of Information Science and Technology (III)
Software Architecture to Support Domain Semantics Representation 54480 SwSTE
Complexity and clarity in conceptual modeling: Comparison of mandatory and optional properties 54486 Data Knowl. Eng.
Organizational memory information systems: a transactive memory approach 54487 Decision Support Systems
Toward Formalizing Domain Modeling Semantics in Language Syntax 54494 IEEE Trans. Software Eng.
Data Mining for Intrusion Detection 54513 The Data Mining and Knowledge Discovery Handbook
Efficient Security Mechanisms for Overlay Multicast-Based Content Distribution 54515 ACNS
Understanding Complex Network Attack Graphs through Clustered Adjacency Matrices 54519 ACSAC
Tracking anonymous peer-to-peer VoIP calls on the internet 54532 ACM Conference on Computer and Communications Security
Data and Applications Security XIX, 19th Annual IFIP WG 11.3 Working Conference on Data and Applications Security, Storrs, CT, USA, August 7-10, 2005, Proceeding 54554 DBSec
Authentication and Integrity in Telecommunication Signaling Network 54589 ECBS
An Efficient and Unified Approach to Correlating, Hypothesizing, and Predicting Intrusion Alerts 54594 ESORICS
Information Systems Security, First International Conference, ICISS 2005, Kolkata, India, December 19-21, 2005, Proceeding 54611 ICISS
MTPSec: Customizable Secure MTP3 Tunnels in the SS7 Network 54616 IPDPS
Rule-Based Topological Vulnerability Analysis 54620 MMM-ACNS
Practical Broadcast Authentication in Sensor Networks 54622 MobiQuitous
Metadata Management in Outsourced Encrypted Databases 54634 Secure Data Management
Multiple Coordinated Views for Network Attack Graphs 54669 VizSEC
Maintaining privacy on derived objects 54678 WPES
Journal on Data Semantics I 54726 J. Data Semantics II
A Group Based Insert Manner for Storing Enormous Data Rapidly in Intelligent Transportation System 54774 ICIC (2)
PnP: Parallel And External Memory Iceberg Cubes 54779 ICDE
Safety Methods in Software Process Improvement 54792 EuroSPI
Improving the Software Inspection Process 54795 EuroSPI
Analyzing Time-to-Market and Reliability Trade-Offs with Bayesian Belief Networks 54801 ICWE
Harvesting Knowledge through a Method Framework in an Electronic Process Guide 54810 Wissensmanagement
Harvesting Knowledge Through a Method Framework in an Electronic Process Guide 54811 Wissensmanagement (LNCS Volume)
The DLR Hierarchy of Approximate Inference 54821 UAI
On the relationship between deterministic and probabilistic directed Graphical models: From Bayesian networks to recursive neural networks 54823 Neural Networks
Tamper-resistent ubiquitous data management 54827 Comput. Syst. Sci. Eng.
SNIF: A Simple Nude Image Finder 54847 LA-WEB
Detecandccedil;andatilde;o de Randeacute;plicas Utilizando Conteanduacute;do e Estrutura 54849 SBBD
Impedance coupling in content-targeted advertising 54855 SIGIR
Application of Clustering Technique in Multiple Sequence Alignment 54864 SPIRE
Improving Web search efficiency via a locality based static pruning method 54868 WWW
XML-Based Semantic Database Definition Language 54879 ICEIS (1)
Storage Types in the Semantic Binary Database Engine 54880 ICEIS (1)
Object ID Distribution and Encoding in the Semantic Binary Engine 54881 ICEIS (1)
Semantic Database Engine Design 54882 ICEIS (1)
A Roof Edge Detection Model 54884 IbPRIA (2)
Edge Detection Models 54886 ICIAR
A generalized Mumford-Shah model for roof-edge detection 54887 ICIP (2)
Newimage segmentation models 54891 SIP
Image Segmentation and Selective Smoothing by Using Mumford-Shah Model 54894 IEEE Transactions on Image Processing
A New Algorithm for Content-Based Region Query in Multimedia Databases 54896 DEXA
On-line software system for content-based visual query of a color medical imagery 54897 IADIS AC
Using R-Trees in Content-Based Region Query with Spatial Bounds 54905 SYNASC
Advances in Computer Science - ASIAN 2005, Data Management on the Web, 10th Asian Computing Science Conference, Kunming, China, December 7-9, 2005, Proceeding 54913 ASIAN
XML Goes Native: Run-Time Representations for Xtatic 54977 CC
Exploiting Schemas in Data Synchronization 54978 DBPL
An Abstract Machine for the Kell Calculus 54979 FMOODS
Component-Oriented Programming with Sharing: Containment is Not Ownership 54981 GPCE
Combinators for bi-directional tree transformations: a linguistic approach to the view update problem 54989 POPL
Adaptive Query Processing in the Looking Glass 54997 CIDR
Adaptive Caching for Continuous Queries 54999 ICDE
The Pipelined Set Cover Problem 55003 ICDT
Proactive Re-optimization 55007 SIGMOD Conference
Proactive re-optimization with Rio 55008 SIGMOD Conference
Content-Based Routing: Different Plans for Different Data 55014 VLDB
Semi-Supervised Learning Based Object Detection in Aerial Imagery 55027 CVPR (1)
Object Detection in Aerial Imagery Based on Enhanced Semi-Supervised Learning 55031 ICCV
A Probabilistic Semantic Model for Image Annotation and Multi-Modal Image Retrieva 55032 ICCV
Combining Multiple Clusterings by Soft Correspondence 55033 ICDM
Co-clustering by block value decomposition 55043 KDD
FAST: Toward more effective and efficient image retrieval 55055 Multimedia Syst.
A Simpler Proof Theory for Nominal Logic 55064 FoSSaCS
Scrap your nameplate: (functional pearl) 55066 ICFP
Toward a general theory of names: binding and scope 55067 MERLIN
Equivariant Unification 55074 RTA
Avoiding Equivariance in Alpha-Prolog 55076 TLCA
An Empirical Evaluation of Simple DTD-Conscious Compression Techniques 55077 WebDB
Logic Column 14: Nominal Logic and Abstract Synta 55082 CoRR
Feature Extraction of Clusters Based on FlexDice 55087 ICDE Workshops
A Clustering Method Using an Irregular Size Cell Graph 55089 RIDE
VLEI code: An Efficient Labeling Method for Handling XML Documents in an RDB 55092 ICDE
An Efficient Access Forwarding Method Based On Caches On Storage Nodes 55093 ICDE Workshops
The Versioning System Balancing Data Amount and Access Frequency on Distributed Storage System 55095 ICDE Workshops
Planning isotopomer measurements for estimation of metabolic fluxes 55110 German Conference on Bioinformatics
Sinogram Denoising of Cryo-Electron Microscopy Images 55112 ICCSA (4)
Transaction Databases, Frequent Itemsets, and Their Condensed Representations 55123 KDID
Summarization Techniques for Pattern Collections in Data Minin 55131 CoRR
Hybride Integration von molekularbiologischen Annotationsdaten 55151 BTW
Hybrid Integration of Molecular-Biological Annotation Data 55161 DILS
Automatic Optimization of Web Recommendations Using Feedback and Ontology Graphs 55182 ICWE
Supporting Executable Mappings in Model Management 55193 SIGMOD Conference
Citation analysis of database publications 55219 SIGMOD Record
Adaptive website recommendations with AWESOME 55223 VLDB J.
Navigational Structure Mining for Usability Analysis 55226 EEE
Web Structure Mining for Usability Analysis 55231 Web Intelligence
Pagerank Increase under Different Collusion Topologies 55253 AIRWeb
An Analysis of Factors Used in Search Engine Ranking 55254 AIRWeb
Effective web crawling 55257 SIGIR Forum
Semantic image classification with hierarchical feature subset selection 55271 Multimedia Information Retrieval
A Reconfigurable Optical Interconnect System for DSAG 55282 PDCAT
Analysis on Resource Utilization Patterns of Office Computer 55285 IASTED PDCS
Seeded region growing: an extensive and comparative study 55295 Pattern Recognition Letters
Spatial Priors for Part-Based Recognition Using Statistical Models 55307 CVPR (1)
Pictorial Structures for Object Recognition 55328 International Journal of Computer Vision
Advanced Information Systems Engineering, 17th International Conference, CAiSE 2005, Porto, Portugal, June 13-17, 2005, Proceeding 55356 CAiSE
Integrating Natural Language Techniques in OO-Method 55366 CICLing
Conceptual Modeling - ER 2005, 24th International Conference on Conceptual Modeling, Klagenfurt, Austria, October 24-28, 2005, Proceeding 55387 ER
Interaction Transformation Patterns Based on Semantic Roles 55417 NLDB
Modeling Interactions using Role-Driven Patterns 55422 RE
Metamorfosis: Un Marco para el Anandaacute;lisis de Requisitos Funcionales 55427 WER
Elicitaciandoacute;n de requisitos en sistemas de gestiandoacute;n orientados a procesos 55429 WER
Agent-Oriented Information Systems II, 6th International Bi-Conference Workshop, AOIS 2004, Riga, Latvia, June 8, 2004 and New York, NY, USA, July 20, 2004,Revised Selected Paper 55454 AOIS
Implicit: an agent-based recommendation system for web search 55463 AAMAS
Goal-oriented requirement analysis for data warehouse design 55478 DOLAP
Security and Trust Requirements Engineering 55486 FOSAD
Software engineering for large-scale multi-agent systems - SELMAS'05 55489 ICSE
ST-Tool: A CASE Tool for Modeling and Analyzing Trust Requirements 55491 iTrust
Modeling Social and Individual Trust in Requirements Engineering Methodologies 55493 iTrust
Modeling Security Requirements Through Ownership, Permission and Delegation 55497 RE
ST-Tool: A CASE Tool for Security Requirements Engineering 55498 RE
An Implemented Prototype of Bluetooth-based Multi-Agent System 55510 WOA
The Tropos Metamodel and its Use 55521 Informatica (Slovenia)
When security meets software engineering: a case of modelling secure information systems 55522 Inf. Syst.
Software Engineering for Large-Scale Multi-Agent Systems - SELMAS 2005: workshop report 55529 ACM SIGSOFT Software Engineering Notes
Software engineering for large-scale multi-agent systems - SELMAS'05 55530 ACM SIGSOFT Software Engineering Notes
LAX: An Efficient Approximate XML Join Based on Clustered Leaf Nodes for XML Data Integration 55555 BNCOD
VLEI code: An Efficient Labeling Method for Handling XML Documents in an RDB 55560 ICDE
The Versioning System Balancing Data Amount and Access Frequency on Distributed Storage System 55562 ICDE Workshops
Unified Presentation Contents Retrieval Using Laser Pointer Information 55563 ICDE Workshops
Adaptive Lapped Declustering: A Highly Available Data-Placement Method Balancing Access Load and Space Utilization 55564 ICDE
A Failure-Aware Model for Estimating and Analyzing the Efficiency of Web Services Compositions 55578 PRDC
Reliability and Performance Estimation for Enriched WS-SAGAS 55582 WIRI
Presentation Retrieval Method Considering the Scope of Targets and Outputs 55583 WIRI
Swoogle: Searching for Knowledge on the Semantic Web 55591 AAAI
Using location information for scheduling in 802.15.3 MAC 55595 BROADNETS
How the Semantic Web is Being Used: An Analysis of FOAF Documents 55605 HICSS
Information Retrieval and the Semantic Web 55607 HICSS
Orthogonal Decision Trees for Resource-Constrained Physiological Data Stream Monitoring Using Mobile Devices 55608 HiPC
Secure Routing and Intrusion Detection in Ad Hoc Networks 55626 PerCom
Enhancing Web Privacy Protection through Declarative Policies 55627 POLICY
On a data-driven environment for multiphysics applications 55657 Future Generation Comp. Syst.
Using incremental Web log mining to create adaptive web servers 55663 Int. J. on Digital Libraries
Service Composition for Mobile Environments 55664 MONET
Collaborative joins in a pervasive computing environment 55674 VLDB J.
An Architecture for Lifecycle Management in Very Large File Systems 55680 MSST
Policy-Based Information Lifecycle Management in a Large-Scale File System 55682 POLICY
Transformational Derivation of an Improved Alias Analysis Algorithm 55702 Higher-Order and Symbolic Computation
Typestate verification: Abstraction techniques and complexity results 55703 Sci. Comput. Program.
Operator placement for in-network stream query processing 55707 PODS
A Technique to Reduce Preemption Overhead in Real-Time Multiprocessor Task Scheduling 55715 Asia-Pacific Computer Systems Architecture Conference
Storage QoS Control with Adaptive I/O Deadline Assignment and Slack-Stealing EDF 55725 International Conference on Computational Science (3)
A Systematic Scheme to Resolve QoS Dissatisfaction for Storage Cluster 55732 NPC
Improving the Build Architecture of Legacy C/C++ Software Systems 55741 FASE
Reducing Build Time through Precompilations for Evolving Large Software 55743 ICSM
Information-Theoretic Software Clustering 55750 IEEE Trans. Software Eng.
Negotiation Support in Online Markets, with Competition and Co-Operation 55753 CEC
Conceptual Modelling 2005, Second Asia-Pacific Conference on Conceptual Modelling (APCCM2005), Newcastle, NSW, Australia, January/February 200 55757 APCCM
Formal Logic as a Learning Facilitation Too 55771 ICALT
Higher-Order Entity Relationship Modelling with UML 55772 QSIC
Even Bonds of Prescribed Directed Parity 55777 Electr. J. Comb.
LocalRank: Ranking Web Pages Considering Geographical Locality by Integrating Web and Databases 55792 DEXA
Constraint Satisfaction In "Conscious" Software Agents--A Practical Application 55835 Applied Artificial Intelligence
Differential and trajectory methods for time course gene expression data 55836 Bioinformatics
Temporal gene expression classification with regularised neural network 55837 IJBRA
Characterization of TCC on Chip-Multiprocessors 55853 IEEE PACT
Improving Instruction Delivery with a Block-Aware ISA 55860 Euro-Par
TAPE: a transactional application profiling environment 55865 ICS
Energy-efficient and high-performance instruction fetch using a block-aware ISA 55871 ISLPED
Query translation scheme for heterogeneous XML data sources 55894 WIDM
On the Number of Experiments Sufficient and in the Worst Case Necessary to Identify All Causal Relations Among N Variables 55904 UAI
Typed functional query languages with equational specifications 55914 CIKM
Authorization Views and Conditional Query Containment 55932 ICDT
Designing Information-Preserving Mapping Schemes for XML 55961 VLDB
Benefits of Path Summaries in an XML Query Optimizer Supporting Multiple Access Methods 55962 VLDB
Using Datacube Aggregates for Approximate Querying and Deviation Detection 56014 IEEE Trans. Knowl. Data Eng.
Capturing summarizability with integrity constraints in OLAP 56016 ACM Trans. Database Syst.
Concise descriptions of subsets of structured sets 56017 ACM Trans. Database Syst.
A system for visualizing and analyzing the evolution of the web with a time series of graphs 56040 Hypertext
Mining Communities on the Web Using a Max-Flow and a Site-Oriented Framework 56045 WISE
Computational discovery of transcriptional regulatory rules 56058 ECCB/JBI
Speeding-up Model Selection for Support Vector Machines 56061 FLAIRS Conference
An efficient method for simplifying support vector machines 56065 ICML
Blind Feature Extraction for Time-Series Classification Using Haar Wavelet Transform 56074 ISNN (2)
Improving discriminative sequential learning with rare--but--important associations 56076 KDD
An Imbalanced Data Rule Learner 56086 PKDD
Using Inductive Logic Programming for Predicting Protein-Protein Interactions from Multiple Genomic Data 56087 PKDD
An Extension of Rough Approximation Quality to Fuzzy Classification 56090 RSFDGrC (1)
Support Vector Machines for Prediction and Analysis of Beta and Gamma-turns in Proteins 56098 J. Bioinformatics and Computational Biology
An association-based dissimilarity measure for categorical data 56100 Pattern Recognition Letters
Querying and Maintaining Ordered XML Data using Relational Databases 56105 ADC
Workflow Resource Patterns: Identification, Representation and Tool Support 56122 CAiSE
Life After BPEL 56127 EPEW/WS-FM
Workflow Data Patterns: Identification, Representation and Tool Support 56128 ER
Pattern-Based Analysis of the Control-Flow Perspective of UML Activity Diagrams 56129 ER
Interval Subset Sum and Uniform-Price Auction Clearing 56139 COCOON
Attribute-Based Access to Distributed Data over P2P Networks 56159 DNIS
Power aware routing for sensor databases 56172 INFOCOM
Detecting cuts in sensor networks 56179 IPSN
Space complexity of hierarchical heavy hitters in multi-dimensional data streams 56191 PODS
A lower bound for multicast key distribution 56240 Computer Networks
Distributed Navigation Algorithms for Sensor Network 56254 CoRR
Approximately-strategyproof and tractable multiunit auctions 56264 Decision Support Systems
Efficient Distributed XML Data Management for Mobile Commerce 56293 EEE
Traffic Measurement and Analysis of TUNET 56308 CW
Fuzzy Virtual Coupling Design for High Performance Haptic Display 56313 FSKD (1)
An Investigation into the Use of Delay Coordinate Embedding Technique with MIMO ANFIS for Nonlinear Prediction of Chaotic Signals 56314 FSKD (2)
Adaptive crossover and mutation in genetic algorithms based on clustering technique 56317 GECCO
Searching for expertise in social networks: a simulation of potential strategies 56320 GROUP
A System Designed to Support Formative Assessment of Open-Ended Written Assignments 56326 ICALT
A Simplified Routing and Simulating Scheme for the LEO/MEO Two-Layered Satellite Network 56327 ICCNMC
Dependable Transaction for Electronic Commerce 56328 ICCSA (3)
Abuse-Free Item Exchange 56329 ICCSA (4)
A Sequential Niching Technique for Particle Swarm Optimization 56336 ICIC (1)
Reasoning the Spatiotemporal Relations Between Time Evolving Indeterminate Regions 56345 ICMLC
Novel Leaning Feed-Forward Controller for Accurate Robot Trajectory Tracking 56346 ICNC (2)
A Novel Orthonormal Wavelet Network for Function Learning 56347 ICNC (1)
NN-Based Damage Detection in Multilayer Composites 56348 ICNC (2)
Short-Term Prediction on Parameter-Varying Systems by Multiwavelets Neural Network 56349 ICNC (2)
A Fast Nonseparable Wavelet Neural Network for Function Approximation 56350 ICNC (1)
Optimizing the Location-aided Routing Protocol in Mobile Ad hoc Networks 56352 ICWN
Approximating Anatomical Brain Connectivity with Diffusion Tensor MRI Using Kernel-Based Diffusion Simulations 56355 IPMI
Low complexity parallel Chien search architecture for RS decoder 56359 ISCAS (1)
Data Distortion for Privacy Protection in a Terrorist Analysis System 56363 ISI
A Further Result for Exponential Stability of Neural Networks with Time-Varying Delays 56366 ISNN (1)
Delay Aware Adaptive Scheduling in Wireless LAN 56374 LCN
Adaptive Power control Algorithm for Ad Hoc NetworksWith Short and Long Term Packet Correlations 56375 LCN
Matrix Condition Number Prediction with SVM Regression and Feature Selection 56387 SDM
An information extraction engine for web discussion forums 56397 WWW (Special interest tracks and posters)
Ant Colony System for Optimizing Vehicle Routing Problem with Time Windows 56401 CIMCA/IAWTIC
Comparison of Performance between Different Selection Strategies on Simple Genetic Algorithms 56402 CIMCA/IAWTIC
Query processing in spatial databases containing obstacles 56411 International Journal of Geographical Information Science
On Generalized Multiple-instance Learning 56412 International Journal of Computational Intelligence and Applications
Clustered SVD strategies in latent semantic indexing 56415 Inf. Process. Manage.
Distributed block independent set algorithms and parallel multilevel ILU preconditioners 56420 J. Parallel Distrib. Comput.
Top-k Spatial Joins 56446 IEEE Trans. Knowl. Data Eng.
White matter fiber tractography via anisotropic diffusion simulation in the human brain 56448 IEEE Trans. Med. Imaging
A two level finite difference scheme for one dimensional Pennes' bioheat equation 56450 Applied Mathematics and Computation
A numerical study of a 3D bioheat transfer problem with different spatial heating 56456 Mathematics and Computers in Simulation
Discovering "Factual" and "Implicative" generic association rules 56509 CAP
Prince: An Algorithm for Generating Rule Bases Without Closure Computations 56520 DaWaK
Mandeacute;thode de construction d'ontologie de termes andagrave; partir du treillis de l'iceberg de Galois 56525 EGC
PRINCE: Extraction optimisandeacute;e des bases gandeacute;nandeacute;riques de randegrave;gles sans calcul de fermetures 56534 INFORSID
IGB: A New Informative Generic Base of Association Rules 56538 PAKDD
A Divide and Conquer Approach for Deriving Partially Ordered Sub-structures 56539 PAKDD
Active Internet Traffic Filtering: Real-Time Response to Denial-of-Service Attacks 56599 USENIX Annual Technical Conference, General Track
Enforcing Bulk Mail Classificatio 56615 CoRR
A Scalable Stream-Oriented Framework for Cluster Application 56616 CoRR
Bootstrapped Real-Time Ego Motion Estimation and Scene Modeling 56635 3DIM
An Ontology-Driven Information Retrieval Mechanism for Semantic Information Portals 56653 SKG
Semi-Supervised Sequence Modeling with Syntactic Topic Models 56662 AAAI
Reducing Labeling Effort for Structured Prediction Tasks 56663 AAAI
Joint deduplication of multiple record types in relational data 56668 CIKM
Collective multi-label classification 56669 CIKM
Multi-way distributional clustering via pairwise interactions 56675 ICML
Topic and Role Discovery in Social Networks 56690 IJCAI
Detecting Anomalies in Network Traffic Using Maximum Entropy Estimation 56693 Internet Measurment Conference
Composition of Conditional Random Fields for Transfer Learning 56702 HLT/EMNLP
Group and Topic Discovery from Relations and Their Attributes 56706 NIPS
A Conditional Random Field for Discriminatively-trained Finite-state String Edit Distance 56712 UAI
Piecewise Training for Undirected Models 56713 UAI
Disambiguating Web appearances of people in a social network 56714 WWW
Information extraction: distilling structured data from unstructured text 56720 ACM Queue
Accurate and Low-cost Location Estimation Using Kernels 56726 IJCAI
Extracting Relations with Integrated Information Using Kernel Methods 56730 ACL
Simulation of power evolution and control dynamics in optical transport systems 56746 Bell Labs Technical Journal
When location-based services meet databases 56765 Mobile Information Systems
Where Are Linear Feature Extraction Methods Applicable 56766 IEEE Trans. Pattern Anal. Mach. Intell.
Java Learning Object Ontology 56780 ICALT
Modal Logics for Metric Spaces: Open Problems 56792 We Will Show Them! (2)
Temporal Logics over Transitive States 56793 CADE
'Closer' representation and reasoning 56796 Description Logics
Comparative Similarity, Tree Automata, and Diophantine Equations 56812 LPAR
Undecidability of first-order intuitionistic and modal logics with two variables 56821 Bulletin of Symbolic Logic
Combining Spatial and Temporal Logics: Expressiveness vs. Complexity 56825 J. Artif. Intell. Res. (JAIR)
From Research Prototypes to Industrial Strength Open Source Products - The ObjectWeb Experience 56857 SOFSEM
Middleware benchmarking: approaches, results, experiences 56858 Concurrency and Computation: Practice and Experience
Proceedings of the Dateso 2005 Annual International Workshop on DAtabases, TExts, Specifications and Objects, Desna, Czech Republic, April 13-15, 200 56875 DATESO
Page content rank: an approach to the web content mining 56887 IADIS AC
Using BFA with wordnet ontology based model for web retrieval 56893 SITIS
WordNet Ontology Based Model for Web Retrieval 56899 WIRI
A Mediation Layer for Heterogeneous XML Schemas 56904 IJWIS
Size Regularized Cut for Data Clustering 56910 NIPS
Multi-labelled classification using maximum entropy method 56913 SIGIR
PODWIS: A Personalized Tool for Ontology Development in Domain Specific Web Information System 56921 APWeb
General Consistency Management Within the Development of Ontology-Driven Web Information System 56922 ASIAN
A Hybrid Method for Detecting Data Stream Changes with Complex Semantics in Intensive Care Unit 56923 ASIAN
ACB-R: An Adaptive Clustering-Based Data Replication Algorithm on a P2P Data-Store 56924 ASIAN
Web Service Composition Using Integer Programming-based Models 56938 ICEBE
Mining Most General Multidimensional Summarization of Probably Groups in Data Warehouses 56944 SSDBM
Understanding User Operations on Web Page in WISE 56948 WAIM
An Ontology Based Approach to Construct Behaviors in Web Information Systems 56950 WAIM
Validating key constraints over XML document using XPath and structure checking 56955 Future Generation Comp. Syst.
Personal information management with SEMEX 56957 SIGMOD Conference
Clustered Trie Structures for Approximate Search in Hierarchical Objects Collections 56960 ICAPR (1)
Multiple-Winners Randomized Tournaments with Consensus for Optimization Problems in Generic Metric Spaces 56964 WEA
Sparsha: a comprehensive indian language toolset for the blind 56973 ASSETS
A Virtual Predictive Keyboard as a Learning Aid for People with Neuro-Motor Disorders 56980 ICALT
Performance enhancement of a contract net protocol based system through instance-based learning 57017 IEEE Transactions on Systems, Man, and Cybernetics, Part B
The Service Interaction Protocol for the Chronobot/Virtual Classroom (CVC) System 57020 SEKE
Counting and Enumerating Pointed Pseudo-triangulations with the Greedy Flip Algorithm 57027 ALENEX/ANALCO
Testing Shortcuts to Maintain Simplicity in Subdivision Simplification 57032 CCCG
Maximum Independent Set for Intervals by Divide-Prune-and-Conquer 57044 CCCG
Computing Rigid Components of Pseudo-triangulation Mechanisms in Linear Time 57045 CCCG
Implementing time-varying contour trees 57073 Symposium on Computational Geometry
An Adaptive Dynamic Programming Algorithm for the Side Chain Placement Problem 57096 Pacific Symposium on Biocomputing
Streaming Compression of Triangle Meshes 57097 Symposium on Geometry Processing
Rotamer-Pair Energy Calculations Using a Trie Data Structure 57119 WABI
Lossless compression of predicted floating-point geometry 57135 Computer-Aided Design
Polygonal path simplification with angle constraints 57143 Comput. Geom.
Editorial 57153 Comput. Geom.
Probik: Protein Backbone Motion by Inverse Kinematics 57184 I. J. Robotic Res.
Comparing Graph Representations of Protein Structure for Mining Family-Specific Residue-Based Packing Motifs 57185 Journal of Computational Biology
Secure event types in content-based, multi-domain publish/subscribe systems 57203 SEM
Ubiquitous Computing: Challenges in Flexible Data Aggregation 57205 EUC
Object Tracking Using Durative Events 57206 EUC Workshops
Integrating Databases with Publish/Subscribe 57210 ICDCS Workshops
Risk Models for Trust-Based Access Control(TBAC) 57216 iTrust
Securing Publish/Subscribe for Multi-domain Systems 57218 Middleware
Unified Semantics for Event Correlation over Time and Space in Hybrid Network Environments 57225 OTM Conferences (1)
Determination of Time and Order for Event-Based Middleware in Mobile Peer-to-Peer Environments 57231 PerCom Workshops
Dynamic group communication in mobile peer-to-peer environments 57237 SAC
D-ARIES: A Distributed Version of the ARIES Recovery Algorithm 57278 ADBIS Research Communications
Using XML to Support Media Types 57288 ISTA
Leveraging agent based simulation for rapid course of action development 57321 Winter Simulation Conference
Modeling and Propagation of Noisy Waveforms in Static Timing Analysis 57334 DATE
DM-AMS: employing data mining techniques for alert management 57336 DG.O
Sensitivity-Based Gate Delay Propagation in Static Timing Analysis 57348 ISQED
Application of Rough Set Theory in Network Fault Diagnosis 57358 ICITA (2)
Do physiological data relate to traditional usability indexes 57359 OZCHI
Randeacute;sumandeacute; gandeacute;nandeacute;raliste de bases de donnandeacute;es 57367 BDA
Transformation selection for aptness-based web retrieval 57384 ADC
A History-Based Algebra for Quality-Checking Medical Guidelines 57385 AIME
Argumentation Systems for History-Based Construction of Medical Guidelines 57386 BNAIC
Dynamic and efficient key management for access hierarchies 57409 ACM Conference on Computer and Communications Security
Achieving Fairness in Private Contract Negotiation 57411 Financial Cryptography
Optimal Distributed Declustering Using Replication 57412 ICDT
A Multilevel Dictionary for Model Management 57433 ER
ModelGen: Model Independent Schema Translation 57438 ICDE
Composition of mappings given by embedded dependencies 57446 PODS
Model Independent Schema and Data Translation (Extended abstract) 57448 SEBD
The many roles of meta data in data integration 57451 SIGMOD Conference
Supporting Executable Mappings in Model Management 57459 SIGMOD Conference
Interactive Schema Translation with Instance-Level Mappings 57463 VLDB
Enhancing Focused Crawling with Genetic Algorithms 57546 ITCC (2)
Towards P2P-Based Semantic Web Service Discovery with QoS Support 57555 Business Process Management Workshops
An Overlay Network for Resource Discovery in Grids 57557 DEXA Workshops
Efficient Processing of XPath Queries with Structured Overlay Networks 57568 OTM Conferences (2)
Range Queries in Trie-Structured Overlays 57570 Peer-to-Peer Computing
On P2P Collaboration Infrastructures 57576 WETICE
Peer-to-Peer: Grundlagen und Architektur 57579 Datenbank-Spektrum
Priority-Based Conflict Resolution in Inconsistent Relational Database 57589 CoRR
High dimensional indexing for protein structure matching using bowties 57594 APBC
Ontology Merging with Formal Concept Analysis 57603 Semantic Interoperability and Integration
Formal Concept Analysis, Foundations and Application 57615 Formal Concept Analysis
Efficient Mining of Association Rules Based on Formal Concept Analysis 57616 Formal Concept Analysis
A Finite State Model for On-Line Analytical Processing in Triadic Contexts 57634 ICFCA
Generating a Condensed Representation for Association Rules 57660 J. Intell. Inf. Syst.
Approximating the Bandwidth of Caterpillars 57665 APPROX-RANDOM
The Generalized Deadlock Resolution Problem 57668 ICALP
On Privacy-Preserving Histograms 57683 UAI
Click Fraud Resistant Methods for Learning Click-Through Rates 57684 WINE
A Primal-Dual Algorithm for Computing Fisher Equilibrium in the Absence of Gross Substitutability Property 57685 WINE
Fast Handoff for Hierarchical Mobile SIP Networks 57690 WEC (5)
Morphological Description of Cervical Cell Images for the Pathological Recognition 57691 WEC (5)
Quality in conceptual modeling: five examples of the state of the art 57722 Data Knowl. Eng.
Efficiently Enumerating Results of Keyword Search 57735 DBPL
Finding corresponding objects when integrating several geo-spatial datasets 57742 GIS
Efficient Engines for Keyword Proximity Search 57789 WebDB
Equivalences among aggregate queries with negation 57823 ACM Trans. Comput. Log.
Intelligent Virtual Environments for Training: An Agent-Based Approach 57827 CEEMAS
Consistency Verification of the Reasoning in a Deliberative Agent with Respect to the Communication Protocols 57829 ESAW
Consistency Verification of a Non-monotonic Deductive System based on OWL Lite 57840 MSVVEIS
Range Query Optimization Leveraging Peer Heterogeneity in DHT Data Networks 57854 DBISP2P
MINERVAinfinity: A Scalable Efficient Peer-to-Peer Search Engine 57866 Middleware
Improving collection selection with overlap awareness in P2P search engines 57873 SIGIR
KLEE: A Framework for Distributed Top-k Query Algorithms 57876 VLDB
Fair Resource Allocation in a Simple Multi-agent Setting: Search Algorithms and Experimental Evaluation 57885 International Journal on Artificial Intelligence Tools
Maintaining Nonparametric Estimators over Data Streams 57902 BTW
XML Databases and Beyond - Plenty of Architectural Challenges Ahead 57910 ADBIS
Data Management in a Connected World, Essays Dedicated to Hartmut Wedekind on the Occasion of His 70th Birthda 57916 Data Management in a Connected World
Caching over the Entire User-to-Data Path in the Internet 57917 Data Management in a Connected World
DBMS Architecture - Still an Open Problem 57920 BTW
A Query Processing Approach for XML Database Systems 57950 Grundlagen von Datenbanken
DeweyIDs - The Key to Fine-Grained Management of XML Documents 57974 SBBD
DBMS Architecture - New Challenges Ahead 57989 Datenbank-Spektrum
Architecture - the Layer Model and its Evolution 57990 Datenbank-Spektrum
Editorial zum Themenheft: "Datenbanksysteme" 58001 Inform., Forsch. Entwickl.
Towards a theory of multimedia metacomputing 58015 Inf. Syst.
Exploiting Lexical Conceptual Structure for Paraphrase Generation 58067 IJCNLP
Building a Japanese-Chinese Dictionary Using Kanji/Hanzi Conversion 58068 IJCNLP
Automatic Extraction of Fixed Multiword Expressions 58069 IJCNLP
Opinion Mining as Extraction of Attribute-Value Relations 58070 JSAI Workshops
Context as Filtering 58074 NIPS
Anaphora resolution by antecedent identification followed by anaphoricity determination 58092 ACM Trans. Asian Lang. Inf. Process.
Acquiring causal knowledge from text using the connective marker tame 58093 ACM Trans. Asian Lang. Inf. Process.
Introduction to the special issue: Recent advances in information processing and access for Japanese 58095 ACM Trans. Asian Lang. Inf. Process.
Training Multi-Classifiers for Chinese Unknown Word Detection 58097 Journal of Chinese Language and Computing
Machine Learning-based Dependency Analyzer for Chinese 58098 Journal of Chinese Language and Computing
Haystack: A General-Purpose Information Management Tool for End Users Based on Semistructured Data 58100 CIDR
Using dependency models to manage complex software architecture 58103 OOPSLA
Using dependency models to manage software architecture 58104 OOPSLA Companion
Incremental exploratory visualization of relationships in large codebases for program comprehension 58105 OOPSLA Companion
Magnet: Supporting Navigation in Semistructured Data Environments 58106 SIGMOD Conference
Relo: helping users manage context during interactive exploratory visualization of large codebases 58109 ETX
A Pure Lazy Technique for Scalable Transaction Processing in Replicated Databases 58112 ICPADS (1)
GridPML: A Process Modeling Language and History Capture System for Grid Service Composition 58149 ICEBE
A Prototype for Integration of Web Services into the Irules Approach to Component Integration 58150 ICEIS (1)
Exploring XML for data exchange in the context of an undergraduate database curriculum 58162 SIGCSE
TFExplorer: integrated analysis database for predicted transcription regulatory elements 58195 Bioinformatics
An Approach to Tracking Data Derivation in Information Systems 58199 CIT
Supporting QoS Assessment and Monitoring in Virtual Organisations 58201 IEEE SCC
Managing Quality of Service in Virtual Organisations 58211 iiWAS
Discovery of Information Sources across Organizational Boundaries 58223 IEEE SCC
Heterogeneous Multirobot Coordination with Spatial and Temporal Constraints 58226 AAAI
A decentralized variable ordering method for distributed constraint optimization 58252 AAMAS
A cost minimization approach to human behavior recognition 58266 AAMAS
An integrated token-based algorithm for scalable coordination 58270 AAMAS
Dynamic Outside Options in Alternating-Offers Negotiations 58294 HICSS
Exploiting Multi-Agent Interactions for Identifying the Best-Payoff Information Source 58301 IAT
Towards a Formal Verification of OWL-S Process Models 58341 International Semantic Web Conference
Electronic Trading in Order-Driven Markets: Efficient Execution 58352 CEC
Research Directions for Service-Oriented Multiagent Systems 58385 IEEE Internet Computing
Machine Learning for HIV-1 Protease Cleavage Site Prediction 58412 Artificial Intelligence and Applications
Subspace Classifier for Protein Subcellular Localization Prediction 58413 Artificial Intelligence and Applications
Identifying Splice-Junction Sequences by Hierarchical Multiclassifier 58414 Artificial Intelligence and Applications
Detector of Image Orientation Based on Borda-Count 58416 IbPRIA (2)
Support Vector Machines for HIV-1 Protease Cleavage Site Prediction 58417 IbPRIA (2)
Evoluzione dell'approccio MKL al relevance feedback per l'apprendimento a lungo termine 58424 SEBD
Ensemble of Parzen window classifiers for on-line signature verification 58426 Neurocomputing
Improving Automatic Query Classification via Semi-Supervised Learning 58481 ICDM
A Specialization in Information and Knowledge Management Systems for the Undergraduate Computer Science Curriculum 58495 ITCC (1)
Surrogate scoring for improved metasearch precision 58519 SIGIR
Automatic web query classification using labeled and unlabeled training data 58524 SIGIR
Predicting query difficulty on the web by learning visual clues 58529 SIGIR
A framework for determining necessary query set sizes to evaluate web search effectiveness 58546 WWW (Special interest tracks and posters)
MONET Special Issue on Non-Cooperative Wireless Networking and Computing 58577 MONET
Regional Gossip Routing for Wireless Ad Hoc Networks 58578 MONET
Localized Algorithms for Energy Efficient Topology in Wireless Ad Hoc Networks 58579 MONET
Erratum: Minimum-Energy Broadcast in Static Ad Hoc Wireless Networks 58604 Wireless Networks
An Application Development Environment for Rule-Based I/O Control Devices 58626 EUC Workshops
Virtual Space Broadcasting based on the Speed of Avatar Movement 58627 EuroIMSA
An Information Retrieval System for Supporting Casual Conversation in Wearable Computing Environments 58632 ICDCS Workshops
An Event-driven Navigation Platform forWearable Computing Environments 58637 ISWC
SoundWeb: Hyperlinked Voice Data for Wearable Computing Environment 58639 ISWC
A Ubiquitous Computing Environment Composed by Cooperation between Visual Markers and Event-Driven Compact Devices 58652 UDM
Robust optimum design of SAW filters with the Taguchi method and a memetic algorithm 58657 Congress on Evolutionary Computation
Toward Large Scale Integration: Building a MetaQuerier over Databases on the Web 58668 CIDR
Towards Building a MetaQuerier: Extracting and Matching Web Query Interfaces 58670 ICDE
MetaQuerier: querying structured web sources on-the-fly 58680 SIGMOD Conference
Light-weight Domain-based Form Assistant: Querying Web Databases On the Fly 58682 VLDB
Network Coding Theory - Part II: Multiple Source 58738 Foundations and Trends in Communications and Information Theory
Network Coding Theory - Part I: Single Source 58739 Foundations and Trends in Communications and Information Theory
Surveying Mobile Commerce Environments 58743 Encyclopedia of Information Science and Technology (V)
Invariant aspects in M-commerce environments 58761 Mobile Data Management
A comparative study on the consistency of features in on-line signature verification 58780 Pattern Recognition Letters
An Enhanced Query Model for Soccer Video Retrieval Using Temporal Relationships 58796 ICDE
A Multi-Buffer Scheduling Scheme for Video Streaming 58807 ICME
Tree Animation for A 3D Interactive Visualization System For Hurricane Impacts 58808 ICME
A Multiple Instance Learning Approach for Content Based Image Retrieval Using One-Class Support Vector Machine 58809 ICME
Data integration for capital projects via community-specific conceptual representations 58824 IRI
A Latent Semantic Indexing Based Method for Solving Multiple Instance Learning Problem in Region-Based Image Retrieval 58828 ISM
Neural Network Based Framework For Goal Event Detection In Soccer Videos 58829 ISM
Collaborative Filtering by Mining Association Rules from User Access Sequences 58851 WIRI
An adaptive rate-control streaming mechanism with optimal buffer utilization 58863 Journal of Systems and Software
Guest Editorial: Introduction to the Special Issue 58868 Multimedia Tools Appl.
The second ACM international workshop on multimedia databases (MMDB 2004) held at ACM CIKM 2004 58871 SIGIR Forum
Mining the internet: the eighth wonder of the world 58878 KDD
Database Change Notifications: Primitives for Efficient Database Query Result Caching 58893 VLDB
The set of fuzzy rational numbers and flexible querying 58912 Fuzzy Sets and Systems
ReDAL: Request Distribution for the Application Layer 58965 ICDCS
Interactive material replacement in photographs 58970 Graphics Interface
Sketching mesh deformations 58981 SI3D
Curvature Maps for Local Shape Comparison 58984 SMI
Harmonic functions for quadrilateral remeshing of arbitrary manifolds 58990 Computer Aided Geometric Design
Quadric-based simplification in any dimension 58992 ACM Trans. Graph.
Sketching mesh deformations 58994 ACM Trans. Graph.
A Multiresolution Representation for Massive Meshes 59000 IEEE Trans. Vis. Comput. Graph.
Pattern Tree Algebras: Sets or Sequences 59009 VLDB
A Model-Based Development Method for SmartOSEK OS 59012 CIT
Improving Speaker Recognition by Training on Emotion-Added Models 59019 ACII
Emotion-State Conversion for Speaker Recognition 59020 ACII
Minimizing Memory Utilization of Task Sets in SmartOSEK 59023 AINA
Service-Oriented Workflow Model 59024 AINA
Interactive Semantic-Based Visualization Environment for Traditional Chinese Medicine Information 59029 APWeb
DartGrid: RDF-Mediated Database Integration and Process Coordination Using Grid as the Platform 59030 APWeb
Dart Database Grid: A Dynamic, Adaptive, RDF-Mediated, Transparent Approach to Database Integration for Semantic Web 59031 APWeb
Speaker Identification Using the VQ-Based Discriminative Kernels 59035 AVBPA
Exploiting Glottal Information in Speaker Recognition Using Parallel GMMs 59037 AVBPA
Semantic and Virtual Agents Model in Adaptive Middleware Architecture for Smart Vehicle Space 59039 CEEMAS
MacroOS: A Pervasive Computing Platform Supporting Context Awareness and Context Management 59041 CIS (2)
Text Mining for Clinical Chinese Herbal Medical Knowledge Discovery 59048 Discovery Science
Semantic-Based Context-Role Model for Web Information Sharing 59051 EEE
Applying Semantic Web Technologies for Geodata Integration and Visualization 59052 ER (Workshops)
DartDataFlow: Semantic-Based Sensor Grid 59053 EUC Workshops
Adaptive Component Allocation in ScudWare Middleware for Ubiquitous Computing 59055 EUC
Dart-Dataflow: Towards Communicating Data Semantics in Sensor Grid 59070 GCC
Query Optimization in Database Grid 59072 GCC
Automatic Categorization of Traditional Chinese Painting Images with Statistical Gabor Feature and Color Feature 59084 International Conference on Computational Science (1)
Comfortable Driver Behavior Modeling for Car Following of Pervasive Computing Environment 59087 International Conference on Computational Science (3)
A Service Oriented Implementation of Distributed Status Monitoring and Fault Diagnosis Systems 59089 International Conference on Computational Science (1)
WDM: An Energy-Efficient Multi-hop Routing Algorithm for Wireless Sensor Networks 59094 International Conference on Computational Science (2)
DHAI: Dynamic Hierarchical Agent-Based Infrastructure for Supporting Large-Scale Distributed Information Processing 59096 ICCNMC
Embedded Software and Systems, First International Conference, ICESS 2004, Hangzhou, China, December 9-10, 2004, Revised Selected Paper 59107 ICESS
Embedded Software and Systems, Second International Conference, ICESS 2005, Xi'an, China, December 16-18, 2005, Proceeding 59108 ICESS
An OSEK COM Compliant Communication Model for Smart Vehicle Environment 59112 ICESS
Learning-based super-resolution of 3D face model 59117 ICIP (2)
Enhance speaker segmentation by elaborating utterance detection 59119 ICME
Adaptive Component Management Service in ScudWare Middleware for Smart Vehicle Space 59123 ICSOC
Rewriting Queries Using Views for RDF-Based Relational Integration 59125 ICTAI
Sub-Ontology Evolution for Service Composition with Application to Distributed E-Learning 59126 ICTAI
Exact Best-Case End-to-End Response Time Analysis for Hard Real-Time Distributed Systems 59130 ISCIS
A Pitch-Based Rapid Speech Segmentation for Speaker Indexing 59132 ISM
An NFSv4-Based Security Scheme for NAS 59133 ISPA Workshops
Constructing the Discriminative Kernels Using GMM for Text-Independent Speaker Identification 59136 IWBRS
RDF-Based Ontology View for Relational Schema Mediation in Semantic Web 59138 KES (2)
Combining an Order-Semisensitive Text Similarity and Closest Fit Approach to Textual Missing Values in Knowledge Discovery 59139 KES (2)
An Interactive Visual Model for Web Ontologies 59140 KES (2)
A systems programming language for wireless networked embedded systems 59143 PDCAT
Developing context-aware applications in ubiquitous computing environments 59144 PDCAT
A Comprehensive Context Model for Next Generation Ubiquitous Computing Applications 59150 RTCSA
Fault Tolerant Scheduling for Fixed-Priority Tasks with Preemption Threshold 59151 RTCSA
End-To-End Worst-Case Response Time Analysis for Hard Real-Time Distributed Systems 59153 SAFECOMP
Multi-label Text Categorization Using K-Nearest Neighbor Approach with M-Similarity 59170 SPIRE
Robust Metric and Alignment for Profile-Based Face Recognition: An Experimental Comparison 59172 WACV/MOTION
Advances in Web-Age Information Management, 6th International Conference, WAIM 2005, Hangzhou, China, October 11-13, 2005, Proceeding 59173 WAIM
DartGrid III: A Semantic Grid Toolkit for Data Integration 59177 SKG
3d Face Recognition from Range Data 59185 Int. J. Image Graphics
A Wavelet Approach for the Analysis of Folding Trajectory of Protein Trp-cage 59186 J. Bioinformatics and Computational Biology
Modeling and Monitoring Dynamic Dependency Environments 59189 IEEE SCC
Rules and Rule Markup Languages for the Semantic Web, First International Conference, RuleML 2005, Galway, Ireland, November 10-12, 2005, Proceeding 59194 RuleML
Background Modeling and Target Tracking in Video Surveillance 59204 IICAI
Trajectory Guided Recognition of Hand Gestures for Human Computer Interface 59205 IICAI
Facial Expression Recognition using Hidden Markov Models 59206 IICAI
Hand Gesture Reconstruction and Animation 59207 IICAI
Semiautomatic Technique for Semantic Video Object Extraction using Watershed Algorithm and Motion Tracking 59208 IICAI
Estimation of 2D Motion Trajectories from Video Object Planes and Its Application in Hand Gesture Recognition 59209 PReMI
Wireless protocol testing and validation supported by formal methods. A hands-on report 59225 Journal of Systems and Software
Generating high quality printouts from content management systems: a cost-effective approach 59228 Softw., Pract. Exper.
Designing real-time H.264 decoders with dataflow architectures 59232 CODES+ISSS
A Non-LIinear Function Generator Using BRM 59233 ERSA
ANTS: An Evolvable Network of Tiny Sensors 59234 EUC
A High-Throughput MAC Strategy for Next-Generation WLANs 59238 WOWMOM
Revisit of RTS/CTS Exchange in High-Speed IEEE 802.11 Networks 59239 WOWMOM
Locking Protocols for Materialized Aggregate Join Views 59258 IEEE Trans. Knowl. Data Eng.
MediaPeer: A Safe, Scalable P2P Architecture for XML Query Processing 59266 DEXA Workshops
Benchmarking an XML Mediator 59267 ICEIS (1)
An Efficient Equi-semi-join Algorithm for Distributed Architectures 59279 International Conference on Computational Science (2)
A Synchronous Process Calculus for Service Costs 59284 SEFM
A Generic Cost Model for Concurrent and Data-parallel Meta-computing 59287 Electr. Notes Theor. Comput. Sci.
Mining Evolving Customer-Product Relationships in Multi-Dimensional Space 59296 ICDE
One project, four schema languages: medley or melee 59320 WWW (Special interest tracks and posters)
OpenDHT: a public DHT service and its uses 59328 SIGCOMM
Polygraph: Automatically Generating Signatures for Polymorphic Worms 59329 IEEE Symposium on Security and Privacy
A low overhead encapsulation method for MF-TDMA 59353 Computer Networks
Graph-Based Modeling of ETL Activities with Multi-level Transformations and Updates 59371 DaWaK
Blueprints and Measures for ETL Workflows 59375 ER
On the consistency of cardinal direction constraints 59383 Artif. Intell.
A generic and customizable framework for the design of ETL scenarios 59385 Inf. Syst.
Computing and Managing Cardinal Direction Relations 59387 IEEE Trans. Knowl. Data Eng.
Schema Adaptation Under Multi-relation Dependencies 59414 GCC
Affine Object Tracking with Kernel-Based Spatial-Color Representation 59425 CVPR (1)
Two ellipse-based pruning methods for group nearest neighbor queries 59426 GIS
Towards Scaleable Protein Structure Comparison and Database Search 59464 International Journal on Artificial Intelligence Tools
A kernel autoassociator approach to pattern classification 59469 IEEE Transactions on Systems, Man, and Cybernetics, Part B
Fast rendering of foveated volumes in wavelet-based representation 59470 The Visual Computer
Personalized and Community Decision Support in eTourism Intermediaries 59477 DEXA
Linking the Balanced Scorecard to Business Models for Value-Based Strategic Management in e-Business 59480 EC-Web
Measuring the Performance of Digital Divide Strategies: The Balanced Scorecard Approach 59483 EGOV
Querying a Super-Peer in a Schema-Based Super-Peer Network 59493 DBISP2P
On the Hardness of Approximating Multicut and Sparsest-Cut 59527 IEEE Conference on Computational Complexity
Asymmetric k-center is log* n-hard to approximate 59556 J. ACM
The black-box complexity of nearest-neighbor search 59562 Theor. Comput. Sci.
Fuzzy Cellular Automata for Modeling Pattern Classifier 59628 IEICE Transactions
Fault diagnosis of VLSI circuits with cellular automata based pattern classifier 59650 IEEE Trans. on CAD of Integrated Circuits and Systems
Design of Nonlinear CA Based TPG Without Prohibited Pattern Set In Linear Time 59652 J. Electronic Testing
Core Vector Regression for very large regression problems 59666 ICML
Core Vector Machines: Fast SVM Training on Very Large Data Sets 59670 Journal of Machine Learning Research
Performance evaluation on CRL distribution using flooding in mobile ad hoc networks (MANETs) 59678 ACM Southeast Regional Conference (2)
Two Improved Partially Blind Signature Schemes from Bilinear Pairings 59680 ACISP
Role Activation Management in Role Based Access Control 59681 ACISP
Efficient Identity Based Ring Signature 59682 ACNS
A model to support fine-grained delegation of authorization 59692 Security and Management
Dynamic Integrity Verification for Software Self-defense 59693 Security and Management
Trustworthy Browsing - A Secure Web Accessing Model 59697 EEE
Identity Based Ring Signature: Why, How and What Next 59698 EuroPKI
Secure Role Activation and Authorization in the Enterprise Environment 59699 EuroPKI
An e-Lottery Scheme Using Verifiable Random Function 59701 ICCSA (3)
Supporting Efficient Authorization in Delegation with Supervision 59706 ICPADS (2)
Separable and Anonymous Identity-Based Key Issuing 59707 ICPADS (2)
Reconstructing an Ultrametric Galled Phylogenetic Network from a Distance Matrix 59711 MFCS
Identity Based Delegation Network 59712 Mycrypt
Signcryption in Hierarchical Identity Based Cryptosystem 59715 SEC
The mutated subsequence problem and locating conserved genes 59722 Bioinformatics
Filtering of Ineffective siRNAs and Improved siRNA Design Tool 59724 Bioinformatics
Finding Motifs with Insufficient Number of Strong Binding Sites 59731 Journal of Computational Biology
A generic anti-spyware solution by access control list at kernel level 59733 Journal of Systems and Software
Effect of traffic localization on energy dissipation in NoC-based interconnect 59737 ISCAS (2)
Model Checking Machine Code with the GNU Debugger 59744 SPIN
Time-Efficient Model Checking with Magnetic Disk 59745 TACAS
Performance Evaluation and Design Trade-Offs for Network-on-Chip Interconnect Architectures 59751 IEEE Trans. Computers
Automated and Safe Vulnerability Assessment 59753 ACSAC
Scalable and Robust WLAN Connectivity Using Access Point Array 59769 DSN
Checking Array Bound Violation Using Segmentation Hardware 59770 DSN
TBBT: Scalable and Accurate Trace Replay for File Server Evaluation 59776 FAST
Network-Centric Buffer Cache Organization 59796 ICDCS
MiNT: a miniaturized network testbed for mobile wireless research 59819 INFOCOM
Architecture and algorithms for an IEEE 802.11-based multi-channel wireless mesh network 59822 INFOCOM
DIRA: Automatic Detection, Identification and Repair of Control-Hijacking Attacks 59847 NDSS
Sequence Number-Based MAC Address Spoof Detection 59849 RAID
TBBT: scalable and accurate trace replay for file server evaluation 59863 SIGMETRICS
An Integrated Pipeline of Decompression, Simplification and Rendering for Irregular Volume Data 59870 Volume Graphics
A high-performance, transactional filestore for application servers 59895 SIGMOD Conference
The Multiple Roles of Ontologies in the BioMediator Data Integration System 59898 DILS
Knowledge transformations between frame systems and RDB systems 59901 K-CAP
Advanced Software On-Demand Based on Functional Streaming 59909 NPC
Building Applications Using End to End Composition of Web Services 59910 AAAI
A service creation environment based on end to end composition of Web services 59918 WWW
Synthy: A system for end to end composition of web services 59923 J. Web Sem.
Geographic Locality of IP Prefixes 59939 Internet Measurment Conference
Mobile-assisted localization in wireless sensor networks 59945 INFOCOM
Peering Peer-to-Peer Providers 59948 IPTPS
Improving loss resilience with multi-radio diversity in wireless networks 59957 MOBICOM
Detecting BGP Configuration Faults with Static Analysis (Awarded Best Paper) 59964 NSDI
Improving Web Availability for Clients with MONET 59968 NSDI
Proceedings of the 3rd International Conference on Embedded Networked Sensor Systems, SenSys 2005, San Diego, California, USA, November 2-4, 200 59975 SenSys
Implications of autonomy for the expressiveness of policy routing 59984 SIGCOMM
Fault-tolerance in the Borealis distributed stream processing system 59991 SIGMOD Conference
Minimizing Energy for Wireless Web Access with Bounded Slowdown 60025 Wireless Networks
Integrating Web Services into Ontology-Based Web Portal 60027 APWeb
A Middleware Architecture for Mobile 3D Graphics 60037 ICDCS Workshops
An XML Approach to Semantically Extract Data from HTML Tables 60054 DEXA
Radial Projection: A Feature Extraction Method for Topographical Shapes 60058 PCM (1)
Checking Functional Dependency Satisfaction in XML 60060 XSym
An Empirical Bayes Approach to Detect Anomalies in Dynamic Multidimensional Arrays 60073 ICDM
Slice sampling for simulation based fitting of spatial data models 60076 Statistics and Computing
A Latent Usage Approach for Clustering Web Transaction and Building User Profile 60088 ADMA
Indexing Text and Visual Features for WWW Images 60091 APWeb
Semantic Caching for Web-Based Spatial Applications 60092 APWeb
Towards User Profiling for Web Recommendation 60095 Australian Conference on Artificial Intelligence
Matching Commercial Clips from TV Streams Using a Unique, Robust and Compact Signature 60103 DICTA
Using Probabilistic Latent Semantic Analysis for Web Page Grouping 60115 RIDE
Towards Effective Indexing for Very Large Video Sequence Database 60116 SIGMOD Conference
Semantic Caching for Multiresolution Spatial Query Processing in Mobile Environments 60117 SSTD
Searching the World Wide Web for Local Services and Facilities: A Review on the Patterns of Location-Based Queries 60124 WAIM
A Web Recommendation Technique Based on Probabilistic Latent Semantic Analysis 60130 WISE
Multi-facet Category for Cultural Digital Resources 60162 ICDE Workshops
Application Framework Based on Topic Maps 60166 TMRA
Dynamic Topic Mapping Using Latent Semantic Indexing 60168 ICITA (2)
Peer-to-Peer Data Integration with Active XML 60173 ASIAN
Active XML and Data Activation 60174 Abstract State Machines
Secure Exchange of Modifiable Data and Queries 60176 BDA
Diagnosis of asynchronous discrete event systems: datalog to the rescue 60188 PODS
Regular rewriting of active XML and unambiguity 60190 PODS
Introduction 60224 J. ACM
Exchanging intensional XML data 60235 ACM Trans. Database Syst.
On the Move to Meaningful Internet Systems 2005: OTM 2005 Workshops, OTM Confederated International Workshops and Posters, AWeSOMe, CAMS, GADA, MIOS+INTEROP, ORM, PhDS, SeBGIS, SWWS, and WOSE 2005, Agia Napa, Cyprus, October 31 - November 4, 2005, Proceeding 60245 OTM Workshops
SWWS 2005 PC Co-chairs' Message 60246 OTM Workshops
Modularization and Automatic Composition of Object-Role Modeling (ORM) Schemes 60247 OTM Workshops
A Continuous-Discontinuous Second-Order Transition in the Satisfiability of Random Horn-SAT Formulas 60275 APPROX-RANDOM
Formal Verification of Backward Compatibility of Microcode 60292 CAV
Symbolic Systems, Explicit Properties: On Hybrid Approaches for LTL Symbolic Model Checking 60308 CAV
Regular Vacuity 60313 CHARME
05241 Executive Summary - Synthesis and Planning 60338 Synthesis and Planning
05241 Abstracts Collection - Synthesis and Planning 60339 Synthesis and Planning
Safraless Decision Procedures 60347 FOCS
Efficient LTL compilation for SAT-based model checking 60364 ICCAD
Model Checking for Database Theoreticians 60369 ICDT
Treewidth in Verification: Local vs. Global 60400 LPAR
Experimental Evaluation of Classical Automata Constructions 60404 LPAR
Complementation Constructions for Nondeterministic Automata on Infinite Words 60460 TACAS
SAT-based Induction for Temporal Safety Properties 60499 Electr. Notes Theor. Comput. Sci.
In memory of Seymour Ginsburg 1928 - 2004 60549 SIGMOD Record
From complementation to certification 60558 Theor. Comput. Sci.
From linear time to branching time 60562 ACM Trans. Comput. Log.
Dynamic and secure B2B e-contract update management 60596 ACM Conference on Electronic Commerce
Vertical Database Design for Scalable Data Mining 60620 Encyclopedia of Database Technologies and Applications
Construct Optimal Diameter Network and d-partition Routing Algorithm 60628 ISPA Workshops
Discretization Methods 60638 The Data Mining and Knowledge Discovery Handbook
Ensemble Selection for SuperParent-One-Dependence Estimators 60642 Australian Conference on Artificial Intelligence
Catalog Service Engine for XML Data Sources in Distributed Systems 60648 DFMA
Rule-Based FCM: A Relational Mapping Model 60649 Discovery Science
Catalog Search for XML Data Sources in Peer-to-Peer Systems 60655 ICOIN
Main Business Service Dimensions In an E-commerce Environment 60656 ICWS
Combining proactive and reactive predictions for data streams 60658 KDD
Dual-Energy Medical X-ray Imaging using LaPlace Transformation 60659 METMBS
Activities Awareness in a Cache Network 60678 ICPADS (1)
Determining Preferences Through Argumentation 60707 AI*IA
Generating intentions through argumentation 60710 AAMAS
Multi-Agent Argumentation for eDemocracy 60749 EUMAS
Arguing about cases as practical reasoning 60755 ICAIL
Explaining preferences with argument positions 60771 IJCAI
Discovering Inconsistency through Examination Dialogues 60772 IJCAI
A Dialogue Game Protocol for Multi-Agent Argument over Proposals for Action 60785 Autonomous Agents and Multi-Agent Systems
Legal Case-based Reasoning as Practical Reasoning 60804 Artif. Intell. Law
Argument Based Machine Learning Applied to Law 60805 Artif. Intell. Law
Argumentation in AI and Law: Editors' Introduction 60806 Artif. Intell. Law
Data-driven monitoring design of service level and resource utilization 60836 Integrated Network Management
Near-Neighbor Search in Pattern Distance Spaces 60841 SDM
Demand-driven frequent itemset mining using pattern structures 60846 Knowl. Inf. Syst.
Spatial Data Mining 60849 The Data Mining and Knowledge Discovery Handbook
Mining Time-Profiled Associations: An Extended Abstract 60855 PAKDD
Business Performance Management System for CRM and Sales Execution 60880 DEXA Workshops
Improvements to the Linear Programming Based Scheduling of Web Advertisements 60907 Electronic Commerce Research
Crisply Generated Fuzzy Concepts 60923 ICFCA
Formal Concept Analysis Constrained by Attribute-Dependency Formulas 60924 ICFCA
Formal concept analysis over attributes with levels of granularity 60928 CIMCA/IAWTIC
Using random sampling to build approximate tries for efficient string sorting 60957 ACM Journal of Experimental Algorithms
Management of Large Moving Objects Datasets: Indexing, Benchmarking and Uncertainty in Movement Representation 60971 Spatial Databases
Mobility Patterns 60978 GeoInformatica
Pegasus: A framework for mapping complex scientific workflows onto distributed systems 60997 Scientific Programming
Structure Learning for Statistical Relational Models 60998 AAAI
EmoEars: An Emotion Recognition System for Mandarin Speech 61007 CIS (1)
An Adaptive Spreading Activation Scheme for Performing More Effective Collaborative Recommendation 61008 DEXA
Statistical Feature Selection for Mandarin Speech Emotion Recognition 61011 ICIC (1)
On the rate-distortion performance of dynamic bitstream switching mechanisms 61015 ICME
Multi-agent Reinforcement Learning in Stochastic Single and Multi-stage Games 61023 Adaptive Agents and Multi-Agent Systems
Coordinated exploration in multi-agent reinforcement learning: an application to load-balancing 61025 AAMAS
Towards a Common Lexicon in The Naming Game: The Dynamics of Synonymy Reduction 61027 BNAIC
EUMAS 2005 - Proceedings of the Third European Workshop on Multi-Agent Systems, Brussels, Belgium, December 7-8, 200 61032 EUMAS
An Overview of Cooperative and Competitive Multiagent Learning 61035 LAMAS
Quality-Aware Resource Management for Wireless Sensor Networks 61051 OPODIS
A Content and Device Management Method for Multiple Contents Browsing with Multiple Devices 61062 ICDE Workshops
A collaborative environment for enhanced information access on small-form-factor devices 61069 Mobile HCI
An environment for collaborative content acquisition and editing by coordinated ubiquitous devices 61070 WWW (Special interest tracks and posters)
A segment-wise time warping method for time scaling searching 61086 Inf. Sci.
nsSNPAnalyzer: identifying disease-associated nonsynonymous single nucleotide polymorphisms 61088 Nucleic Acids Research
The Framework of Web-Based Voice of the Customers Management for Business Process Management in Service Industry 61096 EC-Web
Theoretical and practical issues in evaluating the quality of conceptual models: current state and future directions 61124 Data Knowl. Eng.
Assessing the capability of internal metrics as early indicators of maintenance effort through experimentation 61126 Journal of Software Maintenance
PSYCHO: A Prototype System for Pattern Management 61131 VLDB
XML Data Stores: Emerging Practices 61133 IEEE Internet Computing
PRBAC: An Extended Role Based Access Control for Privacy Preserving Data Mining 61134 ACIS-ICIS
Spatial Selectivity Estimation Using Compressed Histogram Information 61142 APWeb
A New Sequential Mining Approach to XML Document Clustering* 61143 APWeb
Representation and Manipulation of Geospatial Objects with Indeterminate Extents 61145 APWeb
A New Continuous Nearest Neighbor Technique for Query Processing on Mobile Environments 61167 ICCSA (2)
Context-Based Recommendation Service in Ubiquitous Commerce 61168 ICCSA (2)
Clustering and Retrieval of XML Documents by Structure 61169 ICCSA (2)
Designing the Ontology of XML Documents Semi-automatically 61170 ICIC (1)
Context-based Preference Analysis Method in Ubiquitous Commerce 61182 UDM
Fast similarity search for protein 3d structures using topological pattern matching based on spatial relations 61187 Int. J. Neural Syst.
Simulation Verification and Validation by Dynamic Policy Enforcement 61194 Annual Simulation Symposium
Autonomous Hot Patching for Web-Based Applications 61204 COMPSAC (2)
Adaptive Testing, Oracle Generation, and Test Case Ranking for Web Services 61212 COMPSAC (1)
Voting Multi-Dimensional Data with Deviations for Web Services under Group Testing 61237 ICDCS Workshops
Distributed Policy Specification and Enforcement in Service-Oriented Business Systems 61238 ICEBE
Proof Slicing with Application to Model Checking Web Services 61255 ISORC
Automated Model Checking and Testing for Composite Web Services 61256 ISORC
Stochastic Voting Algorithms for Web Services Group Testing 61261 QSIC
Progressive Ranking and Composition of Web Services Using Covering Arrays 61275 WORDS
Towards Self-Healing Systems via Dependable Architecture and 61276 WORDS
Specification-Based Verification and Validation of Web Services and Service-Oriented Operating Systems 61277 WORDS
Swiss Cheese Test Case Generation for Web Services Testing 61293 IEICE Transactions
An attribute-based access matrix model 61334 SAC
Peer-to-peer access control architecture using trusted computing technology 61335 SACMAT
Enhancing Data Authenticity and Integrity in P2P Systems 61344 IEEE Internet Computing
Formal model and policy specification of usage control 61347 ACM Trans. Inf. Syst. Secur.
A Scientific Workflow Approach to Distributed Geospatial Data Processing using Web Services 61363 SSDBM
Using Web Services and Scientific Workflow for Species Distribution Prediction Modeling 61364 WAIM
Compatibility and replaceability analysis for timed web service protocols 61366 BDA
On Temporal Abstractions of Web Service Protocols 61370 CAiSE Short Paper Proceedings
Developing Adapters for Web Services Integration 61371 CAiSE
Towards structure discovering in video data 61397 J. Exp. Theor. Artif. Intell.
On automating Web services discovery 61400 VLDB J.
Automating the Authoring of Industrial Product Training Manuals 61403 EuroIMSA
Temporal Management of RFID Data 61411 VLDB
The Pegasus portal: web based grid computing 61419 SAC
Approximation Algorithms for Layered Multicast Scheduling 61432 ISAAC
A Recursion-Based Broadcast Paradigm in Wormhole Routed Networks 61451 IEEE Trans. Parallel Distrib. Syst.
Client Assignment in Content Dissemination Networks for Dynamic Data 61454 VLDB
Predicate Result Range Caching for Continuous Queries 61460 SIGMOD Conference
Removing of Metal Highlight Spots Based on Total Variation Inpainting with Multi-sources-flashing 61490 CIS (2)
Extended Application of Scalable Video Coding Methods 61514 ICIAR
Search Space Filling and Shrinking Based to Solve Constraint Optimization Problems 61515 ICIC (1)
Evolutionary Synthesis of Micromachines Using Supervisory Multiobjective Interactive Evolutionary Computation 61516 ICMLC
DOA-matrix decoder for STBC-MC-CDMA systems over frequency-selective channel 61525 ISCAS (6)
The Use of Visual and Auditory Feedback for Assembly Task Performance in a Virtual Environment 61529 IV
Minimum power configuration in wireless sensor networks 61536 MobiHoc
Mining Key Phrase Translations from Web Corpora 61537 HLT/EMNLP
Rule Extraction from Trained Support Vector Machines 61538 PAKDD
A System for Detecting and Tracking Internet News Event 61540 PCM (1)
Mining translations of OOV terms from the web through cross-lingual query expansion 61550 SIGIR
Chinese OOV translation and post-translation query expansion in chinese--english cross-lingual information retrieval 61588 ACM Trans. Asian Lang. Inf. Process.
FACT: A Tool for Code Generation from Communicating Automata 61603 IASTED Conf. on Software Engineering
Editorial 61672 ACM Trans. Comput. Syst.
Synthetic generation of cellular network positioning data 61708 GIS
A Border-Based Approach for Hiding Sensitive Frequent Itemsets 61753 ICDM
New generation E-Learning technology by Web Services 61773 Wissensmanagement
New Generation E-Learning Technology by Web Services 61774 Wissensmanagement (LNCS Volume)
Coordinating COTS Applications via a Business Event Layer 61787 IEEE Software
On the Computational Complexity of Minimal-Change Integrity Maintenance in Relational Databases 61805 Inconsistency Tolerance
Monotonic and Nonmonotonic Preference Revisio 61842 CoRR
Semantic Optimization Techniques for Preference Querie 61844 CoRR
Minimal-change integrity maintenance using tuple deletions 61847 Inf. Comput.
Authorization Algorithms for the Mobility of User-Role Relationship 61864 ACSC
LSDX: A New Labelling Scheme for Dynamically Updating XML Data 61868 ADC
Collaborative Business Transactions Management: Issues and Challenges 61905 ICWS
Using Probabilistic Latent Semantic Analysis for Web Page Grouping 61913 RIDE
A Web Recommendation Technique Based on Probabilistic Latent Semantic Analysis 61920 WISE
A Flexible Payment Scheme and Its Role-Based Access Control 61937 IEEE Trans. Knowl. Data Eng.
Fundamentals of RTOS-Based Digital Controller Implementation 61946 Handbook of Networked and Embedded Control Systems
A Probabilistic Model for Music Recommendation Considering Audio Features 61951 AIRS
What Can Expressive Semantics Tell: Retrieval Model for a Flash-Movie Search Engine 61966 CIVR
Spatial Homogeneity-Based Fuzzy c-Means Algorithm for Image Segmentation 61990 FSKD (1)
Extraction of Representative Keywords Considering Co-occurrence in Positive Documents 61991 FSKD (2)
SMIL-Based eLearning Wrapper for Incorporating Computer Games on Personalized Multimedia Course Materials 62001 Human.Society@Internet
Data Caching in Selfish MANETs 62002 ICCNMC
Coordination of Free/Libre Open Source Software Development 62012 ICIS
Co-Clustering of Time-Evolving News Story with Transcript and Keyframe 62020 ICME
Advances in Web-Based Learning - ICWL 2005, 4th International Conference, Hong Kong, China, July 31 - August 3, 2005, Proceeding 62024 ICWL
Refining the Results of Automatic e-Textbook Construction by Clustering 62030 ICWL
Temporal Magic Lens: Combined Spatial and Temporal Query and Presentation 62039 INTERACT
A Novel Ridgelet Kernel Regression Method 62042 ISNN (1)
Research and Implementation of Workflow Interoperability Crossing Organizations 62044 ISPA Workshops
A Cooperative Image Editing Tool over Mobile Phones 62051 MMM
Run-Time Power Consumption Modeling for Embedded Multimedia Systems 62063 RTCSA
Clustering for probabilistic model estimation for CF 62096 WWW (Special interest tracks and posters)
Fuzzy Rule-based Integrated System Multi-indicators Economic Performance Evaluation and Decision Making Support Framework 62101 CIMCA/IAWTIC
Conceptual modeling for customized XML schemas 62117 Data Knowl. Eng.
From intra-transaction to generalized inter-transaction: Landscaping multidimensional contexts in association rule mining 62128 Inf. Sci.
The Knowledge Grid 62133 J. Comput. Sci. Technol.
Automatically Generating an E-textbook on the Web 62153 World Wide Web
Secure Real-Time Transaction Processing with Timeliness Guarantees in Mobile Distributed Real-Time Database Systems 62159 ISPA
XML and relational database management systems: inside Microsoft SQL Server 2005 62167 SIGMOD Conference
Database and XML Technologies, Third International XML Database Symposium, XSym 2005, Trondheim, Norway, August 28-29, 2005, Proceeding 62174 XSym
Optimizing Runtime XML Processing in Relational Databases 62175 XSym
Architectural support for real-time task scheduling in SMT processors 62180 CASES
Application-level simulation modelling of large grids 62182 CCGRID
A Multi-agent Infrastructure and a Service Level Agreement Negotiation Protocol for Robust Scheduling in Grid Computing 62189 EGC
A taxonomy of grid monitoring systems 62216 Future Generation Comp. Syst.
Performance Evaluation of Air Indexing Schemes for Multi-attribute Data Broadcast 62232 ICESS
A Generic Framework for Monitoring Continuous Spatial Queries over Moving Objects 62241 SIGMOD Conference
QoS-Aware Replica Placement for Content Distribution 62246 IEEE Trans. Parallel Distrib. Syst.
Debugging OWL-DL Ontologies: A Heuristic Approach 62280 International Semantic Web Conference
Sparse Approximations for High Fidelity Compression of Network Traffic Data 62287 Internet Measurment Conference
Improved range-summable random variable construction algorithms 62291 SODA
Better Alternatives to OSPF Routing 62297 Algorithmica
Domain-Driven Data Synopses for Dynamic Quantiles 62304 IEEE Trans. Knowl. Data Eng.
Access control for XML: a dynamic query rewriting approach 62307 CIKM
Storing XML (with XSD) in SQL Databases: Interplay of Logical and Physical Designs 62317 IEEE Trans. Knowl. Data Eng.
Spatial Hierarchies and Topological Relationships in the Spatial MultiDimER Model 62349 BNCOD
Preserving Semantics When Transforming Conceptual Spatio-temporal Schemas 62365 OTM Workshops
SeBGIS 2005 PC Co-chairs' Message 62366 OTM Workshops
Topic-Based Audience Metrics for Internet Marketing by Combining Ontologies and Output Page Mining 62374 CIMCA/IAWTIC
Journal on Data Semantics II 62380 J. Data Semantics III
Link Analysis 62385 The Data Mining and Knowledge Discovery Handbook
On the Midpoint of a Set of XML Documents 62403 DEXA
Randeacute;andeacute;criture de requandecirc;tes multimandeacute;dias : approche basandeacute;e sur l'usage d'une ontologie 62408 EGC
Randeacute;ponses coopandeacute;ratives dans l'interrogation de documents RDF 62409 EGC
Some remarks on self-tuning logical database design 62417 ICDE Workshops
Implicit Service Calls in ActiveXML Through OWL-S 62420 ICSOC
A Spatio-Temporal Adaptation Model for Multimedia Presentations 62429 ISM
Foundations of Intelligent Systems, 15th International Symposium, ISMIS 2005, Saratoga Springs, NY, USA, May 25-28, 2005, Proceeding 62431 ISMIS
Mining images on semantics via statistical learning 62435 KDD
CoopIS 2005 PC Co-chairs' Message 62438 OTM Conferences (1)
Privacy Preserving Data Mining Services on the Web 62443 TrustBus
Resolution and Constraint Propagation for Semantic Web Services Discovery 62445 Distributed and Parallel Databases
Les logiques de description pour le tri sandeacute;mantique de documents sur le web 62448 Ingandeacute;nierie des Systandegrave;mes d'Information
Towards structure discovering in video data 62449 J. Exp. Theor. Artif. Intell.
On automating Web services discovery 62457 VLDB J.
iMeMex: Escapes from the Personal Information Jungle 62462 VLDB
Policy-Based Information Lifecycle Management in a Large-Scale File System 62471 POLICY
An empirical comparison of combinations of evolutionary algorithms and neural networks for classification problems 62491 IEEE Transactions on Systems, Man, and Cybernetics, Part B
A Kernel Method for MicroRNA Target Prediction Using Sensible Data and Position-Based Features 62499 CIBCB
Molecular Learning of wDNF Formulae 62514 DNA
Molecular programming: evolving genetic programs in a test tube 62522 GECCO
Prediction of Yeast Protein-Protein Interactions by Neural Feature Association Rule 62525 ICANN (2)
Extraction of Gene/Protein Interaction from Text Documents with Relation Kernel 62539 KES (2)
CrossChip: a system supporting comparative analysis of different generations of Affymetrix arrays 62565 Bioinformatics
Bayesian Network Learning with Feature Abstraction for Gene-drug Dependency Analysis 62573 J. Bioinformatics and Computational Biology
Multiobjective evolutionary optimization of DNA sequences for reliable DNA computing 62579 IEEE Trans. Evolutionary Computation
Bayesian model averaging of Bayesian network classifiers over multiple node-orders: application to sparse datasets 62580 IEEE Transactions on Systems, Man, and Cybernetics, Part B
Interesting Problems in Semantic Integration and Interoperability 62582 Semantic Interoperability and Integration
DAIMON: data integration for a mobile network 62587 MobiDE
Corrigenda 62600 ACM Trans. Internet Techn.
Graphical query interfaces for semistructured data: the QURSED system 62601 ACM Trans. Internet Techn.
ImageAspect Finder/Difference-Amplifier: Focusing on Peripheral Information for Image Search and Browsing 62617 APWeb
Automated statistics collection in action 62626 SIGMOD Conference
A Taxonomic Class Modeling Methodology for Object-Oriented Analysis 62628 Information Modeling Methods and Methodologies
Mining undiscovered public knowledge from complementary and non-interactive biomedical literature through semantic pruning 62632 CIKM
XML-OLAP: A Multidimensional Analysis Framework for XML Warehouses 62642 DaWaK
Semantic Query Expansion Combining Association Rules with Ontologies and Information Retrieval Techniques 62643 DaWaK
Dimensional modeling: identifying, classifying andamp; applying patterns 62654 DOLAP
Organizing and Managing Use Cases 62660 ER (Workshops)
A Comparative Analysis of Use Case Relationships 62663 ER (Workshops)
A Taxonomy of Inaccurate Summaries and Their Management in OLAP Systems 62664 ER
Integrating Text Chunking with Mixture Hidden Markov Models for Effective Biomedical Information Extraction 62675 International Conference on Computational Science (2)
An Automatic Unsupervised Querying Algorithm for Efficient Information Extraction in Biomedical Domain 62681 PAKDD
Adaptive row major order: a new space filling curve for efficient spatial join processing in the transform space 62703 Journal of Systems and Software
KXtractor: An Effective Biomedical Information Extraction Technique Based on Mixture Hidden Markov Models 62708 T. Comp. Sys. Biology
Practical Issues for Building a Product Ontology System 62715 DEEC
Using Control Theory to Guide Load Shedding in Medical Data Stream Management System 62721 ASIAN
From the Web to the Wireless Web: Technology Readiness and Usability 62727 HICSS
BioNavigation: Selecting Optimum Paths Through Biological Resources to Evaluate Ontological Navigational Queries 62744 DILS
Multi-strategy Instance Selection in Mining Chronic Hepatitis Data 62755 ISMIS
Implementing an Integrated Time-Series Data Mining Environment Based on Temporal Pattern Extraction Methods: A Case Study of an Interferon Therapy Risk Mining for Chronic Hepatitis 62756 JSAI Workshops
Analyzing hepatitis data using ordered information 62759 GrC
Constructing a Decision Tree for Graph-Structured Data and its Applications 62762 Fundam. Inform.
Research and Implementation of Role-Based RBAC Administration Model 62767 CIT
New Approach for Segmentation and Pattern Recognition of Jacquard Images 62773 CIS (2)
An Effective Approach to Compression and Transmission of Feature-Based Models 62775 CSCWD (Selected papers)
Real-Time Rain Simulation 62776 CSCWD (Selected papers)
An Ontology-Based Functional Modeling Approach for Multi-agent Distributed Design on the Semantic Web 62777 CSCWD (Selected papers)
Screen-Sharing Technology for Cooperative CAPP System in a Networked Manufacturing Environment 62779 CSCWD (Selected papers)
A Distributed Collaborative Design Framework for Multidisciplinary Design Optimization 62780 CSCWD (Selected papers)
A Phase-Field Based Segmentation Algorithm for Jacquard Images Using Multi-start Fuzzy Optimization Strategy 62802 FSKD (2)
Water Droplet Morphing Combining Rigid Transformation 62807 International Conference on Computational Science (1)
A DNA-Based Genetic Algorithm Implementation for Graph Coloring Problem 62815 ICIC (2)
Ant Colony Search Algorithms for Optimal Packing Problem 62818 ICNC (2)
Simulated Annealing Genetic Algorithm for Surface Intersection 62819 ICNC (3)
Self-Learning Histograms for Changing Workloads 62820 IDEAS
Jacquard Image Segmentation Method Based on Fuzzy Optimization Technology 62826 RSFDGrC (2)
Adaptive Energy-Aware Design of a Multi-Bank Flash-Memory Storage System 62827 RTCSA
Deploying pi-Calculus Technology in Inter-organizational Process 62829 WAIM
Watermarking Abstract Tree-Structured Data 62830 WAIM
Self-adaptive Statistics Management for Efficient Query Processing 62831 WAIM
An Improved FloatBoost Algorithm for Naandiuml;ve Bayes Text Classification 62832 WAIM
CoopStreaming: A Novel Peer-to-Peer System for Fast Live Media Streaming 62833 WAIM
A State-Transfer-Based Dynamic Policy Approach for Constraints in RBAC 62834 WAIM
A collaborative approach to assembly sequence planning 62838 Advanced Engineering Informatics
Efficient Regression Tests for Database Applications 62851 CIDR
Batched Processing for Information Filters 62853 ICDE
SLL: Running My Web Services on Your WS Platforms 62859 ICWS
Parallel Execution of Test Runs for Database Application Systems 62874 VLDB
A web of data: new architectures for new technology 62879 WIDM
SLL: running my web services on your WS platforms 62880 WWW (Special interest tracks and posters)
Adaptive XML Storage or The Importance of Being Lazy 62881 XIME-P
EIC's Message: Pushing Forward with Interoperability 62942 IEEE MultiMedia
Multimedia in High Gear 62943 IEEE MultiMedia
EIC's Message: Putting Ability to Work 62944 IEEE MultiMedia
EIC's Message: The Electronic World and Societal Trends 62945 IEEE MultiMedia
Superstabilizing, Fault-Containing Distributed Combinatorial Optimization 62961 AAAI
Randomization for Multi-agent Constraint Optimization 62992 CP
Approximations in Distributed Optimization 62994 CP
Recent Advances in Constraints, Joint ERCIM/CoLogNet International Workshop on Constraint Solving and Constraint Logic Programming, CSCLP 2004, Lausanne, Switzerland, June 23-25, 2004, Revised Selected and Invited Paper 62999 CSCLP
Approximating Partial Interchangeability in CSP Solutions 63019 FLAIRS Conference
Reputation-Based Service Level Agreements for Web Services 63035 ICSOC
Multiversion Concurrency Control for Large-Scale Service Directories 63038 ECOWS
Multi-agent Coordination using Local Search 63046 IJCAI
A Scalable Method for Multiagent Constraint Optimization 63051 IJCAI
Intelligent interfaces for preference-based search 63059 IUI
Overcoming Incomplete User Models in Recommendation Systems Via an Ontology 63062 WEBKDD
Enforcing Truthful Strategies in Incentive Compatible Reputation Mechanisms 63086 WINE
Incentive Compatible Multiagent Constraint Optimization 63087 WINE
Open constraint programming 63097 Artif. Intell.
Introduction: Special Issue on Distributed Constraint Satisfaction 63098 Artif. Intell.
Asynchronous aggregation and consistency in distributed constraint satisfaction 63100 Artif. Intell.
Branch-and-Prune Search Strategies for Numerical Constraint Solvin 63112 CoRR
Resource allocation in communication networks using abstraction and constraint satisfaction 63118 IEEE Journal on Selected Areas in Communications
A Novel Method to Maintain Privacy in Mobile Agent Applications 63122 CANS
On Secure Profiling 63128 DEXA Workshops
Classifying Public Key Certificates 63133 EuroPKI
On the Security of Wireless Sensor Networks 63136 ICCSA (3)
Information and Communications Security, 7th International Conference, ICICS 2005, Beijing, China, December 10-13, 2005, Proceeding 63139 ICICS
Attacking an Asynchronous Multi-party Contract Signing Protocol 63142 INDOCRYPT
Information Security, 8th International Conference, ISC 2005, Singapore, September 20-23, 2005, Proceeding 63144 ISC
A Representation Model of Trust Relationships with Delegation Extensions 63150 iTrust
Trust, Privacy and Security in E-Business: Requirements and Solutions 63151 Panhellenic Conference on Informatics
Protection Against Spam Using Pre-Challenges 63154 SEC
Trust, Privacy and Security in Digital Business: Second International Conference, TrustBus 2005, Copenhagen, Denmark, August 22-26, 2005, Proceeding 63158 TrustBus
Editorial 63167 Comput. Syst. Sci. Eng.
Casual virtual private network 63168 Comput. Syst. Sci. Eng.
Trust, privacy and security in digital business 63169 Comput. Syst. Sci. Eng.
A software tool for the development of MAS communication protocols based on conversations 63179 AAMAS
Towards a Better Integration of Data Mining and Decision Support via Computational Intelligence 63182 DEXA Workshops
Undecidability of first-order intuitionistic and modal logics with two variables 63205 Bulletin of Symbolic Logic
Enhancing the lift under budget constraints: an application in the mutual fund industry 63207 KDD
Implementation and utilisation of a Grid-enabled problem solving environment in Matlab 63216 Future Generation Comp. Syst.
Main Memory Implementations for Binary Grouping 63225 XSym
Mining Frequent Tree-Like Patterns in Large Datasets 63230 DASFAA
Optimal broadcasting on incomplete star graph interconnection networks 63252 Journal of Systems Architecture
Towards Optimal Utilization of Main Memory for Moving Object Indexing 63261 DASFAA
A Genetic Algorithm for Solving Portfolio Optimization Problems with Transaction Costs and Minimum Transaction Lots 63265 ICNC (3)
Adaptive Simulated Annealing for Standard Cell Placement 63266 ICNC (3)
A Genetic Algorithm for Solving Fuzzy Resource-Constrained Project Scheduling 63267 ICNC (3)
A Genetic Algorithm for Solving Resource-Constrained Project Scheduling Problem 63268 ICNC (3)
Efficient indexing of the historical, present, and future positions of moving objects 63269 Mobile Data Management
The Parking Permit Problem 63278 FOCS
Approximate majorization and fair online load balancing 63303 ACM Transactions on Algorithms
MonetDB/X100: Hyper-Pipelining Query Execution 63305 CIDR
MonetDB/X100 - A DBMS In The CPU Cache 63309 IEEE Data Eng. Bull.
Adaptive load shedding for windowed stream joins 63355 CIKM
Towards Global Collaborative Computing: Opportunities and Challenges of Peer to Peer Networks and Applications 63374 GCC
Location Privacy in Mobile Systems: A Personalized Anonymization Model 63382 ICDCS
Cache Clouds: Cooperative Caching of Dynamic Documents in Edge Networks 63385 ICDCS
Topk Queries across Multiple Private Databases 63387 ICDCS
Privacy Preserving Data Classification with Rotation Perturbation 63402 ICDM
Mutation Operators for Object-Z Specification 63403 ICECCS
Resilient Trust Management for Web Service Integration 63411 ICWS
Domain-Specific Web Service Discovery with Service Class Descriptions 63412 ICWS
Security vs Performance: Tradeoffs using a Trust Framework 63422 MSST
A Hybrid Access Model for Storage Area Networks 63423 MSST
The "Best K" for Entropy-based Categorical Data Clustering 63451 SSDBM
XPACK: A High-Performance WEB Document Encoding 63454 WEBIST
Building a Semantic Web System for Scientific Applications: An Engineering Approach 63457 WISE
Exploiting the deep web with DynaBot: matching, probing, and ranking 63460 WWW (Special interest tracks and posters)
Collaborative Computing: Issues and Challenges (Panel) 63465 CollaborateCom
A Scalable Peer-to-Peer Architecture for Distributed Information Monitoring Applications 63487 IEEE Trans. Computers
QA-Pagelet: Data Preparation Techniques for Large-Scale Data Analysis of the Deep Web 63488 IEEE Trans. Knowl. Data Eng.
Automatic Fragment Detection in Dynamic Web Pages and Its Impact on Caching 63491 IEEE Trans. Knowl. Data Eng.
A Distributed Approach to Node Clustering in Decentralized Peer-to-Peer Networks 63500 IEEE Trans. Parallel Distrib. Syst.
A methodical approach to extracting interesting objects from dynamic web pages 63505 IJWGS
Dynamic Provisioning of Multi-tier Internet Applications 63514 ICAC
SensEye: a multi-tier camera sensor network 63526 ACM Multimedia
SEVA: sensor-enhanced video annotation 63527 ACM Multimedia
Chameleon: application level power management with performance isolation 63528 ACM Multimedia
The case for multi-tier camera sensor networks 63535 NOSSDAV
Online scheduling in modular multimedia systems with stream reuse 63536 NOSSDAV
Scheduling Messages with Deadlines in Multi-Hop Real-Time Sensor Networks 63549 IEEE Real-Time and Embedded Technology and Applications Symposium
TSAR: a two tier sensor storage architecture using interval skip graphs 63552 SenSys
An analytical model for multi-tier internet services and its applications 63560 SIGMETRICS
Cataclysm: policing extreme overloads in internet applications 63569 WWW
Selected papers from the ACM multimedia conference 2003 63589 TOMCCAP
Sensors, Uncertainty Models, and Probabilistic Queries 63599 Encyclopedia of Database Technologies and Applications
Change Tolerant Indexing for Constantly Evolving Data 63603 ICDE
Indexing continuously changing data with mean-variance tree 63609 SAC
U-DBMS: A Database System for Managing Constantly-Evolving Data 63611 VLDB
Indexing Multi-Dimensional Uncertain Data with Arbitrary Probability Density Functions 63613 VLDB
Interactive Montages of Sprites for Indexing and Summarizing Security Video 63622 CVPR (2)
Efficiently Registering Video into Panoramic Mosaics 63626 ICCV
Panoramic viewfinder: providing a real-time preview to help users avoid flaws in panoramic pictures 63629 OZCHI
Panoramic video textures 63630 ACM Trans. Graph.
A vertex-face assignment for plane graphs 63636 CCCG
Incidences of not-too-degenerate hyperplanes 63639 Symposium on Computational Geometry
Pointed and colored binary encompassing trees 63640 Symposium on Computational Geometry
Orthogonal Subdivisions with Low Stabbing Numbers 63660 WADS
Allocating Vertex pi-Guards in Simple Polygons via Pseudo-Triangulations 63674 Discrete andamp; Computational Geometry
Selecting Prototypes in Mixed Incomplete Data 63685 CIARP
Semantic Grid: The Convergence of Technologies, 3.-8. July 200 63704 Semantic Grid
05271 - Report on the Dagstuhl Seminar on Semantic Grid - Convergence of Technologies 63706 Semantic Grid
05271 Abstracts Collection - Semantic Grid: The Convergence of Technologies 63707 Semantic Grid
FOAM - Framework for Ontology Alignment and Mapping - Results of the Ontology Alignment Evaluation Initiative 63717 Integrating Ontologies
Collaborative and Usage-driven Evolution of Personal Ontologies 63718 LWA
Bootstrapping Ontology Alignment Methods with APFEL 63723 International Semantic Web Conference
Automatic Evaluation of Ontologies (AEON) 63728 International Semantic Web Conference
Ontology Mapping by Axioms (OMA) 63733 Wissensmanagement (LNCS Volume)
Ontology Mapping by Axioms (OMA) 63734 Wissensmanagement
Workshop on Intelligent IT Tools for Knowledge Management Systems: Applicability, Usability, and Benefits 63735 Wissensmanagement (LNCS Volume)
Workshop on Intelligent IT Tools for Knowledge Management Systems: Applicability, Usability, and Benefits (IKMTOOLS 2005) 63736 Wissensmanagement
Bootstrapping ontology alignment methods with APFEL 63739 WWW (Special interest tracks and posters)
The Semantic Web in One Day 63746 IEEE Intelligent Systems
From tables to frames 63752 J. Web Sem.
Automatic kinetic typography composer 63767 Advances in Computer Entertainment Technology
Energy browser: to make exercise enjoyable and interesting 63768 Advances in Computer Entertainment Technology
Web opinion poll: extracting people's view by impression mining from the web 63783 CIKM
Landmark Extraction: A Web Mining Approach 63785 COSIT
Context-Sensitive Complementary Information Retrieval for Text Stream 63797 DEXA
My Portal Viewer: Integration System Based on User Preferences for News Web Sites 63798 DEXA
Webified Video: Media Conversion from TV Programs to Web Content for Cross-Media Information Integration 63802 DEXA
Towards a Unified Framework for Context-Preserving Video Retrieval and Summarization 63829 ICADL
Content Augmentation and Webification for Enhancing TV Viewing 63830 ICADL
Finding Pertinent Page-Pairs from Web Search Results 63831 ICADL
A Content and Device Management Method for Multiple Contents Browsing with Multiple Devices 63834 ICDE Workshops
RelaxImage: A Cross-Media Meta-Search Engine for Searching Images from Web Based on Query Relaxation 63835 ICDE
Extracting Personal Conceptual Structures from PC Documents and its Application to Web Search Personalization 63836 ICDE Workshops
Web Information Retrieval Using Ontology for Children Based on their Lifestyles 63837 ICDE Workshops
Automatic indexing of broadcast content using its live chat on the Web 63841 ICIP (3)
WA-TV: Webifying and Augmenting Broadcast Content for Next-Generation Storage TV 63845 ICME
AmbientBrowser: Web Browser for Everyday Enrichment 63854 INTETAIN
Content Adaptation for Gradual Web Rendering 63855 INTETAIN
Automatic Conversion from E-Content into Animated Storytelling 63862 ICEC
Proposal of Impression Mining from News Articles 63864 KES (1)
A collaborative environment for enhanced information access on small-form-factor devices 63868 Mobile HCI
Generation of views of TV content using TV viewers' perspectives expressed in live chats on the web 63869 ACM Multimedia
3D viewpoint-based photo search and information browsing 63876 SIGIR
Automatic Conversion from E-Content into Virtual Storytelling 63877 International Conference on Virtual Storytelling
Referential Context Mining: Discovering Viewpoints from the Web 63882 Web Intelligence
Blog Map of Experiences: Extracting and Geographically Mapping Visitor Experiences from Urban Blogs 63885 WISE
Optimization Issues for Keyword Search over Tree-Structured Documents 63886 WISE
Approximate Intensional Representation of Web Search Results 63887 WISE
An environment for collaborative content acquisition and editing by coordinated ubiquitous devices 63894 WWW (Special interest tracks and posters)
Personal TV viewing by using live chat as metadata 63895 WWW (Special interest tracks and posters)
Webified video: media conversion from TV program to web content and their integrated viewing method 63896 WWW (Special interest tracks and posters)
Transforming web contents into a storybook with dialogues and animations 63899 WWW (Special interest tracks and posters)
Personal Digital Librarian: an Adaptive System built on the Ontology-based Framework 63902 CIMCA/IAWTIC
Topic-structure-based complementary information retrieval and its application 63914 ACM Trans. Asian Lang. Inf. Process.
A Comparison of CLP(FD) and ASP Solutions to NP-Complete Problems 63949 ICLP
A New Constraint Solver for 3D Lattices and Its Application to the Protein Folding Problem 63956 LPAR
Heuristics, optimizations, and parallelism for protein structure prediction in CLP(FD) 63959 PPDP
Metadata Models Toward Community-Oriented Metadata Schemas 63996 ICADL
A Support Tool for XML Schema Matching and Its Implementation 64002 ICDE Workshops
Mining Time Series Data 64011 The Data Mining and Knowledge Discovery Handbook
A MPAA-Based Iterative Clustering Algorithm Augmented by Nearest Neighbors Search for Time-Series Data Streams 64023 PAKDD
Fast Burst Correlation of Financial Data 64024 PKDD
On Periodicity Detection and Structural Periodic Similarity 64026 SDM
Elastic Translation Invariant Matching of Trajectories 64033 Machine Learning
Automated and certified conformance to responsiveness policies 64041 TLDI
Improving Database Performance on Simultaneous Multithreading Processors 64050 VLDB
Architecture Sensitive Database Design: Examples from the Columbia Group 64052 IEEE Data Eng. Bull.
Fast Node Overlap Removal 64090 Graph Drawing
Incremental Connector Routing 64091 Graph Drawing
Testing for Termination with Monotonicity Constraints 64100 ICLP
Discovery of Minimal Unsatisfiable Subsets of Constraints Using Hitting Set Dualization 64127 PADL
Abstract interpretation for constraint handling rules 64144 PPDP
Improving PARMA Trailin 64182 CoRR
Improved Inference for Checking Annotation 64183 CoRR
Type Inference for Guarded Recursive Data Type 64184 CoRR
Solving Partial Order Constraints for LPO Terminatio 64185 CoRR
Solving Set Constraint Satisfaction Problems using ROBDDs 64191 J. Artif. Intell. Res. (JAIR)
When do bounds and domain propagation lead to the same search space 64216 ACM Trans. Program. Lang. Syst.
A theory of overloading 64217 ACM Trans. Program. Lang. Syst.
Checking modes of HAL progams 64218 TPLP
Optimizing compilation of constraint handling rules in HAL 64219 TPLP
Reducing Labeling Effort for Structured Prediction Tasks 64230 AAAI
An approach to ontology for institutional facts in the semantic web 64248 Information andamp; Software Technology
Repairing Inconsistent XML Data with Functional Dependencies 64253 Encyclopedia of Database Technologies and Applications
Managing Inconsistent Databases Using Active Integrity Constraints 64254 Encyclopedia of Database Technologies and Applications
Exploiting Structural Similarity For Effective Web Information Extraction 64258 Foundations of Semistructured Data
Consistent Query Answers on Numerical Databases Under Aggregate Constraints 64259 DBPL
Wrapping PDF Documents: A Preliminary Study 64279 SEBD
Querying and Repairing Inconsistent XML Data 64287 WISE
Consistent query answers on numerical databases under aggregate constraint 64293 CoRR
Partially ordered regular languages for graph queries 64300 J. Comput. Syst. Sci.
Fast Detection of XML Structural Similarity 64305 IEEE Trans. Knowl. Data Eng.
Mining User Preferences, Page Content and Usage to Personalize Website Navigation 64308 World Wide Web
Goals and Benchmarks for Autonomic Configuration Recommenders 64334 SIGMOD Conference
Designing Privacy Policies for Adopting RFID in the Retail Industry 64335 IEEE SCC
Quality of Service Specification and Management for XML Web Services 64336 IEEE SCC
Exception Handling for XML Query Execution Plans in a Web Service Environment 64345 EEE
Achieving Survivability in Business Process Execution Language for Web Services (BPEL) with Exception-Flows 64346 EEE
Extending Business Process Execution Language for Web Services with Service Level Agreements Expressed in Computational Quality Attributes 64348 HICSS
A Study of Service Composition with QoS Management 64359 ICWS
Quality of Service Specification and Management for XML Web Services 64363 ICWS
System Recovery through Dynamic Regeneration of Workflow Specification 64368 ISORC
Towards a Privacy Access Control Model for e-Healthcare Services 64369 PST
Towards an Integrated Privacy Framework for HIPAA-Compliant Web Services 64373 CEC
Web Service Composition: A Security Perspective 64375 WIRI
Developing e-Negotiation support with a meta-modeling approach in a Web services environment 64378 Decision Support Systems
Exploring Privacy Issues in Web Services Discovery Agencies 64379 IEEE Security andamp; Privacy
Web Metadata Standards: Observations and Prescriptions 64386 IEEE Software
Automatic Foot-Plant Constraints Detection Shoes 64388 CGIV
Motion Normalization 64389 ACII
QoS-Driven Composite Web Services Selection 64391 ASIAN
Dynamic Selection of Composite Web Services Based on a Genetic Algorithm Optimized New Structured Neural Network 64393 CW
Retrieval with Knowledge-driven Kernel Design: An Approach to Improving SVM-Based CBIR with Relevance Feedback 64398 ICCV
The Fundamental Role of Hop Distance in IEEE802.11 Multi-Hop Ad Hoc Networks 64399 ICNP
Optimal Selection of Web Services for Composition Using Weighted Multistage Graph 64403 iiWAS
A Physically-Based Algorithm for Motion Mapping 64406 IV
Generic-Model Based Human-Body Modeling 64407 ICEC
Optimal Selection of Web Services for Composition Based on Interface-Matching and Weighted Multistage Graph 64408 PDCAT
A Genetic Algorithm Optimized New Structured Neural Network for Multistage Decision-Making Problem 64409 PDCAT
Motion normalization: the preprocess of motion data 64412 VRST
A kind of support vector fuzzy classifiers 64414 GrC
Zeitfensterskalierung zur adaptiven Speicherverwaltung in Datenstrommanagementsystemen 64424 BTW Studierenden-Programm
Bidirectional Expansion For Keyword Search on Graph Databases 64443 VLDB
Selectivity Estimation for Fuzzy String Predicates in Large Data Sets 64452 VLDB
Theoretical quantification of shape distortion in fuzzy Hough transform 64460 Fuzzy Sets and Systems
Methods of case adaptation: A survey 64463 Int. J. Intell. Syst.
Holistic Software Process Performance Measurement: From the Stakeholders' Perspective 64491 DEXA Workshops
CSR: Speaker Recognition from Compressed VoIP Packet Stream 64516 ICME
Towards exploratory test instance specific algorithms for high dimensional classification 64522 KDD
On Clustering Techniques for Change Diagnosis in Data Streams 64530 WEBKDD
On Abnormality Detection in Spuriously Populated Data Streams 64542 SDM
Online Analysis of Community Evolution in Data Streams 64545 SDM
On Variable Constraints in Privacy Preserving Data Mining 64546 SDM
On k-Anonymity and the Curse of Dimensionality 64561 VLDB
On the Use of Wavelet Decomposition for String Classification 64567 Data Min. Knowl. Discov.
On Change Diagnosis in Evolving Data Streams 64585 IEEE Trans. Knowl. Data Eng.
An effective and efficient algorithm for high-dimensional outlier detection 64597 VLDB J.
Using Schema Transformation Pathways for Data Lineage Tracing 64601 BNCOD
Using Schema Transformation Pathways for Incremental View Maintenance 64602 DaWaK
MicroHash: An Efficient Index Structure for Flash-Based Sensor Devices 64610 FAST
Combining Trust and Risk to Reduce the Cost of Attacks 64622 iTrust
WormBase: a comprehensive data resource for Caenorhabditis biology and genomics 64642 Nucleic Acids Research
Designing Secure Indexes for Encrypted Databases 64661 DBSec
Mining Module for Adaptive XML Path Indexing 64663 DEXA Workshops
Using Relevant Sets for Optimizing XML Indexes 64692 WEBIST
Distributed Intersection Join of Complex Interval Sequences 64720 DASFAA
A Generic Framework for Efficient Subspace Clustering of High-Dimensional Data 64734 ICDM
Efficient Join Processing for Complex Rasterized Objects 64735 ICEIS
Database Support for Haptic Exploration in Very Large Virtual Environments 64736 MMM
Approximated Clustering of Distributed High-Dimensional Data 64738 PAKDD
ViVo: Visual Vocabulary Construction for Mining Biomedical Images 64754 ICDM
A Comparative Study of Feature Vector-Based Topic Detection Schemes A Comparative Study of Feature Vector-Based Topic Detection Schemes 64763 WIRI
Supervised clustering with support vector machines 64769 ICML
A support vector method for multivariate performance measures 64772 ICML
Query chains: learning to rank from implicit feedback 64783 KDD
Accurately interpreting clickthrough data as implicit feedback 64790 SIGIR
Unstructuring User Preferences: Efficient Non-Parametric Utility Revelation 64793 UAI
Object-Relational Spatial Indexing 64815 Spatial Databases
Accurate and Efficient Similarity Search on 3D Objects Using Point Sampling, Redundancy, and Proportionality 64822 SSTD
Fast window correlations over uncooperative time series 64828 KDD
Cache-Conscious Automata for XML Filtering 64840 ICDE
Multiple Classifier Systems, 6th International Workshop, MCS 2005, Seaside, CA, USA, June 13-15, 2005, Proceeding 64850 Multiple Classifier Systems
Semantic Access Control Model: A Formal Specification 64863 ESORICS
Specification and automated processing of security requirements (SAPS'05) 64865 ASE
Ontology Management: a Case Study and Research Plans 64884 EMOI-INTEROP
Leveraging Autonomic Collaborative Processes with Imitation 64886 CAiSE Workshops (2)
Signature Files and Signature File Construction 64931 Encyclopedia of Database Technologies and Applications
Similarity and cluster analysis algorithms for Microarrays using R trees 64940 CSB Workshops
Classification Methods for HIV-1 Medicated Neuronal Damage 64941 CSB Workshops
Hierarchical Clustering Analysis from Genomic Dataset 64943 IAT
Credit Scoring via PCALWM 64950 International Conference on Computational Science (3)
Improving Clustering Analysis for Credit Card Accounts Classification 64953 International Conference on Computational Science (3)
Towards Exploring Interactive Relationship between Clusters and Outliers in Multi-Dimensional Data Analysis 64968 ICDE
An Integrated Classification Method: Combination of LP and LDA 64986 WINE
Study on Improving Efficiency of Knowledge Sharing in Knowledge-Intensive Organization 64987 WINE
Classifying Credit Card Accounts for Business Intelligence and Decision Making: a Multiple-criteria Quadratic Programming Approach 65001 International Journal of Information Technology and Decision Making
A Shrinking-Based Clustering Approach for Multidimensional Data 65008 IEEE Trans. Knowl. Data Eng.
Strategic Information Systems Alignment - A Decision Support Application for the Internet Era 65016 ICEIS (2)
User Cognitive Style and Interface Design for Personal, Adaptive Learning. What to Model 65017 User Modeling
A Service-Oriented Personalization Mechanism in Pervasive Environments 65018 Web Intelligence
The Role of Visual Tools in a Web Application Design and Verification Framework: A Visual Notation for LTL Formulae 65022 ICWE
A Verifier for Interactive, Data-Driven Web Applications 65026 SIGMOD Conference
Approximating a Gram Matrix for Improved Kernel-Based Learning 65066 COLT
Sampling Sub-problems of Heterogeneous Max-cut Problems and Approximation Algorithms 65074 STACS
On the Nystrandouml;m Method for Approximating a Gram Matrix for Improved Kernel-Based Learning 65079 Journal of Machine Learning Research
Provable Data Privacy 65086 DEXA
Performance analysis of the ieee 802.11e block ACK scheme in a noisy channel 65106 BROADNETS
Update-based cache replacement policies in wireless data access 65107 BROADNETS
Energy saving mechanisms in sensor networks 65108 BROADNETS
A design of orthogonal interleavers for multimodes turbo en-decoders 65122 ISCAS (4)
Reservation and Grouping Stations for the IEEE 802.11 DCF 65128 NETWORKING
Voice Capacity Analysis of WLAN with Unbalanced Traffic 65129 QSHINE
Performance study of multiple route dynamic source routing protocols for mobile ad hoc networks 65159 J. Parallel Distrib. Comput.
Lightweight Deployment-Aware Scheduling for Wireless Sensor Networks 65163 MONET
Differentiation, QoS Guarantee, and Optimization for Real-Time Traffic over One-Hop Ad Hoc Networks 65173 IEEE Trans. Parallel Distrib. Syst.
Saturation throughput analysis of error-prone 802.11 wireless networks 65176 Wireless Communications and Mobile Computing
Proportional degradation services in wireless/mobile adaptive multimedia networks 65180 Wireless Communications and Mobile Computing
Architecture, mobility management, and quality of service for integrated 3G and WLAN networks 65181 Wireless Communications and Mobile Computing
Special Issue: Mobility, Paging, and Quality of Service Management for Future Wireless Networks 65182 Wireless Communications and Mobile Computing
Performance analysis of priority schemes for IEEE 802.11 and IEEE 802.11e wireless LANs 65200 IEEE Transactions on Wireless Communications
IEEE 802.11 performance enhancement via concatenation and piggyback mechanisms 65201 IEEE Transactions on Wireless Communications
The Semantics of Potential Intentions 65202 AAAI
Extending the recognition-primed decision model to support human-agent collaboration 65215 AAMAS
Conversation Pattern-based Anticipation of Teammates' Information Needs via Overhearing 65226 IAT
Third-party Subscription in Multiparty Dialogues for Agent Teams 65227 IAT
Multiparty Proactive Communication in Agent Teamwork 65235 ICTAI
Information Supply Chain: A Unified Framework for Information-Sharing 65246 ISI
A theoretical framework on proactive information exchange in agent teamwork 65260 Artif. Intell.
Reports on the 2005 AAAI Spring Symposium Series 65261 AI Magazine
Homeland Security 65270 IEEE Intelligent Systems
Relevant Data Expansion for Learning Concept Drift from Sparsely Labeled Data 65283 IEEE Trans. Knowl. Data Eng.
A Trajectory Splitting Model for Efficient Spatio-Temporal Indexing 65302 VLDB
Queries as anchors: selection by association 65303 Hypertext
A Color Image Segmentation Algorithm by Using Region and Edge Information 65306 Australian Conference on Artificial Intelligence
Image Retrieval Using Weighted Color Co-occurrence Matrix 65307 BNCOD
Combined Color and Texture Segmentation Based on Fibonacci Lattice Sampling and Mean Shift 65308 ICIAR
Convergence of Estimation of Distribution Algorithms in Optimization of Additively Noisy Fitness Functions 65309 ICTAI
A facial expression recognition system based on supervised locally linear embedding 65310 Pattern Recognition Letters
Labeling Unclustered Categorical Data into Clusters Based on the Important Attribute Values 65316 ICDM
QED: An Efficient Framework for Temporal Region Query Processing 65317 PAKDD
A Family of Extended Fuzzy Description Logics 65325 COMPSAC (1)
Approximate Information Retrieval for Heterogeneity Ontologies 65326 CW
Extended Fuzzy ALCN and Its Tableau Algorithm 65328 FSKD (1)
A Framework of Checking Subsumption Relations Between Composite Concepts in Different Ontologies 65339 KES (1)
Extended Fuzzy Description Logic ALCN 65340 KES (4)
A Fuzzy Extension of Description Logic ALCH 65341 MICAI
The Geek-Tonesand#153;: An Experiment in Distributed, Real-time Musical Integration 65350 CIDR
Enterprise software as service 65372 ACM Queue
Parallel Linear Space Algorithm for Large-Scale Sequence Alignment 65379 Euro-Par
Parallel Implementation of SEMPHY - a Structural EM Algorithm for Phylogenetic Reconstruction 65388 PARCO
ISMB 2005 65424 ISMB (Supplement of Bioinformatics)
ISMB 2005 Organization 65425 ISMB (Supplement of Bioinformatics)
NaLIX: an interactive natural language interface for querying XML 65449 SIGMOD Conference
BATON: A Balanced Tree Structure for Peer-to-Peer Networks 65465 VLDB
Pattern Tree Algebras: Sets or Sequences 65470 VLDB
Special issue on data management, analysis, and mining for the life sciences 65512 VLDB J.
Large-Scale Localization from Wireless Signal Strength 65516 AAAI
Proceedings of the 2005 International Conference on Information Quality (MIT IQ Conference), Sponsored by Lockheed Martin, MIT, Cambridge, MA, USA, November 10-12, 200 65548 IQ
Evaluation of a Dynamic Tree Structure for Indexing Query Regions on Streaming Geospatial Data 65558 SSTD
Querying Streaming Geospatial Image Data: The GeoStreams Project 65560 SSDBM
Detecting Semantically Correct Changes to Relevant Unordered Hidden Web Data 65585 DEXA
HW-STALKER: A machine learning-based system for transforming QURE-Pagelets to XML 65587 Data Knowl. Eng.
Comparisons of Inter-Domain Routing Schemes for Heterogeneous Ad Hoc Networks 65589 WOWMOM
Quorum placement in networks to minimize access delays 65614 PODC
On hierarchical routing in doubling metrics 65623 SODA
Finding effective support-tree preconditioners 65628 SPAA
Do we need more web performance research 65636 WWW (Special interest tracks and posters)
Compressing Bitmap Indices by Data Reorganization 65677 ICDE
Optimal Data-Space Partitioning of Spatial Data for Parallel I/O 65687 Distributed and Parallel Databases
Vector Space Indexing for Biosequence Similarity Searches 65688 International Journal on Artificial Intelligence Tools
ABACUS: A Distributed Middleware for Privacy Preserving Data Sharing Across Private Data Warehouses 65706 Middleware
PRISM: indexing multi-dimensional data in P2P networks using reference vectors 65707 ACM Multimedia
Building e-Laws Ontology: New Approach 65715 OTM Workshops
Using BWW model to evaluate building ontologies in CGs formalism 65720 Inf. Syst.
Algorithms For The Constrained Longest Common Subsequence Problems 65754 Int. J. Found. Comput. Sci.
The Network as a Storage Device: Dynamic Routing with Bounded Buffers 65774 APPROX-RANDOM
Hardness of the Undirected Edge-Disjoint Paths Problem with Congestion 65779 FOCS
Approximating the average response time in broadcast scheduling 65807 SODA
Multicommodity flow, well-linked terminals, and routing problems 65825 STOC
Target tracking with distributed sensors: The focus of attention problem 65842 Computer Vision and Image Understanding
A Polynomial Time Approximation Scheme for the Multiple Knapsack Problem 65855 SIAM J. Comput.
A Particle Swarm Optimization-Based Approach to Tackling Simulation Optimization of Stochastic, Large-Scale and Complex Systems 65915 ICMLC
Optimized concrete delivery scheduling using combined simulation and genetic algorithms 65919 Winter Simulation Conference
Comparing PROMODEL and SDESA in modeling construction operations 65920 Winter Simulation Conference
Actor-Oriented Design of Scientific Workflows 65936 ER
Incorporating Semantics in Scientific Workflow Authoring 65940 SSDBM
Creating and Providing Data Management Services for the Biological and Ecological Sciences: Science Environment for Ecological Knowledge 65941 SSDBM
Towards Automatic Generation of Semantic Types in Scientific Workflows 65942 WISE Workshops
An approach for pipelining nested collections in scientific workflows 65945 SIGMOD Record
Distribution-Free Learning of Bayesian Network Structure in Continuous Domains 65988 AAAI
Speculative Markov Blanket Discovery for Optimal Feature Selection 65990 ICDM
Essential Hidden Variables: An Exploratory Algorithm 65993 IICAI
Nearest Neighbor Search on Vertically Partitioned High-Dimensional Data 65999 DaWaK
UNICAP: Efficient Decision Support for Academic Resource and Capacity Management 66045 TCGOV
Applications of dynamic proxies in distributed environments 66065 Softw., Pract. Exper.
Deliberation scheduling strategies for adaptive mission planning in real-time environments 66084 Metacognition in Computation
Constraints and AI Planning 66097 IEEE Intelligent Systems
Scalability of Databases for Digital Libraries 66101 ICADL
Mining Network Logs: Information Quality Challenges 66109 IQ
Gene Mapping by Pattern Discovery 66115 Data Mining in Bioinformatics
2-Dimensional Singular Value Decomposition for 2D Maps and Images 66136 SDM
Characterization of a Family of Algorithms for Generalized Discriminant Analysis on Undersampled Problems 66142 Journal of Machine Learning Research
Generalized Low Rank Approximations of Matrices 66144 Machine Learning
A Two-Stage Linear Discriminant Analysis via QR-Decomposition 66146 IEEE Trans. Pattern Anal. Mach. Intell.
Adaptive Query Refinement Based on Global and Local Analysis 66164 FSKD (1)
A Scalable Peer-to-Peer Architecture for Distributed Information Monitoring Applications 66183 IEEE Trans. Computers
A Distributed Approach to Node Clustering in Decentralized Peer-to-Peer Networks 66184 IEEE Trans. Parallel Distrib. Syst.
FCLib: A Library for Building Data Analysis and Data Discovery Tools 66186 IDA
A Collaborative Informatics Infrastructure for Multi-Scale Science 66188 Cluster Computing
Sensor Network Coverage Restoration 66195 DCOSS
Spatial queries in sensor networks 66200 GIS
Data Acquisition in Sensor Networks with Large Memories 66203 ICDE Workshops
A Framework for Semi-Supervised Learning Based on Subjective and Objective Clustering Criteria 66206 ICDM
Towards In-Situ Data Storage in Sensor Databases 66218 Panhellenic Conference on Informatics
Reminiscences on influential papers 66246 SIGMOD Record
Surface Features in Video Retrieval 66257 Adaptive Multimedia Retrieval
Structural features in content oriented XML retrieval 66259 CIKM
Distribution Rules for Array Database Queries 66266 DEXA
Relevance information: a loss of entropy but a gain for IDF 66284 SIGIR
TIJAH: Embracing IR Methods in XML Databases 66297 Inf. Retr.
Workshop on the evaluation of multimedia retrieval 66302 SIGIR Forum
Shuffling a Stacked Deck: The Case for Partially Randomized Ranking of Search Engine Results 66310 VLDB
User-centric Web crawling 66311 WWW
Shuffling a Stacked Deck: The Case for Partially Randomized Ranking of Search Engine Result 66315 CoRR
A Distributed Algorithm for Outlier Detection in a Large Database 66335 DNIS
Adaptive Query Optimization Method for Multiple Continuous Queries 66345 ICDE Workshops
Example-Based Robust Outlier Detection in High Dimensional Datasets 66346 ICDM
Topic activation analysis for document streams based on document arrival rate and relevance 66352 SAC
Extended Link Analysis for Extracting Spatial Information Hubs 66359 WIRI
Conveying taxonomy context for topic-focused Web search 66364 JASIST
Performing BGP Experiments on a Semi-realistic Internet Testbed Environment 66369 ICDCS Workshops
Hifocon: Object and Dimensional Coherence and Correlation in Multidimensional Visualization 66372 ISVC
Warping the Time on Data Streams 66393 SBBD
Optimal Incremental Evaluation of Preference Queries Based on Ranked Sub-queries 66395 SEBD
Efficiently and Accurately Comparing Real-valued Data Streams 66396 SEBD
Speaking Words of WISDOM: Web Intelligent Search based on DOMain ontologies 66407 SWAP
A Histogram-Based Selectivity Estimator for Skewed XML Data 66415 DEXA
Best terms: an efficient feature-selection algorithm for text categorization 66426 Knowl. Inf. Syst.
Automatic Generation of the Initial Query Set for CBIR on the Mobile Web 66431 PCM (1)
Survey of Biodata Analysis from a Data Mining Perspective 66443 Data Mining in Bioinformatics
Gene Teams with Relaxed Proximity Constraint 66446 CSB
Data Mining Techniques for Microarray Datasets 66452 ICDE
Searching for Related Objects in Relational Databases 66470 SSDBM
Making SVMs Scalable to Large Data Sets using Hierarchical Cluster Indexing 66473 Data Min. Knowl. Discov.
A System of User-Guided Biological Literature Search Engine 66474 IEEE Data Eng. Bull.
Guest Editors' Introduction: Special Issue on Mining Biological Data 66479 IEEE Trans. Knowl. Data Eng.
Video Cut Detection using Frame Windows 66486 ACSC
Combining Image and Structured Text Retrieval 66501 INEX
HiXEval: Highlighting XML Retrieval Evaluation 66503 INEX
RMIT University at INEX 2005: Ad Hoc Track 66504 INEX
Evaluating Ontology Criteria for Requirements in a Geographic Travel Domain 66505 OTM Conferences (2)
Characteristics of web applications that affect usability: a review 66511 OZCHI
Correlating Scenes as Series of Document Sentences with Images 66535 ICDE Workshops
Evaluating Score and Publication Similarity Functions in Digital Libraries 66583 ICADL
Evaluating Publication Similarity Measures 66587 IEEE Data Eng. Bull.
Finding Longest Increasing and Common Subsequences in Streaming Data 66589 COCOON
Observations and Computations in Sylvester-Gallai Theory 66609 CCCG
Integrating Digital Forensics in Network Infrastructures 66628 IFIP Int. Conf. Digital Forensics
Cost-driven octree construction schemes: an experimental study 66639 Comput. Geom.
Transversals to Line Segments in Three-Dimensional Space 66650 Discrete andamp; Computational Geometry
Acceleration Technique of Snake-Shaped Regions Retrieval Method for Telematics Navigation Service System 66662 ICDE
Foundations of organizational structures in multiagent systems 66666 AAMAS
Proceedings of the 2005 National Conference on Digital Government Research, DG.O 2005, Atlanta, Georgia, USA, May 15-18, 200 66685 DG.O
Keynote panel: digital government research in the academy 66688 DG.O
NSF project: harvesting information to sustain our forests 66689 DG.O
Using a Path-Based Thesaurus Model to Enhance a Domain-Specific Digital Library 66709 ECDL
Digital Government Research in Academia 66729 IEEE Computer
Fast and Exact Warping of Time Series Using Adaptive Segmental Approximations 66740 Machine Learning
Mining Data Streams 66750 The Data Mining and Knowledge Discovery Handbook
Compact reachability labeling for graph-structured data 66752 CIKM
On the Sequencing of Tree Structures for XML Indexing 66763 ICDE
Online Mining of Data Streams: Applications, Techniques and Progress 66764 ICDE
Efficiently Mining Frequent Closed Partial Orders 66776 ICDM
Pattern-based similarity search for microarray data 66783 KDD
A Random Method for Quantifying Changing Distributions in Data Streams 66785 PKDD
Loadstar: A Load Shedding Scheme for Classifying Data Streams 66787 SDM
Loadstar: Load Shedding in Data Stream Mining 66795 VLDB
An Improved Biclustering Method for Analyzing Gene Expression Profiles 66801 International Journal on Artificial Intelligence Tools
Network-Based Problem Detection for Distributed Systems 66808 ICDE
A Probabilistic Model of Redundancy in Information Extraction 66841 IJCAI
Extracting Product Features and Opinions from Reviews 66860 HLT/EMNLP
OPINE: Extracting Product Features and Opinions from Reviews 66861 HLT/EMNLP
KnowItNow: Fast, Scalable Information Extraction from the Web 66862 HLT/EMNLP
A search engine for natural language applications 66867 WWW
Unsupervised named-entity extraction from the Web: An experimental study 66875 Artif. Intell.
Cluster Based Integration of Heterogeneous Biological Databases Using the AutoMed Toolkit 66898 DILS
Network Traffic Analysis With Query Driven Visualization SC 2005 HPC Analytics Results 66907 SC
DEX: Increasing the Capability of Scientific Data Analysis Pipelines by Using Efficient Bitmap Indices to Accelerate Scientific Visualization 66909 SSDBM
Interactive Methods for Exploring Particle Simulation Data 66910 EuroVis
Query-Driven Visualization of Large Data Sets 66913 IEEE Visualization
Focused Community Discovery 66920 ICDM
Locality-based Profile Analysis for Secondary Intrusion Detection 66957 ISPAN
An adaptive distance computation technique for image retrieval systems 66959 SAC
Mining Mobile Group Patterns: A Trajectory-Based Approach 66985 PAKDD
05051 Executive Summary - Probabilistic, Logical and Relational Learning - Towards a Synthesis 67002 Probabilistic, Logical and Relational Learning
05051 Abstracts Collection - Probabilistic, Logical and Relational Learning - Towards a Synthesis 67003 Probabilistic, Logical and Relational Learning
Bayesian Network Learning with Abstraction Hierarchies and Context-Specific Independence 67006 ECML
Pruning Social Networks Using Structural Properties and Descriptive Attributes 67009 ICDM
Tutorial on Statistical Relational Learning 67020 ILP
Introduction to the special issue on link mining 67042 SIGKDD Explorations
Link mining: a survey 67043 SIGKDD Explorations
Computational Modeling of Human Head Conductivity 67047 International Conference on Computational Science (1)
Exception Rules in Data Mining 67056 Encyclopedia of Information Science and Technology (II)
Data Dissemination in Mobile Databases 67057 Encyclopedia of Information Science and Technology (II)
Preserving Composition in XML Object Relational Storage 67062 AINA
On Building a Data Broadcasting System for Mobile Databases 67063 AINA
Global Indexing Scheme for Location-Dependent Queries in Multi Channels Mobile Broadcast Environment 67065 AINA
On Maintaining XML Linking Integrity During Update 67075 DEXA
Mobile User Data Mining: Mining Relationship Patterns 67077 EUC
Computational Science and Its Applications - ICCSA 2005, International Conference, Singapore, May 9-12, 2005, Proceedings, Part 67088 ICCSA (1)
Computational Science and Its Applications - ICCSA 2005, International Conference, Singapore, May 9-12, 2005, Proceedings, Part I 67089 ICCSA (2)
Computational Science and Its Applications - ICCSA 2005, International Conference, Singapore, May 9-12, 2005, Proceedings, Part II 67090 ICCSA (3)
Computational Science and Its Applications - ICCSA 2005, International Conference, Singapore, May 9-12, 2005, Proceedings, Part I 67091 ICCSA (4)
Mining Patterns of Mobile Users Through Mobile Devices and the Musics They Listens 67098 ICCSA (4)
Validating the Distributed Ontology Framework for Deployment onto the Semantic Grid Environment 67101 ICPADS (2)
User Interface Design for Decision Guide Websites 67114 iiWAS
Maintaining Versions of Dynamic XML Documents 67132 WISE
MoMM'2005 - The Third International Conference on Advances in Mobile Multimedia, 19-21 September 2005, Kuala Lumpur, Malaysi 67135 MoMM
Research on location-dependent queries in mobile databases 67143 Comput. Syst. Sci. Eng.
On-Mobile Query Processing Incorporating Multiple Non-Collaborative Servers 67157 Ingandeacute;nierie des Systandegrave;mes d'Information
Editorial 67158 J. Mobile Multimedia
Efficient Broadcast Indexing Scheme for Location-dependent Queries in Multi Channels Wireless Environment 67159 Journal of Interconnection Networks
Data retrieval for location-dependent queries in a multi-cell wireless environment 67160 Mobile Information Systems
Research in mobile database query optimization and processing 67161 Mobile Information Systems
Replica synchronisation in grid databases 67162 IJWGS
Energy Conservation in Memory Hierarchies using Power-Aware Cached-DRAM 67166 Power-aware Computing Systems
Energy Efficient Configuration for QoS in Reliable Parallel Servers 67173 EDCC
Minimizing expected energy in real-time embedded systems 67174 EMSOFT
Near-memory Caching for Improved Energy Consumption 67182 ICCD
The Netnice packet filter: bridging the structural mismatches in end-host network control 67193 INFOCOM
Testing in resource constrained execution environments 67200 ASE
Energy-efficient policies for embedded clusters 67203 LCTES
A Declarative Foundation of Process Models 67257 CAiSE
On Compression-Based Text Classification 67273 ECIR
Why skewing works: learning difficult Boolean functions with greedy tree learners 67276 ICML
Minimizing DNF Formulas and AC0 Circuits Given a Truth Tabl 67290 Electronic Colloquium on Computational Complexity (ECCC)
Exact learning of DNF formulas using DNF hypotheses 67297 J. Comput. Syst. Sci.
Workshop on Hot Topics in System Depend - Workshop Abstract 67311 DSN
Combining Visualization and Statistical Analysis to Improve Operator Confidence and Efficiency for Failure Detection and Localization 67315 ICAC
Conceptual Modeling of Spatiotemporal Database Applications: An Ontological View 67326 IKE
Store-Ordered Streaming of Shared Memory 67333 IEEE PACT
Accelerating Database Operations Using a Network Processor 67339 DaMoN
RECAST: Boosting Tag Line Buffer Coverage in Low-Power High-Level Caches "for Free" 67347 ICCD
Temporal Streaming of Shared Memory 67359 ISCA
Power-Aware Computer Systems, 4th International Workshop, PACS 2004, Portland, OR, USA, December 5, 2004, Revised Selected Paper 67374 PACS
TurboSMARTS: accurate microarchitecture simulation sampling in minutes 67378 SIGMETRICS
Evaluating scheduling policies for fine-grain communication protocols on a cluster of SMPs 67383 J. Parallel Distrib. Comput.
TRUSS: A Reliable, Scalable Server Architecture 67386 IEEE Micro
A Case for Asymmetric-Cell Cache Memories 67394 IEEE Trans. VLSI Syst.
Tracking, Analysis, and Recognition of Human Gestures in Video 67399 ICDAR
Query-Sensitive Embeddings 67412 SIGMOD Conference
Robust Aggregation in Sensor Networks 67417 IEEE Data Eng. Bull.
Indexing mobile objects using dual transformations 67421 VLDB J.
Randeacute;duction du cube de donnandeacute;es 67434 BDA
Essential Patterns: A Perfect Cover of Frequent Patterns 67444 DaWaK
Couvertures parfaites des motifs frandeacute;quents 67469 Ingandeacute;nierie des Systandegrave;mes d'Information
A study of the effects of bias in criterion functions for temporal data clustering 67474 ACM Southeast Regional Conference (1)
Adaptive teaching strategy for online learning 67486 IUI
Adaptive Data Placement for Wide-Area Sensing Services 67488 FAST
Tributaries and Deltas: Efficient and Robust Aggregation in Sensor Network Streams 67495 SIGMOD Conference
Challenges of Ultra Large Scale Integration of Biomedical Computing Systems 67500 CBMS
Towards aspect weaving applications 67519 ICSE
Weaving Aspects into Web Service Orchestrations 67532 ICWS
Innovative use of Mobile Learning for Occupational Stress: Evaluation of Non Functional Requirements and Architectures 67555 WMTE
Business Data Validation: lessons from practice 67556 WWV
Unsupervised Anomaly Detection in Network Intrusion Detection Using Clusters 67583 ACSC
Anomaly detection for Internet worms 67592 Integrated Network Management
A Cost-Space Approach to Distributed Query Optimization in Stream Based Overlays 67603 ICDE Workshops
Conservation vs. Consensus in Peer-to-Peer Preservation Systems 67605 IPTPS
Attrition Defenses for a Peer-to-Peer Digital Preservation System 67612 USENIX Annual Technical Conference, General Track
A Fresh Look at the Reliability of Long-term Digital Storag 67621 CoRR
The LOCKSS peer-to-peer digital preservation system 67624 ACM Trans. Comput. Syst.
Evaluation of Feature Extraction Techniques for Robust Watermarking 67633 IWDW
Image Watermarking Resistant To Combined Geometric And Removal Attacks 67641 Int. J. Image Graphics
Efficient Information Service Management Using Service Club in CROWN Grid 67642 IEEE SCC
Early Experience of Remote and Hot Service Deployment with Trustworthiness in CROWN Grid 67643 APPT
OpenSPACE: An Open Service Provisioning and Consuming Environment for Grid Computing 67644 e-Science
Access Control Policy Negotiation for Remote Hot-deployed Grid Services 67646 e-Science
Semantic Sensor Net: An Extensible Framework 67649 ICCNMC
A Random Walk Based Anonymous Peer-to-Peer Protocol Design 67650 ICCNMC
Provide Privacy for Mobile P2P Systems 67655 ICDCS Workshops
TruGrid: A Self-Sustaining Trustworthy Grid 67656 ICDCS Workshops
Access Control in Peer-to-Peer Collaborative Systems 67657 ICDCS Workshops
S-Club: An Overlay based Efficient Service Discovery Mechanism in CROWN Grid 67658 ICEBE
Distributed Access Control in CROWN Groups 67661 ICPP
A Mutual Anonymous Peer-to-Peer Protocol Design 67671 IPDPS
Approaching Optimal Peer-to-Peer Overlays 67679 MASCOTS
Ad-UDDI: An Active and Distributed Service Registry 67687 TES
IPR: Automated Interaction Process Reconciliation 67689 Web Intelligence
Improving Unstructured Peer-to-Peer Systems by Adaptive Connection Establishment 67701 IEEE Trans. Computers
Location Awareness in Unstructured Peer-to-Peer Systems 67703 IEEE Trans. Parallel Distrib. Syst.
Dynamic Layer Management in Superpeer Architectures 67706 IEEE Trans. Parallel Distrib. Syst.
Multiplex Encryption: A Practical Approach to Encrypting Multi-recipient Emails 67723 ICICS
On Integrated QoS Control in IP/WDM Networks 67728 ICN (1)
A New Multi-Robot Self-Determination Cooperation Method Based on Immune Agent Network 67730 ICRA
Classification of access network types: Ethernet wireless LAN, ADSL, cable modem or dialup 67733 INFOCOM
Counterexample-Based Refinement for a Boundedness Test for CFSM Languages 67745 SPIN
Multi-objective hierarchical genetic algorithm for interpretable fuzzy rule-based knowledge extraction 67755 Fuzzy Sets and Systems
The feature extraction of nonparametric curves based on niche genetic algorithms and multi-population competition 67762 Pattern Recognition Letters
Agent-based evolutionary approach for interpretable rule-based knowledge extraction 67764 IEEE Transactions on Systems, Man, and Cybernetics, Part C
Efficient Searching in Large Inheritance Hierarchies 67766 DEXA
The molecule evoluator: an interactive evolutionary algorithm for designing drug molecules 67790 GECCO
Advances in Intelligent Data Analysis VI, 6th International Symposium on Intelligent Data Analysis, IDA 2005, Madrid, Spain, September 8-10, 2005, Proceeding 67802 IDA
Reliable Hierarchical Clustering with the Self-organizing Map 67804 IDA
Towards Evolutionary DNA Computing 67815 IWINAC (1)
Using data mining to improve mutation in a tool for molecular evolution 67845 Congress on Evolutionary Computation
Pyramidic Clustering of Large-Scale Microarray Images 67847 Comput. J.
Advances in Mining Graphs, Trees and Sequences 67854 Fundam. Inform.
Applications of spiking neural networks 67863 Inf. Process. Lett.
Compositional Construction and Reasoning Techniques for Software 67869 J. UCS
Evolutionary Algorithms in Drug Design 67872 Natural Computing
Meta-Learning, Model Selection, and Example Selection in Machine Learning Domains with Concept Drift 67895 LWA
Multi-Resolution Modeling and Locally Refined Collision Detection for Haptic Interaction 67898 3DIM
Extending Agent-Based Collaborative Virtual Environment to be HLA Compliant 67910 IASSE
Dynamic Quality of Service Support in Virtual Private Networks 67957 WEA
Connectivity maintenance and coverage preservation in wireless sensor networks 67970 Ad Hoc Networks
Adaptive video transcoding and streaming over wireless channels 68001 Journal of Systems and Software
Jointly Verifying Ownership of an Image Using Digital Watermarking 68007 Multimedia Tools Appl.
The birth of the ACM transactions on multimedia computing, communications and applications (TOMCCAP) 68023 TOMCCAP
Representing and Querying Data Transformations 68042 ICDE
First-Order Query Rewriting for Inconsistent Databases 68046 ICDT
Peer data exchange 68050 PODS
ConQuer: Efficient Management of Inconsistent Databases 68052 SIGMOD Conference
ConQuer: A System for Efficient Querying Over Inconsistent Databases 68057 VLDB
Data Sharing in the Hyperion Peer Database System 68060 VLDB
In memoriam Alberto Oscar Mendelzon 68072 SIGMOD Record
Data exchange: semantics and query answering 68074 Theor. Comput. Sci.
Ontology Management: a Case Study and Research Plans 68169 EMOI-INTEROP
Leveraging Autonomic Collaborative Processes with Imitation 68170 CAiSE Workshops (2)
Perspectives in Conceptual Modeling, ER 2005 Workshops AOIS, BP-UML, CoMoGIS, eCOMO, and QoIS, Klagenfurt, Austria, October 24-28, 2005, Proceeding 68173 ER (Workshops)
Preface to eCOMO 2005 68174 ER (Workshops)
EFSOC: A Layered Framework for Developing Secure Interactions between Web-Services 68200 Distributed and Parallel Databases
Web Services Management: A Survey 68202 IEEE Internet Computing
Effective Short-Term Opponent Exploitation in Simplified Poker 68209 AAAI
SAGA-ML: An Active Learning System for Semiautomated Gameplay Analysis 68213 AAAI
Software Testing by Active Learning for Commercial Games 68214 AAAI
Severe Class Imbalance: Why Better Algorithms Aren't the Answer 68219 ECML
Dual Lookups in Pattern Databases 68229 IJCAI
Hierarchical Heuristic Search Revisited 68237 SARA
Semi-Automated Gameplay Analysis by Machine Learning 68238 AIIDE
Fringe Search: Beating A* at Pathfinding on Game Maps 68239 CIG
A gridding Hough transform for detecting the straight lines in sports video 68262 ICME
Improved Algorithms for Low Power Multiplexor Decomposition 68275 Journal of Circuits, Systems, and Computers
Compile-Time Energy Reduction Techniques based on Voltage Scaling Characteristic 68285 IASTED Conf. on Software Engineering
Mining Music Reviews: Promising Preliminary Results 68287 ISMIR
Music-to-knowledge (M2K): a prototyping and evaluation environment for music digital library research 68291 JCDL
A hardware-efficient technique to implement a trellis code modulation decoder 68298 IEEE Trans. VLSI Syst.
Classification of surface EMG signal using relative wavelet packet energy 68299 Computer Methods and Programs in Biomedicine
Theoretical study on a new information entropy and its use in attribute reduction 68300 IEEE ICCI
Execution Engine of Meta-learning System for KDD in Multi-agent Environment 68302 AIS-ADM
Intelligent Information Processing II, IFIP TC12/WG12.3 International Conference on Intelligent Information Processing (IIP 2004), October 21-23, 2004, Beijing, Chin 68306 Intelligent Information Processing
Optimizing Grid-Based Workflow Execution 68328 J. Grid Comput.
Simplifying construction of complex workflows for non-expert users of the Southern California Earthquake Center Community Modeling Environment 68329 SIGMOD Record
Software Quality and Life Cycles 68334 ADBIS Research Communications
Database Collaboration Instead of Integration 68342 APCCM
ASM Support for Validation of Specifications: Lessons Learned from an eGovernment Project 68348 Abstract State Machines
Tutorial 4: Reasoning About Web Information Systems 68375 ER (Workshops)
Personalised Web-Based Learning Systems 68399 ICALT
Development of Collaboration Frameworks for Distributed Web Information Systems 68405 iiWAS
Integration and Cooperation of Media Types 68408 ISTA
Quality Assurance in the Design of Web Information Systems 68424 QSIC
An Algorithmic Approach to High-Level Personalisation of Web Information Systems 68432 WAIM
Introduction to the special issue on Natural Language and Database and Information Systems: NLDB03 68447 Data Knowl. Eng.
Component development and construction for database design 68448 Data Knowl. Eng.
Conceptual modelling of web information systems 68450 Data Knowl. Eng.
Stragetic Modelling of Web Information Systems 68459 IJWIS
The Co-Design Approach to Web Information Systems Development 68460 IJWIS
View Integration and Cooperation in Databases, Data Warehouses and Web Information Systems 68461 J. Data Semantics IV
Performance Evaluation of Protein Sequence Clustering Tools 68467 International Conference on Computational Science (2)
Efficient and scalable filtering of graph-based metadata 68478 J. Web Sem.
Scheduling Queries to Improve the Freshness of a Website 68479 World Wide Web
Extent: Inferring Image Metadata from Context and Content 68527 ICME
Robust and Real-Time Image Stabilization and Rectification 68537 WACV/MOTION
Decision Tree Based Information Integration for Automated Protein Classification 68541 J. Bioinformatics and Computational Biology
An Affine-Invariant Tool for Retrieving Images from Homogeneous Databases 68545 Multimedia Tools Appl.
Power and performance optimization at the system level 68573 Conf. Computing Frontiers
Filtering Failure Logs for a BlueGene/L Prototype 68577 DSN
Information assurance metric development framework for electronic bill presentment and payment systems using transaction and workflow analysis 68619 Decision Support Systems
Design and exploitation of a high-performance SIMD floating-point unit for Blue Gene/L 68621 IBM Journal of Research and Development
Preface 68622 IBM Journal of Research and Development
A study of the model and algorithms for handling location-dependent continuous queries 68629 Knowl. Inf. Syst.
Comprehension of Hierarchical ER Diagrams Compared to Flat ER Diagrams 68637 Information Modeling Methods and Methodologies
Using fuzzy repertory table-based technique for decision support 68678 Decision Support Systems
Piecewise Constant Modeling of Sequential Data Using Reversible Jump Markov Chain Monte Carlo 68689 Data Mining in Bioinformatics
Using Markov chain Monte Carlo and dynamic programming for event sequence data 68697 Knowl. Inf. Syst.
A Multi-stage Chinese Collocation Extraction System 68711 ICMLC
CTEMP: A Chinese Temporal Parser for Extracting and Normalizing Temporal Information 68713 IJCNLP
Profile-based event tracking 68718 SIGIR
Issues in augmenting image databases to improve processing content-based similarity searches 68733 SAC
Efficient Processing of Ordered XML Twig Pattern 68735 DEXA
TRMeister: A DBMS with High-Performance Full-Text Search Functions 68743 ICDE
Spatial Expressions and Rules for Location-based Services in Oracle 68759 IEEE Data Eng. Bull.
Non-blocking Disk-Tape Join Algorithm for Data on Tertiary Storage Systems 68761 CIT
Energy-Efficient Adaptive Resource Management Strategy for Large-scale Mobile Ad Hoc Networks 68762 CIT
Mining Interesting Association Rules in Medical Images 68765 ADMA
A Model-Free and Stable Gene Selection in Microarray Data Analysis 68777 BIBE
Efficient Join Algorithms for Integrating XML Data in Grid Environment 68783 GCC
Data Sampling Control and Compression in Sensor Networks 68799 MSN
An Energy Consumption Estimation Model for Disseminating Query in Sensor Networks 68800 MSN
An Incremental Data Stream Clustering Algorithm Based on Dense Units Detection 68802 PAKDD
Efficient Processing of XML Path Queries Using the Disk-based Fandamp;B Index 68806 VLDB
Using XML Structure to Reduce Candidate Nodes Participated in Query Processing 68807 WAIM
Medical Image Clustering with Domain Knowledge Constraint 68811 WAIM
Join Algorithm Using Multiple Replicas in Data Grid 68814 WAIM
Rethinking E-commerce Security 68818 CIMCA/IAWTIC
Full-fledged Algebraic XPath Processing in Natix 68835 ICDE
Cost-Sensitive Reordering of Navigational Primitives 68837 SIGMOD Conference
Automated Behavioral Phenotype Detection and Analysis Using Color-Based Motion Tracking 68847 CRV
EigenPhenotypes: Towards an Algorithmic Framework for Phenotype Discovery 68849 CSB Workshops
Rethinking the Presentation of Results from Web Search 68856 ICME
Using Linguistic Models for Image Retrieval 68861 ISVC
Trust in e-commerce 68871 Commun. ACM
Introduction 68872 Commun. ACM
Agents in e-supply chains 68873 Commun. ACM
A semantic approach to monitor business process 68874 Commun. ACM
Semantic eBusiness 68876 Int. J. Semantic Web Inf. Syst.
Comments on "Adaptive reduced-rank interference suppression based on the multistage Wiener filter" 68879 IEEE Transactions on Communications
On Discovery of Extremely Low-Dimensional Clusters using Semi-Supervised Projected Clustering 68883 ICDE
YeastHub: a semantic web use case for integrating data in the life sciences domain 68885 ISMB (Supplement of Bioinformatics)
CLUSTAG: hierarchical clustering and graph methods for selecting tag SNPs 68888 Bioinformatics
Toward Knowledge Preconditions for Composition of SemanticWeb Services 68901 DEEC
Integrating Service Registries with OWL-S Ontologies 68904 KES (3)
Finding Similarity in Time Series Data by Method of Time Weighted Moments 68910 ADC
Efficient Mobility Management for Cache Invalidation in Wireless Mobile Environment 68916 IWDC
Similarity Search in Time Series Data Using Time Weighted Slopes 68917 Informatica (Slovenia)
Sympathy for the sensor network debugger 68933 SenSys
Hierarchical Group-Based Sampling 68947 BNCOD
Integrated resource management for data stream systems 68953 SAC
Hierarchisches gruppenbasiertes Sampling 68956 Inform., Forsch. Entwickl.
Improved greedy algorithm for protein structure reconstruction 68963 Journal of Computational Chemistry
PCE: web tools to compute protein continuum electrostatics 68966 Nucleic Acids Research
PPG: online generation of protein pictures and animations 68967 Nucleic Acids Research
RPBS: a web resource for structural bioinformatics 68968 Nucleic Acids Research
Regional Versus Global Finite-State Error Repair 68982 CICLing
Spelling Correction on Technical Documents 68994 EUROCAST
Semantic Similarity Between Sentences Through Approximate Tree Matching 68997 IbPRIA (2)
Robust Spelling Correction 69014 CIAA
A Study on the Mechanism of Virtual SAN-Based Spatial Data Storage with Double-Thoroughfare in Grid 69015 ADMA
Adaptive Particle Swarm Optimization for Reactive Power and Voltage Control in Power Systems 69019 ICNC (3)
Computerized Support for Idea Generation During Knowledge Creating Process 69020 KES (4)
GenRate: A Generative Model That Finds and Scores New Genes and Exons in Genomic Microarray Data 69022 Pacific Symposium on Biocomputing
Call-by-Value Is Dual to Call-by-Name - Reloaded 69126 RTA
Designing wireless radio access networks for third generation cellular networks 69167 INFOCOM
unsupervised fuzzy ensembles and their use in intrusion detection 69186 ESANN
HYPERTEXT 2005, Proceedings of the 16th ACM Conference on Hypertext and Hypermedia, September 6-9, 2005, Salzburg, Austri 69208 Hypertext
Smart Content Factory - Approaching the Vision 69225 ELPUB
Collaboration with DiamondTouch 69236 INTERACT
Virtual Footprint and PRODORIC: an integrative framework for regulon prediction in prokaryotes 69244 Bioinformatics
Security analysis on public wireless internet service models 69262 WMASH
Automatic Address Assignment for IPv6 End-to-End Multihoming Sites 69263 ICITA (2)
Single backup table schemes for shortest-path routing 69269 Theor. Comput. Sci.
Overview on Decentralized Establishment of Multi-lateral Collaborations 69271 From Integrated Publication and Information Systems to Virtual Information and Knowledge Environments
Academic Panel: "Can Self-Managed Systems Be Trusted?" 69273 DEXA Workshops
The EEE-05 Challenge: A New Web Service Discovery and Composition Competition 69276 EEE
Overview on Decentralized Establishment of Consistent Multi-Lateral Collaborations Based on Asynchronous Communication 69277 EEE
A Grammar-Based Index for Matching Business Processes 69280 ICWS
Decentralized Decision-Making Protocol for Service Composition 69282 ICWS
Requirements for Secure Logging of Decentralized Cross-Organizational Workflow Executions 69284 OTM Workshops
Consistency Between e3-value Models and Activity Diagrams in a Multi-perspective Development Method 69285 OTM Conferences (1)
Issues on Decentralized Consistency Checking of Multi-lateral Collaborations 69294 WETICE
Service Design, Implementation and Description (Tutorial) 69295 WISE
A formal communication model for lookup operations in a hypercube-based P2P data store 69296 CollaborateCom
IPSI-PF - A business process matchmaking engine based on annotated finite state automata 69297 Inf. Syst. E-Business Management
Core: A Search and Browsing Tool for Semantic Instances of Web Sites 69304 APWeb
Managing Geography Learning Objects Using Personalized Project Spaces in G-Portal 69345 ECDL
WebArc: Website Archival Using a Structured Approach 69354 ICADL
On Discovering Concept Entities from Web Sites 69360 ICCSA (2)
Event-Driven Document Selection for Terrorism Information Extraction 69373 ISI
Evaluating G-portal for geography learning and teaching 69377 JCDL
On assigning place names to geography related web pages 69381 JCDL
Personalized project space for managing metadata of geography learning objects 69382 JCDL
Linear correlation discovery in databases: a data mining approach 69413 Data Knowl. Eng.
DEQUE: querying the deep web 69416 Data Knowl. Eng.
Agents and Stream Data Mining: A New Perspective 69422 IEEE Intelligent Systems
Finding and classifying web units in websites 69424 IJBIDM
Discovery of Concept Entities from Web Sites using Web Unit Mining 69425 IJWIS
On organizing and accessing geospatial and georeferenced Web resources using the G-Portal system 69431 Inf. Process. Manage.
Applying scenario-based design and claims analysis to the design of a digital library of geography examination resources 69432 Inf. Process. Manage.
Scheduling Queries to Improve the Freshness of a Website 69447 World Wide Web
A Learning Optimizer for a Federated Database Management System 69451 BTW
A learning optimizer for a federated database management system 69454 Inform., Forsch. Entwickl.
Mechanized Metatheory for the Masses: The PoplMark Challenge 69459 TPHOLs
Personalizing XML Text Search in PimenT 69506 VLDB
HePToX: Marrying XML and Heterogeneity in Your P2P Databases 69507 VLDB
HepToX: Heterogeneous Peer to Peer XML Database 69520 CoRR
The QuarkNet/grid collaborative learning e-Lab 69541 CCGRID
XDTM: The XML Data Type and Mapping for Specifying Datasets 69545 EGC
An Efficient and Divisible Payment Scheme for M-Commerce 69552 KES (3)
The QuarkNet/Grid Collaborative Learning e-La 69568 CoRR
A notation and system for expressing and executing cleanly typed workflows on messy scientific data 69577 SIGMOD Record
Infrastructures for Collaborative Networks - An Application in Elderly Care 69631 SAINT
Scalability evaluation of the Yima streaming media architecture 69655 Softw., Pract. Exper.
Hash-based labeling techniques for storage scaling 69656 VLDB J.
Adaptation in Multimedia Systems 69658 Multimedia Tools Appl.
Semantic Tuplespace 69660 ICSOC
A Novel Fusing Algorithm for Retinal Fundus Images 69669 CIS (1)
Skeleton Representation of Character Based on Multiscale Approach 69670 CIS (2)
Axial Representation of Character by Using Wavelet Transform 69671 FSKD (2)
A Watermarking Scheme Based on Discrete Non-separable Wavelet Transform 69672 IbPRIA (1)
A Global-to-Local Matching Strategy for Registering Retinal Fundus Images 69673 IbPRIA (1)
Multiscale Approach for Thinning Ridges of Fingerprint 69674 IbPRIA (2)
A Novel Method for Off-line Handwriting-based Writer Identification 69677 ICDAR
Similarity Measurement for Off-Line Signature Verification 69678 ICIC (1)
Locating Vessel Centerlines in Retinal Images Using Wavelet Transform: A Multilevel Approach 69679 ICIC (1)
Mosaicing the Retinal Fundus Images: A Robust Registration Technique Based Approach 69681 ICNC (3)
Wavelet-Based Approach for Skeleton Extraction 69683 WACV/MOTION
Morphological structure reconstruction of retinal vessels in fundus images 69687 IJPRAI
A wavelet-based approach to ridge thinning in fingerprint images 69689 IJPRAI
Improved class statistics estimation for sparse data problems in offline signature verification 69692 IEEE Transactions on Systems, Man, and Cybernetics, Part C
ESPClust: An Effective Skew Prevention Method for Model-Based Document Clustering 69698 CICLing
Evaluating Document-to-Document Relevance Based on Document Language Model: Modeling, Implementation and Performance Evaluation 69699 CICLing
MMPClust: A Skew Prevention Algorithm for Model-Based Document Clustering 69700 DASFAA
CDS-Tree: An Effective Index for Clustering Arbitrary Shapes in Data Streams 69702 RIDE
An Effective and Efficient Approach for Keyword-Based XML Retrieval 69705 WAIM
An Optimized K-Means Algorithm of Reducing Cluster Intra-dissimilarity for Document Clustering 69707 WAIM
Building A Document Class Hierarchy for Obtaining More Proper Bibliographies from Web 69709 WIRI
A Prototype for Translating XQuery Expressions into XSLT Stylesheets 69718 ADBIS
Querying and Maintaining Ordered XML Data using Relational Databases 69732 ADC
Live LogicTM: Method for Approximate Knowledge Discovery and Decision Making 69755 RSFDGrC (1)
Extraction of Design Characteristics of Multiobjective Optimization - Its Application to Design of Artificial Satellite Heat Pipe 69766 EMO
Presentation Retrieval Method Considering the Scope of Targets and Outputs 69775 WIRI
Steady state analysis of balanced-allocation routing 69789 Random Struct. Algorithms
Load Balancing in Arbitrary Network Topologies with Stochastic Adversarial Input 69791 SIAM J. Comput.
Error analysis of localization systems for sensor networks 69795 GIS
Information Fusion for Data Dissemination in Self-Organizing Wireless Sensor Networks 69797 ICN (1)
Using Information Fusion to Assist Data Dissemination in Wireless Sensor Networks 69810 Telecommunication Systems
The Robot Scientist Project 69812 Discovery Science
Hierarchical Multi-classification with Predictive Clustering Trees in Functional Genomics 69814 EPIA
PULSTORE.: Automated Storage Management with QoS Guarantee in 69824 ICAC
An Integrated Information Retrieval Support System for Multiple Distributed Heterogeneous Cross-Lingual Information Sources 69825 ICCNMC
PULSATINGSTORE: An Analytic Framework for Automated Storage Management 69826 ICDE Workshops
SVL: Storage Virtualization Engine Leveraging DBMS Technology 69827 ICDE
STORAGEDB: Enhancing the Storage Sub-System with DBMS Functionalities 69831 MSST
A Static Data Dependence Analysis Approach for Software Pipelining 69832 NPC
A Dynamic Data Dependence Analysis Approach for Software Pipelining 69833 NPC
Coping with Data Dependencies of Multi-dimensional Array References 69834 NPC
Detecting Buzz from Time-Sequenced Document Streams 69839 EEE
Sentiment Mining in WebFountain 69840 ICDE
Belief Revision of GIS Systems: The Results of REV!GIS 69850 ECSQARU
Revision of Partially Ordered Information: Axiomatization, Semantics and Iteration 69852 IJCAI
Goals and Benchmarks for Autonomic Configuration Recommenders 69864 SIGMOD Conference
Studying the XML Web: Gathering Statistics from an XML Sample 69870 World Wide Web
Intelligent Business Portals 69872 Encyclopedia of Information Science and Technology (III)
Advanced Data Mining and Applications, First International Conference, ADMA 2005, Wuhan, China, July 22-24, 2005, Proceeding 69876 ADMA
Time weight collaborative filtering 69880 CIKM
Hiding Classification Rules for Data Sharing with Privacy Preservation 69883 DaWaK
Efficient Spatial Clustering Algorithm Using Binary Tree 69889 IDEAL
Direct Fingerprinting on Multicasting Compressed Video 69896 MMM
Collaborative Filtering on Data Streams 69898 PKDD
Sketch Based Facial Expression Recognition Using Graphics Hardware 69920 ACII
CHAD: A Chinese Affective Database 69921 ACII
Configurable Complexity-Bounded Motion Estimation for Real-Time Video Encoding 69922 ACIVS
Design and Implementation of a Server-Aided PKI Service (SaPKI 69923 AINA
Correlation-Based Data Broadcasting in Wireless Networks 69928 BNCOD
Combining Models and Guided Empirical Search to Optimize for Multiple Levels of the Memory Hierarchy 69929 CGO
Remote Control Point Motion Prediction in Internet-Based Real-Time Collaborative Graphics Editing Systems 69930 CRIWG
Searching Techniques in P2P Instant Messaging System 69947 GCA
An Efficient User-Oriented Clustering of Web Search Results 69952 International Conference on Computational Science (3)
Reducing Transaction Abort Rate of Epidemic Algorithm in Replicated Databases 69954 International Conference on Computational Science (1)
Transaction Reordering for Epidemic Quorum in Replicated Databases 69960 ICCSA (4)
Embedded Software and Systems, First International Conference, ICESS 2004, Hangzhou, China, December 9-10, 2004, Revised Selected Paper 69963 ICESS
Software-Based Video Codec for Mobile Devices 69964 ICESS
Real-Time Expression Mapping with Ratio Image 69965 ICESS
CDP: Component Development Platform for Communication Protocols 69966 ICESS
Speed Optimization of a MPEG-4 Software Decoder Based on ARM Family Cores 69970 ICIAR
Complexity-Controllable Motion Estimation for Real-Time Video Encoder 69971 ICIAR
Fast predictive variable-block-size motion estimation for H.264/AVC 69978 ICME
Architecture of a Server-Aided Signature Service (SASS) for Mobile Networks 69979 ICN (2)
Efficient view maintenance in wireless networks [mobile database view maintenance applications] 69987 ISCAS (6)
A Systematic Approach to Model-Guided Empirical Search for Memory Hierarchy Optimization 69990 LCPC
Two-Phase Exclusion Based Broadcast Adaptation in Wireless Networks 70005 WAIM
Weighted One-Against-All 70023 AAAI
The Cross Validation Problem 70026 COLT
Sensitive Error Correcting Output Codes 70027 COLT
Error limiting reductions between classification tasks 70034 ICML
A comparison of tight generalization error bounds 70036 ICML
Relating reinforcement learning performance to classification performance 70041 ICML
Covert two-party computation 70049 STOC
Tutorial on Practical Prediction Theory for Classification 70056 Journal of Machine Learning Research
Course of Action Generation for Cyber Security Using Classical Planning 70061 ICAPS
Hardware Acceleration of Database Operations Using Content-Addressable Memories 70067 DaMoN
New Hardware Support for Database Operations 70073 IEEE Data Eng. Bull.
Consistent bipartite graph co-partitioning for star-structured high-order heterogeneous data co-clustering 70080 KDD
An experimental study on large-scale web categorization 70082 WWW (Special interest tracks and posters)
Conjugate and natural gradient rules for BYY harmony learning on Gaussian mixture with automated model selection 70083 IJPRAI
Foundations of Semistructured Data, 6.-11. February 200 70086 Foundations of Semistructured Data
05061 Abstracts Collection - Foundations of Semistructured Data 70087 Foundations of Semistructured Data
05061 Summary - Foundations of Semi-structured Data 70088 Foundations of Semistructured Data
Which XML Schemas Admit 1-Pass Preorder Typing 70100 ICDT
Proceedings of the Eight International Workshop on the Web andamp; Databases (WebDB 2005), Baltimore, Maryland, USA, Collocated mith ACM SIGMOD/PODS 2005, June 16-17, 200 70112 WebDB
Attribute grammars for unranked trees as a query language for structured documents 70118 J. Comput. Syst. Sci.
On the complexity of typechecking top-down XML transformations 70123 Theor. Comput. Sci.
Using appraisal groups for sentiment analysis 70129 CIKM
Reports on the 2004 AAAI Fall Symposia 70135 AI Magazine
Future short term goals of research in computational analysis of stylistics in text 70141 SIGIR Forum
A Study on the an Application Integration Integrated Model Supporting Inter-enterprise Collaborations 70143 CSCWD (Selected papers)
Feature generation using genetic programming with application to fault classification 70156 IEEE Transactions on Systems, Man, and Cybernetics, Part B
Scientific Names Are Ambiguous as Identifiers for Biological Taxa: Their Context and Definition Are Required for Accurate Data Integration 70171 DILS
Animated interval scatter-plot views for the exploratory analysis of large-scale microarray time-course data 70190 Information Visualization
Extending taxonomic visualisation to incorporate synonymy and structural markers 70191 Information Visualization
Protein Structure Abstractionand Automatic Clustering Using Secondary Structure Element Sequences 70201 ICCSA (2)
Web System Trace Model Using a Web Application Architecture Framework 70206 EEE
Supporting Web User Interface Prototyping through Information Modeling and System Architecting 70211 ICEBE
Web Engineering, 5th International Conference, ICWE 2005, Sydney, Australia, July 27-29, 2005, Proceeding 70213 ICWE
NavOptim: On the Possibility of Minimising Navigation Effort 70214 ICWE
Applying NavOptim to minimise navigational effort 70225 WWW (Special interest tracks and posters)
Impacts of Web Systems on their Domain 70237 J. Web Eng.
Searching for geospatial government-produced data 70253 DG.O
Integer linear programming inference for conditional random fields 70263 ICML
The Necessity of Syntactic Parsing for Semantic Role Labeling 70264 IJCAI
Learning and Inference over Constrained Output 70265 IJCAI
Demonstrating an Interactive Semantic Role Labeling System 70270 HLT/EMNLP
Towards Mapping-Based Document Retrieval in Heterogeneous Digital Libraries 70277 Semantic Grid
DL Meets P2P - Distributed Document Retrieval Based on Classification and Content 70281 ECDL
Progressive Distributed Top k Retrieval in Peer-to-Peer Networks 70282 ICDE
Caching for Improved Retrieval in Peer-to-Peer Networks 70284 KiVS Kurzbeitrandauml;ge und Workshop
Schema-Based Peer-to-Peer Systems 70286 Peer-to-Peer Systems and Applications
KDD Support Services Based on Data Semantics 70312 J. Data Semantics IV
Scene point constraints in camera auto-calibration: an implementational perspective 70319 Image Vision Comput.
An Effective Method for Locally Neighborhood Graphs Updating 70340 DEXA
A Practical Tool for Visualizing and Data Mining Medical Time Series 70352 CBMS
Time-series Bitmaps: a Practical Visualization Tool for Working with Large Time Series Databases 70354 SDM
Assumption-Free Anomaly Detection in Time Series 70355 SSDBM
Scientific Models Management in Computational Grids 70359 SSDBM
The BioPAUandAacute; Project: A Portal for Molecular Dynamics Using Grid Environment 70362 BSB
A Grid Information Service Based on Peer-to-Peer 70370 Euro-Par
Supporting uncertainty in moving objects in network databases 70397 GIS
Indexing the Trajectories of Moving Objects in Networks 70405 GeoInformatica
Message from the Chairs 70423 ICPP Workshops
Introduction 70429 Genetic Programming and Evolvable Machines
Quickly Finding Known Software Problems via Automated Symptom Matching 70442 ICAC
System RX: One Part Relational, One Part XML 70455 SIGMOD Conference
Statistical Learning Techniques for Costing XML Queries 70468 VLDB
Cross-Organizational Workflows: A Classification of Design Decisions 70484 CAiSE Short Paper Proceedings
Requirements for Secure Logging of Decentralized Cross-Organizational Workflow Executions 70523 OTM Workshops
Requirements Engineering for Cross-organizational ERP Implementation: Undocumented Assumptions and Potential Mismatches 70524 RE
Eliciting User Requirements for Ambient Intelligent Systems: A Case Study 70526 RE
Value-oriented design of service coordination processes: correctness and trust 70531 SAC
Surveying the factors that influence maintainability: research design 70533 ESEC/SIGSOFT FSE
Multi-Perspective Requirements Engineering for Networked Business Systems: A Framework for Pattern Composition 70536 WER
Requirements researchers: are we really doing research? 70553 Requir. Eng.
A first step toward detecting SSH identity theft in HPC cluster environments: discriminating masqueraders based on command behavior 70567 CCGRID
Adaptive Regulation of Rigid-Link Electrically Driven Robots with Uncertain Kinematics 70575 ICRA
Adaptive Jacobian Tracking Control of Robots based on Visual Task-space Information 70576 ICRA
Mining Behavior Graphs for "Backtrace" of Noncrashing Bugs 70582 SDM
SOBER: statistical model-based bug localization 70583 ESEC/SIGSOFT FSE
On-Demand Broadcast Algorithms with Caching on Improving Response Time for Real-Time Information Dispatch Systems 70612 RTCSA
Real Time Concurrency Control for Data Intensive Applications 70615 RTCSA
A Preemptive Scheduling Algorithm for Wireless Real-Time On-Demand Data Broadcast 70618 RTCSA
Wireless real-time on-demand data broadcast scheduling with dual deadlines 70624 J. Parallel Distrib. Comput.
Generation of synthetic data sets for evaluating the accuracy of knowledge discovery systems 70649 KDD
The Indiana Center for Database Systems at Purdue University 70677 SIGMOD Record
Analysis of peer-to-peer distributed reputation schemes 70684 CollaborateCom
SPIN: searching personal information networks 70686 SIGIR
Discrete Pose Space Estimation to Improve ICP-Based Tracking 70690 3DIM
Cognitive Vision for Autonomous Satellite Rendezvous and Docking 70694 MVA
A Preliminary Report on Integrating of Answer Set and Constraint Solving 70720 Answer Set Programming
PeerAccess: a logic for distributed authorization 70723 ACM Conference on Computer and Communications Security
Rule Languages for Security and Privacy in Cooperative Systems 70725 COMPSAC (1)
Towards an Integration of Answer Set and Constraint Solving 70736 ICLP
Driving and Monitoring Provisional Trust Negotiation with Metapolicies 70753 POLICY
On optimal service selection 70763 WWW
Guided Interactive Diagnostic Systems 70782 CBMS
Guided Interactive Information Access for E-Citizens 70788 EGOV
No (e-)Democracy Without (e-)Knowledge 70791 TCGOV
The Intelligent e-Store: Easy Interactive Product Selection and Comparison 70794 CEC
Scalable Distributed Aggregate Computations Through Collaboration 70811 DEXA
Proactive Re-optimization 70836 SIGMOD Conference
Incognito: Efficient Full-Domain K-Anonymity 70849 SIGMOD Conference
The TEXTURE Benchmark: Measuring Performance of Text Queries on a Relational DBMS 70868 VLDB
Stonebraker receives IEEE John von Neumann Medal 70899 SIGMOD Record
Recognition of Enhanced Images 70947 MMM
A Note on Zero Error Algorithms Having Oracle Access to One NP Query 70972 COCOON
Valiant's Holant Theorem and Matchgate Tensor 71036 Electronic Colloquium on Computational Complexity (ECCC)
Progress in Computational Complexity Theory 71065 J. Comput. Sci. Technol.
Learning States and Rules for Detecting Anomalies in Time Series 71094 Appl. Intell.
Data mining methods for anomaly detection KDD-2005 workshop report 71097 SIGKDD Explorations
An Optimistic Replication Algorithm to Improve Consistency for Massive Data 71111 GCC
An efficient algorithm for predictive continuous nearest neighbor query processing and result maintenance 71119 Mobile Data Management
Semantic Web Fundamentals 71127 Encyclopedia of Information Science and Technology (V)
Integrating XML Data Sources using RDF/S Schemas: The ICS-FORTH Semantic Web Integration Middleware (SWIM) 71130 Semantic Interoperability and Integration
RUL: A Declarative Update Language for RDF 71143 International Semantic Web Conference
Containment and Minimization of RDF/S Query Patterns 71146 International Semantic Web Conference
Online curriculum on the semantic Web: the CSD-UoC portal for peer-to-peer e-learning 71155 WWW
Adaptive trust negotiation and access control for grids 71175 GRID
Adaptive trust negotiation and access control 71180 SACMAT
A High-Performance Multimedia Streaming Model on Multi-Source Streaming Approach in Peer-to-Peer Networks 71205 AINA
Design of a Hierarchical Group to Realize a Scalable Group 71206 AINA
Lattice-Based Precedence of Moderate Lock Modes on Objects 71207 AINA
Proceedings of the 2005 International Conference on Pervasive Systems and Computing, PSC 2005, Las Vegas, Nevada, June 27-30, 200 71219 PSC
Information Propagation on the phi Failure Detector 71237 DEXA Workshops
A Walkthrough from Smart Spaces to Smart Hyperspaces towards a Smart World with Ubiquitous Intelligence 71287 ICPADS (1)
Synchronous Transmission of Real-Time Multimedia Data in Group Communication 71298 ICPADS (1)
Multimedia Environment for Real-Time Collaborative E-Business 71314 IMSA
Scalable Peer-to-Peer Multimedia Streaming Model in Heterogeneous Networks 71319 ISM
ELA: A Fully Distributed VPN System over Peer-to-Peer Network 71337 SAINT
Design and Implementation of Fault-Tolerant Transactional Agents for Manipulating Distributed Objects 71340 WORDS
An Asynchronous Multi-source Streaming Protocol for Scalable and Reliable Multimedia Communication 71343 DMS
Cbf: Look-up Protocol for Distributed Multimedia Objects in Peer-to-peer Overlay Networks 71366 Journal of Interconnection Networks
An autonomic group communication protocol for distributed applications 71367 IJHPCN
Target Word Selection for Korean Verbs Using a Bilingual Dictionary and WordNet 71370 Australian Conference on Artificial Intelligence
A Category of Discrete Closure Spaces 71377 Spatial Representation
Closure spaces that are not uniquely generated 71400 Discrete Applied Mathematics
Deriving and Managing Data Products in an Environmental Observation and Forecasting System 71424 CIDR
NSF project: harvesting information to sustain our forests 71432 DG.O
Forensix: A Robust, High-Performance Reconstruction System 71451 ICDCS Workshops
Querying and Visualizing Gridded Datasets for e-Science 71454 ICDE
Efficient Scheduling and Execution of Scientific Workflow Tasks 71489 SSDBM
Digital library information-technology infrastructures 71523 Int. J. on Digital Libraries
From databases to dataspaces: a new abstraction for information management 71531 SIGMOD Record
Learning with Constrained and Unlabelled Data 71539 CVPR (1)
Object Categorization by Compositional Graphical Models 71559 EMMCVPR
SAR images as mixtures of Gaussian mixtures 71571 ICIP (2)
Combining partitions by probabilistic label aggregation 71579 KDD
Fusion of Similarity Data in Clustering 71586 NIPS
Image Segmentation by Networks of Spiking Neurons 71602 Neural Computation
Odysseus: A High-Performance ORDBMS Tightly-Coupled with IR Features 71618 ICDE
n-Gram/2L: A Space and Time Efficient Two-Level n-Gram Inverted Index Structure 71624 VLDB
Acceleration Technique of Snake-Shaped Regions Retrieval Method for Telematics Navigation Service System 71632 ICDE
Distributed Recommender Systems for Internet Commerce 71640 Encyclopedia of Information Science and Technology (II)
Beyond threaded conversation 71649 CHI Extended Abstracts
Proceedings of the 2005 International Conference on Intelligent User Interfaces, January 10-13, 2005, San Diego, California, US 71674 Intelligent User Interfaces
Influence in Ratings-Based Recommender Systems: An Algorithm-Independent Approach 71683 SDM
Proceedings 6th ACM Conference on Electronic Commerce (EC-2005), Vancouver, BC, Canada, June 5-8, 200 71684 ACM Conference on Electronic Commerce
Recommenders for Commerce, Content, and Community 71697 CEC
Introduction to the special section on recommender systems 71717 ACM Trans. Comput.-Hum. Interact.
Prediction Cubes 71723 VLDB
Short-Term Content Adaptation in Web-based Learning Systems 71729 Web Technologies, Applications, and Services
A model for short-term content adaptation 71737 WWW (Special interest tracks and posters)
Representation and management of ontologies in cultural heritage domain 71738 SWAP
A framework for modeling and evaluating automatic semantic reconciliation 71741 VLDB J.
Extensible Canonical Process Model Synthesis Applying Formal Interpretation 71753 ADBIS
Which XML Schemas Admit 1-Pass Preorder Typing 71805 ICDT
Dynamic Complexity Theory Revisited 71819 STACS
Meta-Learning 71844 The Data Mining and Knowledge Discovery Handbook
Adaptive Clustering: Obtaining Better Clusters Using Feedback and Past Experience 71851 ICDM
Content-Based Image Retrieval through a Multi-Agent Meta-Learning Framework 71858 ICTAI
Using Clustering to Learn Distance Functions for Supervised Similarity Assessment 71859 MLDM
Testing Theories in Particle Physics Using Maximum Likelihood and Adaptive Bin Allocation 71861 PKDD
File-based replica management 71875 Future Generation Comp. Syst.
Searching Multi-hierarchical XML Documents: The Case of Fragmentation 71893 DEXA
Building image-based electronic editions using the edition production technology 71899 JCDL
xTagger: a new approach to authoring document-centric XML 71901 JCDL
Processing XML documents with overlapping hierarchies 71902 JCDL
Revisiting the Semantics of Interval Probabilistic Logic Programs 71905 LPNMR
Text mining for software engineering: how analyst feedback impacts final results 71906 MSR
A framework for processing complex document-centric XML with overlapping structures 71909 SIGMOD Conference
Towards a Query Language for Multihierarchical XML: Revisiting XPath 71912 WebDB
On improving local website search using web server traffic logs: a preliminary report 71914 WIDM
A framework for management of concurrent XML markup 71918 Data Knowl. Eng.
A Framework for Comparing Requirements Tracing Experiments 71919 International Journal of Software Engineering and Knowledge Engineering
Improving After-the-Fact Tracing and Mapping: Supporting Software Quality Predictions 71924 IEEE Software
Tracing requirements to defect reports: an application of information retrieval techniques 71928 ISSE
Baselines in requirements tracing 71930 ACM SIGSOFT Software Engineering Notes
Text mining for software engineering: how analyst feedback impacts final results 71931 ACM SIGSOFT Software Engineering Notes
Squid - a simple bioinformatics grid 71935 BMC Bioinformatics
Structure-based query-specific document summarization 71942 CIKM
Sortierbasierte Joins anduuml;ber Datenstrandouml;men 71947 BTW
A Temporal Foundation for Continuous Queries over Data Streams 71948 COMAD
MoDB: Database System for Synthesizing Human Motion 71956 ICDE
Ursa Minor: Versatile Cluster-based Storage 71962 FAST
Replication policies for layered clustering of NFS servers 71974 MASCOTS
Scheduling speculative tasks in a compute farm 71979 SC
Fault-scalable Byzantine fault-tolerant services 71991 SOSP
Connections: using context to enhance file search 71993 SOSP
Lazy Verification in Fault-Tolerant Distributed Storage Systems 71995 SRDS
Comparison-Based File Server Verification 72001 USENIX Annual Technical Conference, General Track
A Component-Based Reflective Middleware Approach to Context-Aware Adaptive Systems 72017 ICWE
PURPLE: A Reflective Middleware for Pervasive Computing 72022 ICITA (1)
Extending Metadata with Scenarios in Adaptive Distributed System 72023 ICITA (2)
The Complexity of Querying External Memory and Streaming Data 72028 FCT
Tight Lower Bounds for Query Processing on Streaming and External Memory Data 72030 ICALP
On the complexity of nonrecursive XQuery and functional query languages on complex values 72040 PODS
Information Extraction for the Semantic Web 72043 Reasoning Web
On the role of composition in XQuery 72051 WebDB
On the Complexity of Nonrecursive XQuery and Functional Query Languages on Complex Value 72060 CoRR
Tight Lower Bounds for Query Processing on Streaming and External Memory Dat 72061 CoRR
Efficient algorithms for processing XPath queries 72068 ACM Trans. Database Syst.
Unsupervised learning of arbitrarily shaped clusters using ensembles of Gaussian models 72090 Pattern Anal. Appl.
Verification of Tree Updates for Optimization 72104 CAV
Seventh ACM International Workshop on Web Information and Data Management (WIDM 2005), Bremen, Germany, November 4, 200 72119 WIDM
HepToX: Heterogeneous Peer to Peer XML Database 72125 CoRR
Event Trace Independence of active behavior 72127 Inf. Process. Lett.
Expressiveness of a Spatial Logic for Trees 72146 LICS
Monotone AC-Tree Automata 72149 LPAR
Computerized Knowledge Management. What Is Needed to Motivate the User 72187 Wissensmanagement
Business Process Support as a Basis for Computerized Knowledge Management 72188 Wissensmanagement (LNCS Volume)
Aligning people to business processes experience report 72190 Software Process: Improvement and Practice
Interactivity and Amusement in Electronic Commerce 72196 Encyclopedia of Information Science and Technology (III)
A Routing Protocol Based on Trust for MANETs 72201 GCC
A QoS-Satisfied Interdomain Overlay Multicast Algorithm for Live Media Service Grid 72202 GCC
Interdomain Traffic Control over Multiple Links Based on Genetic Algorithm 72204 ICCNMC
BSMON: Bandwidth-Satisfied Multicast in Overlay Network for Large-Scale Live Media Applications 72205 ICCNMC
Detecting BGP Misconfiguration for BGP/MPLS VPNs 72213 PDCAT
Improving molecular cancer class discovery through sparse non-negative matrix factorization 72221 Bioinformatics
XJoin: a novel holistic twig matching scheme for XML data 72234 ITRE
Page Quality: In Search of an Unbiased Web Ranking 72236 SIGMOD Conference
Approximate Matching of Hierarchical Data Using pq-Grams 72284 VLDB
Spheres of Visibility 72304 ECOWS
A Lazy Replication Scheme for Loosely Synchronized UDDI Registries 72307 IASTED PDCS
Binding and Execution of Web Service Compositions 72312 WISE
Technology transfer of inter-agency government services and their transnational feasibility studies 72349 DG.O
Fuzzy Virtual Card Agent for Customizing Divisible Card Payments 72355 EC-Web
Monitoring and Updating Regulations and Policies for Government Services 72356 EGOV
Using Semantics for Policy-Based Web Service Composition 72362 Distributed and Parallel Databases
Paradigm Shift to New DBMS Architectures: Research Issues and Market Needs 72378 ICDE
Data Privacy through Optimal k-Anonymization 72405 ICDE
Mining Information Extraction Rules from Datasheets Without Linguistic Parsing 72413 IEA/AIE
Privacy Preserving OLAP 72441 SIGMOD Conference
2005 IEEE / WIC / ACM International Conference on Web Intelligence (WI 2005), 19-22 September 2005, Compiegne, Franc 72465 Web Intelligence
Automatic Subspace Clustering of High Dimensional Data 72473 Data Min. Knowl. Discov.
Broadcasting on networks of workstations 72504 SPAA
Online View Maintenance Under a Response-Time Constraint 72512 ESA
Adaptive Caching for Continuous Queries 72515 ICDE
Blocking Anonymity Threats Raised by Frequent Itemset Mining 72549 ICDM
k-Anonymous Patterns 72558 PKDD
Exante: A Preprocessing Method for Frequent-Pattern Mining 72573 IEEE Intelligent Systems
Diagnosing Errors in DbC Programs Using Constraint Programming 72600 CAEPIA
An Integration of FDI and DX Techniques for Determining the Minimal Diagnosis in an Automatic Way 72608 MICAI
Optimal In-place Sorting of Vectors and Records 72641 ICALP
Rank-Sensitive Data Structures 72653 SPIRE
Distilling Router Data Analysis for Faster and Simpler Dynamic IP Lookup Algorithms 72660 WEA
Compressed Suffix Arrays and Suffix Trees with Applications to Text Indexing and String Matching 72677 SIAM J. Comput.
Bases of Motifs for Generating Repeated Patterns with Wild Cards 72679 IEEE/ACM Trans. Comput. Biology Bioinform.
Histogram Generation from the HSV Color Space 72683 Encyclopedia of Information Science and Technology (III)
A Game-Theoretic Approach to Credit Card Fraud Detection 72690 ICISS
Integration of Keyword and Feature Based Search for Image Retrieval Applications 72701 PReMI
Object Level Frame Comparison for Video Shot Detection 72704 WACV/MOTION
Introduction to Data Minin 72719 None
Local Detection of Selfish Routing Behavior in Ad Hoc Networks 72729 ISPAN
Processes, Workflows, Web Service Flows: A Reconstruction 72753 Data Management in a Connected World
On the Notion of Consistency in Metadata Repository Systems 72756 CAiSE
Building a Generic Platform for Medical Screening Applications Based on Domain Specific Modeling and Process Orientation 72765 DILS
Data logistics as a means of integration in healthcare applications 72789 SAC
Process Oriented Knowledge Management to Support Clinical Pathway Execution 72791 Wissensmanagement
Informationsintegration in Gesundheitsversorgungsnetzen 72807 Informatik Spektrum
Knowledge Structuring and Evaluation Based on Grey Theory 72815 FSKD (1)
Smooth kinetic maintenance of clusters 72864 Comput. Geom.
Geometric spanners for routing in mobile networks 72883 IEEE Journal on Selected Areas in Communications
The Impact of Patterns on Services and Vice Versa 72892 DEXA Workshops
Architectures for Mobile Device Integration into Service-Oriented Architectures (short paper) 72901 ICMB
Management of Event Domains - The MEDiator-Approach 72903 ICPADS (2)
A Critical Review of the Resource Access Decision Specification in CORBA 72908 PDPTA
Realizing the leasing concept in CORBA-based applications 72910 SAC
Intandeacute;gration du contexte spatio-temporel dans le contrandocirc;le d'accandegrave;s basandeacute; sur les randocirc;les 72935 Ingandeacute;nierie des Systandegrave;mes d'Information
The Mouse Genome Database (MGD): from genes to mice - a community resource for mouse biology 72945 Nucleic Acids Research
Performance Evaluation of INUKTITUT: An Efficient Interface for Asynchronous Parallel Programming Environment Athapascan 72952 IASTED PDCS
An Extendible Array Based Implementation of Relational Tables for Multi Dimensional Databases 72964 DaWaK
An Efficient Parallel Retrieval for Complex Object Index 72967 ICDE Workshops
An Implementation Scheme of Relational Tables 72968 ICDE Workshops
Automatic discovery of query-class-dependent models for multimodal search 72993 ACM Multimedia
Learning the semantics of multimedia queries and concepts from a small number of examples 72994 ACM Multimedia
A service creation environment based on end to end composition of Web services 73002 WWW
Efficient Mining of High Branching Factor Attribute Trees 73018 ICDM
Mining Quantitative Frequent Itemsets Using Adaptive Density-Based Subspace Clustering 73019 ICDM
Mutagenicity Risk Analysis by Using Class Association Rules 73032 JSAI Workshops
Cl-GBI: A Novel Approach for Extracting Typical Patterns from Graph-Structured Data 73042 PAKDD
Deriving Class Association Rules Based on Levelwise Subspace Clustering 73051 PKDD
A Framework of Numerical Basket Analysis 73056 SAINT Workshops
A General Framework for Mining Frequent Subgraphs from Labeled Graphs 73064 Fundam. Inform.
Advances in Mining Graphs, Trees and Sequences 73065 Fundam. Inform.
Enhancing the plausibility of law equation discovery through cross check among multiple scale-type-based models 73067 J. Exp. Theor. Artif. Intell.
Security Systems Design and Analysis Using an Integrated Rule-Based Systems Approach 73077 AWIC
Algebraic Temporal Specifications with Extended TUS. Hierarchical Granular Terms and Their Applications 73086 ICTAI
Generating Low Cost Plans under Uncertainty and Temporal Constraints 73087 ICTAI
Visual Design and On-line Verification of Tabular Rule-Based 73093 Leipziger Informatik-Tage
An environment for collaborative content acquisition and editing by coordinated ubiquitous devices 73107 WWW (Special interest tracks and posters)
A comprehensive evaluation of multicategory classification methods for microarray gene expression cancer diagnosis 73110 Bioinformatics
Relational Database Operations Modeling with UML 73118 AINA
Reliable Scheduling of Advanced Transactions 73125 DBSec
Recovering from Malicious Attacks in Workflow Systems 73129 DEXA
Validation of Policy Integration Using Alloy 73136 ICDCIT
VTrust: A Trust Management System Based on a Vector Model of Trust 73141 ICISS
Event Detection in Multilevel Secure Active Databases 73142 ICISS
Detection for Conflicts of Dependencies in Advanced Transaction Models 73144 IDEAS
Anonymity Preserving Techniques in Trust Negotiations 73150 Privacy Enhancing Technologies
Verifiable composition of access control and application features 73154 SACMAT
An anonymous and failure resilient fair-exchange e-commerce protocol 73160 Decision Support Systems
Applying Semantic Knowledge to Real-Time Update of Access Control Policies 73167 IEEE Trans. Knowl. Data Eng.
Applying Semantic Knowledge to Real-Time Update of Access Control Policies - Appendices 73168 IEEE Trans. Knowl. Data Eng.
Control-Based Quality Adaptation in Data Stream Management Systems 73170 DEXA
Publish/Subscribe with RDF Data over Large Structured Overlay Networks 73180 DBISP2P
LibraRing: An Architecture for Distributed Digital Libraries Based on DHTs 73184 ECDL
Publish/subscribe functionality in IR environments using structured overlay networks 73190 SIGIR
mRegistry: A Registry Representation for Fault Diagnosis 73198 ISDA
Regression and Integration Operations in Text Mining 73199 MLMTA
Data Mining Approaches to Software Fault Diagnosis 73200 RIDE
Distributed Decision-Making and Control for Agile Military Radio Networks 73205 DAMAS
Optimization of Continual Queries 73215 Encyclopedia of Database Technologies and Applications
Exploiting Structural Similarity For Effective Web Information Extraction 73223 Foundations of Semistructured Data
An Incremental Clustering Scheme for Duplicate Detection in Large Databases 73227 IDEAS
A Data Mining-based Framework for GridWorkflow Management 73234 QSIC
Mining Unconnected Patterns in Workflows 73237 SDM
Mining Correlations in Workflows Executions 73240 SEBD
Mining and Reasoning on Workflows 73245 IEEE Trans. Knowl. Data Eng.
In-network surface simplification for sensor fields 73250 GIS
Sentential Association Based Text Classification Systems 73281 APWeb
SAT-MOD: moderate itemset fittest for text classification 73288 WWW (Special interest tracks and posters)
Behavioral Computation Theory 2005 73305 Abstract State Machines
Play to Test 73326 FATES
Interactive Algorithms 2005 73351 MFCS
Preface 73383 Electr. Notes Theor. Comput. Sci.
Semantic essence of AsmL 73434 Theor. Comput. Sci.
Partial updates 73435 Theor. Comput. Sci.
Improving End-to-End Performance by Active Queue Management 73446 AINA
From Education to e-Learning : A Union Catalog Service of Learning Resources 73455 EEE
CLUGO: A Clustering Algorithm for Automated Functional Annotations Based on Gene Ontology 73459 ICDM
Resolving the unencoded character problem for chinese digital libraries 73465 JCDL
A Web Redirection Service for Variant Chinese Domain Name Resolution 73477 ICITA (1)
An optimal cache algorithm for streaming VBR video over a heterogeneous network 73480 Computer Communications
Overload control for short message transfer in GPRS/UMTS networks 73484 Inf. Sci.
Personalized Access to Multi-version Norm Texts in an eGovernment Scenario 73500 EGOV
Web opinion poll: extracting people's view by impression mining from the web 73521 CIKM
Design and Evaluation of a Music Retrieval Scheme That Adapts to the User's Impressions 73526 User Modeling
Fast Algorithms for l1 Norm/Mixed l1 and l2 Norms for Image Restoration 73544 ICCSA (4)
Super-resolution image restoration from blurred observations 73557 ISCAS (6)
Subspace Clustering of Text Documents with Feature Weighting K-Means Algorithm 73562 PAKDD
On the Performance of Feature Weighting K-Means for Text Subspace Clustering 73569 WAIM
A linear control model for gene intervention in a genetic regulatory network 73571 GrC
On construction of stochastic genetic networks based on gene expression sequences 73578 Int. J. Neural Syst.
Automated Variable Weighting in k-Means Type Clustering 73583 IEEE Trans. Pattern Anal. Mach. Intell.
Analysis of Half-Quadratic Minimization Methods for Signal and Image Recovery 73600 SIAM J. Scientific Computing
Vertical Set Square Distance: A Fast and Scalable Technique to Compute Total Variation in Large Datasets 73657 Computers and Their Applications
Vertical Set Square Distance Based Clustering without Prior Knowledge of K 73682 IASSE
Creating Short Length Masks using Vertical Processing 73683 IASSE
Secure Steganography using the Most Significant Bits 73684 IASSE
An Api for Transparent Distributed Vertical Data Mining 73685 IASSE
Incremental interactive mining of constrained association rules from biological annotation data with nominal features 73712 SAC
Tree-based clustering for gene expression data 73713 SAC
Implicit user modeling for personalized search 73733 CIKM
Context-sensitive information retrieval using implicit feedback 73738 SIGIR
UCAIR: a personalized search toolbar 73739 SIGIR
Active feedback in ad hoc information retrieval 73741 SIGIR
Analysis of topic dynamics in web search 73744 WWW (Special interest tracks and posters)
HGBS: a hardware-oriented grid BLAST system 73747 CCGRID
A DTD-Dependent XML Data Management System: An Object-Relation Approach 73754 IMSA
Kleene Algebra and Bytecode Verification 73763 Electr. Notes Theor. Comput. Sci.
Efficient indexing and querying of XML data using modified Pranduuml;fer sequences 73775 CIKM
Efficient Handling of Sibling Axis in Xpath 73777 COMAD
Knowledge Table Driven Ontology Enhancement 73778 Description Logics
ERONTO: a tool for extracting ontologies from extended E/R diagrams 73787 SAC
Maximal termsets as a query structuring mechanism 73803 CIKM
Scheduling Data Flow Applications Using Linear Programming 73809 ICPP
AnthillSched: A Scheduling Strategy for Irregular and Iterative I/O-Intensive Parallel Jobs 73814 JSSPP
Increasing User's Privacy Control through Flexible Web Bug Detection 73818 LA-WEB
Energy conservation in heterogeneous server clusters 73822 PPOPP
Anthill: A Scalable Run-Time Environment for Data Mining Applications 73832 SBAC-PAD
Rule Generation and Rule Selection Techniques for Cost-Sensitive Associative Classification 73837 SBBD
Set-based vector model: An efficient approach for correlation-based ranking 73870 ACM Trans. Inf. Syst.
Locality Aware Networked Join Evaluation 73873 ICDE Workshops
Distributed operation in the Borealis stream processing engine 73877 SIGMOD Conference
Xandy: Detecting Changes on Large Unordered XML Documents Using Relational Databases 73894 DASFAA
Adaptive Replication and Access Control of Multimedia Data in a P2P Environment 73911 DEXA Workshops
Internet Technology Track Chair's Message 73930 ICDCIT
Adaptable Web Browsing of Images in Mobile Computing Environment: Experiments and Observations 73931 ICDCIT
XML schema and data management 73954 Data Knowl. Eng.
MODIS. A Moving Object Database Interface System 73969 Ingandeacute;nierie des Systandegrave;mes d'Information
Interactive and Adaptive Search Context for the User with the Exploration of Personalized View Reformulation 73986 CIS (1)
BlogGrid: Towards an Efficient Information Pushing Service on Blogspace 73988 GCC
Semantic Template Generation Based Information Summarization for Mobile Devices 73993 Human.Society@Internet
Dataset Filtering Based Association Rule Updating in Small-Sized Temporal Databases 73997 ICCSA (4)
Exploring the Effective Search Context for the User in an Interactive and Adaptive Way 74007 KES (3)
Case-based tutoring systems for procedural problem solving on the www 74018 Expert Syst. Appl.
Efficient Web Browsing with Semantic Annotation: A Case Study of Product Images in E-Commerce Sites 74020 IEICE Transactions
Efficient Prefix Computation Based on Mesh with 2-spacing Segmented Buses 74032 Computers and Their Applications
Preferred Skyline: A Hybrid Approach Between SQLf and Skyline 74046 DEXA
Top-k Skyline: A Unified Approach 74050 OTM Workshops
A Data Model and Query Language to Explore Enhanced Links and Paths in Life Science Sources 74053 WebDB
Towards structural computing design 74062 Metainformatics
The Emerge of Semantic Geoportals 74063 OTM Workshops
Toward Exploiting Location-Based and Video Information in Negotiated Access Control Policies 74091 ICISS
Offline Expansion of XACML Policies Based on P3P Metadata 74093 ICWE
OntoExtractor: A Fuzzy-Based Approach in Clustering Semi-structured Data Sources and Metadata Generation 74095 KES (1)
Detecting Ontology Change from Application Data Flows 74100 OTM Workshops
Adding a Peer-to-Peer Trust Layer to Metadata Generators 74101 OTM Workshops
Facial identification problem: A tracking based approach 74121 SITIS
SSRI online First experiences in a three-years course degree offered in e-learning at the University of Milan 74132 DMS
Proceedings of the 2nd ACM Workshop On Secure Web Services, SWS 2005, Fairfax, VA, USA, November 11, 200 74136 SWS
FTW: fast similarity search under the time warping distance 74203 PODS
BRAID: Stream Mining through Group Lag Correlations 74204 SIGMOD Conference
A similarity search algorithm for ellipsoid queries using spatial transformation 74206 Systems and Computers in Japan
Integrating Data Changes with Data from Data Service Providers 74219 CAINE
Virtual Hyperlinks in Geospatial Datasources 74221 DEXA Workshops
Factors Influencing and Supporting Key Knowledge Processes in Online Knowledge Communities - Results of a Sem-based Exploratory Case Study 74227 CELDA
Forum-Based Collaborative Learning and Knowledge Transfer: Project Outline and First Results 74229 Wissensmanagement
I/O-Efficient Construction of Constrained Delaunay Triangulations 74240 ESA
BOXes: Efficient Maintenance of Order-Based Labeling for Dynamic XML Data 74244 ICDE
An optimal dynamic interval stabbing-max data structure 74250 SODA
Optimal Lexicographic Shaping of Aggregate Streaming Data 74253 IEEE Trans. Computers
Email mining toolkit supporting law enforcement forensic analyses 74255 DG.O
Anomaly Detection in Computer Security and an Application to File System Accesses 74256 ISMIS
Combining email models for false positive reduction 74257 KDD
A comparative evaluation of two algorithms for Windows Registry Anomaly Detection 74260 Journal of Computer Security
On the Expressive Power of XQuery Fragments 74262 DBPL
An access control model for querying XML data 74268 SWS
Models and processes for the evaluation of off-the-shelf components -- MPEC'05 74286 ICSE
Developing use cases and scenarios in the requirements process 74287 ICSE
What Influences the Requirements Process in Industry? A Report on Industrial Practice 74295 RE
REDEPEND-REACT: an Architecture Analysis Tool 74296 RE
Integrating Creativity into Requirements Processes: Experiences with an Air Traffic Management System 74299 RE
Generating requirements from systems models using patterns: a case study 74325 Requir. Eng.
ISRE: immersive scenario-based requirements engineering with virtual prototypes 74327 Requir. Eng.
What Has Requirements Research Ever Done for Us 74328 IEEE Software
Guest Editors' Introduction: Shake, Rattle, and Requirements 74332 IEEE Software
Rich-Media Scenarios for Discovering Requirements 74334 IEEE Software
Second international workshop on models and processes for the evaluation of off-the-shelf components (MPEC'05) 74342 ACM SIGSOFT Software Engineering Notes
eGovernment in Chile and the Adoption of XML as Standard 74344 EGOV (Workshops and Posters)
Querying RDF Data from a Graph Database Perspective 74345 ESWC
Interpretations between RDF and the Logical Data Model 74351 LA-WEB
The existential theory of equations with rational constraints in free groups is PSPACE-complete 74363 Inf. Comput.
Efficient query processing on spatial networks 74370 GIS
A Hybrid Classification System for Cancer Diagnosis with Proteomic Bio-markers 74375 EPIA
Hardware-compatible vertex compression using quantization and simplification 74391 Graphics Hardware
Histograms revisited: when are histograms the best approximation method for aggregates over joins 74414 PODS
Online Estimation For Subset-Based SQL Queries 74418 VLDB
Visualization Tree, Multiple Linked Analytical Decisions 74422 Smart Graphics
Adaptive Processing of Top-K Queries in XML 74428 ICDE
Structure and Content Scoring for XML 74431 VLDB
Index and storage design in native XML databases 74437 ACM Southeast Regional Conference (1)
An excel based Semantic email system 74438 ACM Southeast Regional Conference (2)
XIS: an XML document integration system 74441 ACM Symposium on Document Engineering
Approximate XML document matching 74444 SAC
Approximate matching of XML document with regular hedge grammar 74446 Int. J. Comput. Math.
On Applying Tabling to Inductive Logic Programming 74447 ECML
Coupling OPTYAP with a database system 74452 IADIS AC
IMPACT: Innovative Models for Prolog with Advanced Control and Tabling 74454 ICLP
Dynamic Mixed-Strategy Evaluation of Tabled Logic Programs 74457 ICLP
On Applying Or-Parallelism and Tabling to Logic Programs 74473 TPLP
Managing structural genomic workflows using Web services 74484 Data Knowl. Eng.
XDO2: A Deductive Object-Oriented Query Language for XML 74502 DASFAA
Policy-Based Multi-Datacenter Resource Management 74528 POLICY
Multidimensional Databases 74529 The Industrial Information Technology Handbook
Spatio-temporal Rule Mining: Issues and Techniques 74532 DaWaK
A Survey of Open Source Tools for Business Intelligence 74535 DaWaK
RelaXML: Bidirectional Transfer Between Relational and XML Data 74558 IDEAS
Probabilistic Data Modeling and Querying for Location-Based Data Warehouses 74566 SSDBM
Three-Level Schema Model in a Web Data Engine 74580 ASIAN
Schema Driven and Topic Specific Web Crawling 74581 DASFAA
A Methodology for Establishing Information Quality Baselines for Complex, Distributed Systems 74588 IQ
An event based framework for improving information quality that integrates baseline models, causal models and formal reference models 74589 IQIS
Annealed Discriminant Analysis 74596 ECML
A Bernoulli Relational Model for Nonlinear Embedding 74604 ICDM
Latent Process Model for Manifold Learning 74608 ICTAI
Finding High-Quality Web Pages Using Cohesiveness 74612 IQ
An expressive language of signatures 74647 ICFP
PADS: a domain-specific language for processing ad hoc data 74652 PLDI
A Sparse Support Vector Machine Approach to Region-Based Image Categorization 74669 CVPR (1)
Making Logistic Regression a Core Data Mining Tool with TR-IRLS 74687 ICDM
Fast inference and learning in large-state-space HMMs 74709 ICML
Fast Information Value for Graphical Models 74722 NIPS
Dual-Tree Fast Gauss Transforms 74726 NIPS
Dynamic Social Network Analysis using Latent Space Models 74738 NIPS
Toward the Accurate Identification of Network Applications 74739 PAM
Traffic Classification Using a Statistical Approach 74740 PAM
Internet traffic classification using bayesian analysis techniques 74743 SIGMETRICS
Algorithms for rapid outbreak detection: a research synthesis 74756 Journal of Biomedical Informatics
What's Strange About Recent Events (WSARE): An Algorithm for the Early Detection of Disease Outbreaks 74760 Journal of Machine Learning Research
Dynamic social network analysis using latent space models 74765 SIGKDD Explorations
A comprehensive framework for modeling set-based business rules during conceptual database design 74783 Inf. Syst.
Space efficient mining of multigraph streams 74795 PODS
Summarizing and Mining Skewed Data Streams 74796 SDM
Holistic Aggregates in a Networked World: Distributed Tracking of Approximate Quantiles 74797 SIGMOD Conference
Substring compression problems 74803 SODA
Sketching Streams Through the Net: Distributed Approximate Query Tracking 74807 VLDB
Summarizing and Mining Inverse Distributions on Data Streams via Dynamic Inverse Sampling 74809 VLDB
Efficient Strategies for Continuous Distributed Tracking Tasks 74810 IEEE Data Eng. Bull.
An improved data stream summary: the count-min sketch and its applications 74811 J. Algorithms
What's hot and what's not: tracking most frequent items dynamically 74814 ACM Trans. Database Syst.
What's new: finding significant differences in network data streams 74815 IEEE/ACM Trans. Netw.
Loopy Belief Propagation: Convergence and Effects of Message Errors 74823 Journal of Machine Learning Research
Nonparametric belief propagation for self-localization of sensor networks 74824 IEEE Journal on Selected Areas in Communications
Learning Process Models as Mediators Between Didactical Practice and Web Support 74834 ER
PTIME Queries Revisited 74864 ICDT
The Role of Visual Tools in a Web Application Design and Verification Framework: A Visual Notation for LTL Formulae 74871 ICWE
Views and queries: determinacy and rewriting 74894 PODS
WM+: An Optimal Multi-pattern String Matching Algorithm Based on the WM Algorithm 74944 APPT
Techniques for Determining the Geographic Location of IP Addresses in ISP Topology Measurement 74952 J. Comput. Sci. Technol.
Tightly-Coupled Wrappers with Event Detection Subsystem for Heterogeneous Information Systems 74953 DEXA Workshops
The Semijoin Algebra and the Guarded Fragment 74981 Journal of Logic, Language and Information
ACME: An Associative Classifier Based on Maximum Entropy Principle 74987 ALT
A non-parametric approach for dynamic range estimation of nonlinear systems 74999 DAC
Nonintrusive Snapshots Using Thin Slices 75001 EUC
Autonomic Cluster Management System (ACMS): A Demonstration of Autonomic Principles at Work 75036 ECBS
Towards Formal Specification and Generation of Autonomic Policies 75040 EUC Workshops
Formal Approaches to Agent-Based Systems, Third InternationalWorkshop, FAABS 2004, Greenbelt, MD, USA, April 26-27, 2004, Revised Selected Paper 75043 FAABS
Challenges of Developing New Classes of NASA Self-Managing Missions 75053 ICPADS (2)
Towards Autonomic Management of NASA Missions 75054 ICPADS (2)
Verifying Large Numbers of Cooperating Adaptive Agents 75055 ICPADS (1)
Towards an Autonomic Cluster Management System (ACMS) with Reflex Autonomicity 75056 ICPADS (2)
Progressive Autonomy - An Incremental Agent-based Approach 75061 Software Engineering Research and Practice
Agent-Mediated Pro-active Web-Sites 75064 WRAC
Agent Modeling of Tetrahedron-Based Structures 75067 WRAC
Progressive autonomy: a method for gradually introducing autonomy into space missions 75069 ISSE
SHIFT-SPLIT: I/O Efficient Maintenance of Wavelet-Transformed Multidimensional Data 75074 SIGMOD Conference
Fast replication in content distribution overlays 75077 INFOCOM
Incorporating Data Stream Analysis into Decision Support Systems 75090 Encyclopedia of Information Science and Technology (III)
NGCE - Network Graphs for Computer Epidemiologists 75097 Panhellenic Conference on Informatics
Decision support queries on a tape-resident data warehouse 75104 Inf. Syst.
Predicate Derivation and Monotonicity Detection in DB2 UDB 75109 ICDE
Hibernator: helping disk arrays sleep through the winter 75117 SOSP
Power-Aware Storage Cache Management 75118 IEEE Trans. Computers
Optimizing user expectations for video semantic filtering and abstraction 75129 ISCAS (2)
Modeling and predicting personal information dissemination behavior 75130 KDD
Multimodal metadata fusion using causal strength 75134 ACM Multimedia
ExpertiseNet: Relational and Evolutionary Expert Modeling 75139 User Modeling
Recovering from Malicious Attacks in Workflow Systems 75157 DEXA
DEX: Increasing the Capability of Scientific Data Analysis Pipelines by Using Efficient Bitmap Indices to Accelerate Scientific Visualization 75170 SSDBM
Query-Driven Visualization of Large Data Sets 75172 IEEE Visualization
Learning Convex Combinations of Continuously Parameterized Basic Kernels 75180 COLT
Online learning over graphs 75193 ICML
Combining Graph Laplacians for Semi-Supervised Learning 75197 NIPS
Learning the Kernel Function via Regularization 75209 Journal of Machine Learning Research
Stability of Randomized Learning Algorithms 75210 Journal of Machine Learning Research
Learning Multiple Tasks with Kernel Methods 75211 Journal of Machine Learning Research
On Learning Vector-Valued Functions 75214 Neural Computation
Wide coverage natural language processing using kernel methods and neural networks for structured data 75219 Pattern Recognition Letters
Focus the Mining Beacon: Lessons and Challenges from the World of E-Commerce 75243 PKDD
Theory of Computing 2005, Eleventh CATS 2005, Computing: The Australasian Theory Symposium, Newcastle, NSW, Australia, January/February 200 75283 CATS
An O(2O(k)n3) FPT Algorithm for the Undirected Feedback Vertex Set Problem 75288 COCOON
Parallel querying of ROLAP cubes in the presence of hierarchies 75290 DOLAP
PnP: Parallel And External Memory Iceberg Cubes 75297 ICDE
Applying Coalition Concepts to Service Oriented Multi-Agent Load Balancing Systems - A3p viLoad 75318 PDPTA
Algorithms and Data Structures, 9th International Workshop, WADS 2005, Waterloo, Canada, August 15-17, 2005, Proceeding 75335 WADS
A Pre-Coalition Protocol for Minimizing Message Passing and State Information Updates in the A3pviGrid System 75342 CIMCA/IAWTIC
Maximizing a Voronoi Region: the Convex Case 75354 Int. J. Comput. Geometry Appl.
Stress Majorization with Orthogonal Ordering Constraints 75378 Graph Drawing
DIG-COLA: Directed Graph Layout through Constrained Energy Minimization 75384 INFOVIS
One-dimensional layout optimization, with applications to graph drawing by axis separation 75393 Comput. Geom.
A Relationally Complete Visual Query Language for Heterogeneous Data Sources and Pervasive Querying 75419 ICDE
Pathfinder: XQuery - The Relational Way 75434 VLDB
Purely Relational FLWORs 75437 XIME-P
A Comprehensible SOM-Based Scoring System 75473 MLDM
Filter- versus wrapper-based feature selection for credit scoring 75486 Int. J. Intell. Syst.
Practical Ontology Systems for Enterprise Application 75493 ASIAN
Ontological Modeling of e-Catalogs using EER and Description Logics 75494 DEEC
Conceptual and Formal Ontology Model of e-Catalogs 75496 EC-Web
Roadmap for E-Commerce Standardization in Korea 75506 Int. J. IT Standards and Standardization Res.
ICE: an iterative combinatorial exchange 75514 ACM Conference on Electronic Commerce
Caching with 'Good Enough' Currency, Consistency, and Completeness 75521 VLDB
An Efficient Multi-objective Evolutionary Algorithm: OMOEA-II 75535 EMO
Incremental Target Recognition Algorithm Based on Improved Discernibility Matrix 75544 FSKD (1)
Generate Different Neural Networks by Negative Correlation Learning 75558 ICNC (1)
Optimal Routing with Multiple Traffic Matrices Tradeoff between Average andWorst Case Performance 75561 ICNP
An Information-theoretic Approach to Network Monitoring and Measurement 75565 Internet Measurment Conference
On optimal routing with multiple traffic matrices 75569 INFOCOM
A Toolkit for Automatically Constructing Outdoor Radio Maps 75575 ITCC (2)
Table Representations of Granulations Revisited 75591 RSFDGrC (1)
Simulating a Finite State Mobile Agent System 75600 WAIM
Improved rule based rough set approach for target recognition 75602 GrC
Self-similarity and long range dependence on the internet: a second look at the evidence, origins and implications 75611 Computer Networks
Conformance analysis in networks with service level agreements 75612 Computer Networks
Assured end-to-end QoS through adaptive marking in multi-domain differentiated services networks 75613 Computer Communications
Timing estimation in multiple-antenna systems over Rayleigh flat-fading channels 75643 IEEE Transactions on Signal Processing
A Model-Based Approach to Visualizing Classification Decisions for Patient Diagnosis 75646 AIME
A Multi-Level Approach to SCOP Fold Recognition 75648 BIBE
Classification of Biomedical Data through Model-Based Spatial Averaging 75649 BIBE
A Characterization of Data Mining Workloads on a Modern Processor 75653 DaMoN
Alternate Representation of Distance Matrices for Characterization of Protein Structure 75662 ICDM
Design of a next generation sampling service for large scale data analysis applications 75669 ICS
Mining Spatial Object Associations for Scientific Data 75671 IJCAI
A Services Oriented Framework for Next Generation Data Analysis Centers 75675 IPDPS
A generalized framework for mining spatio-temporal patterns in scientific data 75688 KDD
Dynamic Classification of Defect Structures in Molecular Dynamics Simulation Data 75702 SDM
Cache-conscious Frequent Pattern Mining on a Modern Processor 75707 VLDB
MotifMiner: Efficient discovery of common substructures in biochemical molecules 75714 Knowl. Inf. Syst.
Toward Unsupervised Correlation Preserving Discretization 75717 IEEE Trans. Knowl. Data Eng.
DM-AMS: employing data mining techniques for alert management 75737 DG.O
The XML Stream Query Processor SPEX 75762 ICDE
Effective and Scalable Authorship Attribution Using Function Words 75779 AIRS
Redundant documents and search effectiveness 75783 CIKM
Fast on-line index construction by geometric partitioning 75784 CIKM
The recap system for identifying information flow 75803 SIGIR
Information retrieval system evaluation: effort, sensitivity, and reliability 75805 SIGIR
Cache-Conscious Collision Resolution in String Hash Tables 75811 SPIRE
Space-Limited Ranked Query Evaluation Using Adaptive Pruning 75823 WISE
Automatic Performance Diagnosis and Tuning in Oracle 75856 CIDR
Discovering complex mappings for XML data integration 75860 BDA
Mapping Discovery for XML Data Integration 75865 OTM Conferences (1)
Mapping generation for XML data sources: a general framework 75867 WIRI
Service-Oriented Knowledge Management on Virtual Organizations 75869 CIT
A model of attention-guided visual sparse coding 75872 IEEE ICCI
Case-based introspective learning 75875 IEEE ICCI
Swarm Intelligence Clustering Algorithm Based on Attractor 75904 ICNC (3)
Task-Oriented Sparse Coding Model for Pattern Classification 75905 ICNC (1)
Intelligent Information Processing II, IFIP TC12/WG12.3 International Conference on Intelligent Information Processing (IIP 2004), October 21-23, 2004, Beijing, Chin 75908 Intelligent Information Processing
An Improved Relative Criterion Using BP Algorithm 75913 ISNN (1)
Ontology-Driven Knowledge Management on the Grid 75928 Web Intelligence
Learning from Ontologies for Common Meaningful Structures 75929 Web Intelligence
Tolerance granular space and its applications 75931 GrC
Stratified Computation of Skylines with Partially-Ordered Domains 75951 SIGMOD Conference
Byzantine Agreement Given Partial Broadcast 75965 J. Cryptology
Annotating Text Segments Using a Web-Based Categorization Approach 75981 ICADL
Annotating Text Segments in Documents for Search 76002 Web Intelligence
Automatic Training Corpora Acquisition through Web Mining 76003 Web Intelligence
Taxonomy generation for text segments: A practical web-based approach 76018 ACM Trans. Inf. Syst.
Marketing activities of Polish internet retailers 76027 IADIS AC
GP-based secondary classifiers 76038 Pattern Recognition
The Integrated Microbial Genomes (IMG) System: A Case Study in Biological Data Management 76041 VLDB
ARGUS: Rete + DBMS = Efficient Persistent Profile Matching on Large-Volume Data Streams 76048 ISMIS
Frequent Set Mining 76053 The Data Mining and Knowledge Discovery Handbook
Mining tree queries in a graph 76063 KDD
KDID 2004, Knowledge Discovery in Inductive Databases, Proceedings of the Third International Workshop on Knowledge Discovery inInductive Databases, Pisa, Italy, September 20, 2004, Revised Selected and Invited Paper 76064 KDID
Mining Non-Derivable Association Rules 76068 SDM
Open source data mining: workshop report 76073 SIGKDD Explorations
Promoting the Application Service Provision (ASP) Model 76077 DEEC
Processing Aggregate Queries with Materialized Views in Data Warehouse Environment 76082 IEICE Transactions
Improving Multiple-CMP Systems Using Token Coherence 76108 HPCA
A serializability violation detector for shared-memory server programs 76142 PLDI
Multifacet's general execution-driven multiprocessor simulator (GEMS) toolset 76171 SIGARCH Computer Architecture News
Dynamic Restructuring of Recovery Nets 76206 ADC
Formulating the Architectural Design of Enterprise Applications as a Search Problem 76209 Australian Software Engineering Conference
On Temporal Abstractions of Web Service Protocols 76214 CAiSE Short Paper Proceedings
05462 Report from the Composition Group 76221 Service Oriented Computing
Quantitative Evaluation of Enterprise Integration Patterns 76231 ICEIS (1)
A quality-driven systematic approach for architecting distributed software applications 76232 ICSE
Service-Oriented Computing - ICSOC 2005, Third International Conference, Amsterdam, The Netherlands, December 12-15, 2005, Proceeding 76233 ICSOC
Policy-Driven Exception-Management for Composite Web Services 76248 CEC
Handling Transactional Properties in Web Service Composition 76249 WISE
Introduction 76258 Distributed and Parallel Databases
Vers un modandegrave;le de composition de services web avec propriandeacute;tandeacute;s transactionnelles 76267 Ingandeacute;nierie des Systandegrave;mes d'Information
Tool support for optimization-based architectural evaluation 76274 ACM SIGSOFT Software Engineering Notes
Une nouvelle approche pour la modandeacute;lisation du prol de l'utilisateur dans les systandegrave;mes de filtrage d'information basandeacute;s sur le contenu: le modandegrave;le de filtre dandeacute;tecteur de nouveautandeacute; 76310 CORIA
Novelty Detection for Modeling User's Profile 76311 FLAIRS Conference
RRS: Replica Registration Service for Data Grids 76315 DMG
Similarity Search in Time Series Databases 76322 Encyclopedia of Database Technologies and Applications
Continuous Trend-Based Classification of Streaming Time Series 76323 ADBIS
Modeling Multiple Time Series for Anomaly Detection 76330 ICDM
Personalized Search Results with User Interest Hierarchies Learnt from Bookmarks 76342 WEBKDD
Implicit Indicators for Interesting Web Pages 76344 WEBIST
Consistent Query Answers in Virtual Data Integration Systems 76352 Inconsistency Tolerance
Data Cleansing for Numerical Data Sets 76359 SEBD
Deductive databases for computing certain and consistent answers from mediated data integration systems 76363 J. Applied Logic
Supporting Transactional Negotiation Processes in B2B 76366 Databases and Applications
Using Metadata in Learning Networks 76372 ICALT
Managing the Failures of Composed Web Services 76377 iiWAS
Modeling and querying multidimensional data sources in Siebel Analytics: a federated relational system 76393 SIGMOD Conference
Selectivity-based partitioning: a divide-and-union paradigm for effective query optimization 76400 CIKM
Delegation Mechanisms for Agent Architectural Design 76418 IAT
Patterns for Modelling Agent Systems with Tropos 76422 SELMAS
Safety and Security in Multiagent Systems: Report on the 2nd SASEMAS workshop (SASEMAS'05) 76423 Computers andamp; Security
A Characterization of Data Mining Workloads on a Modern Processor 76424 DaMoN
Using parse tree validation to prevent SQL injection attacks 76425 SEM
Design of a next generation sampling service for large scale data analysis applications 76426 ICS
A Services Oriented Framework for Next Generation Data Analysis Centers 76427 IPDPS
Cache-conscious Frequent Pattern Mining on a Modern Processor 76429 VLDB
Finding Uninformative Features in Binary Data 76446 IDEAL
A Scalable Generative Topographic Mapping for Sparse Data Sequences 76448 ITCC (1)
Finding Young Stellar Populations in Elliptical Galaxies from Independent Components of Optical Spectra 76452 SDM
Sequential Activity Profiling: Latent Dirichlet Allocation of Markov Chains 76456 Data Min. Knowl. Discov.
Minimizing Environmental Swings with a Recurrent Neural Network Control System 76467 AAAI
Learning Support Vector Machines from Distributed Data Sources 76469 AAAI
Algorithms and Software for Collaborative Discovery from Autonomous, Semantically Heterogeneous, Distributed Information Sources 76476 ALT
Information Integration from Semantically Heterogeneous Biological Data Sources 76483 DEXA Workshops
Information Integration and Knowledge Acquisition from Semantically Heterogeneous Biological Data Sources 76484 DILS
Algorithms and Software for Collaborative Discovery from Autonomous, Semantically Heterogeneous, Distributed Information Sources 76485 Discovery Science
Learning Ontology-Aware Classifiers 76487 Discovery Science
Discriminatively Trained Markov Model for Sequence Classification 76497 ICDM
Learning Classifiers for Misuse Detection Using a Bag of System Calls Representation 76515 ISI
Learning Classifiers Using Hierarchically Structured Class Taxonomies 76527 SARA
Multinomial Event Model Based Abstraction for Sequence and Text Classification 76529 SARA
A framework for semantic web services discovery 76536 WIDM
Identifying Interaction Sites in "Recalcitrant" Proteins: Predicted Protein and Rna Binding Sites in Rev Proteins of Hiv-1 and Eiav Agree with Experimental Dat 76540 CoRR
Demo: a framework for location information processing 76563 Mobile Data Management
Efficient constraint processing for location-aware computing 76564 Mobile Data Management
A Path-based Relational RDF Database 76570 ADC
A Relevant Score Normalization Method Using Shannon's Information Measure 76595 ICADL
Data Migration for aWidely Distributed Storage System Using Autonomous Disks 76597 ICDE Workshops
Query Disambiguation for Cross-Language Information Retrieval Using Web Directories 76610 WIRI
Improvement in TF-IDF scheme for Web pages based on the contents of their hyperlinked neighboring pages 76616 Systems and Computers in Japan
Sharing Content in Structured P2P Networks 76619 BDA
Constructing and Querying Peer-to-Peer Warehouses of XML Resources 76620 ICDE
Towards Building a MetaQuerier: Extracting and Matching Web Query Interfaces 76629 ICDE
Enabling Ad-hoc Ranking for Data Retrieval 76630 ICDE
Making holistic schema matching robust: an ensemble approach 76635 KDD
RankSQL: Query Algebra and Optimization for Relational Top-k Queries 76644 SIGMOD Conference
RankSQL: Supporting Ranking Queries in Relational Database Management Systems 76650 VLDB
Information Security Practice and Experience, First International Conference, ISPEC 2005, Singapore, April 11-14, 2005, Proceeding 76673 ISPEC
Dynamically-optimized context in recommender systems 76674 Mobile Data Management
Verifying Completeness of Relational Query Results in Data Publishing 76679 SIGMOD Conference
WmXML: A System for Watermarking XML Data 76680 VLDB
Meaningful Learning in Web-based Design Teaching Environments 76687 CELDA
A Refined Line-Line Spatial Relationship Model for Spatial Conflict Detection 76692 ER (Workshops)
XGuard: A System for Publishing XML Documents without Information Leakage in the Presence of Data Inference 76714 ICDE
A K-Anonymizing Approach for Preventing Link Attacks in Data Publishing 76716 ISPA Workshops
Using retrieval measures to assess similarity in mining dynamic web clickstreams 76787 KDD
Persistent Middle Tier Components Without Logging 76821 IDEAS
Using the Lock Manager to Choose Timestamps 76822 IDEAS
Letter from the Editor-in-Chief 76853 IEEE Data Eng. Bull.
The Atomic Manifesto 76875 J. UCS
The atomic manifesto: a story in four quarks 76882 Operating Systems Review
A Geometric Approach to Information-Theoretic Private Information Retrieval 76894 IEEE Conference on Computational Complexity
Practical Cryptography in High Dimensional Tori 76897 EUROCRYPT
A Geometric Approach to Information-Theoretic Private Information Retrieva 76906 Electronic Colloquium on Computational Complexity (ECCC)
The Wild Thing 76912 ACL
Using Sketches to Estimate Associations 76926 HLT/EMNLP
Reviewing the Reviewers 76941 Computational Linguistics
On the estimation of frequent itemsets for data streams: theory and experiments 76952 CIKM
Statistical Supports for Frequent Itemsets on Data Streams 76959 MLDM
Learning to Understand Web Site Update Requests 76974 IJCAI
Large-Scale Multiclass Transduction 76999 NIPS
Demonstrating the Effectiveness of Exclusion Control for Components 77006 Australian Software Engineering Conference
Do Viewpoints Lead to Better Conceptual Models? An Exploratory Case Study 77010 RE
Exploring Web Services from a Business Value Perspective 77011 RE
Ontology Creation: Extraction of Domain Knowledge from Web Documents 77022 ER
Maintaining Nonparametric Estimators over Data Streams 77037 BTW
Nearest Neighbor Search on Vertically Partitioned High-Dimensional Data 77039 DaWaK
Wavelet density estimators over data streams 77058 SAC
Design and Implementation of a Geographic Search Engine 77077 WebDB
Training Multi-layer Perceptrons Using MiniMin Approach 77090 CIS (1)
Hybrid Particle Swarm Optimization for Flow Shop Scheduling with Stochastic Processing Time 77091 CIS (1)
An artificial immune system algorithm for CDMA multiuser detection over multi-path channels 77094 GECCO
A Hybrid Quantum-Inspired Genetic Algorithm for Flow Shop Scheduling 77100 ICIC (2)
A Quantum-Inspired Genetic Algorithm for Scheduling Problems 77102 ICNC (3)
Fault Feature Selection Based on Modified Binary PSO with Mutation and Its Application in Chemical Process Fault Diagnosis 77103 ICNC (3)
A synthesis scheme for simultaneous scheduling, binding, partitioning and placement with resources operating at multiple voltages 77112 ISCAS (1)
Multiple Parameter Selection for LS-SVM Using Smooth Leave-One-Out Error 77114 ISNN (1)
Designing Neural Networks Using Hybrid Particle Swarm Optimization 77117 ISNN (1)
On a Chaotic Neural Network with Decaying Chaotic Noise 77118 ISNN (1)
Training Support Vector Machines Using Greedy Stagewise Algorithm 77128 PAKDD
Factors affecting automated syndromic surveillance 77141 Artificial Intelligence in Medicine
Hybrid genetic algorithm based on quantum computing for numerical optimization and parameter estimation 77158 Applied Mathematics and Computation
A methodology for semantic integration of metadata in bioinformatics data sources 77169 ACM Southeast Regional Conference (1)
Bioinformatics databases and applications: a challenging landscape 77170 ACM Southeast Regional Conference (1)
Investigation into Biomedical Literature Classification Using Support Vector Machines 77173 CSB
Filter Indexing: A Scalable Solution to Large Subscription Based Systems 77175 DASFAA
BondFlow: A System for Distributed Coordination of Workflows over Web Services 77219 IPDPS
MITOMAP: a human mitochondrial genome database - 2004 update 77281 Nucleic Acids Research
Text Mining Biomedical Literature for Discovering Gene-to-Gene Relationships: A Comparative Study of Algorithms 77282 IEEE/ACM Trans. Comput. Biology Bioinform.
Digits Speech Recognition Based on Geometrical Learning 77297 ADMA
Biological Development of Cell Patterns: Characterizing the Space of Cell Chemistry Genetic Regulatory Networks 77302 ECAL
Contributors to a signal from an artificial contrast 77304 ICINCO
Building Innovative Representations of DNA Sequences to Facilitate Gene Finding 77309 IEEE Intelligent Systems
Bias Analysis in Text Classification for Highly Skewed Data 77313 ICDM
Canonical forms for labelled trees and their applications in frequent subtree mining 77324 Knowl. Inf. Syst.
Mining Closed and Maximal Frequent Subtrees from Databases of Labeled Rooted Trees 77325 IEEE Trans. Knowl. Data Eng.
Correction to "Mining Closed and Maximal Frequent Subtrees from Databases of Labeled Rooted Trees" 77326 IEEE Trans. Knowl. Data Eng.
AOSE and Organic Computing - How Can They Benefit from Each Other 77329 AOIS
Combining Multi-Agent-System Methodologies for Organic Computing Systems 77337 DEXA Workshops
AOSE and Organic Computing - How Can They Benefit from Each Other? Position Paper 77340 ER (Workshops)
Towards a Model-Driven Software Engineering Methodology for Organic Computing Systems 77345 Computational Intelligence
Ontology-Based Model Transformation 77357 MoDELS Satellite Events
A Categorization of Collaborative Business Process Modeling Techniques 77358 CEC Workshops
Adaptive Design of Cross-Organizational Business Processes Using a Model-Driven Architecture 77360 Wirtschaftsinformatik
Multi-View Learning and Link Farm Discovery 77367 Probabilistic, Logical and Relational Learning
Discovery Science, 8th International Conference, DS 2005, Singapore, October 8-11, 2005, Proceeding 77368 Discovery Science
Multi-view Discriminative Sequential Learning 77371 ECML
Learning to Complete Sentences 77372 ECML
Estimation of Mixture Models Using Co-EM 77374 ECML
Thwarting the Nigritude Ultramarine: Learning to Identify Link Spam 77375 ECML
Fast discovery of unexpected patterns in data, relative to a Bayesian network 77393 KDD
Multi-View Hidden Markov Perceptrons 77399 LWA
Predicting Sentences using N-Gram Language Models 77401 HLT/EMNLP
Finding association rules that trade support optimally against confidence 77411 Intell. Data Anal.
Classifying search engine queries using the web as background knowledge 77418 SIGKDD Explorations
Fast Algorithms for Approximate Semide.nite Programming using the Multiplicative Weights Update Method 77430 FOCS
Analysis and Algorithms for Content-Based Event Matching 77431 ICDCS Workshops
Predicting Peptide Interactions With Model Class II Mhc Structures 77447 International Journal on Artificial Intelligence Tools
PROPHECY - a database for high-resolution phenomics 77450 Nucleic Acids Research
Storage Performance Virtualization via Throughput and Latency Control 77464 MASCOTS
Workload Propagation - Overload in Bursty Servers 77467 QEST
An interposed 2-Level I/O scheduling framework for performance virtualization 77469 SIGMETRICS
University of Glasgow at WebCLEF 2005: Experiments in Per-Field Normalisation and Language Specific Stemming 77481 CLEF
Network Analysis for Distributed Information Retrieval Architectures 77482 ECIR
General Consistency Management Within the Development of Ontology-Driven Web Information System 77502 ASIAN
Avoiding Error-Prone Reordering Optimization During Legal Systems Migration 77509 DEXA
GMA-PSMH: A Semantic Metadata Publish-Harvest Protocol for Dynamic Metadata Management Under Grid Environment 77517 ICADL
Mining Most General Multidimensional Summarization of Probably Groups in Data Warehouses 77528 SSDBM
Web Service Composition Using Markov Decision Processes 77529 WAIM
An Ontology Based Approach to Construct Behaviors in Web Information Systems 77532 WAIM
DLOnto: A Semantic Information Model for Digital Libraries 77537 SKG
Efficient No-Regret Multiagent Learning 77557 AAAI
Finite Sample Error Bound for Parzen Windows 77558 AAAI
Mining Correlations Between Multi-streams Based on Haar Wavelet 77562 ASIAN
Efficient learning of multi-step best response 77565 AAMAS
Particle Swarm Optimization with Multiscale Searching Method 77566 CIS (1)
NNF: An Effective Approach in Medicine Paring Analysis of Traditional Chinese Medicine Prescriptions 77571 DASFAA
Classifier Fusion Using Shared Sampling Distribution for Boosting 77578 ICDM
Learning through Changes: An Empirical Study of Dynamic Behaviors of Probability Estimation Trees 77580 ICDM
Evolutionary Algorithm Based on Overlapped Gene Expression 77588 ICNC (3)
Boosting in classifier fusion vs. fusing boosted classifiers 77594 IRI
Automatic Digital Modulation Recognition Using Support Vector Machines and Genetic Algorithm 77596 ISNN (2)
Unifying Convergence and No-Regret in Multiagent Learning 77597 LAMAS
A Clustering Algorithm Based Absorbing Nearest Neighbors 77604 WAIM
Kernel Vector Approximation Files for Relevance Feedback Retrieval in Large Image Databases 77614 Multimedia Tools Appl.
An improved snake model for building detection from urban aerial images 77622 Pattern Recognition Letters
Kernel pooled local subspaces for classification 77624 IEEE Transactions on Systems, Man, and Cybernetics, Part B
User Group Profile Modeling Based on User Transactional Data for Personalized Systems 77645 EPIA
A rich family of generalized Poisson regression models with applications 77656 Mathematics and Computers in Simulation
Data Sharing in the Hyperion Peer Database System 77657 VLDB
Exploiting independence for branch operations in Bayesian learning of Candamp;RTs 77685 Probabilistic, Logical and Relational Learning
Tempering for Bayesian Candamp;RT 77688 ICML
Exploiting Informative Priors for Bayesian Classification and Regression Trees 77689 IJCAI
Active learning for Hidden Markov Models: objective functions and algorithms 77705 ICML
Comparative analysis of top-down and bottom-up methodologies for multi-agent system design 77718 AAMAS
Resource Allocation in the Grid with Learning Agents 77745 J. Grid Comput.
Handling Transactional Properties in Web Service Composition 77765 WISE
Performance Evaluation of a Heterogeneous Disk Array Architecture 77799 MASCOTS
Clustered RAID Arrays and Their Access Costs 77813 Comput. J.
Affinity-Based Routing in Zoned Mirrored Disks 77814 Comput. J.
Performance Comparison of Mirrored Disk Scheduling Methods with a Shared Non-Volatile Cache 77820 Distributed and Parallel Databases
Reconstruct versus read-modify writes in RAID 77821 Inf. Process. Lett.
Comment on "Issues and Challenges in the Performance Analysis of Real Disk Arrays' 77848 IEEE Trans. Parallel Distrib. Syst.
Haploview: analysis and visualization of LD and haplotype maps 77857 Bioinformatics
Discovering a Term Taxonomy from Term Similarities Using Principal Component Analysis 77871 EWMF/KDO
Why spectral retrieval works 77873 SIGIR
Don't Compare Averages 77878 WEA
Insights from Viewing Ranked Retrieval as Rank Aggregation 77879 WIRI
MemBeR: A Micro-benchmark Repository for XQuery 77883 XSym
A Probabilistic Analysis of Trie-Based Sorting of Large Collections of Line Segments in Spatial Databases 77890 SIAM J. Comput.
FMC: An Approach for Privacy Preserving OLAP 77892 DaWaK
Internet at a Crossroads of Education 77901 Human.Society@Internet
Non-Cooperation in Competitive P2P Networks 77909 ICDCS
LSH forest: self-tuning indexes for similarity search 77912 WWW
Active Learning for Probability Estimation Using Jensen-Shannon Divergence 77950 ECML
Combining Bias and Variance Reduction Techniques for Regression Trees 77951 ECML
Towards Self-Configuring Hardware for Distributed Computer Systems 77954 ICAC
Semi-supervised graph clustering: a kernel approach 77958 ICML
A Shortest Path Dependency Kernel for Relation Extraction 77989 HLT/EMNLP
Subsequence Kernels for Relation Extraction 77990 NIPS
Creating diversity in ensembles using artificial data 78001 Information Fusion
Mining knowledge from text using information extraction 78013 SIGKDD Explorations
An Algebraic Account of Modularity in ID-logic 78022 Answer Set Programming
Satisfiability Checking for PC(ID) 78052 LPAR
An Algebraic Account of Modularity in ID-Logic 78058 LPNMR
A Logic for Non-Monotone Inductive Definition 78086 CoRR
Well-founded and Stable Semantics of Logic Programs with Aggregate 78087 CoRR
A Hierarchy Navigation Framework: Supporting Scalable Interactive Exploration over Large Databases 78107 IDEAS
Improving Operon Prediction in E. coli 78124 CSB Workshops
Multi-Scale Hierarchical Structure Prediction of Helical Transmembrane Proteins 78126 CSB
PROMOCO: a New Program for Prediction of cis Regulatory Elements: From High-Information Content Analysis to Clique Identification 78128 CSB Workshops
Structural genomics analysis of alternative splicing and its application in modeling structures of alternatively spliced variants 78139 CSB Workshops
Accurate Prediction of Orthologous Gene Groups in Microbes 78141 CSB
Intrusion Detection Combining Multiple Decision Trees by Fuzzy logic 78152 PDCAT
Efficient Parameterized Algorithm for Biopolymer Structure-Sequence Alignment 78163 WABI
MPSS: an integrated database system for surveying a set of proteins 78172 Bioinformatics
A graph-theoretic approach for the separation of b and y ions in tandem mass spectra 78181 Bioinformatics
On the robustness of router-based denial-of-service (DoS) defense systems 78184 Computer Communication Review
On Connected [g, f +1]-Factors in Graphs 78186 Combinatorica
Clustering Gene Expression Data with Kernel Principal Components 78189 J. Bioinformatics and Computational Biology
The Probability Distribution for a Random Match between an Experimental-theoretical Spectral Pair in Tandem Mass Spectrometry 78191 J. Bioinformatics and Computational Biology
More Reliable Protein NMR Peak Assignment via Improved 2-Interval Scheduling 78195 Journal of Computational Biology
Preface 78202 J. Comput. Sci. Technol.
PRIME: A Mass Spectrum Data Mining Tool for De Nova Sequencing and PTMs Identification 78203 J. Comput. Sci. Technol.
Individual QoS versus aggregate QoS: a loss performance study 78209 IEEE/ACM Trans. Netw.
Logistic support vector machines and their application to gene expression data 78210 IJBRA
Bridging Grammarware and Modelware 78255 MoDELS Satellite Events
Interoperability in Meta-environments: An XMI-Based Approach 78260 CAiSE
Exploitation of the Intelligent Agent Technology in the Context of E-Government 78291 Intelligenza Artificiale
A graph-based approach for extracting terminological properties from information sources with heterogeneous formats 78296 Knowl. Inf. Syst.
Beyond information searching and browsing: acquiring knowledge from digital libraries 78336 Inf. Process. Manage.
Content-Aware Automatic QoS Provisioning for UpnP AV-Based Multimedia Services over Wireless LANs 78349 International Conference on Computational Science (2)
A New per-Class Flow Fixed Proportional Differentiated Service for Multi-service Wireless LAN 78353 NETWORKING
Progressive Analysis Scheme for Web Document Classification 78356 Web Intelligence
A framework of handoffs in wireless overlay networks based on mobile IPv6 78361 IEEE Journal on Selected Areas in Communications
A quadratic programming approach for decomposing steady-state metabolic flux distributions onto elementary modes 78364 ECCB/JBI
Supervised enzyme network inference from the integration of genomic data and chemical information 78369 ISMB (Supplement of Bioinformatics)
Fast and accurate database homology search using upper bounds of local alignment scores 78375 Bioinformatics
Prediction of glycan structures from gene expression data based on glycosyltransferase reactions 78376 Bioinformatics
The inference of protein-protein interactions by co-evolutionary analysis is improved by excluding the information about the phylogenetic relationships 78378 Bioinformatics
Utilizing Evolutionary Information and Gene Expression Data for Estimating Gene Networks with Bayesian Network Models 78383 J. Bioinformatics and Computational Biology
A parametric feature-based CAD system for reproducing traditional pierced jewellery 78419 Computer-Aided Design
Distribution Rules for Array Database Queries 78430 DEXA
How to Bridge the Last Gap of Detail for a Complete Integration of Web Services into Users' Tasks 78457 ICWS
Editorial 78465 Comput. J.
Bayesian inference for multiband image segmentation via model-based cluster trees 78493 Image Vision Comput.
A machine vision approach to the grading of crushed aggregate 78496 Mach. Vis. Appl.
Wavelet-based combined signal filtering and prediction 78509 IEEE Transactions on Systems, Man, and Cybernetics, Part B
Design of a next generation sampling service for large scale data analysis applications 78512 ICS
A Services Oriented Framework for Next Generation Data Analysis Centers 78513 IPDPS
Supporting Collaboration and Information Sharing in Computer-Based Clinical Guideline Management 78518 CBMS
Secure and Efficient Key Management in Mobile Ad Hoc Networks 78526 IPDPS
Laser Needle Guide for the Sonic Flashlight 78529 MICCAI
Psychophysical Evaluation of In-Situ Ultrasound Visualization 78535 IEEE Trans. Vis. Comput. Graph.
Multithreaded Architectures and The Sort Benchmark 78542 DaMoN
The atomic manifesto: a story in four quarks 78592 Operating Systems Review
Full-Text and Structural XML Indexing on B+-Tree 78602 DEXA
PrediCalc: A Logical Spreadsheet Management System 78615 VLDB
Privacy-Preserving Friends Troubleshooting Network 78622 NDSS
An Analysis of Parallel Mixing with Attacker-Controlled Inputs 78624 Privacy Enhancing Technologies
WreC: A Scalable Middleware Architecture to Enable XML Caching for Web-Services 78633 Middleware
Incremental Maintenance of Path Expression Views 78634 SIGMOD Conference
A Model-Based Monitoring and Diagnosis System for a Space-Based Astrometry Mission 78641 DEXA
Formally Specifying the Syntax and Semantics of a Visual Query Language for the Domain of High Energy Physics Data Analysis 78648 VL/HCC
Making Sense of Ubiquitous Data Streams - A Fuzzy Logic Approach 78663 KES (2)
Resource-aware Mining of Data Streams 78671 J. UCS
Mining data streams: a review 78673 SIGMOD Record
Performance-improving techniques in web-based GIS 78688 International Journal of Geographical Information Science
Using semantic Web technology to automate data integration in grid and Web service architectures 78700 CCGRID
PromPredictor: A Hybrid Machine Learning System for Recognition and Location of Transcription Start Sites in Human Genome 78738 ADMA
Approximate Global Alignment of Sequences 78741 BIBE
An Immune-Based Model for Computer Virus Detection 78745 CANS
A New Model for Dynamic Intrusion Detection 78746 CANS
Clustering Genes Using Gene Expression and Text Literature Data 78749 CSB
A Clustering Model Based on Matrix Approximation with Applications to Cluster System Log Files 78752 ECML
Mining Logs Files for Computing System Management 78755 ICAC
A New Model of Immune-Based Network Surveillance and Dynamic Computer Forensics 78774 ICNC (2)
A Weather Forecast System Based on Artificial Immune System 78776 ICNC (2)
A Knowledge-Driven Method to Evaluate Multi-source Clustering 78787 ISPA Workshops
Fault-Tolerant Routing Schemes in RDT(2, 2, 1)/a-Based Interconnection Network for Networks-on-Chip Designs 78789 ISPAN
Fault-Tolerant Routing Algorithm for RDT Structure 78790 ISPAN
A general model for clustering binary data 78793 KDD
Hierarchical Document Classification Using Automatically Generated Hierarchy 78803 SDM
On Clustering Binary Data 78804 SDM
Robust stabilization for delayed discrete-time fuzzy systems via basis-dependent Lyapunov-Krasovskii function 78822 Fuzzy Sets and Systems
Mining logs files for data-driven system management 78838 SIGKDD Explorations
Adapting branch-target buffer to improve the target predictability of java code 78842 TACO
TPO, Preference and Short Time History Based for Recommendation Service in Mobile Environment 78867 ICDE Workshops
A Framework of Time, Place, Purpose and Personal Profile Based Recommendation Service for Mobile Environment 78880 IEICE Transactions
CATO - A Lightweight Ontology Alignment Tool 78888 CAiSE Short Paper Proceedings
VII Brazilian Symposium on Geoinformatics, 20-23 November, Campos do Jordandatilde;o, Sandatilde;o Paulo, Brazi 78906 GeoInfo
Towards Automatic Generation of Rules for Incremental Maintenance of XML Views of Relational Data 78940 WISE
Identifying time-lagged gene clusters using gene expression data 78957 Bioinformatics
Password-Based Group Key Exchange Secure Against Insider Guessing Attacks 78970 CIS (2)
Applying LR Cube Analysis to JSteg Detection 78972 Communications and Multimedia Security
Generic Transformation for Scalable Broadcast Encryption Schemes 78973 CRYPTO
Related-Key and Meet-in-the-Middle Attacks on Triple-DES and DES-EXE 78982 ICCSA (2)
Fine Grained Control of Security Capability and Forward Security in a Pairing Based Signature Scheme 78983 ICCSA (2)
Color Cube Analysis for Detection of LSB Steganography in RGB Color Images 78984 ICCSA (2)
New Steganalysis Methodology: LR Cube Analysis for the Detection of LSB Steganography 78991 Information Hiding
Efficient Revocation of Security Capability in Certificateless Public Key Cryptography 78997 KES (2)
Detecting Trapdoors in Smart Cards Using Timing and Power Analysis 79000 TestCom
An Efficient Public Key Cryptosystem with a Privacy Enhanced Double Decryption Mechanism 79002 Selected Areas in Cryptography
Digital evidence collection process in integrity and memory information gathering 79003 SADFE
Oblivious Conjunctive Keyword Search 79004 WISA
Side Channel Cryptanalysis on XTR Public Key Cryptosystem 79013 IEICE Transactions
Exchange Rate Modelling Using News Articles and Economic Data 79033 Australian Conference on Artificial Intelligence
Leading conversations: Communication behaviours of emergent leaders in virtual teams 79047 HICSS
Digging in the Details: A Case Study in Network Data Mining 79052 ISI
Managing Collaboration in a Multiagent System 79063 KES (3)
Intelligent Environments for Next-Generation e-Markets 79064 KES (1)
A pressure sensing floor for interactive media applications 79087 Advances in Computer Entertainment Technology
Constructing Extensible XQuery Mappings for XML Data Sharing 79088 APWeb
Singularity Detection and Consistent 3D Arm Tracking Using Monocular Videos 79098 ICIAR
Robust 3D Arm Tracking from Monocular Videos 79099 ICIC (2)
Autonomous real-time model building for optical motion capture 79105 ICIP (3)
A Hybrid HMM/DPA Adaptive Gesture Recognition Method 79111 ISVC
Design of a Pressure Sensitive Floor for Multimodal Sensing 79112 IV
Constructing Maintainable Semantic Mappings in XQuery 79118 WebDB
Constructing extensible XQuery mappings 79119 WWW (Special interest tracks and posters)
Bayesian algorithms for simultaneous structure from motion estimation of multiple independently moving objects 79123 IEEE Transactions on Image Processing
A hybrid index structure for querying large string databases 79124 IJEB
New lower bounds for statistical query learning 79146 J. Comput. Syst. Sci.
Heat Stroke: Power-Density-Based Denial of Service in SMT 79157 HPCA
Correlation Clustering for Learning Mixtures of Canonical Correlation Models 79173 SDM
Detection and prevention of stack buffer overflow attacks 79178 Commun. ACM
Generating a Condensed Representation for Association Rules 79194 J. Intell. Inf. Syst.
A dynamic data mining technique for intrusion detection systems 79197 ACM Southeast Regional Conference (2)
Packet- vs. Session-Based Modeling for Intrusion Detection Systems 79198 ITCC (1)
Analytical Modeling of Data Mining Process Based on Distributed Tuple Space 79200 PDPTA
Efficient Parallel Data Mining for Massive Datasets: Parallel Random Forests Classifier 79201 PDPTA
Towards Integrating Business Policies with Business Processes 79213 Business Process Management
Dealing with contract violations: formalism and domain specific language 79224 EDOC
Extending choreography with business contract constraints 79238 Int. J. Cooperative Inf. Syst.
Guest editors' introduction 79239 Int. J. Cooperative Inf. Syst.
Managing Inheritance Hierarchies in Object/Relational Mapping Tools 79241 CAiSE
Integrating Heterogeneous Multidimensional Databases 79261 SSDBM
Categorization and Keyword Identification of Unlabeled Documents 79289 ICDM
Evaluating the impact of simultaneous multithreading on network servers using real hardware 79339 SIGMETRICS
Server Network Scalability and TCP Offload 79342 USENIX Annual Technical Conference, General Track
A Classification Based Approach for Root Unknown Phylogenetic Networks Under Constrained Recombination 79351 ICDCIT
A Novel Region-Based Image Retrieval Algorithm Using Selective Visual Attention Model 79358 ACIVS
Cognition Theory Based Performance Characterization in Computer Vision 79359 ACIVS
Performance Characterization in Computer Vision: The Role of Visual Cognition Theory 79361 FSKD (2)
Generic Solution for Image Object Recognition Based on Vision Cognition Theory 79362 FSKD (2)
Cognition Theory Motivated Image Semantics and Image Language 79363 FSKD (2)
Perception-Oriented Prominent Region Detection in Video Sequences Using Fuzzy Inference Neural Network 79369 ISNN (2)
3-DWT Based Motion Suppression for Video Shot Boundary Detection 79370 KES (2)
Perception-Oriented Prominent Region Detection in Video Sequences 79374 Informatica (Slovenia)
Real-time rendering of plant leaves 79377 ACM Trans. Graph.
Content Selection Model for Adaptive Content Delivery 79385 APPT
Exploiting Fine Grained Parallelism for Acceleration of Web Retrieval 79405 Human.Society@Internet
Server-Assisted Bandwidth Negotiation Mechanism for Parallel Segment Retrieval of Web Objects 79410 ICCNMC
Architecture and Performance of Application Networking in Pervasive Content Delivery 79411 ICDE
Modeling Retrieval Parallelism in Web Content Delivery 79431 ISWS
Quantitative Modeling for Web Objects' Cacheability 79447 WAIM
A Framework of HTML Content Selection and Adaptive Delivery 79448 WAIM
Modulation for Scalable Multimedia Content Delivery 79450 WAIM
Automatic Keyword Extraction by Server Log Analysis 79456 WISE
Application networking on peer-to-peer networks 79457 WWW (Special interest tracks and posters)
Layout based document image retrieval by means of XY tree reduction 79476 ICDAR
Artificial Neural Networks for Document Analysis and Recognition 79482 IEEE Trans. Pattern Anal. Mach. Intell.
Preface 79484 Pattern Recognition Letters
Adaptive website recommendations with AWESOME 79492 VLDB J.
Semantics of Collinearity Among Regions 79504 OTM Workshops
Ein Data-Quality-Wettbewerb 79517 Datenbank-Spektrum
Search and index in locality-based clustering overlay 79521 CCGRID
Joint Data Streaming and Sampling Techniques for Detection of Super Sources and Destinations 79526 Internet Measurment Conference
Topology-Aware Multi-cluster Architecture Based on Efficient Index Techniques 79532 NPC
Data streaming algorithms for accurate and efficient measurement of traffic and flow matrices 79535 SIGMETRICS
Mixture Modeling with Pairwise, Instance-Level Class Constraints 79541 Neural Computation
Electronic markets and electronic hierarchies in the context of electronic commerce 79542 ICEC
RSA Extended Modulus Attacks and Their Solutions in a Kind of Fair Exchange Protocols 79551 ICCNMC
Curve-Based Greedy Routing Algorithm for Sensor Networks 79552 ICCNMC
Soft Sensor Modeling Based on DICA-SVR 79554 ICIC (1)
Using Rough Set to Reduce SVM Classifier Complexity and Its Use in SARS Data Set 79568 KES (3)
A New Algorithm Based on Copulas for Financial Risk Calculation with Applications to Chinese Stock Markets 79573 WINE
Application of genetic algorithm in estimating origin-destination matrices of traffic network 79574 GrC
Double proton transfer and one-electron oxidation behavior in double H-bonded glycinamide-glycine complex in the gas phase 79592 Journal of Computational Chemistry
Design and implementation of parallel video encoding strategies using divisible load analysis 79596 IEEE Trans. Circuits Syst. Video Techn.
Fuzzy Matchmaking for Web Services 79616 AINA
The Categorisation of Hidden Web Databases through Concept Specificity and Coverage 79617 AINA
Grid Services Mediation 79621 AINA
An Agent-Based Compositional Framework 79624 APWeb
Modeling e-Marketplaces with Multi-Agents Web Services 79636 ICPADS (1)
Composition of mismatched web services in distributed service oriented design activities 79644 Advanced Engineering Informatics
Real-Time Scheduling for Data Stream Management Systems 79662 ECRTS
Integrated resource management for data stream systems 79663 SAC
Source-aware Join Strategies of Sensor Data Streams 79664 SSDBM
Comparison of Shape-Based and Stroke-Based Methods for Segmenting Handwritten Chinese Characters 79665 ACIS-ICIS
Geometric model reconstruction from streams of DirectX 3D game application 79666 Advances in Computer Entertainment Technology
Establishing and maintaining compatibility in service oriented business collaboration 79667 ICEC
Bridging the Gap between Business and IT in Service Oriented Collaboration 79668 IEEE SCC
Regularization of LDA for Face Recognition: A Post-processing Approach 79675 AMFG
Specification and Management of Policies in Service Oriented Business Collaboration 79676 Business Process Management
Is ICA Significantly Better than PCA for Face Recognition? 79696 ICCV
Two Energy-Efficient, Timesaving Improvement Mechanisms of Network Reprogramming in Wireless Sensor Network 79697 ICESS
Adaptive and Competitive Committee Machine Architecture 79700 ICNC (1)
An Optimal and Real-Time Solution to Parameterized Mobile Robot Trajectories in the Presence of Moving Obstacles 79706 ICRA
A Rule Driven Approach for Developing Adaptive Service Oriented Business Collaboration 79708 ICSOC
Collaborative Business Transactions Management: Issues and Challenges 79709 ICWS
Protect Interactive 3D Models via Vertex Shader Programming 79711 ICEC
DIG: an overlay network for Internet multicasting 79725 IPCCC
VFDB: a reference database for bacterial virulence factors 79751 Nucleic Acids Research
KPCA Plus LDA: A Complete Kernel Fisher Discriminant Framework for Feature Extraction and Recognition 79756 IEEE Trans. Pattern Anal. Mach. Intell.
Kernel ICA: An alternative formulation and its application to face recognition 79759 Pattern Recognition
Two-dimensional discriminant transform for face recognition 79766 Pattern Recognition
Multi-represented kNN-Classification for Large Class Sets 79781 DASFAA
Effective and Efficient Distributed Model-Based Clustering 79788 ICDM
Design of a next generation sampling service for large scale data analysis applications 79801 ICS
An Ontological Approach for Eliciting and Understanding Needs in e-Services 79816 CAiSE
Music Rights Clearance Business Analysis and Delivery 79828 EC-Web
Service Classification versus Configuration 79833 GI Jahrestagung (2)
Exploring Web Services from a Business Value Perspective 79844 RE
Value-oriented design of service coordination processes: correctness and trust 79846 SAC
Extracting layers and analyzing their specular properties using epipolar-plane-image analysis 79879 Computer Vision and Image Understanding
Motion Recovery by Integrating over the Joint Image Manifold 79882 International Journal of Computer Vision
Framework for Querying Distributed Objects Managed by a Grid Infrastructure 79887 DMG
Multimedia applications: beyond similarity searches 79890 CVDB
When Is Nearest Neighbors Indexable 79892 ICDT
A Hybrid Integrated QoS Multicast Routing Algorithm in IP/DWDM Optical Internet 79896 APPT
ALIP: The Automatic Linguistic Indexing of Pictures System 79898 CVPR (2)
An Integrated QoS Multicast Routing Algorithm Based on Tabu Search in IP/DWDM Optical Internet 79905 HPCC
Parameter estimation of multi-dimensional hidden Markov models - a scalable approach 79917 ICIP (3)
Semantic Argument Classification Exploiting Argument Interdependence 79921 IJCAI
A mutual semantic endorsement approach to image retrieval and context provision 79925 Multimedia Information Retrieval
Two-scale image retrieval with significant meta-information feedback 79929 ACM Multimedia
Database Change Notifications: Primitives for Efficient Database Query Result Caching 79964 VLDB
Optimization of Relational Preference Queries 79967 ADC
Tight bounds for shared memory systems accessed by Byzantine processes 79999 Distributed Computing
Work coordination, workflow, and workarounds in a medical context 80010 CHI Extended Abstracts
Artifacts and collaborative work in healthcare: methodological, theoretical, and technological implications of the tangible 80015 Journal of Biomedical Informatics
Multiple Query Routing Trees in Sensor Networks 80018 Databases and Applications
Panel on mobility in sensor networks 80021 Mobile Data Management
Tuning query performance in mobile sensor databases 80022 Mobile Data Management
Proceedings of the 4th ACM International Workshop on Data Engineering for Wireless and Mobile Access, MobiDE 2005, June 12, 2005, Baltimore, MD, US 80023 MobiDE
Proceedings of the 2nd Workshop on Data Management for Sensor Networks, in conjunction with VLDB, DMSN 2005, Trondheim, Norway, August 30, 200 80032 DMSN
Report on MobiDE 2003: the 3rd international ACM Workshop on Data Engineering for Wireless and Mobile Access 80034 SIGMOD Record
Mining Approximate Frequent Itemsets from Noisy Data 80042 ICDM
An Effective Content Management Methodology for Business Process Management 80089 Business Process Management
Parallel Consistency Maintenance of Materialized Views Using Referential Integrity Constraints in Data Warehouses 80091 DaWaK
Preventing Session Table Explosion in Packet Inspection Computers 80117 IEEE Trans. Computers
Name-Passing in an Ambient-Like Calculus and Its Proof Using Spatial Logic 80119 Electr. Notes Theor. Comput. Sci.
Blind Custodians: A Database Service Architecture That Supports Privacy Without Encryption 80127 DBSec
Intensional Encapsulations of Database Subsets via Genetic Programming 80128 DEXA
Data Mining for Software Testing 80181 The Data Mining and Knowledge Discovery Handbook
A Simple, Structure-Sensitive Approach for Web Document Classification 80183 AWIC
Effective Black-Box Testing with Genetic Algorithms 80193 Haifa Verification Conference
A fuzzy-based path ordering algorithm for QoS routing in non-deterministic communication networks 80212 Fuzzy Sets and Systems
A fuzzy-based lifetime extension of genetic algorithms 80214 Fuzzy Sets and Systems
Design and implementation of a web mining system for organizing search engine results 80221 Int. J. Intell. Syst.
Quality and comprehension of UML interaction diagrams-an experimental comparison 80226 Information andamp; Software Technology
The CIDOC CRM, an Ontological Approach to Schema Heterogeneity 80302 Semantic Interoperability and Integration
Editorial 80317 Int. J. on Digital Libraries
Securing XML data in third-party distribution systems 80323 CIKM
Trusted Privacy Manager: A System for Privacy Enforcement 80329 ICDE Workshops
Assuring Security Properties in Third-party Architectures 80330 ICDE
AC-XML documents: improving the performance of a web access control module 80338 SACMAT
Simulating Large Wireless Sensor Networks Using Cellular Automata 80344 Annual Simulation Symposium
Policy-Based Adaptive Routing in Autonomous WSNs 80346 DSOM
On the Security of Cluster-Based Communication Protocols for Wireless Sensor Networks 80353 ICN (1)
LHA-SP: secure protocols for hierarchical wireless sensor networks 80356 Integrated Network Management
Management of wireless sensor networks 80357 Integrated Network Management
A Pro-Active Routing Protocol for Continuous Data Dissemination in Wireless Sensor Networks 80361 ISCC
Transmission power control in MAC protocols for wireless sensor networks 80369 MSWiM
Decentralized intrusion detection in wireless sensor networks 80373 Q2SWinet
WMuNeP'05 - Proceedings of the First ACM Workshop on Wireless Multimedia Networking and Performance Modeling, Montreal, Quebec, Canada, October 13, 200 80374 WMuNeP
Data Dissemination Using the Energy Map 80383 WONS
Dynamic Power Management in Wireless Sensor Networks: An Application-Driven Approach 80384 WONS
Evaluation of Peer-to-Peer Network Content Discovery Techniques over Mobile Ad Hoc Networks 80385 WOWMOM
Prediction-based energy map for wireless sensor networks 80386 Ad Hoc Networks
Autogestion de randeacute;seaux de capteurs sans fil : services, fonctions, modandegrave;les et andeacute;tude de cas 80387 Annales des Tandeacute;landeacute;communications
A taxonomy for medium access control protocols in wireless sensor networks 80388 Annales des Tandeacute;landeacute;communications
(Re)configuration algorithms for peer-to-peer over ad hoc networks 80392 J. Parallel Distrib. Comput.
On the performance of ad hoc routing protocols under a peer-to-peer application 80393 J. Parallel Distrib. Comput.
Dynamic content distribution for mobile enterprise networks 80395 IEEE Journal on Selected Areas in Communications
Data dissemination in autonomic wireless sensor networks 80396 IEEE Journal on Selected Areas in Communications
BInXS: A Process for Integration of XML Schemata 80429 CAiSE
Estimating Recall and Precision for Vague Queries in Databases 80431 CAiSE
20and#176; Simpandoacute;sio Brasileiro de Bancos de Dados, 3-7 de Outubro, 2005, Uberlandacirc;ndia, MG, Brazil, Anais/Proceeding 80440 SBBD
Mining Evolving Customer-Product Relationships in Multi-Dimensional Space 80460 ICDE
Making SVMs Scalable to Large Data Sets using Hierarchical Cluster Indexing 80468 Data Min. Knowl. Discov.
A logic based approach to P2P Databases 80477 SEBD
XJ: robust XML processing in Java 80490 OOPSLA Companion
Factors of adoption of online auction: a China study 80504 ICEC
Service-Oriented Grid Architecture and Middleware Technologies for Collaborative E-Learning 80506 IEEE SCC
Automatic diagnosis and response to memory corruption vulnerabilities 80513 ACM Conference on Computer and Communications Security
A new approach to intranet search based on information extraction 80516 CIKM
Defeating Memory Corruption Attacks via Pointer Taintedness Detection 80520 DSN
Robust Information Dissemination in Uncooperative Environments 80526 ICDCS
Efficient and scalable query routing for unstructured peer-to-peer networks 80540 INFOCOM
Subspace Clustering of Text Documents with Feature Weighting K-Means Algorithm 80552 PAKDD
A data streaming algorithm for estimating subpopulation flow size distribution 80559 SIGMETRICS
Towards a Grid-Based Collaborative Platform for E-Learning 80567 WEBIST
Ranking definitions with supervised learning methods 80570 WWW (Special interest tracks and posters)
Ontology based semantic conflicts resolution in collaborative editing of design documents 80573 Advanced Engineering Informatics
Subsidized RED: an active queue management mechanism for short-lived flows 80576 Computer Communications
Adoption and diffusion of knowledge management systems: field studies of factors and variables 80588 Knowl.-Based Syst.
A Very Low Bit Rate Video Coding Combined with Fast Adaptive Block Size Motion Estimation and Nonuniform Scalar Quantization Multiwavelet Transform 80589 Multimedia Tools Appl.
Construction of low-density parity-check codes by superposition 80597 IEEE Transactions on Communications
Codes on finite geometries 80601 IEEE Transactions on Information Theory
On fundamental tradeoffs between delay bounds and computational complexity in packet scheduling algorithms 80603 IEEE/ACM Trans. Netw.
On the Benefits of Non-Canonical Filtering in Publish/Subscribe Systems 80642 ICDCS Workshops
A Distributed Alerting Service for Open Digital Library Software 80645 ICDCS Workshops
Providing Recommendations in a mobile Tourist Information System 80647 ISTA
A generic alerting service for digital libraries 80648 JCDL
A Detailed Investigation of Memory Requirements for Publish/Subscribe Filtering Algorithms 80651 OTM Conferences (1)
Capturing Context in Collaborative Profiles 80652 OTM Workshops
Cooperating Services in a Mobile Tourist Information System 80653 OTM Workshops
CAMS 2005 PC Co-chairs' Message 80654 OTM Workshops
An Integrated Alerting Service for Open Digital Libraries: Design and Implementation 80655 OTM Conferences (1)
Multiple fidelity simulation optimization of hospital performance under high consequence event scenarios 80671 Winter Simulation Conference
Presence-Based Availability and P2P Systems 80703 Peer-to-Peer Computing
The limits of global scanning worm detectors in the presence of background noise 80718 WORM
Rethinking the Design of Virtual Machine Monitors 80722 IEEE Computer
A Mapping Scheme of XML Documents into Relational Databases using Schema-based Path Identifiers 80731 WIRI
A grid infrastructure for mixed bioinformatics data and text mining 80734 AICCSA
eWatch: Context Sensitive System Design Case Study 80737 ISVLSI
A Context-Specific Electronic Design and Prototyping Course 80738 MSE
Nano-RK: An Energy-Aware Resource-Centric RTOS for Sensor Networks 80739 RTSS
The use of Business Rules with Workflow Systems 80744 Rule Languages for Interoperability
The "Right to be Let Alone" and Private Information 80757 ICEIS (3)
How to Calculate the Information Privacy 80758 PST
A Systematic Approach to Anonymity 80760 WOSIS
Formulating distance functions via the kernel trick 80782 KDD
Formulating context-dependent similarity functions 80783 ACM Multimedia
Exploiting Geometry for Support Vector Machine Indexing 80785 SDM
Efficient Data Management on Lightweight Computing Device 80789 ICDE
Simple Test Strategies for Cost-Sensitive Decision Trees 80802 ECML
Partial Ensemble Classifiers Selection for Better Ranking 80807 ICDM
Rank Measures for Ordering 80831 PKDD
Dynamic Ensemble Re-Construction for Better Ranking 80832 PKDD
Hybrid Cost-Sensitive Decision Tree 80833 PKDD
pFind: a novel database-searching software system for automated peptide and protein identification via tandem mass spectrometry 80840 Bioinformatics
Guest Editors' Introduction to the Special Issue: Machine Learning for Bioinformatics - Part 1 80855 IEEE/ACM Trans. Comput. Biology Bioinform.
Guest Editor's Introduction to the Special Issue: Machine Learning for Bioinformatics-Part 2 80856 IEEE/ACM Trans. Comput. Biology Bioinform.
Using AUC and Accuracy in Evaluating Learning Algorithms 80857 IEEE Trans. Knowl. Data Eng.
Using AUC and Accuracy in Evaluating Learning Algorithms - Appendices 80858 IEEE Trans. Knowl. Data Eng.
"Missing Is Useful': Missing Values in Cost-Sensitive Decision Trees 80861 IEEE Trans. Knowl. Data Eng.
Similarity search in high-dimensional datasets 80875 CVDB
View Learning for Statistical Relational Learning: With an Application to Mammography 80892 IJCAI
Declarative routing: extensible routing with declarative queries 80911 SIGCOMM
Incognito: Efficient Full-Domain K-Anonymity 80917 SIGMOD Conference
The TEXTURE Benchmark: Measuring Performance of Text Queries on a Relational DBMS 80932 VLDB
The EDAM project: Mining atmospheric aerosol datasets 80961 Int. J. Intell. Syst.
Data Mining: The Next Generation 80962 it - Information Technology
From objects-first to design-first with multimedia and intelligent tutoring 80990 ITiCSE
Exploiting form semantics and validation checks to improve e-form layout 81019 Int. J. Web Eng. Technol.
A flexible framework for managing temporal clinical trial data 81024 IJEH
An XML model for electronic services 81026 EG
Mining Hierarchies of Models: From Abstract Views to Concrete Specifications 81027 Business Process Management
Enhancing Histograms by Tree-Like Bucket Indice 81047 CoRR
Analyzing symmetry in biological systems 81069 ICIP (1)
Decision Tree Induction in High Dimensional, Hierarchically Distributed Databases 81074 SDM
Hierarchical Decision Tree Induction in Distributed Genomic Databases 81090 IEEE Trans. Knowl. Data Eng.
Bypass Caching: Making Scientific Databases Good Network Citizens 81097 ICDE
Practical Passive Lossy Link Inference 81098 PAM
Text Classification without Labeled Negative Documents 81105 ICDE
Parameter Free Bursty Events Detection in Text Streams 81110 VLDB
The Predicting Power of Textual Information on Financial Markets 81112 IEEE Intelligent Informatics Bulletin
The Architecture of PIER: an Internet-Scale Query Processor 81115 CIDR
A Fresh Look at the Reliability of Long-term Digital Storag 81132 CoRR
Learning a Similarity Metric Discriminatively, with Application to Face Verification 81133 CVPR (1)
A Mechanism for Tracking Mobile Agents in a Cluster Topology 81150 ICPADS (1)
Online Hierarchical Clustering in a Data Warehouse Environment 81152 ICDM
Control Considerations for Scalable Event Processing 81184 DSOM
Self-Managing Systems: A Control Theory Foundation 81185 ECBS
A model of configuration complexity and its application to a change management system 81192 Integrated Network Management
Introduction to control theory for computer scientists 81193 Integrated Network Management
Is policy-based management possible 81194 Integrated Network Management
A control theory foundation for self-managing computing systems 81214 IEEE Journal on Selected Areas in Communications
RELFIN - Topic Discovery for Ontology Enhancement and Annotation 81233 ESWC
Evaluation of Ontology Enhancement Tools 81234 EWMF/KDO
Exploiting Local Popularity to Prune Routing Indices in Peer-to-Peer Systems 81237 DEXA Workshops
The Use of E-Learning towards New Learning Paradigm: Case Study Student Centered E-Learning Environment at Faculty of Computer Science-University of Indonesia 81238 ICALT
ConQuer: Efficient Management of Inconsistent Databases 81243 SIGMOD Conference
CS++ 81260 IDEAS
A Corpus for Comparative Evaluation of OCR Software and Postcorrection Techniques 81301 ICDAR
The Same is Not The same - Post Correction of Alphabet Confusion Errors in Mixed-Alphabet OCR Recognation 81302 ICDAR
Decidability of bounded higher-order unification 81326 J. Symb. Comput.
Performance Prediction-based versus Load-based Site Selection: Quantifying the Difference 81338 ISCA PDCS
Task scheduling strategies for workflow-based applications in grids 81341 CCGRID
Preface 81368 J. Grid Comput.
Simplifying construction of complex workflows for non-expert users of the Southern California Earthquake Center Community Modeling Environment 81370 SIGMOD Record
Microarray data mining with visual programming 81381 Bioinformatics
Somebody, Sometime, Somewhere, Something 81397 UDM
Optimized Fuzzy Classification Using Genetic Algorithm 81400 FSKD (1)
Collaborative Filtering for Recommendation Using Neural Networks 81401 ICCSA (1)
Speech Recognition by Integrating Audio, Visual and Contextual Features Based on Neural Networks 81403 ICNC (2)
Collaborative Filtering Based on Neural Networks Using Similarity 81407 ISNN (3)
A Coevolutionary Algorithm with Spieces as Varying Contexts 81408 KES (4)
Finding All Frequent Patterns Starting from the Closure 81418 ADMA
Mining with Constraints by Pruning and Avoiding Ineffectual Processing 81419 Australian Conference on Artificial Intelligence
Bifold Constraint-Based Mining by Simultaneous Monotone and Anti-Monotone Checking 81425 ICDM
Pattern lattice traversal by selective jumps 81429 KDD
Modelling, Simulation, Verification and Validation of Enterprise Information Systems, Proceedings of the 3rd International Workshop on Modelling, Simulation, Verification and Validation of Enterprise Information Systems, MSVVEIS 2005, In conjunction with ICEIS 2005, Miami, FL, USA, May 200 81453 MSVVEIS
Verification of Smart Homes Specifications which are based on ECA Rules 81455 MSVVEIS
Temporal reasoning for decision support in medicine 81462 Artificial Intelligence in Medicine
Fast string sorting using order-preserving compression 81472 ACM Journal of Experimental Algorithms
Multiple-Goal Recognition from Low-Level Signals 81473 AAAI
Reducing the Calibration Effort for Location Estimation Using Unlabeled Samples 81479 PerCom
Mining Candidate Viruses as Potential Bio-terrorism Weapons from Biomedical Literature 81486 ISI
A semantic-based approach for mining undiscovered public knowledge from biomedical literature 81491 GrC
Wavelet transformation and cluster ensemble for gene expression analysis 81493 IJBRA
A Maximum Likelihood Framework for Integrating Taxonomies 81494 AAAI
CLUMP: A Scalable and Robust Framework for Structure Discovery 81495 ICDM
The volume and evolution of web page templates 81498 WWW (Special interest tracks and posters)
Automatically learning document taxonomies for hierarchical classification 81499 WWW (Special interest tracks and posters)
Towards automatic association of relevant unstructured content with structured query results 81544 CIKM
Information Retrieval and Knowledge Discovery Utilizing a BioMedical Patent Semantic Web 81548 IEEE Trans. Knowl. Data Eng.
Non-destructive Integration of Form-Based Views 81553 ADBIS
Applying Webmining Techniques to Execution Traces to Support the Program Comprehension Process 81562 CSMR
On the Expressive Power of Node Construction in XQuery 81593 WebDB
Instance-Independent View Serializability for Semistructured Database 81600 CoRR
LiXQuery: a formal foundation for XQuery research 81619 SIGMOD Record
Quantum Logic of Semantic Space: An Exploratory Investigation of Context Effects in Practical Reasoning 81629 We Will Show Them! (1)
Query expansion using term relationships in language models for information retrieval 81631 CIKM
A Bare Bones Approach to Literature-Based Discovery: An Analysis of the Raynaud's/Fish-Oil and Migraine-Magnesium Discoveries in Semantic Space 81633 Discovery Science
Squidball: An Experiment in Large-Scale Motion Capture and Game Design 81674 INTETAIN
Linear Belts Mining from Spatial Database with Mathematical Morphological Operators 81701 ADMA
UWB radar target identification based on linear RBFNN 81715 ESANN
A neural network approach of ultra-wideband nearfield adaptive beamforming 81716 ESANN
A ridgelet kernel regression model using genetic algorithm 81717 ESANN
A Shape Constraints Based Method to Recognize Ship Objects from High Spatial Resolution Remote Sensed Imagery 81720 International Conference on Computational Science (1)
2005 IEEE International Conference on e-Business Engineering (ICEBE 2005), 18-21 October 2005, Beijing, Chin 81722 ICEBE
Managing E-Commerce Catalogs in a DBMS with Native XML Support 81723 ICEBE
A beamforming method in UWB pulse array based on neural network 81728 ISCAS (4)
Identification of road signs using a new ridgelet network 81729 ISCAS (4)
Ultra-wideband Nearfield Adaptive Beamforming Based on a RBF Neural Network 81730 ISNN (2)
Output Based Fault Tolerant Control of Nonlinear Systems Using RBF Neural Networks 81731 ISNN (3)
A New Adaptive Ridgelet Neural Network 81732 ISNN (1)
Compression of Remote Sensing Images Based on Ridgelet and Neural Network 81733 ISNN (2)
CXHist : An On-line Classification-Based Histogram for XML String Selectivity Estimation 81742 VLDB
Seeking multi-thresholds directly from support vectors for image segmentation 81750 Neurocomputing
On Efficient Music Genre Classification 81767 DASFAA
Improving Agile Software Development using eXtreme AOCE and Aspect-Oriented CVS 81791 APSEC
Supporting Dynamic Software Tool Integration via Web Service-Based Components 81797 Australian Software Engineering Conference
Generating Web-based User Interfaces for Diagramming Tools 81800 AUIC
Beautifying Sketching-based Design Tool Content: Issues and Experiences 81805 AUIC
Constructing domain-specific design tools with a visual language meta-tool 81808 CAiSE Short Paper Proceedings
Off-Line Micro-payment System for Content Sharing in P2P Networks 81819 ICDCIT
An Architecture for Developing Aspect-Oriented Web Services 81823 ECOWS
A visual language and environment for composing web services 81834 ASE
A generic approach to supporting diagram differencing and merging for collaborative design 81835 ASE
A Suite of Visual Languages for Statistical Survey Specification 81851 VL/HCC
A Visual Language and Environment for Specifying Design Tool Event Handling 81854 VL/HCC
Information visualisation utilising 3D computer game engines case study: a source code comprehension tool 81866 CHINZ
SoftArch/MTE: Generating Distributed System Test-Beds from High-Level Software Architecture Descriptions 81869 Autom. Softw. Eng.
Deployed software component testing using dynamic validation agents 81877 Journal of Systems and Software
A framework for visual notation exchange 81884 J. Vis. Lang. Comput.
ViteX: A Streaming XPath Processing System 81895 ICDE
Efficiently Supporting Structure Queries on Phylogenetic Trees 81910 SSDBM
Digital library information-technology infrastructures 81930 Int. J. on Digital Libraries
Building Data Mining Solutions with OLE DB for DM and XML for Analysis 81953 The Data Mining and Knowledge Discovery Handbook
Building data mining solutions with OLE DB for DM and XML for analysis 81956 SIGMOD Record
Next Generation Microbolometers for High Resolution Remote Sensing 81966 ICMENS
Persistence in web based collaborations 81975 WWW (Special interest tracks and posters)
A mathematical morphology approach to image based 3D particle shape analysis 81989 Mach. Vis. Appl.
How to disregard irrelevant stimulus dimensions: evidence from comparative visual search 81993 IEEE ICCI
A Hyperbolic Topographic Mapping for Proximity Data 81995 Artificial Intelligence and Applications
Relevance determination in reinforcement learning 82014 ESANN
AcouMotion - An Interactive Sonification System for Acoustic Motion Control 82021 Gesture Workshop
Gestural Interactions for Multi-parameter Audio Control and Audification 82023 Gesture Workshop
Field geology with a wearable computer: first results of the cyborg astrobiologist system 82044 ICINCO
Using Non-negative Sparse Profiles in a Hierarchical Feature Extraction Network 82071 MVA
Multi-Modal Human-Machine Communication for Instructing Robot Grasping Task 82078 CoRR
The Cyborg Astrobiologist: Scouting Red Beds for Uncommon Features with Geological Significanc 82079 CoRR
Field geology with a wearable computer: 1st results of the Cyborg Astrobiologist Syste 82080 CoRR
Image fusion based on topographic mappings using the hyperbolic space 82089 Information Visualization
Interactive image data labeling using self-organizing maps in an augmented reality scenario 82099 Neural Networks
The dynamic wave expansion neural network model for robot motion planning in time-varying environments 82102 Neural Networks
Principal Surfaces from Unsupervised Kernel Regression 82112 IEEE Trans. Pattern Anal. Mach. Intell.
Crystallization sonification of high-dimensional datasets 82117 TAP
Model-based sonification revisited---authors' comments on Hermann and Ritter, ICAD 2002 82118 TAP
Optimizing End-to-End Throughput for Data Transfers on an Overlay-TCP Path 82125 NETWORKING
A covenant with transparency: opening the black box of models 82148 Commun. ACM
Cognitive Modelling of Event Ordering Reasoning in Imagistic Domains 82159 IJCAI
Adaptive Multi-Sensor, Multi-Actuator Media Workflow System for Interactive Arts 82162 ICDE Workshops
Media processing workflow design and execution with ARIA 82166 ACM Multimedia
Confidence-driven early object elimination in quality-aware sensor workflows 82167 DMNS
A Strategy for Component-Based Modeling and Refinement 82180 ICECCS
D_DIPS: An Intrusion Prevention System for Database Security 82185 ICICS
Coupling Maximum Entropy and Probabilistic Context-Free Grammar Models for XML Annotation of Documents 82200 CAP
A web-based document harmonization and annotation chain: from PDF to RDF 82203 ACM Symposium on Document Engineering
From Legacy Documents to XML: A Conversion Framework 82208 ECDL
A Probabilistic Learning Method for XML Annotation of Documents 82215 IJCAI
MetaFinder: A Meta-Search Engine with an Open Architecture 82236 Computers and Their Applications
A Formal Framework for Agent Itinerary Specification, Security Reasoning and Logic Analysis 82245 ICDCS Workshops
Reconstructing XML Subtrees from Relational Storage of XML documents 82246 ICDE Workshops
On the consistency of XML DTDs 82258 Data Knowl. Eng.
An Ontology-Based Multimedia Annotator for the Semantic Web of Language Engineering 82261 Int. J. Semantic Web Inf. Syst.
The Indiana Center for Database Systems at Purdue University 82269 SIGMOD Record
Derandomized Constructions of k-Wise (Almost) Independent Permutations 82272 APPROX-RANDOM
On Robust Combiners for Oblivious Transfer and Other Primitives 82295 EUROCRYPT
The Complexity of Online Memory Checking 82308 FOCS
Basing Cryptographic Protocols on Tamper-Evident Seals 82318 ICALP
Efficiently Constructible Huge Graphs That Preserve First Order Properties of Random Graphs 82363 TCC
The Dynamic And-Or Quorum System 82365 DISC
Scalable and dynamic quorum systems 82375 Distributed Computing
On fairness in the carpool problem 82387 J. Algorithms
Computationally Secure Oblivious Transfer 82395 J. Cryptology
EA models and population fixed-points versus mutation rates for functions of unitation 82418 GECCO
Adaptive Evolutionary Algorithms on Unitation, Royal Road and Longpath Functions 82420 Computational Intelligence
Experience with K42, an open-source, Linux-compatible, scalable operating-system kernel 82426 IBM Systems Journal
Identifying Information Units for Multiple Document Summarization 82442 NLUCS
Mobile Affiliation Model for Supporting Collaborative Work in Mobile Environments 82453 CAiSE Workshops (2)
Mobile Transaction System for Supporting Mobile Work 82456 DEXA Workshops
Using the MOWAHS Characterisation Framework for Development of Mobile Work Applications 82461 PROFES
Designing incentives for peer-to-peer routing 82473 INFOCOM
Brief announcement: the overlay network content distribution problem 82492 PODC
Maintaining High-Bandwidth Under Dynamic Network Conditions 82505 USENIX Annual Technical Conference, General Track
Lessons from Three Views of the Internet Topolog 82522 CoRR
The Internet AS-Level Topology: Three Data Sources and One Definitive Metri 82523 CoRR
Agents and Data Mining: Mutual Enhancement by Integration 82538 AIS-ADM
The Fish-eye Visualization of Foreign Currency Exchange Data Streams 82542 APVIS
Any-Cost Discovery: Learning Optimal Classification Rules 82549 Australian Conference on Artificial Intelligence
The Visualization of Large Database in Stock Market 82567 Databases and Applications
Dynamic Test-Sensitive Decision Trees with Multiple Cost Scales 82568 FSKD (1)
Genetic Algorithms for Robust Optimization in Financial Applications 82574 Computational Intelligence
Agent Services-Orinted Architectural Design of Open Complex Agent Systems 82576 IAT
An Efficient Implementation of the Backtesting of Trading Strategies 82588 ISPA
A Recent-Biased Dimension Reduction Technique for Time Series Data 82593 PAKDD
Association-Based Segmentation for Chinese-Crossed Query Expansion 82618 IEEE Intelligent Informatics Bulletin
Support vector machines based on K-means clustering for real-time business intelligence systems 82623 IJBIDM
Database classification for multi-database mining 82628 Inf. Syst.
An improved model-based method to test circuit faults 82633 Theor. Comput. Sci.
Guest Editors' Introduction: Special Section on Intelligent Data Preparation 82636 IEEE Trans. Knowl. Data Eng.
ESPClust: An Effective Skew Prevention Method for Model-Based Document Clustering 82641 CICLing
An Optimized K-Means Algorithm of Reducing Cluster Intra-dissimilarity for Document Clustering 82645 WAIM
P-Terse: A Peer-to-Peer Based Text Retrieval and Search System 82663 Cognitive Systems
Automated statistics collection in action 82670 SIGMOD Conference
Improving User Experience through Rule-based Service Customization 82688 Int. J. Cooperative Inf. Syst.
SemCast: Semantic Multicast for Content-based Data Dissemination 82696 ICDE
Object Class or Association Class? Testing the User Effect on Cardinality Interpretation 82700 ER (Workshops)
B3-SDR and Effective Use of Structural Hints 82710 INEX
Multimedia Strategies for B3-SDR, Based on Principal Component Analysis 82711 INEX
INEX 2005 Multimedia Track 82712 INEX
Multi-Dimensional Scattered Ranking Methods for Geographic Information Retrieval 82721 GeoInformatica
A Systematic Approach to the Development of E-Commerce Sites for Mass Customization 82727 EEE
EUCLID: A System for the Exploratory Discovery of Geometrical Properties of Triangles 82730 IICAI
Optimizing Refresh of a Set of Materialized Views 82732 VLDB
Semi-automatic Construction of Topic Ontologies 82744 EWMF/KDO
Data Sparsity Issues in the Collaborative Filtering Framework 82751 WEBKDD
Feature Selection for Dimensionality Reduction 82755 SLSFS
Simple Classification into Large Topic Ontology of Web Documents 82759 CIT
Visualization of Text Document Corpus 82762 Informatica (Slovenia)
Building Minority Language Corpora by Learning to Generate Web Search Queries 82764 Knowl. Inf. Syst.
SLA Design from a Business Perspective 82768 DSOM
Integrating Information for On Demand Computing 82791 SBBD
Hardware speech recognition for user interfaces in low cost, low power devices 82807 DAC
ASTEC: a new approach to refactoring C 82843 ESEC/SIGSOFT FSE
AMP: Program Context Specific Buffer Caching 82849 USENIX Annual Technical Conference, General Track
The case for technology for developing regions 82854 WWW
The Case for Technology in Developing Regions 82863 IEEE Computer
Local Characterization of a Maximum Set of Digital (26, 6)-Surfaces 82878 DGCI
Topic and Role Discovery in Social Networks 82892 IJCAI
Real-Time Search using Multiple Heuristic Estimates 82902 IICAI
Real-time Heuristic Search for Heterogeneous Multi-agent Systems 82903 IICAI
An Agent-Based Approach using the ebXML Specifications for E-business 82907 ITCC (2)
Cooperative Bees Swarm for Solving the Maximum Weighted Satisfiability Problem 82911 IWANN
Cryptanalysis of Substitution Ciphers Using Scatter Search 82913 IWINAC (2)
Efficient and Experimental Meta-heuristics for MAX-SAT Problems 82916 WEA
Ant Colony System for Graph Coloring Problem 82918 CIMCA/IAWTIC
Negotiation Protocol Inter Agents in an Electronic Market 82922 Int. Arab J. Inf. Technol.
PLIB Ontology: A Mature Solution for Products Characterization in B2B Electronic Commerce 82924 Int. J. IT Standards and Standardization Res.
Genetic Process Mining 82937 ICATPN
The ProM Framework: A New Era in Process Mining Tool Support 82939 ICATPN
Achieving a General, Formal and Decidable Approach to the OR-Join in Workflow Using Reset Nets 82941 ICATPN
Configurable Process Models as a Basis for Reference Modeling 82947 Business Process Management Workshops
Genetic Process Mining: A Basic Approach and Its Challenges 82952 Business Process Management Workshops
On the Syntax of Reference Model Configuration - Transforming the C-EPC into Lawful EPC Models 82958 Business Process Management Workshops
Conformance Testing: Measuring the Fit and Appropriateness of Event Logs and Process Models 82959 Business Process Management Workshops
Facilitating Flexibility and Dynamic Exception Handling in Workflows through Worklets 82970 CAiSE Short Paper Proceedings
A Meta Model for Process Mining Data 82971 EMOI-INTEROP
Verification of EPCs: Using Reduction Rules and Petri Nets 82972 CAiSE
When are two Workflows the Same 82980 CATS
Towards the Interchange of Configurable EPCs 83002 EMISA
WofBPEL: A Tool for Automated Analysis of BPEL Processes 83017 ICSOC
Process Mining and Verification of Properties: An Approach Based on Temporal Logic 83022 OTM Conferences (1)
Let's Go All the Way: From Requirements Via Colored Workflow Nets to a BPEL Implementation of a New Bank System 83023 OTM Conferences (1)
On the Notion of Coupling in Communication Middleware 83024 OTM Conferences (2)
Discovering Social Networks from Event Logs 83045 Computer Supported Cooperative Work
Case handling: a new paradigm for business process support 83052 Data Knowl. Eng.
Mining of ad-hoc business processes with TeamLog 83053 Data Knowl. Eng.
Process Mining and Security: Detecting Anomalous Process Executions and Checking Process Conformance 83065 Electr. Notes Theor. Comput. Sci.
YAWL: yet another workflow language 83073 Inf. Syst.
Business alignment: using process mining as a tool for Delta analysis and conformance testing 83081 Requir. Eng.
XML View Materialization with Deferred Incremental Refresh: the Case of a Restricted Class of Views 83095 J. Inf. Sci. Eng.
Incorporation of middleware and grid technologies to enhance usability in Computational Chemistry applications 83099 Future Generation Comp. Syst.
Online Hierarchical Clustering in a Data Warehouse Environment 83119 ICDM
Selectivity Estimation of High Dimensional Window Queries via Clustering 83127 SSTD
Modelling of classification rules on metabolic patterns including machine learning and expert knowledge 83135 Journal of Biomedical Informatics
Functional Cluster Analysis of CT Perfusion Maps: A New Tool for Diagnosis of Acute Stroke 83139 J. Digital Imaging
Latent Process Model for Manifold Learning 83142 ICTAI
Differential space-frequency modulation via smooth logical channel for broadband wireless communications 83147 IEEE Transactions on Communications
Full-rate full-diversity space-frequency codes with optimum coding advantage 83152 IEEE Transactions on Information Theory
Model Management: First Steps and Beyond 83159 BTW
Supporting Executable Mappings in Model Management 83165 SIGMOD Conference
NNF: An Effective Approach in Medicine Paring Analysis of Traditional Chinese Medicine Prescriptions 83177 DASFAA
A Clustering Algorithm Based Absorbing Nearest Neighbors 83180 WAIM
Transposition relationnelle d'un modandegrave;le objet par prise en compte des contraintes d'intandeacute;gritandeacute; de niveau instance 83194 INFORSID
Facilitating Interoperability: A Cross-Analysis of the Language UEML and the Standard ISO/DIS 19440 83197 Business Process Management Workshops
Reconciliation of two Business Modelling Frameworks 83199 CAiSE Short Paper Proceedings
Meta-Modelling as a Means for Improved Communication and Interoperability ? The Case of Frisco 83200 EMOI-INTEROP
Life After BPEL 83201 EPEW/WS-FM
Constructing and Querying Peer-to-Peer Warehouses of XML Resources 83251 ICDE
XQuery Midflight: Emerging Database-Oriented Paradigms and a Classification of Research Advances 83252 ICDE
MemBeR: A Micro-benchmark Repository for XQuery 83265 XSym
Active Database Management Systems 83275 Encyclopedia of Database Technologies and Applications
Building a Configurable Publish/Subscribe Notification Service 83278 DAIS
Towards Multi-Purpose Wireless Sensor Networks 83287 ICW/ICHSN/ICMCS/SENET
Addressing cheating in distributed MMOGs 83290 NETGAMES
Data management research at Technische Universitandauml;t Darmstadt 83296 SIGMOD Record
DesCOTS-EV: A Tool for the Evaluation of COTS Components 83308 RE
A Comparative Analysis of i*-Based Agent-Oriented Modeling Languages 83310 SEKE
RiSD: A Methodology for Building i-Strategic Dependency Models 83311 SEKE
Un Marco para la Definiciandoacute;n de Mandeacute;tricas sobre Modelos de Dependencias entre Actores 83312 WER
OWL, Proteins and Data Integration 83340 Australian Conference on Artificial Intelligence
Creating a Protein Ontology Resource 83345 CSB Workshops
Ontological Foundation for Protein Data Models 83349 OTM Workshops
Protein Ontology: Vocabulary for Protein Data 83352 ICITA (1)
05501 Summary - Automatic Performance Analysis 83360 Automatic Performance Analysis
05501 Abstracts Collection - Automatic Performance Analysis 83361 Automatic Performance Analysis
Topic 2 - Performance Prediction and Evaluation 83367 Euro-Par
Models for On-the-Fly Compensation of Measurement Overhead in Parallel Performance Profiling 83370 Euro-Par
Trace-Based Parallel Performance Overhead Compensation 83375 HPCC
Computational Modeling of Human Head Conductivity 83382 International Conference on Computational Science (1)
Design and Implementation of a Parallel Performance Data Management Framework 83385 ICPP
Phase-Based Parallel Performance Profiling 83406 PARCO
Towards the Performance Visualization of Web-Service Based Applications 83409 PPAM
A Scalable Approach to MPI Application Performance Analysis 83413 PVM/MPI
Performance Profiling Overhead Compensation for MPI Programs 83414 PVM/MPI
PerfExplorer: A Performance Data Mining Framework For Large-Scale Parallel Computing 83416 SC
Performance technology for parallel and distributed component software 83431 Concurrency - Practice and Experience
Overhead Compensation in Performance Profiling 83441 Parallel Processing Letters
A Probabilistic Approach to Mining Fuzzy Frequent Patterns 83482 Classification and Clustering for Knowledge Discovery
Joining Associative Classifier for Medical Images 83491 HIS
DRC-BK: Mining Classification Rules by Using Boolean Kernels 83493 ICCSA (1)
A Solution to Ragged Dimension Problem in OLAP 83497 ICNC (3)
Locality Aware Networked Join Evaluation 83510 ICDE Workshops
On Degree Constrained Shortest Paths 83546 ESA
Four colors suffice 83646 SIGACT News
Problems column 83649 ACM Transactions on Algorithms
Full-Text and Structural XML Indexing on B+-Tree 83663 DEXA
Managing XML Documents with Time Certification using Database 83676 ICDE Workshops
A Study on Efficient Access Control for XML Ducuments 83677 ICDE Workshops
A Mapping Scheme of XML Documents into Relational Databases using Schema-based Path Identifiers 83689 WIRI
On the Way of an Ideal Learning System Adaptive to the Learner and Her Context 83730 ICALT
Un servicio web de polandiacute;ticas de acceso basadas en roles para hipermedia 83742 JISBD
Supporting the Automatic Generation of Advanced Modelling Environments with Graph Transformation Techniques 83743 JISBD
Desarrollando aplicaciones hipermedia para la Web Semandaacute;ntica 83744 JISBD
A Formal Approach to the Generation of Visual Language Environments Supporting Multiple Views 83747 VL/HCC
The collaborative development of didactic materials 83754 Comput. Sci. Inf. Syst.
Modelling hypermedia and web applications: the Ariadne Development Method, 83760 Inf. Syst.
Integrating Ontologies into the Collaborative Authoring of Learning Objects 83764 J. UCS
Dither Modulation Watermarking of Dynamic Memory Traces 83770 Information Hiding
On the Achievable Rate of Side Informed Embedding Techniques with Steganographic Constraints 83772 IWDW
Iterative estimation of amplitude scaling on distortion-compensated dither modulation 83773 Security, Steganography, and Watermarking of Multimedia Contents
A model for improving the performance of feature-extraction-based robust hashing 83774 Security, Steganography, and Watermarking of Multimedia Contents
ML detection of steganography 83775 Security, Steganography, and Watermarking of Multimedia Contents
Mind Change Efficient Learning 83782 COLT
A Topology Control Method for Multi-path Wireless Sensor Networks 83802 ICESS
A RDF-Based Context Filtering System in Pervasive Environment 83803 ICIC (2)
An Agent-Based Soft Computing Society with Application in the Management of Establishment of Hydraulic Fracture in Oil Field 83804 ICNC (3)
Modeling and Cost Analysis of Nested Software Rejuvenation Policy 83805 ICNC (3)
Cascading failures in scale-free coupled map lattices 83808 ISCAS (4)
Driver pre-emphasis techniques for on-chip global buses 83810 ISLPED
Pathtrait: A Tool for Tight Link Location and End-to-End Available Bandwidth Measurement 83812 ISPA
ADenTS: An Adaptive Density-Based Tree Structure for Approximating Aggregate Queries over Real Attributes 83815 PAKDD
An Efficient Context Modeling and Reasoning System in Pervasive Environment: Using Absolute and Relative Context Filtering Technology 83822 WAIM
MapLinker: a software tool that aids physical map-linked whole genome shotgun assembly 83826 Bioinformatics
Demystifying 3D ICs: The Pros and Cons of Going Vertical 83827 IEEE Design andamp; Test of Computers
First and Second Order Recursion on Abstract Data Types 83828 Fundam. Inform.
Output-Sensitive Algorithms for Enumerating and Counting Simplices Containing a Given Point in the Plane 83840 CCCG
A New Algorithm for the Hypergraph Transversal Problem 83841 COCOON
Multiconsistency and Robustness with Global Constraints 83844 CPAIOR
Approximation Algorithms for Euclidean Group TSP 83854 ICALP
Simultaneous Matchings 83860 ISAAC
Generating Cut Conjunctions and Bridge Avoiding Extensions in Graphs 83861 ISAAC
Generating All Minimal Integral Solutions to Monotone and, or-Systems of Linear, Transversal and Polymatroid Inequalities 83867 MFCS
Upper Bound on the Number of Vertices of Polyhedra with $0,1$-Constraint Matrice 83875 CoRR
On the Complexity of Some Enumeration Problems for Matroids 83886 SIAM J. Discrete Math.
Diagnosis of asynchronous discrete event systems: datalog to the rescue 83893 PODS
FASST Mining: Discovering Frequently Changing Semantic Structure from Versions of Unordered XML Documents 83900 DASFAA
Biasing web search results for topic familiarity 83908 CIKM
InterActive Feature Selection 83911 IJCAI
A Local Facility Location Algorithm for Sensor Networks 83927 DCOSS
A high-performance distributed algorithm for mining association rules 83939 Knowl. Inf. Syst.
Improving the R*-tree with outlier handling techniques 83943 GIS
Close pair queries in moving object databases 83944 GIS
The Optimal-Location Query 83950 SSTD
On Computing Top-t Most Influential Spatial Sites 83953 VLDB
Optimizing spatial Min/Max aggregations 83957 VLDB J.
Redescription Mining: Structure Theory and Algorithms 83961 AAAI
A Generative Programming Approach to Interactive Information Retrieval: Insights and Experiences 83963 GPCE
Reasoning about sets using redescription mining 83973 KDD
Gaussian Processes for Active Data Mining of Spatial Aggregates 83975 SDM
From The Area Editor: Frontiers of Search 83985 IEEE Computer
A Model Based Approach to Reachability Routin 84009 CoRR
Novel runtime systems support for adaptive compositional modeling in PSEs 84011 Future Generation Comp. Syst.
Data on the Outside Versus Data on the Inside 84045 CIDR
A Learning Optimizer for a Federated Database Management System 84075 BTW
Automated statistics collection in action 84091 SIGMOD Conference
Consistently Estimating the Selectivity of Conjuncts of Predicates 84096 VLDB
A learning optimizer for a federated database management system 84103 Inform., Forsch. Entwickl.
Compact genetic algorithm for active interval scheduling in hierarchical sensor networks 84106 GECCO
Sensor Network Design and Implementation for Health Telecare and Diagnosis Assistance Applications 84109 ICPADS (2)
Compact Genetic Algorithm for Performance Improvement in Hierarchical Sensor Networks Management 84114 ISPAN
Opportunities and Challenges with J2SE 5 for Introductory Programming Teaching 84119 FECS
Interactive Visualisation and Testing of Jini Services 84133 QSIC
Assertion-Based Design Exploration of DVS in Network Processor Architectures 84157 DATE
Cooperative Prefetching Strategies for Mobile Peers in a Broadcast Environment 84158 DBISP2P
A Layered Architecture of Service Organization in AegisGrid 84163 GCC
Fast thermal simulation for architecture level dynamic thermal management 84170 ICCAD
Efficient Thermal Simulation for Run-Time Temperature Tracking and Management 84171 ICCD
Dynamic Co-allocation of Level One Caches 84176 ICESS
Convergence of an Online Gradient Method for BP Neural Networks with Stochastic Inputs 84179 ICNC (1)
A Genetic Algorithm-Based Routing Service for Simulation Grid 84180 ICNC (3)
A New Training Algorithm for a Fuzzy Perceptron and Its Convergence 84190 ISNN (1)
Using Blocks Correlations to Improve the I/O Performance of Large Network Storage System 84193 ISPA Workshops
An Integrative Information Resource Management Mechanism in Aegis Grid1 84206 SKG
XMVB: A program for ab initio nonorthogonal valence bond computations 84221 Journal of Computational Chemistry
An Efficient Incremental Nearest Neighbor Algorithm for Processing k-Nearest Neighbor Queries with Visal and Semantic Predicates in Multimedia Information Retrieval System 84242 AIRS
Capacitated Disassembly Scheduling: Minimizing the Number of Products Disassembled 84251 ICCSA (4)
A Lagrangean Relaxation Approach for Capacitated Disassembly Scheduling 84252 ICCSA (4)
An Optimal Algorithm for Disassembly Scheduling with Assembly Product Structure 84255 KI
On organizing and accessing geospatial and georeferenced Web resources using the G-Portal system 84270 Inf. Process. Manage.
Worst-Case Bounds for Gaussian Process Models 84278 NIPS
A formal approach supporting the specification and verification of business conversation requirements 84283 IADIS AC
Modeling and Analyzing Context-Aware Composition of Services 84284 ICSOC
Classification of the Auditory Brainstem Response (ABR) Using Wavelet Analysis and Bayesian Network 84290 CBMS
Autonomous Operators for Direct Use on Irregular Image Data 84295 ICIAP
Mesh modelling for sparse image data sets 84303 ICIP (2)
Knowledge discovery by probabilistic clustering of distributed databases 84318 Data Knowl. Eng.
Adaptive Grid Refinement Procedures for Efficient Optical Flow Computation 84323 International Journal of Computer Vision
Content-adaptive feature extraction using image variance 84329 Pattern Recognition
Direct feature detection on compressed images 84332 Pattern Recognition Letters
Efficient Integrity Checking for Databases with Recursive Views 84339 ADBIS
Transaction Management with Integrity Checking 84341 DEXA
Incremental Integrity Checking: Limitations and Possibilities 84350 LPAR
Fast Scalable Robust Node Enumeration 84361 NETWORKING
Countering Automated Exploits with System Security CAPTCHAS 84364 Security Protocols Workshop
Modeling and querying multidimensional data sources in Siebel Analytics: a federated relational system 84380 SIGMOD Conference
Using N-Grams Prediction Models to Improve Web Navigation for Wireless Users 84389 DMIN
A Fast Analysis for Thread-Local Garbage Collection with Dynamic Class Loading 84418 SCAM
Online Hierarchical Clustering in a Data Warehouse Environment 84429 ICDM
Selectivity Estimation of High Dimensional Window Queries via Clustering 84439 SSTD
Scalable ranking for preference queries 84447 CIKM
Exploiting Temporal Correlation in Temporal Data Warehouses 84448 DASFAA
A Graph Matching Algorithm and Its Application to Conceptual System Translation 84454 International Journal on Artificial Intelligence Tools
Strategie-, Prozess- und IT-Management: Ein Pattern-orientierter Integrationsansatz 84462 Wirtschaftsinformatik
Modifying Spectral Envelope to Synthetically Adjust Voice Quality and Articulation Parameters for Emotional Speech Synthesis 84465 ACII
Chinese Unknown Word Identification Based on Local Bigram Model 84486 Int. J. Comput. Proc. Oriental Lang.
Modeling and Inference of Extended Interval Temporal Logic for Nondeterministic Intervals 84489 IEEE Transactions on Systems, Man, and Cybernetics, Part A
Building a Navigation Structure from a Fuzzy Relationship for Image Retrieval 84503 ICDE Workshops
Integration of Transfer of Learning to the Adaptive Learning Environment 84520 ICALT
Emotion-based music recommendation by association discovery from film music 84528 ACM Multimedia
Online Mining (Recently) Maximal Frequent Itemsets over Data Streams 84531 RIDE
DSM-TKP: Mining Top-K Path Traversal Patterns over Web Click-Streams 84532 Web Intelligence
Online Mining Changes of Items over Continuous Append-only and Dynamic Data Streams 84539 J. UCS
Online mining maximal frequent structures in continuous landmark melody streams 84541 Pattern Recognition Letters
Efficient Mobility Management for Multimedia Service in Wireless IP Networks 84544 ACIS-ICIS
Dynamic Scheduling Mechanism for Result Certification in Peer to Peer Grid Computing 84574 GCC
Mobile Agent Based Adaptive Scheduling Mechanism in Peer to Peer Grid Computing 84580 ICCSA (4)
Group-Based Scheduling Scheme for Result Checking in Global Computing Systems 84582 ICCSA (3)
Efficient Binding Lifetime Determination Schemes in HMIPv6 84588 ICDCIT
Scheduling Scheme based on Dedication Rate in Volunteer Computing Environment 84613 ISPDC
A Software Complexity Measurement Technique for Object-Oriented Reverse Engineering 84637 Software Engineering Research and Practice
An Efficient Location Management Scheme for the Same Mobility Nodes Group in Network Mobility 84642 Journal of Research and Practice in Information Technology
Application-Level Causally Ordered Broadcast for Large-Scale Group Communication 84651 IEICE Transactions
Broadcast-Based Spatial Queries 84654 J. Comput. Sci. Technol.
A Lazy Update Strategy for Minimizing Signaling Cost Using the Forwarding Pointer in Mobile IP 84661 J. Inf. Sci. Eng.
Semantic prefetching strategy to manage location dependent data in mobile information systems 84663 Mobile Information Systems
Exploiting Temporal Correlation in Temporal Data Warehouses 84681 DASFAA
PADS: Protein Structure Alignment Using Directional Shape Signatures 84682 DASFAA
Progressive Ranking of Range Aggregates 84686 DaWaK
Guaranteeing Correctness of Lock-Free Range Queries over P2P Data 84688 DBISP2P
Efficient Processing of Distributed Top-k Queries 84689 DEXA
Efficient Computation of Frequent and Top-k Elements in Data Streams 84728 ICDT
SPiDeR: P2P-Based Web Service Discovery 84731 ICSOC
Power aware routing for sensor databases 84733 INFOCOM
WreC: A Scalable Middleware Architecture to Enable XML Caching for Web-Services 84737 Middleware
Techniques for Efficient Routing and Load Balancing in Content-Addressable Networks 84743 Peer-to-Peer Computing
On Overlay Schemes to Support Point-in-Range Queries for Scalable Grid Resource Discovery 84745 Peer-to-Peer Computing
Distributed Resource Discovery in Large Scale Computing Systems 84759 SAINT
From Static Distributed Systems to Dynamic Systems 84775 SRDS
Using Linear Models to Monitor the Physical World with Sensors 84777 SSDBM
Using Association Rules for Fraud Detection in Web Advertising Networks 84785 VLDB
PRoBe: Multi-dimensional Range Queries in P2P Networks 84791 WISE
Duplicate detection in click streams 84796 WWW
Sequence Similarity Search Using Discrete Fourier and Wavelet Transformation Techniques 84821 International Journal on Artificial Intelligence Tools
Multiple query optimization in middleware using query teamwork 84831 Softw., Pract. Exper.
Combining partitions by probabilistic label aggregation 84851 KDD
Fusion of Similarity Data in Clustering 84852 NIPS
Image Segmentation by Networks of Spiking Neurons 84854 Neural Computation
Generation of synthetic data sets for evaluating the accuracy of knowledge discovery systems 84872 KDD
Disk Drive Roadmap from the Thermal Perspective: A Case for Dynamic Thermal Management 84914 ISCA
Cloth Animation with Adaptively Refined Meshes 84937 ACSC
Diagnostic Rules Induced by an Ensemble Method for Childhood Leukemia 84940 BIBE
Infinite Ensemble Learning with Support Vector Machines 84945 ECML
Hierarchical clustering of large volumetric datasets 84946 GRAPHITE
Improving Generalization by Data Categorization 84956 PKDD
3D Posture Reconstruction and Human Animation from 2D Feature Points 84967 Comput. Graph. Forum
Human Posture Reconstruction And Animation From Monocular Images Based On Genetic Algorithms 84972 Int. J. Image Graphics
The utility of returns to scale in DEA programming: An analysis of Michigan rural hospitals 84982 European Journal of Operational Research
How to Manage Uniformly Software Architecture at Different Abstraction Levels 84985 ER
Applying Database Techniques to the Semantic Web 84989 Encyclopedia of Database Technologies and Applications
Bio-Broker: a biological data and services mediator system 84990 IADIS AC
Arquitectura para la Clasificaciandoacute;n y Composiciandoacute;n de Servicios Web 84994 JISBD
A Design Methodology for Semantic Web Database-Based Systems 84996 ICITA (1)
Pairwise Symmetry Decomposition Method for Generalized Covariance Analysis 84999 ICDM
Knowledge Discovery from Heterogeneous Dynamic Systems using Change-Point Correlations 85005 SDM
Cache-Oblivious and Cache-Aware Algorithms, 18.07. - 23.07.200 85015 Cache-Oblivious and Cache-Aware Algorithms
Communication-Aware Processor Allocation for Supercomputers 85046 WADS
Efficient low-contention asynchronous consensus with the value-oblivious adversary scheduler 85064 Distributed Computing
Lowest common ancestors in trees and directed acyclic graphs 85070 J. Algorithms
Optimal Covering Tours with Turn Costs 85078 SIAM J. Comput.
Cache-Oblivious B-Trees 85079 SIAM J. Comput.
Constrained Decision Diagrams 85085 AAAI
A User-level Framework for Auditing and Monitoring 85090 ACSAC
Ad-hoc Global Constraints for Life 85094 CP
Improving Host-Based IDS with Argument Abstraction to Prevent Mimicry Attacks 85119 RAID
An optimal coarse-grained arc consistency algorithm 85124 Artif. Intell.
GridSec: Trusted Grid Computing with Security Binding and Self-defense Against Network Worms and DDoS Attacks 85140 International Conference on Computational Science (3)
Improving Parallelism in Structural Data Mining 85146 PPAM
Fast and accurate traffic matrix measurement using adaptive cardinality counting 85149 MineNet
Collaborative Internet Worm Containment 85153 IEEE Security andamp; Privacy
A comprehensive method for multilingual video text detection, localization, and extraction 85154 IEEE Trans. Circuits Syst. Video Techn.
A Geographic, Multimedia, and Temporal Data Model for Semistructured Data 85164 DEXA Workshops
Querying XML Documents by Using Association Rules 85165 DEXA Workshops
Complex Association Rules for XML Documents 85169 KES (1)
Merging multimedia presentations and semistructured temporal data: a graph-based model and its application to clinical information 85177 Artificial Intelligence in Medicine
Security Patterns and Secure Systems Design Using UML 85201 ICEIS (1)
Some Security Issues of Wireless Systems 85208 ISSADS
A UML-Based Methodology for Secure Systems: The Design Stage 85214 WOSIS
Path Vector Face Routing: Geographic Routing with Local Face Information 85260 ICNP
High Availability in DHTs: Erasure Coding vs. Replication 85262 IPTPS
Byzantine Clients Rendered Harmless 85309 DISC
Building Sparse Large Margin Classifiers 85343 ICML
Data Integration in the Biomedical Informatics Research Network (BIRN) 85352 DILS
We Are Sorry to Inform You .. 85381 IEEE Computer
The TEXTURE Benchmark: Measuring Performance of Text Queries on a Relational DBMS 85412 VLDB
Removing XML Data Redundancies Using Functional and Equality-Generating Dependencies 85438 ADC
Merging and Aligning Ontologies in dl-Programs 85452 RuleML
Computational Linguistics and Intelligent Text Processing, 6th International Conference, CICLing 2005, Mexico City, Mexico, February 13-19, 2005, Proceeding 85483 CICLing
Unsupervised Learning of P NP P Word Combinations 85488 CICLing
Distributional Thesaurus Versus WordNet: A Comparison of Backoff Techniques for Unsupervised PP Attachment 85491 CICLing
Experiment on Combining Sources of Evidence for Passage Retrieval 85492 CICLing
Natural Language Processing 85512 HIS
Combining Sources of Evidence for Recognition of Relevant Passages in Texts 85515 ISSADS
MICAI 2005: Advances in Artificial Intelligence, 4th Mexican International Conference on Artificial Intelligence, Monterrey, Mexico, November 14-18, 2005, Proceeding 85517 MICAI
Evolutionary Multiobjective Optimization Approach for Evolving Ensemble of Intelligent Paradigms for Stock Market Modeling 85519 MICAI
Towards the Automatic Learning of Idiomatic Prepositional Phrases 85521 MICAI
Hybrid Particle Swarm - Evolutionary Algorithm for Search and Optimization 85524 MICAI
A Domain Independent Natural Language Interface to Databases Capable of Processing Complex Queries 85526 MICAI
An Approach to Clustering Abstracts 85532 NLDB
On Some Optimization Heuristics for Lesk-Like WSD Algorithms 85538 NLDB
Detection and Correction of Malapropisms in Spanish by Means of Internet Search 85550 TSD
Some linguistic methods of improving the quality of document retrieval on the internet 85561 IJEB
Generalization to Unseen Cases 85573 BNAIC
Generalization to Unseen Cases 85589 NIPS
A temporally adaptive content-based relevance ranking algorithm 85594 SIGIR
Multi-faceted information retrieval system for large scale email archives 85595 SIGIR
Multi-Faceted Information Retrieval System for Large Scale Email Archives 85598 Web Intelligence
Evaluating the effect of social cues with automated experiments 85604 Elektrotechnik und Informationstechnik
On Discriminative Bayesian Network Classifiers and Logistic Regression 85607 Machine Learning
Fachinformationssystem Informatik (FIS-I) und Semantische Technologien fanduuml;r Informationsportale (SemIPort) 85617 GI Jahrestagung (2)
Accelerating Workflows with Fixed Date Constraints 85623 ER
Calculation of Delay Times for Workflows with Fixed-Date Constraints 85624 CEC
Preface to QoIS 2005 85631 ER (Workshops)
A new and useful syntactic restriction on rule semantics for tabular data 85636 BDA
Notion de sandeacute;mantiques bien-formandeacute;es pour les randegrave;gles 85647 EGC
A Thorough Experimental Study of Datasets for Frequent Itemsets 85653 ICDM
Approximating a Set of Approximate Inclusion Dependencies 85656 Intelligent Information Systems
Towards Ad-Hoc Rule Semantics for Gene Expression Data 85659 ISMIS
Finding Reducts Without Building the Discernibility Matrix 85676 ISDA
"What if?" Dealing with uncertainity in Repage's mental landscape 85696 IAT
Towards Secure XML Document with Usage Control 85711 APWeb
A Cost Based Coordination Model for Long Running Transactions in Web Services 85719 iiWAS
On Optimal Replication of Data Object at Hierarchical and Transparent Web Proxies 85724 IEEE Trans. Parallel Distrib. Syst.
Dynamic Ham-Sandwich Cuts of Convex Polygons in the Plane 85765 CCCG
The Distance Geometry of Deep Rhythms and Scales 85781 CCCG
Cache-Oblivious and Cache-Aware Algorithms, 18.07. - 23.07.200 85816 Cache-Oblivious and Cache-Aware Algorithms
Optimizing a 2D Function Satisfying Unimodality Properties 85821 ESA
Algorithmic Graph Minor Theory: Decomposition, Approximation, and Coloring 85826 FOCS
Mobile-assisted localization in wireless sensor networks 85834 INFOCOM
Deploying sensor networks with guaranteed capacity and fault tolerance 85859 MobiHoc
Ordinal embeddings of minimum relaxation: general properties, trees, and ultrametrics 85862 SODA
Bidimensionality: new connections between FPT algorithms and PTASs 85870 SODA
Graphs excluding a fixed minor have grids as large as treewidth, with combinatorial and algorithmic applications through bidimensionality 85871 SODA
Subquadratic Algorithms for 3SUM 85888 WADS
Hinged Dissection of Polypolyhedra 85889 WADS
Fast allocation and deallocation with an improved buddy system 85893 Acta Inf.
Representing Trees of Higher Degree 85894 Algorithmica
Exponential Speedup of Fixed-Parameter Algorithms for Classes of Graphs Excluding Single-Crossing Graphs as Minors 85896 Algorithmica
Hinged dissection of polyominoes and polyforms 85906 Comput. Geom.
Logarithmic Lower Bounds in the Cell-Probe Mode 85939 CoRR
Bidimensionality, Map Graphs, and Grid Minor 85940 CoRR
Data Structures for Halfplane Proximity Queries and Incremental Voronoi Diagram 85943 CoRR
Output-Sensitive Algorithms for Computing Nearest-Neighbour Decision Boundaries 85952 Discrete andamp; Computational Geometry
Optimal Adaptive Algorithms for Finding the nearest and Farthest Point on a Parametric Black-box Curve 85962 Int. J. Comput. Geometry Appl.
Separating Point Sets in Polygonal Environments 85963 Int. J. Comput. Geometry Appl.
Subexponential parameterized algorithms on bounded-genus graphs and H-minor-free graphs 85965 J. ACM
Cache-Oblivious B-Trees 85972 SIAM J. Comput.
Fixed-parameter algorithms for (k, r)-center in planar graphs and map graphs 85976 ACM Transactions on Algorithms
Games on triangulations 85978 Theor. Comput. Sci.
PSPACE-completeness of sliding-block puzzles and other problems through the nondeterministic constraint logic model of computation 85986 Theor. Comput. Sci.
Hubble: An Advanced Dynamic Folder Technology for XML 85988 VLDB
Complex Association Rules for XML Documents 85993 KES (1)
A Uniform Algebraic Characterization of Temporal Functional Dependencies 85995 TIME
PADS: a domain-specific language for processing ad hoc data 85999 PLDI
A Hybrid Artificial Intelligent-Based Criteria-Matching with Classification Algorithm 86006 FSKD (2)
Development and Test of an Artificial-Immune- Abnormal-Trading-Detection System for Financial Markets 86009 ICIC (1)
Volatility Transmission Between Stock and Bond Markets: Evidence from US and Australia 86013 IDEAL
The Deception Detection and Restraint in Multi-agent System 86027 ICTAI
P2P Case Retrieval with an Unspecified Ontology 86041 ICCBR
Entertainment Personalization Mechanism Through Cross-Domain User Modeling 86042 INTETAIN
Personal reporting of a museum visit as an entrypoint to future cultural experience 86043 IUI
Seamless Combination of Shared and Personalized Information Presentation to Groups of Visitors in Active Museums - Research Agenda 86047 LWA
Conventional and Open Source Software Reuse at Orbotech - An Industrial Experience 86052 SwSTE
Using Tropos to Model Agent Based Architectures for Adaptive Systems: A Case Study in Ambient Intelligence 86053 SwSTE
Non-intrusive User Modeling for a Multimedia Museum Visitors Guide System 86054 User Modeling
Supporting user-subjective categorization with self-organizing maps and learning vector quantization 86064 JASIST
PRAW - A PRivAcy model for the Web 86066 JASIST
On the performance of on-line concurrent reinforcement learners 86124 AAMAS
Unifying Convergence and No-Regret in Multiagent Learning 86128 LAMAS
BarleyBase - an expression profiling database for plant genomics 86133 Nucleic Acids Research
Interoperability of catalog based systems 86135 EMOI-INTEROP
Facing the product reclassification challenge 86138 GI Jahrestagung (2)
Bewertung und Selektion konkurrierender Standards 86139 GI Jahrestagung (2)
Proceedings of the first international ACM workshop on Interoperability of Heterogeneous Information Systems (IHIS'05), CIKM Conference, Bremen, Germany, November 4, 200 86140 IHIS
Identification of common methods used for ontology integration tasks 86141 IHIS
Automatic Classification and Re-Classification of Product Data in e-Business 86143 SAINT Workshops
Towards Semantic Model Integration for Knowledge Management Systems 86146 Wissensmanagement
Semantic Interoperability Among Models 1st Workshop on Semantic Model Integration (SMI05) 86147 Wissensmanagement (LNCS Volume)
First Workshop on Semantic Model Integration (SMI05) 86148 Wissensmanagement
KPYR: An Efficient Indexing Method 86178 ICME
Kpyr, une structure efficace d'indexation de documents vidandeacute;o 86184 INFORSID
Systems and architectures for multimedia information retrieval 86207 Multimedia Syst.
Pathfinder: XQuery - The Relational Way 86223 VLDB
Generic Shape Classification for Retrieval 86232 GREC
Content-based retrieval of technical drawings 86237 IJCAT
Support for BioIndexing in BLASTgres 86240 DILS
Deputy Mechanism for Workflow Views 86245 DASFAA
Similarity Search with Implicit Object Features 86251 WAIM
A Formal Framework for Prefetching Based on the Type-Level Access Pattern in Object-Relational DBMSs 86271 IEEE Trans. Knowl. Data Eng.
Efficient Causal Interaction Learning with Applications in Microarray 86288 ISMIS
Automatic construction of multifaceted browsing interfaces 86361 CIKM
Evaluating Relevance Feedback Algorithms for Searching on Small Displays 86363 ECIR
Comparing relevance feedback algorithms for web search 86374 WWW (Special interest tracks and posters)
Magic Sets and Their Application to Data Integration 86387 ICDT
Strong Equivalence for Logic Programs with Preferences 86390 IJCAI
The Relationship Between Reasoning About Privacy and Default Logics 86394 LPAR
Testing Strong Equivalence of Datalog Programs - Implementation and Examples 86397 LPNMR
Unfounded Sets for Disjunctive Logic Programs with Arbitrary Aggregates 86398 LPNMR
Solving Hard ASP Programs Efficiently 86399 LPNMR
Data Integration: a Challenging ASP Application 86400 LPNMR
Magic Sets and their Application to Data Integration 86403 SEBD
Semantically annotated hypermedia services 86417 Hypertext
On the Use of Wavelet Decomposition for String Classification 86432 Data Min. Knowl. Discov.
Conceptual Modeling with Neural Network for Giftedness Identification and Education 86434 ICNC (2)
A web-based system for analyzing the voices of call center customers in the service industry 86435 Expert Syst. Appl.
A Service-oriented Approach for the Parallelization of Data-intensive Algorithms in a Grid-enabled Cluster 86442 ICDE Workshops
Layout based document image retrieval by means of XY tree reduction 86461 ICDAR
Novelty Detection Based on Spectral Similarity of Songs 86484 ISMIR
Comparative Analysis of Binding Update Alternatives for Mobile IP version6 86492 CITA
Multimedia Systems and Content-Based Image Retrieval. By Sagarmay Deb, Idea Group Publishing, 2004, $79.95 ISBN 1-59140-156-9 86498 Inf. Process. Manage.
Improving Load Balance with Flexibly Assignable Tasks 86513 IEEE Trans. Parallel Distrib. Syst.
Decoupling Geographic from Conceptual Information in Physical Hypermedia Models 86521 DEXA Workshops
Formal Contextual Ontologies for Intelligent Information Systems 86541 WEC (5)
Higher-Order Web Link Analysis Using Multilinear Algebra 86549 ICDM
An overview of the Trilinos project 86559 ACM Trans. Math. Softw.
Exploring communication overheads and locking policies in a peer-to-peer synchronous collaborative editing system 86564 ACM Southeast Regional Conference (2)
Filter Indexing: A Scalable Solution to Large Subscription Based Systems 86567 DASFAA
Fundamental Capabilities of Web Coordination Bonds: Modeling Petri Nets and Expressing Workflow and Communication Patterns over Web Services 86570 HICSS
Toward Fundamental Primitives and Infrastructure Enhancements for Distributed Web Object Coordination and Workflows 86577 ICWS
A Methodology for Engineering Collaborative Applications over Mobile Web Objects using SyD Middleware 86578 ICWS
A Small Listener for Heterogeneous Mobile Devices: A Service Enabler with a Uniform Web Object View 86579 ICWS
Constant time fault tolerant algorithms for a linear array with a reconfigurable pipelined bus system 86592 J. Parallel Distrib. Comput.
Hybrid Mappings of Complex Questions over an Integrated Semantic Space 86605 DEXA Workshops
The TALP-QA System for Spanish at CLEF 2005 86625 CLEF
The GeoTALP-IR System at GeoCLEF 2005: Experiments Using a QA-Based IR System, Linguistic Analysis, and a Geographical Thesaurus 86626 CLEF
Cache Management for Web-Powered Databases 86650 Encyclopedia of Information Science and Technology (I)
Similarity Search in Time Series Databases 86651 Encyclopedia of Database Technologies and Applications
Simple and Incremental Nearest-Neighbor Search for Spatiotemporal Databases 86652 Spatial Databases
VA-Files vs. R*-Trees in Distance Join Queries 86658 ADBIS
Audio Indexing for Efficient Music Information Retrieval 86684 MMM
A Suffix Tree Based Prediction Scheme for Pervasive Computing Environments 86686 Panhellenic Conference on Informatics
A data mining approach for location prediction in mobile environments 86719 Data Knowl. Eng.
Evaluation of similarity searching methods for music data in P2P networks 86726 IJBIDM
A new perspective to automatically rank scientific conferences using digital libraries 86732 Inf. Process. Manage.
A citation-based system to assist prize awarding 86751 SIGMOD Record
Deconstructing Commodity Storage Clusters 86769 ISCA
Information Modeling for End to End Composition of Semantic Web Services 86781 International Semantic Web Conference
A service creation environment based on end to end composition of Web services 86782 WWW
Activity management through bernoulli scheduling in 802.15.4 sensor clusters 86791 BROADNETS
On the Performance of Bluetooth Scatternets with Finite Buffers 86802 ICDCS Workshops
Avoiding the Bottlenecks in the MAC Layer in 802.15.4 Low Rate WPAN 86803 ICPADS (2)
Interconnecting 802.15.4 clusters in master-slave mode: queueing theoretic analysis 86804 ISPAN
Modeling a Beacon Enabled 802.15.4 Cluster with Bidirectional Traffic 86807 NETWORKING
Maintaining Reliability Through Activity Management in 802.15.4 Sensor Networks 86809 QSHINE
Extending the ATAM Architecture Evaluation to Product Line Architectures 86811 WICSA
Talk and let talk: performance of Bluetooth piconets with synchronous traffic 86817 Ad Hoc Networks
The impact of MAC parameters on the performance of 802.15.4 PAN 86818 Ad Hoc Networks
Walk-In Bridge Scheduling in Bluetooth Scatternets 86820 Cluster Computing
Editorial for the special issue of computer communications 'performance issues of wireless LANs, PANs, and Ad Hoc networks' 86823 Computer Communications
Access delay for nodes with finite buffers in IEEE 802.15.4 beacon enabled PAN with uplink transmissions 86824 Computer Communications
Performance analysis of Bluetooth piconets with finite baseband buffers 86837 Wireless Communications and Mobile Computing
Multi-query Optimization for Sensor Networks 86845 DCOSS
Index Structures for Matching XML Twigs Using Relational Query Processors 86850 ICDE Workshops
Models and methods for privacy-preserving data publishing and analysis: invited tutorial 86868 PODS
Automatic Subspace Clustering of High Dimensional Data 86889 Data Min. Knowl. Discov.
MAFIA: A Maximal Frequent Itemset Algorithm 86903 IEEE Trans. Knowl. Data Eng.
An Approach to XML-based Description of Intraoperative Surgical Workflows 86906 Berliner XML Tage
Consistent Data Replication: Is It Feasible in WANs? 86920 Euro-Par
Dynamic Quorums for DHT-based P2P Networks 86923 NCA
ZenFlow: A Visual Web Service Composition Tool for BPEL4WS 86929 VL/HCC
XG: A Data-Driven Computation Grid for Enterprise-Scale Mining 86937 DEXA
PRISM: indexing multi-dimensional data in P2P networks using reference vectors 86947 ACM Multimedia
DBmbench: fast and accurate database workload representation on modern microarchitecture 86954 CASCON
Workshop on Data Management on New Hardware, DaMoN 2005, Baltimore, Maryland, USA, June 12, 200 86957 DaMoN
Database Architectures for New Hardware 86961 ICDE
Temporal Streaming of Shared Memory 86967 ISCA
Continuous resource monitoring for self-predicting DBMS 86968 MASCOTS
QPipe: A Simultaneously Pipelined Relational Query Engine 86971 SIGMOD Conference
Inspector Joins 86977 VLDB
StagedDB: Designing Database Servers for Modern Hardware 86981 IEEE Data Eng. Bull.
Maximizing Adaptivity in Hierarchical Topological Models 87030 SMI
Visualization for Validation and Improvement of Three-dimensional Segmentation Algorithms 87035 EuroVis
Dense Geometric Flow Visualization 87040 EuroVis
Topology-based Simplification for Feature Extraction from 3D Scalar Fields 87051 IEEE Visualization
Evolutionary Morphing 87061 IEEE Visualization
A practical system for laser pointer interaction on large displays 87063 VRST
Multiple Transparent Material-enriched Isosurfaces 87065 WSCG (Full Papers)
Tree Growth Visualization 87066 WSCG (Journal Papers)
SNP-VISTA: An interactive SNP visualization tool 87071 BMC Bioinformatics
Query workload-aware overlay construction using histograms 87114 CIKM
Mobile Information Management, 24.-29. October 200 87117 Mobile Information Management
Topic 14 - Mobile and Ubiquitous Computing 87133 Euro-Par
ETL queues for active data warehousing 87148 IQIS
Concept-based discovery of mobile services 87150 Mobile Data Management
Timely Provisioning of Mobile Services in Critical Pervasive Environments 87152 OTM Conferences (1)
Peer-to-peer management of XML data: issues and research challenges 87167 SIGMOD Record
Evaluating 2-DNF Formulas on Ciphertexts 87186 TCC
Private Approximation of Search Problem 87193 Electronic Colloquium on Computational Complexity (ECCC)
Solving Anisotropic Transport Equation on Misaligned Grids 87199 International Conference on Computational Science (3)
Global-Based Structure Damage Detection Using LVQ Neural Network and Bispectrum Analysis 87206 ISNN (3)
Early Loosening Fault Diagnosis of Clamping Support Based on Information Fusion 87207 ISNN (3)
Locality aware dynamic load management for massively multiplayer games 87211 PPOPP
One Dependence Augmented Naive Bayes 87225 ADMA
Learning Instance Greedily Cloning Naive Bayes for Ranking 87231 ICDM
Learning Lazy Naive Bayesian Classifiers for Ranking 87234 ICTAI
Integrating Lite-Weight but Ubiquitous Data Mining into GUI Operating Systems 87245 J. UCS
Empirical study of trading rule discovery in China stock market 87261 Expert Syst. Appl.
The evolvement and relevant factors of price discovery: A case study of cross-listed stocks in China 87262 Expert Syst. Appl.
Adaptive Information: Improving Business through Semantic Interoperability, Grid Computing, and Enterprise Integration 87263 Inf. Process. Manage.
Contract-Driven Cooperation Development Process for Software Outsourcing 87264 CIT
Grid Developing Environment in CGSP System 87270 APPT
A Novel Texture Descriptor Using Over-Complete Wavelet Transform and Its Fractal Signature 87276 CIVR
Building Chinese Ancient Architectures in Seconds 87283 International Conference on Computational Science (2)
Measuring Internet Bottlenecks: Location, Capacity, and Available Bandwidth 87284 ICCNMC
Texture analysis and retrieval using fractal signature and B-spline wavelet transform with second order derivative 87293 ICIP (1)
Contrast enhancement for enlarged images based on edge sharpening 87294 ICIP (2)
Measuring and improving software process in China 87302 ISESE
Software Process Management: Practices in China 87314 ISPW
A Survey of CMM/CMMI Implementation in China 87316 ISPW
Study on Application of a Quantitative Evaluation Approach for Software Architecture Adaptability 87321 QSIC
Poisson shape interpolation 87325 Symposium on Solid and Physical Modeling
Document Image Binarization With Feedback For Improving Character Segmentation 87337 Int. J. Image Graphics
Divergence Estimation of Continuous Distributions Based on Data-Dependent Partitions 87343 IEEE Transactions on Information Theory
A statistical approach to characterizing the reliability of systems utilizing HBT devices 87345 Microelectronics Reliability
Delay-dependent and delay-independent energy-to-peak model approximation for systems with time-varying delay 87346 Int. J. Systems Science
AlchemistJ: A Framework for Self-adaptive Software 87355 EUC
A Process and Tool Support for Managing Activity and Resource Conflicts Based on Requirements Classification 87363 NLDB
A Framework for Self-adaptive Software 87367 SEKE
Designing multi-agent systems: a framework and application 87374 Expert Syst. Appl.
From product lines to self-managed systems: an architecture-based runtime reconfiguration framework 87377 ACM SIGSOFT Software Engineering Notes
Automatic Loop-Shaping of QFT Controllers Using GAs and Evolutionary Computation 87390 Australian Conference on Artificial Intelligence
Sunspot Time Series Prediction Using Parallel-Structure Fuzzy System 87396 FSKD (2)
Using XML Structure to Reduce Candidate Nodes Participated in Query Processing 87401 WAIM
Optimizing Refresh of a Set of Materialized Views 87403 VLDB
Architecture for an Autonomic Web Services Environment 87423 WSMDEIS
Experimental Study of a Self-Tuning Algorithm for DBMS Buffer Pools 87428 J. Database Manag.
Multi-level secure video streaming over SRTP 87440 ACM Southeast Regional Conference (2)
Design of Multiple Classifier Systems for Time Series Data 87453 Multiple Classifier Systems
Free-space nano-optical devices and integration: Design, fabrication, and manufacturing 87460 Bell Labs Technical Journal
A unified SWSI-KAMs framework and performance evaluation on face recognition 87463 Neurocomputing
QoS-aware routing based on bandwidth estimation for mobile ad hoc networks 87466 IEEE Journal on Selected Areas in Communications
Efficient Encoding of Quasi-Cyclic Low-Density Parity-Check Codes 87469 IEEE Transactions on Communications
What Can Expressive Semantics Tell: Retrieval Model for a Flash-Movie Search Engine 87517 CIVR
Data Warehouse Development 87525 Encyclopedia of Information Science and Technology (II)
Metrics for Data Warehouse Quality 87526 Encyclopedia of Information Science and Technology (IV)
A cognitive-based approach to improve distributed requirements elicitation processes 87539 IEEE ICCI
Maintainability of Software Process Models: An Empirical Study 87560 CSMR
An Empirical Study of the Nesting Level of Composite States Within UML Statechart Diagrams 87580 ER (Workshops)
Improving Object-Oriented Micro Architectural Design Through Knowledge Systematization 87581 ER (Workshops)
Filtering COTS Components Through an Improvement-Based Process 87594 ICCBSS
A Cognitive Perspective for Choosing Groupware Tools and Elicitation Techniques in Virtual Teams 87595 ICCSA (1)
Choosing Groupware Tools and Elicitation Techniques According to Stakeholders' Features 87602 ICEIS (1)
A Formal Definition for Object-Relational Database Metrics 87604 ICEIS (1)
An Integrative Framework to Assess and Improve Information Quality Management in Organizations 87605 ICEIS (1)
Early Detection of Cots Functional Suitability for an E-Payment Case Study 87612 ICEIS (3)
An Integrated Environment for Reengineering 87629 ICSM
Improving Information Quality Management Using Caldea and Evamecal 87642 IQ
Adaptaciandoacute;n de las normas ISO/IEC 12207: 2002 e ISO/IEC 15504: 2003 para la evaluaciandoacute;n de la madurez de procesos software en paandiacute;ses en desarrollo 87667 JISBD
The Effect of Coupling on Understanding and Modifying OCL Expressions: An Experimental Analysis 87668 JISBD
Do composite states improve the understanding of UML statechart diagrams 87673 JISBD
PWSSEC: Proceso de Desarrollo para Seguridad de Servicios 87674 JISBD
Un entorno integrado para la reingenierandiacute;a 87676 JISBD
Assessing the Impact of Coupling on the Understandability and Modifiability of OCL Expressions within UML/OCL Combined Models 87682 IEEE METRICS
Confirming the influence of educational background in pair-design knowledge through experiments 87699 SAC
Towards a UML 2.0/OCL extension for designing Secure Data Warehouses 87717 WOSIS
Towards a Process for Web Services Security 87724 WOSIS
Towards an integration of Security Requirements into Business Process Modeling 87727 WOSIS
Evaluating the Effect of Composite States on the Understandability of UML Statechart Diagrams 87732 MoDELS
Towards a Cognitive-Based Approach to Distributed Requirement Elicitation Processes 87737 WER
Evaluating Collaborative Applications from a Knowledge Management Approach 87738 WETICE
Classifying Software Architecture Quality Research 87739 WICSA
A Reusability Model for Portlets 87741 WISE Workshops
The Impact of Educational Background on Design Knowledge Sharing During Pair Programming: An Empirical Study 87744 Wissensmanagement (LNCS Volume)
The Impact of Educational Background on Design Knowledge Sharing During Pair Programming: An Empirical Study 87745 Wissensmanagement
Web services enterprise security architecture: a case study 87749 SWS
Secure information systems development - a survey and comparison 87754 Computers andamp; Security
Designing secure databases 87765 Information andamp; Software Technology
A Survey of Metrics for UML Class Diagrams 87772 Journal of Object Technology
A family of experiments to validate metrics for software process models 87774 Journal of Systems and Software
Pair designing as practice for enforcing and diffusing design knowledge 87781 Journal of Software Maintenance
An Ontology for Microarchitectural Design Knowledge 87783 IEEE Software
Peer data exchange 87829 PODS
Schema mappings, data exchange, and metadata management 87830 PODS
Preferred representations of Boolean relation 87847 Electronic Colloquium on Computational Complexity (ECCC)
Subtractive reductions and complete problems for counting complexity classes 87865 Theor. Comput. Sci.
LICS 2003 special issue 87866 ACM Trans. Comput. Log.
The Design of an Interactive Approach to Statistical Data Mining 87871 Computers and Their Applications
The Design of an Interactive Approach to Statistical Data Mining 87877 IKE
Implementing XQuery 1.0: The Story of Galax 87885 BTW
Optimizing Sorting and Duplicate Elimination in XQuery Path Expressions 87887 DEXA
Tips on giving a good demo 87902 SIGMOD Record
Towards a Multilingual QA System Based on the Web Data Redundancy 87903 AWIC
Context Expansion with Global Keywords for a Conceptual Density-Based WSD 87906 CICLing
A Mapping Between Classifiers and Training Conditions for WSD 87907 CICLing
A Machine Learning Approach to Information Extraction 87908 CICLing
Toward Acoustic Models for Languages with Limited Linguistic Resources 87909 CICLing
Two Web-Based Approaches for Noun Sense Disambiguation 87913 CICLing
A Full Data-Driven System for Multiple Language Question Answering 87916 CLEF
Language Independent Passage Retrieval for Question Answering 87923 MICAI
A Passage Retrieval System for Multilingual Question Answering 87926 TSD
An Environment to Define and Execute In-Silico Workflows Using Web Services 87934 DILS
Self-Organizing Cognitive Agents and Reinforcement Learning in Multi-Agent Environment 87947 IAT
Mining Ontological Knowledge from Domain-Specific Text Documents 87948 ICDM
Predictive neural networks for gene expression data analysis 87972 Neural Networks
Customer satisfaction and service system based on Motive - Hygiene theory 88012 ICEC
Target Tracking Under Occlusion by Combining Integral-Intensity-Matching with Multi-block-voting 88020 ICIC (1)
Phase Correlation Based Iris Image Registration Model 88034 J. Comput. Sci. Technol.
Integration of multiresolution image segmentation and neural networks for object depth recovery 88037 Pattern Recognition
Self-organization Evolution of Supply Networks: System Modeling and Simulation Based on Multi-agent 88042 CIS (1)
Relative risk and odds ratio: a data mining perspective 88043 PODS
Discovery of stable and significant binding motif pairs from PDB complexes and protein interaction datasets 88045 Bioinformatics
Using Fixed Point Theorems to Model the Binding in Protein-Protein Interactions 88048 IEEE Trans. Knowl. Data Eng.
A genetic approach to solving the problem of cyclic job shop scheduling with linear constraints 88053 European Journal of Operational Research
Functional Dependency Driven Auxiliary Relation Selection for Materialized Views Maintenance 88060 COMAD
Management of Conflicting Obligations in Self-Protecting Policy-Based Systems 88074 ICAC
How to Leverage Access Control Specification for Autonomic Policy Management 88075 ICAC
Data Mining Track Chair's Message 88076 ICDCIT
Time-Decaying Bloom Filters for Data Streams with Skewed Distributions 88084 RIDE
Intelligent Software Agents 88102 Encyclopedia of Information Science and Technology (III)
A Lawyer Directory Service using Legal Documents and Profile Information as Support 88115 ICAIL
Extending service mediation to intelligent VoIP endpoints 88135 Bell Labs Technical Journal
Network support for smart VoIP endpoints 88136 Bell Labs Technical Journal
Intelligent media gateway selection in a VoIP network 88137 Bell Labs Technical Journal
Opportunities for VoIP application integration services 88140 Bell Labs Technical Journal
Advanced Query Optimization 88146 Encyclopedia of Database Technologies and Applications
Business Rules in Databases 88147 Encyclopedia of Database Technologies and Applications
Data Warehouses 88148 Encyclopedia of Database Technologies and Applications
Relational, Object-Oriented and Object-Relational Data Models 88149 Encyclopedia of Database Technologies and Applications
Semistructured Data and its Conceptual Models 88150 Encyclopedia of Database Technologies and Applications
Link Analysis Tools for Intelligence and Counterterrorism 88160 ISI
A Nested Relational Approach to Processing SQL Subqueries 88166 SIGMOD Conference
Bridging Relational Databases to Context-Aware Services 88178 CAiSE Workshops (2)
A Multilevel Dictionary for Model Management 88188 ER
Semantic Service Integration for Water Resource Management 88190 International Semantic Web Conference
Message Sequence Charts: A Survey 88192 ACSD
Snapshot Verification 88219 TACAS
An NP-complete fragment of LTL 88228 Int. J. Found. Comput. Sci.
Finding partial orders from unordered 0-1 data 88240 KDD
Parametric Response Surface Models for Analysis of Multi-site fMRI Data 88279 MICCAI
RDF Aggregate Queries and Views 88336 ICDE
Probabilistic Ontologies and Relational Databases 88337 OTM Conferences (1)
The Relevance of Long-Range Dependence in Disk Traffic and Implications for Trace Synthesis 88346 MSST
Cluster-based input/output trace synthesis 88348 IPCCC
Current Challenges in Bioimage Database Design 88355 CSB Workshops
Semi-supervised graph clustering: a kernel approach 88361 ICML
Clustering on the Unit Hypersphere using von Mises-Fisher Distributions 88377 Journal of Machine Learning Research
Clustering with Bregman Divergences 88378 Journal of Machine Learning Research
Designing structured tight frames via an alternating projection method 88381 IEEE Transactions on Information Theory
Glued Matrices and the MRRR Algorithm 88385 SIAM J. Scientific Computing
A Parallel Eigensolver for Dense Symmetric Matrices Based on Multiple Relatively Robust Representations 88386 SIAM J. Scientific Computing
Complex Networks and Networked Data Mining 88388 ADMA
Complex Networks and Network Data Mining 88390 DASFAA
Applying Neighborhood Consistency for Fast Clustering and Kernel Density Estimation 88408 CVPR (2)
Core Vector Regression for very large regression problems 88417 ICML
Core Vector Machines: Fast SVM Training on Very Large Data Sets 88434 Journal of Machine Learning Research
Database Support for M-Commerce 88443 Encyclopedia of Information Science and Technology (II)
Transactional Support for Mobile Databases 88444 Encyclopedia of Database Technologies and Applications
Aqua: An Adaptive QUery-Aware Location Updating Scheme for Mobile Objects 88453 DASFAA
Distributed group-based cooperative caching in a mobile broadcast environment 88479 Mobile Data Management
Editorial message: special track on mobile computing and applications 88489 SAC
Multi-resolution information transmission in mobile environments 88513 Mobile Information Systems
A Hybrid Clustering Criterion for R*-Tree on Business Data 88525 ICEIS (1)
Survey: A Survey on PageRank Computing 88535 Internet Mathematics
TRMeister: A DBMS with High-Performance Full-Text Search Functions 88537 ICDE
Context-Based Image Similarity Queries 88541 Adaptive Multimedia Retrieval
Model-Driven Placement of Compute Tasks and Data in a Networked Utility 88557 ICAC
Making Scheduling "Cool": Temperature-Aware Workload Placement in Data Centers 88575 USENIX Annual Technical Conference, General Track
Balance of Power: Dynamic Thermal Management for Internet Data Centers 88581 IEEE Internet Computing
Scale and performance in semantic storage management of data grids 88583 Int. J. on Digital Libraries
Controllable fair queuing for meeting performance goals 88584 Perform. Eval.
05371 Abstracts Collection - Principles and Practices of Semantic Web Reasoning 88600 Principles and Practices of Semantic Web Reasoning
Structure-Preserving Difference Search for XML Documents 88610 Extreme Markup Languagesand#174;
XML Perspectives on RDF Querying: Towards integrated Access to Data and Metadata on the Web 88612 Grundlagen von Datenbanken
Context Modeling in OWL for Smart Building Services 88613 Grundlagen von Datenbanken
Processing link structures and linkbases in the web's open world linking 88616 Hypertext
Calendars and Topologies as Types 88630 KES (4)
A Geospatial World Model for the Semantic Web 88640 PPSWR
Ten Theses on Logic Languages for the Semantic Web 88642 PPSWR
Marriages of Convenience: Triples and Graphs, RDF and XML in Web Querying 88645 PPSWR
Web and Semantic Web Query Languages: A Survey 88650 Reasoning Web
Paraconsistent Reasoning for the Semantic Web 88656 ISWC-URSW
Ten Theses on Logic Languages for the Semantic Web 88661 Rule Languages for Interoperability
Processing link structures and linkbases on the web 88667 WWW (Special interest tracks and posters)
CaTTS: calendar types and constraints for Web applications 88668 WWW
Personalisierung 88677 Informatik Spektrum
A Domain Integrity Constraint Control for XML Documents 88696 SBBD
TimeER plus: A Temporal EER Model Supporting Schema Changes 88703 BNCOD
Designing Privacy Policies for Adopting RFID in the Retail Industry 88706 IEEE SCC
The Research of Mining Association Rules Between Personality and Behavior of Learner Under Web-Based Learning Environment 88708 ICWL
A Collaborative Table Editing Technique Based on Transparent Adaptation 88720 OTM Conferences (1)
Supporting workspace-mediated interaction in collaborative presentations with CoPowerPoint 88721 CollaborateCom
Collaborative object grouping in graphics editing systems 88722 CollaborateCom
Object-associated telepointer for real-time collaborative document editing systems 88723 CollaborateCom
Consistent Queries Over Databases with Integrity Constraints 88730 Encyclopedia of Information Science and Technology (I)
Preferred Repairs for Inconsistent Databases 88731 Encyclopedia of Database Technologies and Applications
Rewriting and Efficient Computation of Bound Disjunctive Datalog Queries 88732 Encyclopedia of Database Technologies and Applications
A Mobile-Aware System for Website Personalization 88788 WAIM
Partially ordered regular languages for graph queries 88806 J. Comput. Syst. Sci.
Optimization of bound disjunctive queries with constraints 88815 TPLP
Enterprise IT Trends and Implications for Architecture Research 88859 HPCA
Making Scheduling "Cool": Temperature-Aware Workload Placement in Data Centers 88871 USENIX Annual Technical Conference, General Track
Heterogeneous Chip Multiprocessors 88874 IEEE Computer
CASE Tools for Database Engineering 88880 Encyclopedia of Database Technologies and Applications
An Email Worm Vaccine Architecture 88939 ISPEC
FLIPS: Hybrid Adaptive Intrusion Prevention 88949 RAID
Extracting context to improve accuracy for HTML content extraction 88961 WWW (Special interest tracks and posters)
A comparative evaluation of two algorithms for Windows Registry Anomaly Detection 88967 Journal of Computer Security
Using a Fuzzy Classification Query Language for Customer Relationship Management 88996 VLDB
Lineage Path Integration for Phylogenetic Resources 89006 SSDBM
DDR: an index method for large time-series datasets 89020 Inf. Syst.
Optimal and near-optimal algorithms for generalized intersection reporting on pointer machines 89026 Inf. Process. Lett.
A new framework for addressing temporal range queries and some preliminary results 89027 Theor. Comput. Sci.
Using epitomes to model genetic diversity: Rational design of HIV vaccines 89042 NIPS
The First Conference on E-mail and Anti-Spam 89094 AI Magazine
An MDP-Based Recommender System 89109 Journal of Machine Learning Research
A comprehensive comparative study on term weighting schemes for text categorization with support vector machines 89140 WWW (Special interest tracks and posters)
Consensus clustering 89142 Intell. Data Anal.
Finding outliers at multiple scales 89144 International Journal of Information Technology and Decision Making
Data Fusion in Radial Basis Function Networks for Spatial Regression 89151 Neural Processing Letters
Clustering spatial data with a hybrid EM approach 89152 Pattern Anal. Appl.
A Relational Nested Interval Encoding Scheme for XML Storage and Retrieval 89162 AIRS
Containment and Minimization of RDF/S Query Patterns 89189 International Semantic Web Conference
XML queries and constraints, containment and reformulation 89208 Theor. Comput. Sci.
Going beyond the Blueprint: Unravelling the Complex Reality of Software Architectures 89217 ECIS
Minitrack: M- and E-Commerce Systems Development 89230 HICSS
Being Proactive: Where Action Research Meets Design Research 89233 ICIS
A multi-layered ontology for comparing relationship semantics in conceptual models of databases 89246 Applied Ontology
An Infrastructure for Reactive Information Environments 89265 WISE
The ASM Method: a Cornerstone in Computer Science Education 89276 Abstract State Machines
Design Pattern Abstractions and Abstract State Machines 89281 Abstract State Machines
Introduction 89283 Abstract State Machines
A High-Level Specification for Mediators(Virtual Providers) 89288 Business Process Management Workshops
The ASM Method for System Design and Analysis. A Tutorial Introduction 89311 FroCos
An Abstract Model for Process Mediation 89313 ICFEM
A Compositional Framework for Service Interaction Patterns and Interaction Flows 89314 ICFEM
Abstract State Machines: a unifying view of models of computation and of system design frameworks 89339 Ann. Pure Appl. Logic
Abstract state machines and high-level system design and analysis 89361 Theor. Comput. Sci.
A high-level modular definition of the semantics of C# 89363 Theor. Comput. Sci.
PLASMA: a PLAnetary scale monitoring architecture 89377 ACM Multimedia
Beat the clock: a multiple attribute approach for scheduling data broadcast 89378 MobiDE
Information source selection for resource constrained environments 89385 SIGMOD Record
Multidimensional Databases 89387 The Industrial Information Technology Handbook
Using the Lock Manager to Choose Timestamps 89430 IDEAS
Efficient indexing of the historical, present, and future positions of moving objects 89433 Mobile Data Management
The Islands Approach to Nearest Neighbor Querying in Spatial Networks 89442 SSTD
Database Publication Practices 89451 VLDB
Efficient Management of Short-Lived Dat 89461 CoRR
An apples-to-apples comparison of two database journals 89479 SIGMOD Record
Techniques for Efficient Road-Network-Based Tracking of Moving Objects 89486 IEEE Trans. Knowl. Data Eng.
Join operations in temporal databases 89496 VLDB J.
Node clustering based on link delay in P2P networks 89509 SAC
A Local Search Based Barrier Height Estimation Algorithm for DNA Molecular Transitions 89531 DNA
Dynamic dictionary matching and compressed suffix trees 89544 SODA
Energy-Optimal Online Algorithms for Broadcasting in Wireless Networks 89548 WONS
A Fast, Accurate, and Simple Method for Pricing European-Asian and Saving-Asian Options 89551 Algorithmica
Combinatorics and algorithms for low-discrepancy roundings of a real sequence 89559 Theor. Comput. Sci.
Evaluation of Result Merging Strategies for Metasearch Engines 89568 WISE
An Efficient Access Forwarding Method Based On Caches On Storage Nodes 89570 ICDE Workshops
Adaptive Lapped Declustering: A Highly Available Data-Placement Method Balancing Access Load and Space Utilization 89571 ICDE
On sequential diagnosis of multiprocessor systems 89572 Discrete Applied Mathematics
Goal-Oriented Requirements Engineering 89583 APSEC
Quality-Based Software Reuse 89593 CAiSE
Minimal Disclosure in Hierarchical Hippocratic Databases with Delegation 89634 ESORICS
Improving the Build Architecture of Legacy C/C++ Software Systems 89636 FASE
Applying Software Analysis Technology to Lightweight Semantic Markup of Document Text 89643 ICAPR (1)
DEAS 2005: workshop on the design and evolution of autonomic application software 89646 ICSE
A Datawarehouse for Managing Commercial Software Release 89648 ICSM
Modeling and Analyzing Context-Aware Composition of Services 89649 ICSOC
Inferring Complex Semantic Mappings Between Relational Tables and Ontologies from Simple Correspondences 89670 OTM Conferences (2)
Reverse Engineering Goal Models from Legacy Code 89681 RE
RETR: Reverse Engineering to Requirements 89706 WCRE
A Lightweight Approach to Semantic Web Service Synthesis 89708 WIRI
Semi-Automatic Semantic Annotations for Web Documents 89713 SWAP
The Tropos Metamodel and its Use 89741 Informatica (Slovenia)
Editorial 89766 World Wide Web
Towards requirements-driven autonomic systems design 89769 ACM SIGSOFT Software Engineering Notes
DEAS 2005: workshop on the design and evolution of autonomic application software 89770 ACM SIGSOFT Software Engineering Notes
Mining Succinct Systems of Minimal Generators of Formal Concepts 89775 DASFAA
A General Approach to Mining Quality Pattern-Based Clusters from Microarray Data 89776 DASFAA
Mining Cross-Graph Quasi-Cliques in Gene Expression and Protein Interaction Data 89782 ICDE
On mining cross-graph quasi-cliques 89795 KDD
Pattern-based similarity search for microarray data 89797 KDD
A Random Method for Quantifying Changing Distributions in Data Streams 89803 PKDD
Cross Table Cubing: Mining Iceberg Cubes from Data Warehouses 89805 SDM
GraphMiner: a structural pattern-mining system for large disk-based graph databases and its applications 89813 SIGMOD Conference
Mining Most General Multidimensional Summarization of Probably Groups in Data Warehouses 89817 SSDBM
Catching the Best Views of Skyline: A Semantic Approach Based on Decisive Subspaces 89820 VLDB
A Stratification-Based Approach to Accurate and Fast Image Annotation 89823 WAIM
Book Review on "Out of Their Minds: The Lives and Discoveries of 15 Great Computer Scientists" 89829 J. Comput. Sci. Technol.
An Interactive Approach to Mining Gene Expression Data 89838 IEEE Trans. Knowl. Data Eng.
How to Enrich the Semantics of Geospatial Databases by Properly Expressing 3D Objects in a Conceptual Model 89849 OTM Workshops
A geosemantic proximity-based prototype for the interoperability of geospatial data 89855 Computers, Environment and Urban Systems
Exploiting temporal locality in drowsy cache policies 89863 Conf. Computing Frontiers
Load Balancing using Grid-based Peer-to-Peer Parallel I/O 89865 CLUSTER
Power Aware External Bus Arbitration for System-on-a-Chip Embedded Systems 89868 HiPEAC
Demystifying on-the-fly spill code 89887 PLDI
Characterizing antivirus workload execution 89910 SIGARCH Computer Architecture News
A reliable return address stack: microarchitectural features to defeat stack smashing 89911 SIGARCH Computer Architecture News
RankSQL: Supporting Ranking Queries in Relational Database Management Systems 89921 VLDB
An Api for Transparent Distributed Vertical Data Mining 89924 IASSE
Incremental interactive mining of constrained association rules from biological annotation data with nominal features 89926 SAC
A Robust Soft Decision Mixture Model for Image Segmentation 89938 ICNC (3)
Unsupervised Image Segmentation Using Penalized Fuzzy Clustering Algorithm 89941 IDEAL
A New Approach of Network Intrusion Detection Using HVDM-Based SOM 89949 ISNN (3)
An Evaluation Model for Web-Based Learning Support Systems 89955 Web Intelligence
Extending Temporal Databases to Deal with Telic/Atelic Medical Data 89984 AIME
Using the Lock Manager to Choose Timestamps 89994 IDEAS
Database Publication Practices 90007 VLDB
Developments at ACM TODS 90056 SIGMOD Record
CMM and TODS 90057 SIGMOD Record
Changes to the TODS editorial board 90058 SIGMOD Record
LocalRank: Ranking Web Pages Considering Geographical Locality by Integrating Web and Databases 90105 DEXA
Functional Dependency Driven Auxiliary Relation Selection for Materialized Views Maintenance 90123 COMAD
Checking Functional Dependency Satisfaction in XML 90126 XSym
A Reference Model for Reusable Components Description 90143 HICSS
Autonomic computing approach for resource allocation 90146 Expert Syst. Appl.
Network Traffic Analysis With Query Driven Visualization SC 2005 HPC Analytics Results 90163 SC
Performance engineering in data Grids 90166 Concurrency - Practice and Experience
A Fast Image Retrieval Using the Unification Search Method of Binary Classification and Dimensionality Condensation of Feature Vectors 90175 KES (3)
News Video Retrieval Using Automatic Indexing of Korean Closed-Caption 90176 KES (3)
Classification and Skimming of Articles for an Effective News Browsing 90177 KES (3)
Design of a Simultaneous Mobile Robot Localization and Spatial Context Recognition System 90178 KES (3)
Indexing Multi-Dimensional Uncertain Data with Arbitrary Probability Density Functions 90186 VLDB
A model for handling approximate, noisy or incomplete labeling in text classification 90189 ICML
UNICAP: Efficient Decision Support for Academic Resource and Capacity Management 90202 TCGOV
Geo-word centric association rule mining 90213 Mobile Data Management
ADMiRe: An Algebraic Data Mining Approach to System Performance Analysis 90219 IEEE Trans. Knowl. Data Eng.
Numbers in Multi-relational Data Mining 90222 PKDD
Extending XQuery for Analytics 90232 SIGMOD Conference
Efficient Keyword Search for Smallest LCAs in XML Databases 90233 SIGMOD Conference
Predicting the product purchase patterns of corporate customers 90238 KDD
The Architecture of a Privacy-Aware Access Control Decision Component 90245 CASSIS
Proceedings of the 2005 ACM workshop on Formal methods in security engineering, FMSE 2005, Fairfax, VA, USA, November 11, 200 90247 FMSE
Proceedings of the 2005 Workshop on Digital Identity Management, Fairfax, VA, USA, November 11, 200 90261 Digital Identity Management
Offline Expansion of XACML Policies Based on P3P Metadata 90268 ICWE
Proceedings of the 2005 ACM Workshop On Storage Security And Survivability, StorageSS 2005, Fairfax, VA, USA, November 11, 200 90287 StorageSS
Type-Based Optimization for Regular Patterns 90318 DBPL
Proceedings of the 10th ACM SIGPLAN International Conference on Functional Programming, ICFP 2005, Tallinn, Estonia, September 26-28, 200 90326 ICFP
A bisimulation for type abstraction and recursion 90345 POPL
Harmony: The Art of Reconciliation 90352 TGC
Regular expression types for XML 90382 ACM Trans. Program. Lang. Syst.
A Hybrid Swipe Fingerprint Mosaicing Scheme 90392 AVBPA
NMF with LogGabor Wavelets for Visualization 90394 CAIP
Evaluation of multimodal input for entering mathematical equations on the computer 90395 CHI Extended Abstracts
Effects of task properties, partner actions, and message content on eye gaze patterns in a collaborative task 90398 CHI
A Novel Unsupervised Segmentation Method for MR Brain Images Based on Fuzzy Methods 90408 CVBIA
Advanced timing analysis based on post-OPC extraction of critical dimensions 90413 DAC
ETRI-QM: Reward Oriented Query Model for Wireless Sensor Networks 90419 EUC
A Novel Segmentation Method for MR Brain Images Based on Fuzzy Connectedness and FCM 90423 FSKD (1)
Fuzzy-Rough Set Based Nearest Neighbor Clustering Classification Algorithm 90424 FSKD (1)
A New Region-Based Active Contour for Object Extraction Using Level Set Method 90428 IbPRIA (1)
A Novel Adaptive Gaussian Mixture Model for Background Subtraction 90429 IbPRIA (1)
Multi-resolution LOD Volume Rendering in Medicine 90430 International Conference on Computational Science (1)
A Dynamic Parallel Volume Rendering Computation Mode Based on Cluster 90431 ICCSA (3)
A Study of Detecting Social Interaction with Sensors in a Nursing Home Environment 90434 ICCV-HCI
Swarm Based Sensor Deployment Optimization in Ad Hoc Sensor Networks 90435 ICESS
Weighted Information Entropy: A Method for Estimating the Complex Degree of Infrared Images' Backgrounds 90438 ICIAR
An Enhanced Massively Multi-agent System for Discovering HIV Population Dynamics 90439 ICIC (2)
Integrating co-training and recognition for text detection 90447 ICME
Analyzing and predicting focus of attention in remote collaborative tasks 90453 ICMI
Maximizing System Value Among Interested Packets While Satisfying Time and Energy Constraints 90458 ICN (1)
Leak Detection in Transport Pipelines Using Enhanced Independent Component Analysis and Support Vector Machines 90459 ICNC (2)
A Generalized Level Set Formulation of the Mumford-Shah Functional for Brain MR Image Segmentation 90473 IPMI
MRF-MBNN: A Novel Neural Network Architecture for Image Processing 90478 ISNN (2)
A New Training Algorithm for a Fuzzy Perceptron and Its Convergence 90480 ISNN (1)
Performance Driven OPC for Mask Cost Reduction 90481 ISQED
Finding Minimal Rough Set Reducts with Particle Swarm Optimization 90503 RSFDGrC (1)
Transformation from CIM to PIM: A Feature-Oriented Component-Based Approach 90508 MoDELS
Image Registration with Uncalibrated Cameras in Hybrid Vision Systems 90510 WACV/MOTION
Highly accurate and consistent method for prediction of helix and strand content from primary protein sequences 90522 Artificial Intelligence in Medicine
Real-time rendering of 3D medical data sets 90524 Future Generation Comp. Syst.
Performing clustering analysis on collaborative models 90525 Intell. Data Anal.
Illumination Invariant Recognition of Three-Dimensional Texture in Color Images 90539 J. Comput. Sci. Technol.
A flexible and distributed architecture for adaptive end-to-end QoS provisioning in next-generation networks 90540 IEEE Journal on Selected Areas in Communications
A facial expression recognition system based on supervised locally linear embedding 90545 Pattern Recognition Letters
Semi-automatic video object segmentation using seeded region merging and bidirectional projection 90546 Pattern Recognition Letters
Mean shift blob tracking with kernel histogram filtering and hypothesis testing 90547 Pattern Recognition Letters
Color texture analysis using the wavelet-based hidden Markov model 90549 Pattern Recognition Letters
A robust method for eye features extraction on color image 90550 Pattern Recognition Letters
Predicting human interruptibility with sensors 90558 ACM Trans. Comput.-Hum. Interact.
OrfPredictor: predicting protein-coding regions in EST-derived sequences 90610 Nucleic Acids Research
TargetIdentifier: a webserver for identifying full-length cDNAs from EST sequences 90611 Nucleic Acids Research
Multiway Iceberg Cubing on Trees 90620 WISE
The Collective: A Cache-Based System Management Architecture 90663 NSDI
Interprocedural parallelization analysis in SUIF 90706 ACM Trans. Program. Lang. Syst.
Towards Dynamically Adaptive Weather Analysis and Forecasting in LEAD 90713 International Conference on Computational Science (2)
A Case Study: News Classification Based on Term Frequency 90732 DEXA Workshops
Time Series Forecasting through Clustering - A Case Study 90750 COMAD
Functional Dependency Driven Auxiliary Relation Selection for Materialized Views Maintenance 90751 COMAD
Agent Community Extraction for 2D-RoboSoccer 90780 RoboCup
Situated Support for Choice of Representation for a Semantic Web Application 90797 ER (Workshops)
Situated Support for Choice of Representation 90800 Web Intelligence
Dimension-refined topological predicates 90826 GIS
When Emotion Does Not Mean Loss of Control 90852 IVA
Training Agents: An Architecture for Reusability 90853 IVA
An Emotional Architecture for Virtual Characters 90858 International Conference on Virtual Storytelling
Modelling the Sensory Abilities of Intelligent Virtual Agents 90860 Autonomous Agents and Multi-Agent Systems
Being On Guard: Intelligent Virtual Agents Reporting Information from Collaborative Virtual Environments 90863 Presence
Intelligent virtual agents keeping watch in the battlefield 90865 Virtual Reality
xTagger: a new approach to authoring document-centric XML 90868 JCDL
A framework for management of concurrent XML markup 90869 Data Knowl. Eng.
A Three-Phase Knowledge Extraction Methodology Using Learning Classifier System 90870 DEXA
Monitoring Stable Properties in Dynamic Peer-to-Peer Distributed Systems 90890 FSTTCS
Transformations in Secure and Fault-Tolerant Distributed Computation 90891 GI Jahrestagung (1)
A Dynamic Group Mutual Exclusion Algorithm Using Surrogate-Quorums 90892 ICDCS
Time-Efficient Layer-2 Auto-Configuration for Cognitive Radios 90902 IASTED PDCS
An Efficient Distributed Group Mutual Exclusion Algorithm for Non-Uniform Group Access 90903 IASTED PDCS
A Distributed Algorithm for Path Restoration in Circuit Switched Communication Networks 90905 SRDS
Efficient Reduction for Wait-Free Termination Detection in a Crash-Prone Distributed System 90907 DISC
Techniques and applications of computation slicing 90914 Distributed Computing
A Critique of Java for Concurrent Programming 90917 IEEE Distributed Systems Online
A grid-based system for microbial genome comparison and analysis 90923 CCGRID
Time-Constrained Service on Air 90947 ICDCS
A precise and scalable method for querying genes in chromosomal banding regions based on cytogenetic annotations 90964 Bioinformatics
Ontology Change Detection Using a Version Log 90993 International Semantic Web Conference
Automatic construction of multifaceted browsing interfaces 90996 CIKM
Modeling and Managing Content Changes in Text Databases 90997 ICDE
A Fast Algorithm for Mining Share-Frequent Itemsets 91007 APWeb
Direct Candidates Generation: A Novel Algorithm for Discovering Complete Share-Frequent Itemsets 91009 FSKD (2)
Heuristic Horizontal XML Fragmentation 91017 CAiSE Short Paper Proceedings
Workflow Analysis Based on Fuzzy Temporal Workflow Nets 91018 CSCWD (Selected papers)
Cost Optimisation for Distributed Data Warehouses 91025 HICSS
A Model and Methodology for Composition QoS Analysis of Embedded Systems 91030 IEEE Real-Time and Embedded Technology and Applications Symposium
Toward a UML Profile to Support Component-Based Distributed Adaptive Systems 91032 SEKE
An Object-Oriented Modeling Learning Support System With Inspection Comments 91033 SEKE
Prototyping Domain Specific Languages with COOPN 91043 RISE
A Test Language for CO-OPN Specifications 91045 IEEE International Workshop on Rapid System Prototyping
Rewriting Queries Using Views with Access Patterns Under Integrity Constraints 91056 ICDT
TOP-k Query Calculation in Peer-to-Peer Networks 91065 ASIAN
Design of a Distributed P2P-Based Grid Content Management Architecture 91067 CNSR
A Fast Algorithm for Approximate String Matching on Gene Sequences 91068 CPM
Analysis of Discrete Adjoints for Upwind Numerical Schemes 91070 International Conference on Computational Science (2)
Improved Method of Spread Spectrum Watermarking Techniques Using Pixel-Correlations 91073 KES (2)
Locating Motifs in Time-Series Data 91075 PAKDD
A Novel Ranking Strategy in Hybrid Peer-to-Peer Networks 91076 WAIM
A software system for gene sequence database construction based on fast approximate string matching 91090 IJBRA
Similarity Queries in Data Bases Using Metric Distances - from Modeling Semantics to Its Maintenance 91110 EUROCAST
StreamGlobe: Processing and Sharing Data Streams in Grid-Based P2P Infrastructures 91121 VLDB
Templates as Master Keys 91130 CHES
Policy management for networked systems and applications 91132 Integrated Network Management
Mining Information Extraction Rules from Datasheets Without Linguistic Parsing 91148 IEA/AIE
Clio grows up: from research prototype to industrial tool 91149 SIGMOD Conference
Computing the Relevant Instances That May Violate an OCL Constraint 91151 CAiSE
Adaptive Query Processing in Point-Transformation Schemes 91173 DEXA
An Efficient Zoning Technique for Multi-dimensional Access Methods 91178 TEAA
Correction 91192 Scientometrics
Combining full-text analysis and bibliometric indicators. A pilot study 91193 Scientometrics
Domesticity and internationality in co-authorship, references and citations 91199 Scientometrics
Design of Multilayer Perceptron Based Tree-Structured Classifier for Biological Dataset 91220 IICAI
A model for uncertain lines 91251 J. Vis. Lang. Comput.
The influence of search engines on preferential attachment 91271 SODA
Bidirectional Expansion For Keyword Search on Graph Databases 91277 VLDB
Exploiting the dynamic networking effects of the web 91281 WWW (Special interest tracks and posters)
Shuffling a Stacked Deck: The Case for Partially Randomized Ranking of Search Engine Result 91284 CoRR
Privacy-enhanced linking 91300 SIGKDD Explorations
Preserving Privacy by De-Identifying Face Images 91301 IEEE Trans. Knowl. Data Eng.
Batched Processing for Information Filters 91303 ICDE
AGILE: Adaptive Indexing for Context-Aware Information Filters 91304 SIGMOD Conference
Sparse Finite Element Level-Sets for Anisotropic Boundary Detection in 3D Images 91362 Scale-Space
Transforming Business Process Models: Enabling Programming at a Higher Level 91364 IEEE SCC
Discovering Conceptual Page Hierarchy of a Web Site from User Traversal History 91366 ADMA
Web Based Cooperative Virtual Product Design Environment Shared by Designers and Customers 91373 CSCWD (Selected papers)
On Multiterminal Source Code Design 91378 DCC
FPGA-Based High-Order Finite Difference Algorithm for 2D Acoustic Wave Propagation Problems 91381 ERSA
Time Domain Numerical Simulation for Transient Waves on Reconfigurable Coprocessor Platform 91384 FCCM
Towards a Dynamic Data Driven Application System for Wildfire Simulation 91390 International Conference on Computational Science (2)
Networking and Mobile Computing, Third International Conference, ICCNMC 2005, Zhangjiajie, China, August 2-4, 2005, Proceeding 91395 ICCNMC
SAS: A Scalar Anonymous Communication System 91396 ICCNMC
On Flow Marking Attacks in Wireless Anonymous Communication Networks 91400 ICDCS
Requirements Guided Dynamic Software Clustering 91420 ICSM
A Non-Invasive Approach to Dynamic Web Services Provisioning 91422 ICWS
A similarity-aware approach to testing based fault localization 91435 ASE
A new scheme on privacy-preserving data classification 91436 KDD
Effectiveness of Traffic Camouflaging over Computer Networks 91445 NCA
Performance Measurements for Privacy Preserving Data Mining 91448 PAKDD
Real-Time Component-Based Systems 91452 IEEE Real-Time and Embedded Technology and Applications Symposium
On Schedulability Bounds of Static Priority Schedulers 91454 IEEE Real-Time and Embedded Technology and Applications Symposium
Marshaling and unmarshaling models using the entity-relationship model 91463 SAC
Smooth switching problem in buffered crossbar switches 91465 SIGMETRICS
Distributed Privacy Preserving Information Sharing 91467 VLDB
A non-stationary model for functional mapping of complex traits 91472 Bioinformatics
Analyzing and enhancing the resilience of structured peer-to-peer systems 91481 J. Parallel Distrib. Comput.
A Non-Invasive Approach to Assertive and Autonomous Dynamic Component Composition in the Service-Oriented Paradigm 91485 J. UCS
Multi-shared-trees based multicast routing control protocol using anycast selection 91491 Parallel Algorithms Appl.
An Energy-Efficient Slack Distribution Technique for Multimode Distributed Real-Time Embedded Systems 91508 IEEE Trans. Parallel Distrib. Syst.
Regularization on Discrete Spaces 91524 DAGM-Symposium
Learning from labeled and unlabeled data on a directed graph 91525 ICML
Semi-supervised protein classification using cluster kernels 91533 Bioinformatics
Adding Physical Optimization to Cost Models in Information Mediators 91536 ICEBE
Automatically Maintaining Wrappers for Web Sources 91537 IDEAS
Automatically Generating Labeled Examples for Web Wrapper Maintenance 91540 Web Intelligence
Mapping Maintenance in XML P2P Databases 91574 DBPL
Correctness of Query Results in XML P2P Databases 91583 SEBD
Detecting Corrupted Schema Mappings in XML P2P Databases 91584 SEBD
Automatically Grounding Semantically-Enriched Conceptual Models to Concrete Web Services 91600 ER
Transforming an Operational System Model to a Data Warehouse Model: A Survey of Techniques 91626 SwSTE
An OPM-based Method for Transformation of Operational System Model to Data Warehouse Model 91627 SwSTE
Efficient Creation and Incremental Maintenance of the HOPI Index for Complex XML Document Collections 91668 ICDE
Semantic Similarity Search on Semistructured Data with the XXL Search Engine 91670 Inf. Retr.
Reverse Nearest Neighbors in Large Graphs 91685 ICDE
Iterative Projected Clustering by Subspace Mining 91694 IEEE Trans. Knowl. Data Eng.
Aggregate Nearest Neighbor Queries in Road Networks 91695 IEEE Trans. Knowl. Data Eng.
Harmonic mixtures: combining mixture models and graph-based methods for inductive and scalable semi-supervised learning 91707 ICML
MIX: A Meta-data Indexing System for XML 91719 VLDB
Indexing for XML Siblings 91720 WebDB
T-SIX: An Indexing System for XML Siblings 91721 WebDB
Dynamic Collectives and Their Collective Dynamics 91752 COSIT
Anchoring: A New Approach to Handling Indeterminate Location in GIS 91756 COSIT
Processes and Events in Dynamic Geo-Networks 91760 GeoS
Ontology is not just about objects: Poorly individuated phenomena in geo-ontology 91787 Applied Ontology
Odysseus: A High-Performance ORDBMS Tightly-Coupled with IR Features 91818 ICDE
Database Publication Practices 91824 VLDB
A formal approach to lock escalation 91846 Inf. Syst.
A Generic Model for Symbolic Analyzing Security Protocols 91871 CIT
Experimental analysis of mode switching techniques in pen-based user interfaces 91877 CHI
Asymmetric Inexact Matching of Spatially-Attributed Graphs 91886 GbRPR
Simulating a rural wireless network using SCILAB 91889 IADIS AC
Kernel-Based Multifactor Analysis for Image Synthesis and Recognition 91892 ICCV
Optimizing Path Expression Queries of XML Data 91893 ICEBE
Emerging Markets and Benefits of Fixed to Wireless Substitution in Africa 91896 ICMB
Seamless Network Mobility Management for Realtime Service 91914 MMNS
Informal prototyping of continuous graphical interactions by demonstration 91924 UIST
Programming Style Based Program Partition 91935 International Journal of Software Engineering and Knowledge Engineering
DEA efficiency measurement with undesirable outputs: an application to Taiwan's commercial banks 91941 IJSTM
WS-CABroker: A Novel Web Services-based Multimedia Content Alliance Broker Scheme 91948 CIT
A dynamic range resource reservation protocol for QoS support in wireless networks 91956 AICCSA
Hierarchical Multicast Tree Algorithms for Application Layer Mesh Networks 91970 ICCNMC
Energy-Efficient Connected Coverage of Discrete Targets in Wireless Sensor Networks 91971 ICCNMC
Cluster-Based Intelligent Searching in Unstructured Peer-to-Peer Networks 91977 ICDCS Workshops
Available Bandwidth Detection with Improved Transport Control Algorithm for Heterogeneous Networks 91981 ICDCS Workshops
Mobility in Ad Hoc Wireless Networks: A Villain or a Friend? 91982 ICDCS Workshops
Public RFID Service Platform Based on ASP Model 91989 ICEBE
A New Fault Information Model for Fault-Tolerant Adaptive and Minimal Routing in 3-D Meshes 92000 ICPP
A Hybrid Searching Scheme in Unstructured P2P Networks 92001 ICPP
Fault-Tolerant Routing in Meshes/Tori Using Planarly Constructed Fault Blocks 92014 ICPP
Connected k-Hop Clustering in Ad Hoc Networks 92015 ICPP
mdGrid: A Novel Broadband Multimedia Content Delivery Service Grid Model 92029 IMSA
FISSIONE: a scalable constant degree and low congestion DHT scheme based on Kautz graphs 92031 INFOCOM
SMART: a scan-based movement-assisted sensor deployment method in wireless sensor networks 92035 INFOCOM
On Constructing k-Connected k-Dominating Set in Wireless Networks 92042 IPDPS
A Novel QoS Multicast Model in Mobile Ad Hoc Networks 92056 IPDPS
Mobile Ad-hoc and Sensor Networks, First International Conference, MSN 2005, Wuhan, China, December 13-15, 2005, Proceeding 92068 MSN
Efficient Broadcasting in Ad Hoc Networks Using Directional Antennas 92070 NETWORKING
Extended Dominating Set in Ad Hoc Networks Using Cooperative Communication 92071 NETWORKING
A Greedy Algorithm for Capacity-Constrained Surrogate Placement in CDNs 92072 NPC
EECS: an energy efficient clustering scheme in wireless sensor networks 92087 IPCCC
Power efficient routing trees for ad hoc wireless networks using directional antenna 92091 Ad Hoc Networks
Computation of Minimal Uniform Transmission Range in Ad Hoc Wireless Networks 92097 Cluster Computing
Energy-Efficient Node Scheduling Models In Sensor Networks With Adjustable Ranges 92109 Int. J. Found. Comput. Sci.
QoS Support in TDMA-Based Mobile Ad Hoc Networks 92115 J. Comput. Sci. Technol.
Guest editors' introduction 92126 J. Parallel Distrib. Comput.
Energy Efficient Broadcast in Wireless Ad hoc Networks with Hitch-hiking 92132 MONET
VisANT: data-integrating visual framework for biological networks and modules 92134 Nucleic Acids Research
Fault-tolerant and deadlock-free routing in 2-D meshes using rectilinear-monotone polygonal fault blocks 92136 Parallel Algorithms Appl.
A highly reliable multi-path routing scheme for ad hoc wireless networks 92138 Parallel Algorithms Appl.
Deadlock-Free Multicasting in Irregular Networks Using Prefix Routing 92164 The Journal of Supercomputing
Efficient Broadcasting with Guaranteed Coverage in Mobile Ad Hoc Networks 92167 IEEE Trans. Mob. Comput.
Optimal, and reliable communication in hypercubes using extended safety vectors 92186 IEEE Transactions on Reliability
On constructing the minimum orthogonal convex polygon for the fault-tolerant routing in 2-D faulty meshes 92187 IEEE Transactions on Reliability
QPipe: A Simultaneously Pipelined Relational Query Engine 92199 SIGMOD Conference
StagedDB: Designing Database Servers for Modern Hardware 92204 IEEE Data Eng. Bull.
A Database Interface for Link Analysis 92226 J. Database Manag.
Handling Faults in Decentralized Orchestration of Composite Web Services 92238 ICSOC
Orchestrating Composite Web Services under Data Flow Constraints 92239 ICWS
Similarity Evaluation on Tree-structured Data 92250 SIGMOD Conference
On the synthesis of very sharp decimators and interpolators using the frequency-response masking technique 92253 IEEE Transactions on Signal Processing
Termination Analysis of Higher-Order Functional Programs 92255 APLAS
abc: The AspectBench Compiler for AspectJ 92256 GPCE
abc the aspectBench compiler for aspectJ a workbench for aspect-oriented programming language and compilers research 92258 OOPSLA Companion
Descriptive Naming of Context Data Providers 92262 CONTEXT
Incorporating with Recursive Model Training in Time Series Clustering 92272 CIT
Non-Almost-Derivable Frequent Itemsets Mining 92273 CIT
Opportunity map: a visualization framework for fast identification of actionable knowledge 92284 CIKM
Assigning Unique Keys to Chemical Compounds for Data Integration: Some Interesting Counter Examples 92289 DILS
On the Universal Approximation Theorem of Fuzzy Neural Networks with Random Membership Function Parameters 92310 ISNN (1)
An EM Based Training Algorithm for Cross-Language Text Categorization 92337 Web Intelligence
WISE-2005 Tutorial: Web Content Mining 92338 WISE
NET - A System for Extracting Web Data from Flat and Nested Data Records 92339 WISE
Extracting Web Data Using Instance-Based Learning 92340 WISE
Opinion observer: analyzing and comparing opinions on the Web 92342 WWW
Web data extraction based on partial tree alignment 92344 WWW
Classification using support vector machines with graded resolution 92347 GrC
Characterizing the dynamic connectivity between genes by variable parameter regression and Kalman filtering based on temporal gene expression data 92355 Bioinformatics
SARS-CoV protease inhibitors design using virtual screening method from natural products libraries 92365 Journal of Computational Chemistry
Exploiting relationships for object consolidation 92376 IQIS
Why Minimax Works: An Alternative Explanation 92414 IJCAI
Combining Learning Constraints and Numerical Regression 92415 IJCAI
VizRank: finding informative data projections in functional genomics by machine learning 92432 Bioinformatics
Bias and pathology in minimax search 92451 Theor. Comput. Sci.
Advances on Medical Imaging and Computing 92463 CVBIA
Credit in the Grid Resource Management 92464 GCC
maxdLoad2 and maxdBrowse: standards-compliant tools for microarray experimental annotation, data management and dissemination 92492 BMC Bioinformatics
Computing the Assignment of Orthologous Genes via Genome Rearrangement 92499 APBC
Discovery of Repetitive Patterns in DNA with Accurate Boundaries 92500 BIBE
A Parallel Algorithm for Clustering Protein-Protein Interaction Networks 92506 CSB Workshops
A Compression-Boosting Transform for 2D Data 92516 DCC
Dot Plots for Time Series Analysis 92519 ICTAI
A Novel Bit Level Time Series Representation with Implication of Similarity Search and Clustering 92523 PAKDD
Time-series Bitmaps: a Practical Visualization Tool for Working with Large Time Series Databases 92525 SDM
A Data Compression Technique for Sensor Networks with Dynamic Bandwidth Allocation 92526 TIME
Visualizing and discovering non-trivial patterns in large time series databases 92533 Information Visualization
Assignment of Orthologous Genes via Genome Rearrangement 92538 IEEE/ACM Trans. Comput. Biology Bioinform.
ast pipes Lite: A Synthesis Oriented Design Library For Networks on Chips 92550 DATE
Minimization of Reversible Wave Cascades 92553 IEICE Transactions
NoC Synthesis Flow for Customized Domain Specific Multiprocessor Systems-on-Chip 92556 IEEE Trans. Parallel Distrib. Syst.
Server Enforced Program Safety for Web Applications 92565 J. Web Eng.
Online trust forming mechanism: approaches and an integrated model 92571 ICEC
JFreeSim: A Grid Simulation Tool Based on MTMSMR Model 92574 APPT
An Approach to Grid Scheduling Optimization Based on Fuzzy Association Rule Mining 92578 e-Science
Classifying Chinese Texts in Two Steps 92588 IJCNLP
Tractor-Implement Dynamic Trajectory Model for Automated Navigation Applications 92600 ICITA (1)
Causality diagram using normal fuzzy numbers 92602 GrC
Improving Software Development Management through Software Project Telemetry 92611 IEEE Software
TVOC: A Translation Validator for Optimizing Compilers 92613 CAV
Validating More Loop Optimizations 92627 Electr. Notes Theor. Comput. Sci.
Translation and Run-Time Validation of Loop Transformations 92629 Formal Methods in System Design
Mining Frequent Queries in Star Schemes 92634 EGC
Towards Mining Frequent Queries in Star Schemes 92635 KDID
Providing probabilistically-bounded approximate answers to non-holistic aggregate range queries in OLAP 92644 DOLAP
Overcoming Limitations of Approximate Query Answering in OLAP 92650 IDEAS
Towards a Semantics-Based Framework for KD- and IR-style Resource Querying on XML-Based P2P Information Systems 92664 Web Intelligence
LM-DTM: An Environment for XML-Based, LIP/PAPI-Compliant Deployment, Transformation and Matching of Learner Models 92672 ICALT
GeRoMe: A Generic Role Based Metamodel for Model Management 92673 OTM Conferences (2)
Rollenbasierte Metamodellierung zur Datenintegration 92677 Datenbank-Spektrum
Data Integration and Workflow Solutions for Ecology 92682 DILS
Digital Preservation Lifecycle Management for Multi-media Collections 92689 ICADL
Accessing sensor data using meta data: a virtual object ring buffer framework 92704 DMNS
AutoAssign - An Automatic Assignment Tool for Independent Components 92710 IbPRIA (2)
A Hybridization of Simulated Annealing and Local PCA for Automatic Component Assignment Within ICA 92711 IWANN
Semantic Interoperability and Integratio 92734 Semantic Interoperability and Integration
From Semantic Search andamp; Integration to Analytics 92735 Semantic Interoperability and Integration
Demonstrating Dynamic Configuration and Execution of Web Processes 92759 ICSOC
OpenWS-Transaction: Enabling Reliable Web Service Transactions 92760 ICSOC
Autonomic Web Processes 92761 ICSOC
A Semantic Template Based Designer for Web Processes 92762 ICWS
Peer-to-Peer Discovery of Semantic Associations 92775 P2PKM
SemRank: ranking complex relationship search results on the semantic web 92802 WWW
Semantics for the Semantic Web: The Implicit, the Formal and the Powerful 92840 Int. J. Semantic Web Inf. Syst.
Ranking Complex Relationships on the Semantic Web 92841 IEEE Internet Computing
Introduction 92851 Int. J. on Digital Libraries
Discovering informative connection subgraphs in multi-relational graphs 92854 SIGKDD Explorations
TaxaMiner: an experimentation framework for automated taxonomy bootstrapping 92869 IJWGS
Finding and Analyzing Database User Sessions 92873 DASFAA
Representing UML Snowflake Diagram from Integrating XML Data Using XML Schema 92874 DEEC
Clustering mixed numerical and low quality categorical data: significance metrics on a yeast example 92879 IQIS
Multiple Layer Clustering of Large Software Systems 92892 WCRE
Compact transaction database for efficient frequent pattern mining 92893 GrC
Accelerating XML Structural Join by Partitioning 92911 DEXA
Towards Security Analysis to Binding Update Protocol in Mobile IPv6 with Formal Method 92919 MSN
Extending Continuous Time Bayesian Networks 92928 AAAI
Concurrent Probabilistic Temporal Planning 92943 ICAPS
Fast and Robust Interface Generation for Ubiquitous Applications 92952 Ubicomp
Preference elicitation for interface optimization 92975 UIST
Literature Extraction of Protein Functions Using Sentence Pattern Mining 93017 IEEE Trans. Knowl. Data Eng.
Detecting changes on unordered XML documents using relational databases: a schema-conscious approach 93020 CIKM
Mining conserved XML query paths for dynamic-conscious caching 93021 CIKM
Mining Positive and Negative Association Rules from XML Query Patterns for Caching 93024 DASFAA
Xandy: Detecting Changes on Large Unordered XML Documents Using Relational Databases 93025 DASFAA
FASST Mining: Discovering Frequently Changing Semantic Structure from Versions of Unordered XML Documents 93026 DASFAA
Detecting Changes to Hybrid XML Documents Using Relational Databases 93033 DEXA
Biological Data Management (BIDM 2003) 93056 Data Knowl. Eng.
DEQUE: querying the deep web 93058 Data Knowl. Eng.
On reducing redundancy and improving efficiency of XML labeling schemes 93077 CIKM
Efficient Processing of Ordered XML Twig Pattern 93080 DEXA
On Boosting Holism in XML Twig Pattern Matching using Structural Indexing Techniques 93081 SIGMOD Conference
Extracting a Domain Ontology from Linguistic Resource Based on Relatedness Measurements 93098 Web Intelligence
Time-slot re-allocation for inter-frequency and inter-rat handover iN 1.28 MCPS TDD for UMTS 93101 Communications and Computer Networks
Boosting: An Ensemble Learning Tool for Compound Classification and QSAR Modeling 93108 Journal of Chemical Information and Modeling
Investigation of Emotive Expressions of Spoken Sentences 93115 ACII
A Hybrid GMM and Codebook Mapping Method for Spectral Conversion 93116 ACII
HSM: A Fast Packet Classification Algorithm 93117 AINA
Chinese Question Classification from Approach and Semantic Views 93118 AIRS
Performance Evaluation and Improvement of Algorithmic Approaches for Packet Classification 93128 ICAS/ICNS
A Hierarchical Approach for Audio Stream Segmentation and Classification 93143 ISMIR
A Histogram Algorithm for Fast Audio Retrieval 93144 ISMIR
Chinese Named Entity Recognition with Multiple Features 93148 HLT/EMNLP
Opportunistic Data Dissemination in Mobile Peer-to-Peer Networks 93153 SSTD
Pricing Strategy of Mixed Traditional and Online Distribution Channels Based on Stackelberg Game 93157 WINE
MOBI-DIC: MOBIle DIscovery of loCal Resources in Peer-to-Peer Wireless Network 93163 IEEE Data Eng. Bull.
Multiuser detection for square-law receiver under Gaussian channel noise with applications to fiber-optic communications 93167 IEEE Transactions on Information Theory
Accurately extracting coherent relevant passages using hidden Markov models 93174 CIKM
Performance Analysis of Algebraic Soft Decoding of Reed-Solomon Codes over Binary Symmetric and Erasure Channel 93184 CoRR
Iterative Soft Input Soft Output Decoding of Reed-Solomon Codes by Adapting the Parity Check Matri 93185 CoRR
The study on the application of BAN logic in formal analysis of authentication protocols 93193 ICEC
An Identity-Based Threshold Signcryption Scheme with Semantic Security 93197 CIS (2)
A Proxy-Based Dynamic Inheritance of Soft-Device 93201 GCC
Pushing Scientific Documents by Discovering Interest in Information Flow Within E-Science Knowledge Grid 93202 GCC
Data Caching in Selfish MANETs 93206 ICCNMC
A Sniff Scheduling Policy for Power Saving in Bluetooth Piconet 93209 ICPADS (1)
Chaotic and periodic spreading dynamics in discrete small-world networks 93213 ISCAS (1)
A Cooperative Image Editing Tool over Mobile Phones 93219 MMM
Computational Design of Combinatorial Peptide Library for Modulating Protein-Protein Interactions 93222 Pacific Symposium on Biocomputing
Knowledge Energy in Knowledge Flow Networks 93231 SKG
An analysis of explicit loops in genetic programming 93232 Congress on Evolutionary Computation
Querical Data Networks 93247 Encyclopedia of Database Technologies and Applications
Automating the detection of breaks in continuous user experience with computer games 93250 CHI Extended Abstracts
Modelling Peer-to-Peer Data Networks Under Complex System Theory 93259 DNIS
Energy-efficient Data Organization and Query Processing in Sensor Networks 93271 ICDE
Utilizing Bio-Mechanical Characteristics For User-Independent Gesture Recognition 93273 ICDE Workshops
On the Stationarity of Multivariate Time Series for Correlation-Based Data Analysis 93275 ICDM
CL eVer: A Feature Subset Selection Technique for Multivariate Time Series 93287 PAKDD
ProDA: a suite of web-services for progressive data analysis 93293 SIGMOD Conference
Change Detection in Time Series Data Using Wavelet Footprints 93295 SSTD
A Multilevel Distance-Based Index Structure for Multivariate Time Series 93299 TIME
Alternative Solutions for Continuous K Nearest Neighbor Queries in Spatial Network Databases 93313 GeoInformatica
Scalability evaluation of the Yima streaming media architecture 93327 Softw., Pract. Exper.
Feature Subset Selection and Feature Ranking for Multivariate Time Series 93329 IEEE Trans. Knowl. Data Eng.
Hash-based labeling techniques for storage scaling 93332 VLDB J.
Relevance-Based Adaptive Event Communication for Mobile Environments with Variable QoS Capabilities 93350 MMNS
The war room command console: shared visualizations for inclusive team coordination 93352 SOFTVIS
E-procurement assimilation: an assessment of e-business capabilities and supplier readiness in the Australian public sector 93356 ICEC
Sensitivity analysis applied to the construction of radial basis function networks 93375 Neural Networks
Deterministic boundary recongnition and topology extraction for large sensor networks 93380 Algorithmic Aspects of Large and Complex Networks
Mehr Flexibilitandauml;t bei Rapid E-Learning - Plattformunabhandauml;ngige Reprandauml;sentation aller Kursdaten 93385 DeLFI
From Diodes to Insights 93393 GI Jahrestagung (2)
A Reflective Runtime Environment for Dynamic Adaptation of Streaming Media on Resource Constrained Devices 93396 HICSS
Shawn: A new approach to simulating wireless sensor network 93423 CoRR
Koordinatenfreies Lokationsbewusstsein (Localization without Coordinates 93424 CoRR
Deterministic boundary recognition and topology extraction for large sensor network 93425 CoRR
Koordinatenfreies Lokationsbewusstsein (Localization without Coordinates) 93427 it - Information Technology
WSDL-Driven SOAP Compression 93428 Int. J. Web Service Res.
Constraint-Based Motion Planning of Deformable Robots 93455 ICRA
LU-GPU: Efficient Algorithms for Solving Dense Linear Systems on Graphics Hardware 93469 SC
Homotopy-preserving medial axis simplification 93493 Symposium on Solid and Physical Modeling
Star-shaped Roadmaps - A Deterministic Sampling Approach for Complete Motion Planning 93509 Robotics: Science and Systems
Path Planning for Deformable Robots in Complex Environments 93510 Robotics: Science and Systems
General-Purpose Computations Using Graphics Processors 93528 IEEE Computer
Cache-oblivious mesh layouts 93546 ACM Trans. Graph.
Quick-VDR: Out-of-Core View-Dependent Rendering of Gigantic Models 93550 IEEE Trans. Vis. Comput. Graph.
GOOAL: an educational object oriented analysis laboratory 93562 OOPSLA Companion
An Algorithm to Learn Causal Relations Between Genes from Steady State Data: Simulation and Its Application to Melanoma Dataset 93572 AIME
A Fault-Tolerant and Minimum-Energy Path-Preserving Topology Control Algorithm for Wireless Multi-hop Networks 93576 CIS (1)
An Agent-Based Model For Web Services Transaction Processing 93579 EEE
BPEL4WS Unit Testing: Framework and Implementation 93590 ICWS
Incremental Methods for Simple Problems in Time Series: Algorithms and Experiments 93592 IDEAS
Robustness vs. efficiency in sensor networks 93597 IPSN
Performance of Routing Protocols in Very Large-Scale Mobile Wireless Ad Hoc Networks 93602 MASCOTS
Design of a Multichannel CMOS Biosensor IC for Extracellular Neural Recording 93603 METMBS
A Task-Type Aware Transaction Scheduling Algorithm in J2EE 93604 OTM Conferences (2)
Color Quantization of Digital Images 93605 PCM (2)
An Efficient Topology Maintenance Algorithm Based on Shortest Path Tree for Wireless Sensor Networks 93606 PDCAT
An On-Demand Bluetooth Scatternet Formation and Routing Protocol for Wireless Sensor Networks 93611 SNPD
Reasoning about Sensing Actions in Domains with Multi-Valued Fluents 93645 Studia Logica
On the optimal distribution of sensors in a random field 93648 TOSN
Monopulse Radar detection and localization of multiple unresolved targets via joint bin Processing 93651 IEEE Transactions on Signal Processing
Online auctions with re-usable goods 93676 ACM Conference on Electronic Commerce
Marriage, honesty, and stability 93679 SODA
Limitations of cross-monotonic cost sharing schemes 93680 SODA
Cycle Cover with Short Cycles 93683 STACS
Computing Equilibria in a Fisher Market with Linear Single-Constraint Production Units 93688 WINE
DogmatiX Tracks down Duplicates in XML 93707 SIGMOD Conference
Erkennen und Bereinigen von Datenfehlern in naturwissenschaftlichen Daten 93708 Datenbank-Spektrum
A Faceted Query Engine Applied to Archaeology 93727 VLDB
Wide area data replication for scientific collaborations 93737 GRID
Combining Virtual Organization and Local Policies for Automated Configuration of Grid Services 93747 SOAS
Maximal Vector Computation in Large Data Sets 93770 VLDB
On the design of energy-efficient location tracking mechanism in location-aware computing 93779 Mobile Information Systems
On the Hardness of Approximating Multicut and Sparsest-Cut 93783 IEEE Conference on Computational Complexity
Exploiting anarchy in networks: a game-theoretic approach to combining fairness and throughput 93794 INFOCOM
Efficient Implementation of Large-Scale Multi-Structural Databases 93813 VLDB
Clustering Aggregation 93829 ICDE
Mining Chains of Relations 93830 ICDM
Quality Assessment Approaches in Data Mining 93849 The Data Mining and Knowledge Discovery Handbook
A Review of Web Document Clustering Approaches 93850 The Data Mining and Knowledge Discovery Handbook
Introducing Semantics in Web Personalization: The Role of Ontologies 93862 EWMF/KDO
Usage-Based PageRank for Web Personalization 93865 ICDM
The role of caching and context-awareness in P2P service discovery 93877 Mobile Data Management
Web path recommendations based on page ranking and Markov models 93899 WIDM
Time-Aware Authority Ranking 93917 Internet Mathematics
Metadata Management in Outsourced Encrypted Databases 93931 Secure Data Management
Event Trace Independence of active behavior 93943 Inf. Process. Lett.
The Islands Approach to Nearest Neighbor Querying in Spatial Networks 93958 SSTD
Analogical Reasoning Based on Task Ontologies for On-Line Support 93969 KES (1)
Resolution of Semantic Queries on a Set of Web Services 93971 DEXA
Semantic Routing and Filtering for Large-Scale Video Streams Monitoring 93982 ICME
Speech-Based Visual Concept Learning Using Wordnet 93983 ICME
Optimizing user expectations for video semantic filtering and abstraction 93984 ISCAS (2)
Autonomous learning of visual concept models 93986 ISCAS (5)
A Crypto Signature Scheme For Image Authentication Over Wireless Channel 93996 Int. J. Image Graphics
Vertical Set Square Distance Based Clustering without Prior Knowledge of K 94009 IASSE
Data Mapper: An Operator for Expressing One-to-Many Data Transformations 94022 DaWaK
Extending Relational Algebra to express one-to-many data transformations 94026 SBBD
A Survey of Data Quality Tools 94030 Datenbank-Spektrum
Interpreting the data: Parallel analysis with Sawzall 94058 Scientific Programming
On Condensing Database Repairs Obtained by Tuple Deletions 94069 DEXA Workshops
Database repairing using updates 94080 ACM Trans. Database Syst.
On the Tree Inclusion and Query Evaluation in Document Databases 94084 ICEIS (1)
An Approximation Algorithm for Energy-Efficient Scheduling on A Chip Multiprocessor 94095 DATE
(1+epsion) approximation clock rate assignment for periodic real-time tasks on a voltage-scaling processor 94098 EMSOFT
Design and Implementation of SIP Security 94108 ICOIN
Multiprocessor Energy-Efficient Scheduling for Real-Time Tasks with Different Power Characteristics 94110 ICPP
Scheduling of Query Execution Plans in Distributed-Memory Multiprocessor Database Systems 94123 IASTED PDCS
Approximation Algorithms for Scheduling Multiple Feasible Interval Jobs 94131 RTCSA
Reconfigurable Platform for Content Science Research 94138 RTCSA
Voltage Scaling Scheduling for Periodic Real-Time Tasks in Reward Maximization 94146 RTSS
Real-time task scheduling anomaly: observations and prevention 94155 SAC
Efficient on-line identification of hot data for flash-memory management 94158 SAC
Power-Saving Scheduling for Weakly Dynamic Voltage Scaling Devices 94166 WADS
A Multi-Granularity Energy Profiling Approach and a Quantitative Study of a Web Browser 94168 WORDS
Real-Time Dwell Scheduling of Component-Oriented Phased Array Radars 94178 IEEE Trans. Computers
Efficient management for large-scale flash-memory storage systems with resource conservation 94189 TOS
Constraint Satisfaction In "Conscious" Software Agents--A Practical Application 94199 Applied Artificial Intelligence
Impact of modern memory subsystems on cache optimizations for stencil computations 94205 Memory System Performance
Analyzing Ultra-Scale Application Communication Requirements for a Reconfigurable Hybrid Interconnect 94216 SC
Query-Driven Visualization of Large Data Sets 94222 IEEE Visualization
Performance evaluation of the SX-6 vector architecture for scientific computations 94229 Concurrency - Practice and Experience
The Astrophysics Simulation Collaboratory Portal: a framework for effective distributed research 94231 Future Generation Comp. Syst.
Distributed evaluation of generalized path queries 94246 SAC
Trace System of iSCSI Storage Access and Performance Improvement 94272 DASFAA
Effective Dynamic Replication in Wide-Area Network Environments: A Perspective 94282 DEXA Workshops
Development of a Data Mining Application for Huge Scale Earth Environmental Data Archives 94287 DNIS
iSCSI Analysis System and Performance Improvement of iSCSI Sequential Access in High Latency Networks 94296 HiPC
A Study on Performance Analysis of Structural Deterioration for RDBMS 94302 ICDE Workshops
Simulation Study of Language Specific Web Crawling 94312 ICDE Workshops
LAPIN-SPAM: An Improved Algorithm for Mining Sequential Pattern 94314 ICDE Workshops
kNR-tree: a novel R-tree-based index for facilitating spatial window queries on any k relations among N spatial relations in mobile environments 94331 Mobile Data Management
Geo-word centric association rule mining 94332 Mobile Data Management
Trace System of iSCSI Storage Access 94343 SAINT
Web Information Systems Engineering - WISE 2005, 6th International Conference on Web Information Systems Engineering, New York, NY, USA, November 20-22, 2005, Proceeding 94357 WISE
Data Sharing in the Hyperion Peer Database System 94381 VLDB
Arpeggio: Metadata Searching and Content Sharing with Chord 94400 IPTPS
OverCite: A Cooperative Digital Research Library 94401 IPTPS
Incremental exploratory visualization of relationships in large codebases for program comprehension 94408 OOPSLA Companion
Brief announcement: on the expected overpayment of VCG mechanisms in large networks 94411 PODC
Piggy Bank: Experience the Semantic Web Inside Your Web Browser 94412 International Semantic Web Conference
First-price path auctions 94420 ACM Conference on Electronic Commerce
Deterministic network coding by matrix completion 94427 SODA
Subjective-Cost Policy Routing 94461 WINE
Thresher: automating the unwrapping of semantic content from the World Wide Web 94462 WWW
Minimum-Cost Multicast over Coded Packet Network 94477 CoRR
Toward Using the Network as a Switch: On the Use of TDM in Linear Optical Networks 94490 IEEE Journal on Selected Areas in Communications
Using linear programming to Decode Binary linear codes 94499 IEEE Transactions on Information Theory
What would it mean to blog on the semantic web 94503 J. Web Sem.
Making Chord Robust to Byzantine Attacks 94505 ESA
The Impact of Social Networks on Multi-Agent Recommender System 94518 CoRR
Parameters Affecting the Resilience of Scale-Free Networks to Random Failure 94519 CoRR
Building Graphical Model Based System in Sensor Networks 94539 EUC Workshops
A Comparison of Spread Methods in Unstructured P2P Networks 94556 ICCSA (3)
Toward Automated Large-Scale Information Integration and Discovery 94574 Data Management in a Connected World
Proceedings of the 5th Conference on Creativity andamp; Cognition, London, United Kingdom, April 12-15, 200 94583 Creativity andamp; Cognition
Creating histories 94584 Creativity andamp; Cognition
Agent Roles, Qua Individuals and the Counting Problem 94610 SELMAS
An Ontology-Based Approach for Evaluating the Domain Appropriateness and Comprehensibility Appropriateness of Modeling Languages 94611 MoDELS
SPHINX: A Fault-Tolerant System for Scheduling in Dynamic Grid Environments 94656 IPDPS
A secure voter-resolved approval voting protocol over internet 94731 ICEC
A Private and Efficient Mobile Payment Protocol 94740 CIS (2)
An Adaptive Attitude Bidding Strategy for Agents in Continuous Double Auctions 94747 EEE
Mobile Agents for Secure Electronic Commerce Transactions with Privacy Protection of the Customers 94748 EEE
A Mutual Influence Algorithm for Multiple Concurrent Negotiations 94749 FLAIRS Conference
Guided Complete Search for Nurse Rostering Problem 94759 ICTAI
Adaptive Soft Bid Determination in Bidding Strategies for Continuous Double Auctions 94763 ICTAI
An Effective Algorithm Based on GENET Neural Network Model for Job Shop Scheduling with Release Dates and Due Dates 94767 ISNN (1)
A Mutual Influence Algorithm for Multiple Concurrent Negotiations - A Game Theoretical Analysis 94769 KES (2)
Anonymity and Security in Public Internet Forums 94778 CEC
Use of cryptographic technologies for privacy protection of watermarks in internet retails of digital contents 94792 IJHPCN
Multidisciplinary e-government research and education as a catalyst for effective information technology transfer to regional governments 94800 DG.O
Regular and irregular progressive edge-growth tanner graphs 94807 IEEE Transactions on Information Theory
Voting Between Multiple Data Representations for Text Chunking 94814 Canadian Conference on AI
A Scheme for Testing Privacy State in Pervasive Sensor Networks 94815 AINA
Hamming Distance and Hop Count Based Classification for Multicast Network Topology Inference 94816 AINA
Applying Prior Knowledge in the Segmentation of 3D Complex Anatomic Structures 94825 CVBIA
Constructing Multi-Layered Boundary to Defend Against Intrusive Anomalies: An Autonomic Detection Coordinator 94828 DSN
Dynamically Selecting Distribution Strategies for Web Documents According to Access Pattern 94831 EUC
Cooperative Determination on Cache Replacement Candidates for Transcoding Proxy Caching 94834 GCC
A Localized Algorithm for Minimum-Energy Broadcasting Problem in MANET 94836 GCC
Distribution of Mobile Agents in Vulnerable Networks 94837 GCC
Reliability-Latency Tradeoffs for Data Gathering in Random-Access Wireless Sensor Networks 94838 GCC
Theoretical Analysis on A Traffic-Based Routing Algorithm of Mobile Agents 94842 IAT
k-Recombination Haplotype Inference in Pedigrees 94844 International Conference on Computational Science (2)
Cooperative Determination on Cache Replacement Candidates for Transcoding Proxy Caching 94845 ICCNMC
Toward improved wavelet-based watermarking using the pixel-wise masking model 94849 ICIP (1)
An Optimal Coverage Scheme for Wireless Sensor Network 94852 ICN (1)
Dynamic Combination of Multiple Host-Based Anomaly Detectors with Broader Detection Coverage and Fewer False Alerts 94853 ICN (2)
Placement Solutions for Multiple Versions of A Multimedia Object 94869 ISORC
A Brief Observation-Centric Analysis on Anomaly-Based Intrusion Detection 94884 ISPEC
An Improved Scheme of Wavelength Assignment for Parallel FFT Communication Pattern on a Class of Regular Optical Networks 94886 NPC
Developing Energy-Efficient Topologies and Routing for Wireless Sensor Networks 94887 NPC
Wavelength Assignment for Parallel FFT Communication Pattern on Linear Arrays by Lattice Embedding 94889 PDCAT
An Efficient Multiple-Precision Division Algorithm 94890 PDCAT
Solution to Multi-objective Fuzzy Optimization Dynamic Programming with Uncertain Information 94891 PDCAT
A New Solution to Non-structural System Group Decision-making Problems 94892 PDCAT
The maximal rates of more general complex orthogonal designs 94894 PDCAT
Toward Blind Logo Watermarking in JPEG-Compressed Images 94895 PDCAT
A New Routing Method to Tolerate both Convex and Concave 94896 PDCAT
A Survey of Mobile Agent-Based Fault-Tolerant Technology 94899 PDCAT
An Efficient Protocol for the Problem of Secure Two-party Vector Dominance 94901 PDCAT
RandomWalk Routing for Wireless Sensor Networks 94903 PDCAT
Privacy Preserving ID3 Algorithm over Horizontally Partitioned Data 94904 PDCAT
An Automatic and Robust Algorithm for Segmentation of Three-dimensional Medical Images 94905 PDCAT
A Brief Comparative Study on Analytical Models of Computer System Dependability and Security 94906 PDCAT
Covert Communication Through JPEG-Compressed Images 94920 VISION
Two Cache Replacement Algorithms Based on Association Rules and Markov Models 94924 SKG
The Cache Replacement Problem for Multimedia Object Caching 94925 SKG
New analysis on mobile agents based network routing 94928 Appl. Soft Comput.
Application of online-training SVMs for real-time intrusion detection with different considerations 94930 Computer Communications
Trellis Properties of Product Codes 94933 IEICE Transactions
The Bases Associated with Trellises of a Lattice 94936 IEICE Transactions
Some Trellis Properties on Lattices 94937 IEICE Transactions
Optimal Methods for Proxy Placement in Coordinated En-Route Web Caching 94940 IEICE Transactions
Online scheduling of unit jobs with bounded importance ratio 94943 Int. J. Found. Comput. Sci.
Minimum Parent-Offspring Recombination Haplotype Inference in Pedigrees 94973 T. Comp. Sys. Biology
Highly scalable, low-complexity image coding using zeroblocks of wavelet coefficients 94974 IEEE Trans. Circuits Syst. Video Techn.
A counterexample for the open problem on the minimal delays of orthogonal designs with maximal rates 94975 IEEE Transactions on Information Theory
A relation between the Characteristic Generators of a linear code and its dual 94976 IEEE Transactions on Information Theory
Optimal methods for coordinated enroute web caching for tree networks 94983 ACM Trans. Internet Techn.
Coordinated enroute multimedia object caching in transcoding proxies for tree networks 94984 TOMCCAP
Optimal methods for object management in coordinated en-route web caching for tree networks and autonomous systems 94992 IJHPCN
Stochastic analysis of mobile agent-based e-shopping 94993 IJEB
Motifs sandeacute;quentiels multidimensionnels andeacute;toilandeacute;s 95001 BDA
A personalization framework for OLAP queries 95005 DOLAP
Classifying XML Materialized views for their maintenance on distributed Web sources 95010 EGC
Towards Mining Frequent Queries in Star Schemes 95016 KDID
M2SP: Mining Sequential Patterns Among Several Dimensions 95021 PKDD
Lightweight multigranularity locking for transaction management in XML database systems 95054 Journal of Systems and Software
CLUE: cluster-based retrieval of images by unsupervised learning 95069 IEEE Transactions on Image Processing
Neighborhood Formation and Anomaly Detection in Bipartite Graphs 95072 ICDM
Streaming Pattern Discovery in Multiple Time-Series 95078 VLDB
Case-Based Student Modeling in Multi-agent Learning Environment 95081 CEEMAS
A Proposal for a Web Service-based Architecture to Support the Enhancement Of Units of Learning 95085 EMISA
Modeling Group-Based Education 95086 ER
A Perspective and Pattern-Based Evaluation Framework of EMLs' Expressiveness for Collaborative Learning: Application to IMS LD 95091 ICALT
Bulk loading large collections of hyperlinked resources 95109 Hypertext
Effectively Visualizing Large Networks Through Sampling 95115 IEEE Visualization
ALVIN: a system for visualizing large networks 95117 WWW (Special interest tracks and posters)
ESPClust: An Effective Skew Prevention Method for Model-Based Document Clustering 95139 CICLing
MMPClust: A Skew Prevention Algorithm for Model-Based Document Clustering 95140 DASFAA
A technical framework for sense-and-respond business management 95148 IBM Systems Journal
Subsite Retrieval: A Novel Concept for Topic Distillation 95149 AIRS
Similarity space projection for web image search and annotation 95158 Multimedia Information Retrieval
Effective Feature Extraction for Play Detection in American Football Video 95159 MMM
Webpage Importance Analysis Using Conditional Markov Random Walk 95165 Web Intelligence
Support vector machines classification with a very large-scale taxonomy 95171 SIGKDD Explorations
Perspectives in Conceptual Modeling, ER 2005 Workshops AOIS, BP-UML, CoMoGIS, eCOMO, and QoIS, Klagenfurt, Austria, October 24-28, 2005, Proceeding 95182 ER (Workshops)
Preface to QoIS 2005 95188 ER (Workshops)
3-Dimensional Hydrodynamic Interaction of a Supernova Remnant Shock with an Isolated Cloud 95207 CAMP
Resource Discovery in a Dynamic Grid Environment 95210 DEXA Workshops
Distributed approximate mining of frequent patterns 95230 SAC
A Social Semantics for Multi-agent Systems 95252 LPNMR
Estimating Range Queries using Aggregate Data with Integrity Constraints: a Probabilistic Approac 95256 CoRR
A New View on Normativeness in Distributed Reputation Systems 95260 AP2PC
Didactic as a First-Class Citizen in Courseware Development 95265 DeLFI
What is needed for semantic service descriptions? A proposal for suitable language constructs 95305 IJWGS
Seamless Real-time Clinical Data Integration for Mobile Clinical Information System 95311 ICDE Workshops
A Practical Ontology for Product Information Management 95312 iiWAS
Modularizing design patterns with aspects: a quantitative study 95322 AOSD
Not so eXtreme programming: agile practices for Randamp;D projects 95330 OOPSLA Companion
Improving architecture testability with patterns 95331 OOPSLA Companion
Grooming of multicast sessions in metropolitan WDM ring networks 95357 Computer Networks
SNAP: Efficient Snapshots for Back-in-Time Execution 95365 ICDE
Eclipse modeling framework for document management 95393 ACM Symposium on Document Engineering
Web-Log-Driven Business Activity Monitoring 95399 IEEE Computer
A Phrasal Approach to Natural Language Interfaces over Databases 95405 NLDB
Topic 8 - Distributed Systems and Algorithms 95425 Euro-Par
Brief announcement: exploring the consistency problem space 95440 PODC
Optimistic replication 95456 ACM Comput. Surv.
Pushing Log-Based Reconciliation 95459 International Journal on Artificial Intelligence Tools
Replication Mechanisms Over a Set of Distributed UDDI Registries 95461 Encyclopedia of Database Technologies and Applications
On specifying an environment of software agents and Web services 95463 AICCSA
Conversations for Web Services Composition 95467 APWeb
Context for Personalized Web Services 95479 HICSS
A View-based Approach for Tracking Composite Web Services 95486 ECOWS
Towards Context-Based Tracking of Web Services Security 95488 iiWAS
Ubiquitous Computing, Proceedings of the 2nd International Workshop on Ubiquitous Computing, IWUC 2005, In conjunction with ICEIS 2005, Miami, USA, May 200 95493 IWUC
Special track on handheld computing 95500 SAC
On Coordinating Personalized Web Services Using CooPS 95502 SAINT
A fuzzy logic-based system for assessing the level of business-to-consumer (B2C) trust in electronic commerce 95528 Expert Syst. Appl.
Web services composition using software agents and conversations 95533 Ingandeacute;nierie des Systandegrave;mes d'Information
Toward an Agent-Based and Context-Oriented Approach for Web Services Composition - Appendices 95535 IEEE Trans. Knowl. Data Eng.
Toward an Agent-Based and Context-Oriented Approach for Web Services Composition 95536 IEEE Trans. Knowl. Data Eng.
On Sequential and 1-Deterministic P Systems 95542 COCOON
Testing Systems of Concurrent Black-Boxes-An Automata-Theoretic and Decompositional Approach 95547 FATES
Signaling P Systems and Verification Problems 95552 ICALP
On Symport/Antiport P Systems and Semilinear Sets 95559 Workshop on Membrane Computing
On Model-Checking of P Systems 95563 UC
Testing Systems of Concurrent Black-boxes - an Automata-Theoretic and Decompositional Approac 95573 CoRR
On one-membrane P systems operating in sequential mode 95576 Int. J. Found. Comput. Sci.
On various notions of parallelism in P Systems 95577 Int. J. Found. Comput. Sci.
On two-way nondeterministic finite automata with one reversal-bounded counter 95581 Theor. Comput. Sci.
On composition and lookahead delegation of e-services modeled by automata, 95582 Theor. Comput. Sci.
Algorithm for Analyzing N-Dimensional Hilbert Curve 95642 WAIM
Digesting Virtual "Geek" Culture: The Summarization of Technical Internet Relay Chats 95655 ACL
Eco-informatics and natural resource management 95664 DG.O
Aligning database columns using mutual information 95671 DG.O
Language processing technologies for electronic rulemaking: a project highlight 95672 DG.O
Methodologies for the Reliable Construction of Ontological Knowledge 95683 ICCS
Handling Biographical Questions with Implicature 95703 HLT/EMNLP
Classummary: Introducing Discussion Summarization to Online Classrooms 95704 HLT/EMNLP
MRE: A Study on Evolutionary Language Understanding 95709 NLUCS
Toward Large-Scale Shallow Semantics for Higher-Quality NLP 95716 CLIN
Data Alignment and Integration 95726 IEEE Computer
Multi-document Biography Summarizatio 95729 CoRR
A Framework for Effective Annotation of Information from Closed Captions Using Ontologies 95732 J. Intell. Inf. Syst.
Queries in Context: Access to Digitized Historic Documents in a Collaboratory for the Humanities 95743 From Integrated Publication and Information Systems to Virtual Information and Knowledge Environments
Statistical relationship determination in automatic thesaurus construction 95744 CIKM
Can Proactive Behavior turn Chatterbots into Conversational Agents? 95758 IAT
DiLAS: a Digital Library Annotation Service 95765 IWAC
Semantics of Data Streams and Operators 95780 ICDT
No pane, no gain: efficient evaluation of sliding-window aggregates over data streams 95782 SIGMOD Record
Towards Secure XML Document with Usage Control 95790 APWeb
A system-level methodology for fully compensating process variability impact of memory organizations in periodic applications 95800 CODES+ISSS
A HAL for Component-Based Embedded Operating Systems 95801 COMPSAC (2)
Towards an Authentication Protocol for Service Outsourcing Over IP Networks 95803 Security and Management
Systematic Analysis of Energy and Delay Impact of Very Deep Submicron Process Variability Effects in Embedded SRAM Modules 95805 DATE
OmniSeer: A Cognitive Framework for User Modeling, Reuse of Prior and Tacit Knowledge, and Collaborative Knowledge Services 95809 HICSS
Simulating Large-Scale Traffic Aggregation in an Automatic Switched Optical Network 95818 PDCAT
Printed Arabic document recognition system 95826 DRR
New statistical method for machine-printed Arabic character recognition 95827 DRR
A Flexible Payment Scheme and Its Role-Based Access Control 95833 IEEE Trans. Knowl. Data Eng.
Variable tapered pareto buffer design and implementation allowing run-time configuration for low-power embedded SRAMs 95835 IEEE Trans. VLSI Syst.
Intrusion Detection via Analysis and Modelling of User Commands 95861 DaWaK
A New Approach for Cluster Detection for Large Datasets with High Dimensionality 95862 DaWaK
Efficient Distributed XML Data Management for Mobile Commerce 95868 EEE
On the complexity of computing peer agreements for consistent query answering in peer-to-peer data integration systems 95885 CIKM
The Complexity of Quantified Constraint Satisfaction Problems under Structural Restrictions 95890 IJCAI
Bounding the Uncertainty of Graphical Games: The Complexity of Simple Requirements, Pareto and Strong Nash Equilibria 95903 UAI
Pure Nash Equilibria: Hard and Easy Games 95911 J. Artif. Intell. Res. (JAIR)
Query answering exploiting structural properties 95913 SIGMOD Record
Abductive Logic Programs with Penalization: Semantics, Complexity and Implementation 95915 TPLP
Persuasion and Value in Legal Argument 95920 J. Log. Comput.
Mining Spatial Object Associations for Scientific Data 95925 IJCAI
Dynamic Classification of Defect Structures in Molecular Dynamics Simulation Data 95928 SDM
Data Mapper: An Operator for Expressing One-to-Many Data Transformations 95931 DaWaK
Agent Communication, International Workshop on Agent Communication, AC 2004, New York, NY, USA, July 19, 2004, Revised Selected and Invited Paper 95977 AC
4rd International Joint Conference on Autonomous Agents and Multiagent Systems (AAMAS 2005), July 25-29, 2005, Utrecht, The Netherland 95993 AAMAS
Norm compliance of protocols in electronic institutions 95995 AAMAS
Task and social coordination in agent organizations 96003 AAMAS
Designing Normative Behaviour Via Landmarks 96014 AAMAS Workshops
Exploring Congruence Between Organizational Structure and Task Performance: A Simulation Approach 96015 AAMAS Workshops
Verifying Norm Compliancy of Protocols 96016 AAMAS Workshops
Efficiency and Fairness in Air Traffic Control 96018 BNAIC
Contextual Terminologies 96026 CLIMA VI
Towards a Market Mechanism for Airport Traffic Control 96036 EPIA
Modal logic investigations in the Modal logic investigations in the semantics of counts semantics of counts-as as 96048 ICAIL
Programming Deliberative Agents for Mobile Services: The 3APL-M Platform 96058 PROMAS
Organizing Multiagent Systems 96061 Autonomous Agents and Multi-Agent Systems
Norms in multiagent systems: from theory to practice 96067 Comput. Syst. Sci. Eng.
Building Semantic Digital Libraries: Automated Ontology Linking by Associative Naandiuml;ve Bayes Classifier 96079 ECDL
Semantic Association of Taxonomy-based Standards Using Ontology 96088 Integrating Ontologies
An Interactive Map of Regulatory Networks of Pseudomonas aeruginosa Genome 96091 Systems Biology and Regulatory Genomics
Statistical distributions of optimal global alignment scores of random protein sequences 96096 BMC Bioinformatics
Text Mining in the Context of Business Intelligence 96104 Encyclopedia of Information Science and Technology (V)
Sharing Learner Information through a Web Services-based Learning Architecture 96117 J. Web Eng.
Editorial 96118 RITA
Density Estimation for Spatial Data Streams 96126 SSTD
Database: Enterprise, Skills and Innovation, 22nd British National Conference on Databases, BNCOD 22, Sunderland, UK, July 5-7, 2005, Proceeding 96130 BNCOD
An Index Structure for Parallel Processing of Multidimensional Data 96144 WAIM
2D Conditional Random Fields for Web information extraction 96151 ICML
Effectively Mining and Using Coverage and Overlap Statistics for Data Integration 96157 IEEE Trans. Knowl. Data Eng.
IIV: An Invisible Invariant Verifier 96177 CAV
Galois Connections in Data Analysis: Contributions from the Soviet Era and Modern Russian Research 96197 Formal Concept Analysis
Analyzing Conflicts with Concept-Based Learning 96198 ICCS
Learning Closed Sets of Labeled Graphs for Chemical Applications 96210 ILP
Assessing Topological Consistency for Collapse Operation in Generalization of Spatial Databases 96230 ER (Workshops)
Spatio-temporal Similarity Analysis Between Trajectories on Road Networks 96231 ER (Workshops)
Web and Wireless Geographical Information Systems, 5th International Workshop, W2GIS 2005, Lausanne, Switzerland, December 15-16, 2005, Proceeding 96240 W2GIS
A Framework for Dynamic Updates of Map Data in Mobile Devices 96242 W2GIS
Optimization Design of Controller Periods Using Evolution Strategy 96258 CIS (1)
Scheduling Design of Controllers with Fuzzy Deadline 96263 FSKD (1)
Hybrid Genetic-SPSA Algorithm Based on Random Fuzzy Simulation for Chance-Constrained Programming 96264 FSKD (1)
JXTPIA: A JXTA-Based P2P Network Interface and Architecture for Grid Computing 96271 HPCC
E-Commerce Success Factors: Exploratory and Empirical Research on the Chinese Publishing Industry 96275 ICEBE
A Hierarchical Approach for Incremental Floorplan Based on Genetic Algorithms 96277 ICNC (3)
Weighted On-line SVM Regression Algorithm and Its Application 96278 ICNC (1)
Improved Multiuser Detection for Fast FH/MFSK Systems 96280 ICWN
ANOSVA: a statistical method for detecting splice variation from expression data 96285 ISMB (Supplement of Bioinformatics)
Effective Resource Allocation in a JXTA-Based Grid Computing Platform JXTPIA 96291 ISPA
MPEG-4 FGS Video Traffic Model and Its Application in Simulations for Layered Video Multicast 96301 PCM (2)
Energy-Aware Scheduling Design of Control Tasks 96306 PDPTA
A Hierarchical Approach to Multimodal Classification 96311 RSFDGrC (2)
A multi-agent approach for solving optimization problems involving expensive resources 96315 SAC
On the optimality of conditional expectation as a Bregman predictor 96364 IEEE Transactions on Information Theory
XHK: The Grammar-based Lexical Semantic Knowledge base 96371 Journal of Chinese Language and Computing
Some Suggestions on How to Improve the Lexical Semantic Knowledge-Base 96372 Journal of Chinese Language and Computing
Research on pulse electrochemical finishing using a moving cathode 96374 IJMTM
A Levelwise Search Algorithm for Interesting Subspace Clusters 96380 ICDM
Learning Deterministic Finite Automata to Capture Sequential Patterns 96383 IICAI
An Algorithm for Well Structured Subspace Clusters 96387 SDM
Gradual Transition Detection Using EM Curve Fitting 96397 MMM
A performance vs. cost framework for evaluating DHT design tradeoffs under churn 96406 INFOCOM
Adaptive Replication Method Based on Peer Behavior Pattern in Unstructured Peer-to-Peer Systems 96419 ICDE Workshops
Maximal lifetime scheduling in sensor surveillance networks 96447 INFOCOM
Towards Designing a Trusted Routing Solution in Mobile Ad Hoc Networks 96464 MONET
The MathSAT 3 System 96478 CADE
Efficient Satisfiability Modulo Theories via Delayed Theory Combination 96482 CAV
An Incremental and Layered Procedure for the Satisfiability of Linear Arithmetic Logic 96500 TACAS
Verifying Industrial Hybrid Systems with MathSAT 96505 Electr. Notes Theor. Comput. Sci.
MathSAT: Tight Integration of SAT and Mathematical Decision Procedures 96513 J. Autom. Reasoning
Visual content adaptation according to user perception characteristics 96525 IEEE Transactions on Multimedia
Moving Objects Database 96544 None
Fuzzy Spatial Objects: An Algebra Implementation in SECONDO 96557 ICDE
Estimating the Overlapping Area of Polygon Join 96567 SSTD
BioMart and Bioconductor: a powerful link between biological databases and microarray data analysis 96608 Bioinformatics
Ensembl 2005 96612 Nucleic Acids Research
Making DTD a Truly Powerful Schema Language 96617 APWeb
Extending XML with Nonmonotonic Multiple Inheritance 96622 DASFAA
Similarity-Based Alignment and Generalization 96676 ECML
SCOUT Contextually Organizes User Tasks 96679 ICEBE
DocWizards: a system for authoring follow-me documentation wizards 96688 UIST
Service-Oriented Workflow Model 96763 AINA
Exploring Semantic Technologies in Service Matchmakin 96768 ECOWS
DartGrid II: A Semantic Grid Platform for ITS 96771 IEEE Intelligent Systems
Hierarchical Clustering Algorithms for Document Datasets 96811 Data Min. Knowl. Discov.
Incorporating Semantics in Scientific Workflow Authoring 96821 SSDBM
User Profile Management in Converged Networks (Episode II): "Share your Data, Keep your Secrets" 96826 CIDR
XML Subtree Queries: Specification and Composition 96827 DBPL
A Proposal for a Semantic-Driven eGovernment Service Architecture 96841 EGOV
Delivering new web content reusing remote and heterogeneous sites. A DOM-based approach 96867 WWW (Special interest tracks and posters)
From Contents to Activities: Modelling Units of Learning 96870 J. UCS
Generating high quality printouts from content management systems: a cost-effective approach 96874 Softw., Pract. Exper.
Speed Scaling to Manage Temperature 96910 STACS
Speed Scaling of Tasks with Precedence Constraints 96917 WAOA
Freshness-Aware Scheduling of Continuous Queries in the Dynamic Web 96918 WebDB
Zone sharing: a hot-spots decomposition scheme for data-centric storage in sensor networks 96920 DMNS
A Comparison of Multicast Pull Models 96925 Algorithmica
Fault-Tolerant Scheduling 96941 SIAM J. Comput.
Algorithmic problems in power management 96943 SIGACT News
Load Balancing Parallel Explicit State Model Checking 96955 Electr. Notes Theor. Comput. Sci.
Ontology Construction for Semantic Web: A Role-Based Collaborative Development Method 96956 APWeb
Classification by Instance-Based Learning Algorithm 96973 IDEAL
ImageAspect Finder/Difference-Amplifier: Focusing on Peripheral Information for Image Search and Browsing 96998 APWeb
Referential Context Mining: Discovering Viewpoints from the Web 97005 Web Intelligence
DRKH: A Power Efficient Encryption Protocol forWireless Devices 97007 LCN
DRKH: dynamic re-keying with key hopping 97008 PE-WASUN
GeoSpatial Semantics, First International Conference, GeoS 2005, Mexico City, Mexico, November 29-30, 2005, Proceeding 97024 GeoS
Modeling Phase Spectra Using Gaussian Mixture Models for Human Face Identification 97067 ICAPR (2)
Compiler-guided register reliability improvement against soft errors 97083 EMSOFT
Efficient Text Classification by Weighted Proximal SVM 97088 ICDM
A Service Workflow Management Framework Based on Peer-to-Peer and Agent Technologies 97095 QSIC
Piecewise Constant Modeling of Sequential Data Using Reversible Jump Markov Chain Monte Carlo 97110 Data Mining in Bioinformatics
Constraint-Based Mining and Inductive Databases, European Workshop on Inductive Databases and Constraint Based Mining, Hinterzarten, Germany, March 11-13, 2004, Revised Selected Paper 97113 Constraint-Based Mining and Inductive Databases
A Hidden Markov Technique for Haplotype Reconstruction 97199 WABI
Composition of Services with Nondeterministic Observable Behavior 97250 ICSOC
Automatic Composition of Web Services in Colombo 97265 SEBD
Efficiently Managing Data Intensive Ontologies 97269 SWAP
Product family design knowledge representation, integration, and reuse 97286 IRI
Survey of Biodata Analysis from a Data Mining Perspective 97291 Data Mining in Bioinformatics
Transformation from Test Language ATLAS to C++ 97292 CIT
Information Flow Security for Interactive Systems 97300 EUC
Data Mining Techniques for Microarray Datasets 97304 ICDE
M2M Interface: A Web Services-based Framework for Federated Enterprise Management 97305 ICWS
Applying Model-Transformation Techniques to Ontology Evolution 97306 NODe/GSEM
A Model Transformation Based Conceptual Framework for Ontology Evolution 97307 KES (1)
Magic number silicon dioxide-based clusters: Laser ablation-mass spectrometric and density functional theory studies 97321 Journal of Computational Chemistry
Urban Traffic Information Service Application Grid 97326 J. Comput. Sci. Technol.
A graph database with visual queries for genomics 97330 APBC
Two Can Keep A Secret: A Distributed Architecture for Secure Database Services 97336 CIDR
Adaptive Caching for Continuous Queries 97348 ICDE
Anonymizing Tables 97356 ICDT
The Pipelined Set Cover Problem 97357 ICDT
Finding large cycles in Hamiltonian graphs 97375 SODA
Lower bounds on Locality Sensitive Hashin 97400 CoRR
Scale-free aggregation in sensor networks 97432 Theor. Comput. Sci.
Abstract hierarchical graph transformation 97441 Mathematical Structures in Computer Science
Ad Hoc Star Join Query Processing in Cluster Architectures 97458 DaWaK
Topic 7 - Parallel Computer Architecture and ILP 97463 Euro-Par
Software Trace Cache 97489 IEEE Trans. Computers
Combining full text and bibliometric information in mapping scientific disciplines 97501 Inf. Process. Manage.
Optimizing embedded applications using programmer-inserted hints 97510 ASP-DAC
Compiler-directed selective data protection against soft errors 97511 ASP-DAC
Increasing FPGA resilience against soft errors using task duplication 97513 ASP-DAC
FD-HGAC: a hybrid heuristic/genetic algorithm hardware/software co-synthesis framework with fault detection 97514 ASP-DAC
Studying interactions between prefetching and cache line turnoff 97516 ASP-DAC
Using data replication to reduce communication energy on chip multiprocessors 97519 ASP-DAC
Using loop invariants to fight soft errors in data caches 97520 ASP-DAC
Customized on-chip memories for embedded chip multiprocessors 97524 ASP-DAC
Compiler-directed proactive power management for networks 97529 CASES
Verifiable annotations for embedded java environments 97530 CASES
A Compiler-Based Approach to Data Security 97540 CC
Optimizing Address Code Generation for Array-Intensive DSP Applications 97548 CGO
Increasing on-chip memory space utilization for embedded chip multiprocessors through data compression 97555 CODES+ISSS
Improving java virtual machine reliability for memory-constrained embedded systems 97556 DAC
Locality-conscious workload assignment for array-based computations in MPSOC architectures 97557 DAC
A Constraint Network Based Approach to Memory Layout Optimization 97570 DATE
Thermal-Aware Task Allocation and Scheduling for Embedded Systems 97573 DATE
Locality-Aware Process Scheduling for Embedded MPSoCs 97578 DATE
Studying Storage-Recomputation Tradeoffs in Memory-Constrained Embedded Processing 97583 DATE
Increasing Register File Immunity to Transient Errors 97587 DATE
Nonuniform Banking for Reducing Memory Energy Consumption 97588 DATE
BB-GC: Basic-Block Level Garbage Collection 97589 DATE
Access Pattern-Based Code Compression for Memory-Constrained Embedded Systems 97590 DATE
Reliability-Centric High-Level Synthesis 97592 DATE
A Data-Centric Approach to Checksum Reuse for Array-Intensive Applications 97597 DSN
Exploiting last idle periods of links for network power management 97599 EMSOFT
Optimizing inter-processor data locality on embedded chip multiprocessors 97601 EMSOFT
Load elimination for low-power embedded processors 97615 ACM Great Lakes Symposium on VLSI
Integer linear programming based energy optimization for banked DRAMs 97616 ACM Great Lakes Symposium on VLSI
Energy management in software-controlled multi-level memory hierarchies 97617 ACM Great Lakes Symposium on VLSI
Using data compression in an MPSoC architecture for improving performance 97618 ACM Great Lakes Symposium on VLSI
Code restructuring for improving cache performance of MPSoCs 97628 ICCAD
Runtime integrity checking for inter-object connections 97629 ICCAD
Integrating loop and data optimizations for locality within a constraint network based framework 97631 ICCAD
2D data locality: definition, abstraction, and application 97632 ICCAD
Compiler-directed voltage scaling on communication links for reducing power consumption 97635 ICCAD
Improving scratch-pad memory reliability through compiler-guided data block duplication 97636 ICCAD
Temperature-Sensitive Loop Parallelization for Chip Multiprocessors 97641 ICCD
Disk layout optimization for reducing energy consumption 97654 ICS
Reliability-Conscious Process Scheduling under Performance Constraints in FPGA-Based Embedded Systems 97659 IPDPS
Reducing Power with Performance Constraints for Parallel Sparse Applications 97660 IPDPS
Power and Performance in I/O for Scientific Applications 97661 IPDPS
Exploiting Barriers to Optimize Power Consumption of CMPs 97668 IPDPS
Software-Directed Disk Power Management for Scientific Applications 97669 IPDPS
Dataflow analysis for energy-efficient scratch-pad memory management 97675 ISLPED
An evaluation of code and data optimizations in the context of disk power reduction 97678 ISLPED
Power-aware code scheduling for clusters of active disks 97681 ISLPED
Reliability-Centric Hardware/Software Co-Design 97691 ISQED
An ILP Formulation for Reliability-Oriented High-Level Synthesis 97692 ISQED
Exploiting Inter-Processor Data Sharing for Improving Behavior of Multi-Processor SoCs 97695 ISVLSI
Increasing Data TLB Resilience to Transient Errors 97696 ISVLSI
A Data-Driven Approach for Embedded Security 97697 ISVLSI
Dynamic Compilation for Reducing Energy Consumption of I/O-Intensive Applications 97710 LCPC
Compiling for memory emergency 97714 LCTES
Fault Recovery Designs for Processor-Embedded Distributed Storage Architectures with I/O-Intensive DB Workloads 97721 MSST
Exposing disk layout to compiler for reducing energy consumption of parallel disk based systems 97729 PPOPP
An Adaptive Locality-Conscious Process Scheduler for Embedded Systems 97733 IEEE Real-Time and Embedded Technology and Applications Symposium
Memory Space Conscious Loop Iteration Duplication for Reliable Execution 97735 SAS
Exploiting frequent field values in java objects for reducing heap memory requirements 97749 VEE
Processor-embedded distributed smart disks for I/O-intensive workloads: architectures, performance models and evaluation 97761 J. Parallel Distrib. Comput.
Improving whole-program locality using intra-procedural and inter-procedural transformations, 97762 J. Parallel Distrib. Comput.
Reducing data cache leakage energy using a compiler-based approach 97776 ACM Trans. Embedded Comput. Syst.
Data space-oriented tiling for enhancing locality 97777 ACM Trans. Embedded Comput. Syst.
Optimizing instruction TLB energy using software and hardware techniques 97782 ACM Trans. Design Autom. Electr. Syst.
Optimizing Array-Intensive Applications for On-Chip Multiprocessors 97789 IEEE Trans. Parallel Distrib. Syst.
Compiler-guided leakage optimization for banked scratch-pad memories 97798 IEEE Trans. VLSI Syst.
Symmetric encryption in reconfigurable and custom hardware 97802 IJES
Interoperability and Multimedia Archives 97807 MMM
Consistency for Web Services Applications 97818 VLDB
A Decentralised Approach to Electronic Consent and Health Information Access Control 97819 Journal of Research and Practice in Information Technology
Sensor Network Coverage Restoration 97826 DCOSS
Time-series Bitmaps: a Practical Visualization Tool for Working with Large Time Series Databases 97827 SDM
ALIP: The Automatic Linguistic Indexing of Pictures System 97835 CVPR (2)
IMAGINATION: a robust image-based CAPTCHA generation system 97847 ACM Multimedia
Multimedia Systems and Content-Based Image Retrieval. By Sagarmay Deb, Idea Group Publishing, 2004, $79.95 ISBN 1-59140-156-9 97856 Inf. Process. Manage.
Digital imagery for significant cultural and historical materials 97859 Int. J. on Digital Libraries
Searching for High-Value Rare Events with Uncheatable Grid Computing 97868 ACNS
Detecting Malicious Beacon Nodes for Secure Location Discovery in Wireless Sensor Networks 97874 ICDCS
Risk-Based Routing Protocol for Wireless Ad-hoc Networks 97878 ICWN
A beacon-less location discovery scheme for wireless sensor networks 97880 INFOCOM
LAD: Localization Anomaly Detection forWireless Sensor Networks 97881 IPDPS
Attack-resistant location estimation in sensor networks 97882 IPSN
An efficient scheme for authenticating public keys in sensor networks 97885 MobiHoc
Privacy-Preserving Collaborative Filtering on Vertically Partitioned Data 97889 PKDD
SVD-based collaborative filtering with privacy 97892 SAC
Proceedings of the 3rd ACM Workshop on Security of ad hoc and Sensor Networks, SASN 2005, Alexandria, VA, USA, November 7, 200 97894 SASN
Privacy-Preserving Top-N Recommendation on Horizontally Partitioned Data 97900 Web Intelligence
Group-based key pre-distribution in wireless sensor networks 97901 Workshop on Wireless Security
A pairwise key predistribution scheme for wireless sensor networks 97906 ACM Trans. Inf. Syst. Secur.
Using the pi-Calculus for Formalizing Workflow Patterns 97916 Business Process Management
Dynamic Failure Recovery of Generated Workflows 97927 DEXA Workshops
NODe 2005, GSEM 2005, Erfurt, Germany, September 20-22, 2005 (Net.ObjectDays 97942 NODe/GSEM
NaXDB - Realizing Pipelined XQuery Processing in a Native XML Database System 97947 XIME-P
Multi-labelled classification using maximum entropy method 97961 SIGIR
Proceedings of the 1st Annual ACM Workshop on Mining Network Data, MineNet 2005, Philadelphia, Pennsylvania, USA, August 26, 200 97965 MineNet
Database and Information Retrieval Techniques for XML 97974 ASIAN
WIM: An Information Mining Model for the Web 97988 DEXA Workshops
Applications of a Web Information Mining Model to Data Mining and Information Retrieval Tasks 97989 DEXA Workshops
Applications of Web Query Mining 97990 ECIR
A Website Mining Model Centered on User Queries 97996 EWMF/KDO
Characterizing Objectionable Image Content (Pornography and Nude Images) of Specific Web Segments: Chile as a Case Study 98010 LA-WEB
Web Mining 98012 LA-WEB
WIM: An Information Mining Model for the Web 98015 LA-WEB
Experimental Analysis of a Fast Intersection Algorithm for Sorted Sequences 98043 SPIRE
Foreword 98108 J. Discrete Algorithms
Query Optimization in Encrypted Database Systems 98137 DASFAA
Efficient Key Updates in Encrypted Database Systems 98143 Secure Data Management
Software Architecture, 2nd European Workshop, EWSA 2005, Pisa, Italy, June 13-14, 2005, Proceeding 98159 EWSA
The ArchWare Tower: The Implementation of an Active Software Engineering Environment Using a pi-Calculus Based Architecture Description Language 98160 EWSA
Server Enforced Program Safety for Web Applications 98198 J. Web Eng.
An Active-Architecture Approach to COTS Integration 98200 IEEE Software
A software architecture approach for structuring autonomic systems 98206 ACM SIGSOFT Software Engineering Notes
CUHK at ImageCLEF 2005: Cross-Language and Cross-Media Image Retrieval 98216 CLEF
A New Feature of Uniformity of Image Texture Directions Coinciding with the Human Eyes Perception 98229 FSKD (2)
Improvements to the Conventional Layer-by-Layer BP Algorithm 98241 ICIC (2)
Methods of Decreasing the Number of Support Vectors via k-Mean Clustering 98242 ICIC (1)
An Experimental Evaluation on Reliability Features of N-Version Programming 98264 ISSRE
PORT: A Price-Oriented Reliable Transport Protocol for Wireless Sensor Networks 98266 ISSRE
A Novel Method for Early Software Quality Prediction Based on Support Vector Machine 98267 ISSRE
Semantic Video Summarization Using Mutual Reinforcement Principle and Shot Arrangement Patterns 98274 MMM
Predictive ranking: a novel page ranking approach by estimating the web structure 98294 WWW (Special interest tracks and posters)
The effect of code coverage on fault detection under different testing profiles 98297 A-MOST
Reliability assessment and sensitivity analysis of software reliability growth modeling based on software module structure 98308 Journal of Systems and Software
A Hough transform based line recognition method utilizing both parameter space and image space 98310 Pattern Recognition
A novel scheme for hybrid digital video watermarking: approach, evaluation and experimentation 98316 IEEE Trans. Circuits Syst. Video Techn.
Optimal release time for software systems considering cost, testing-effort, and test efficiency 98320 IEEE Transactions on Reliability
Reliability analysis for various communication schemes in wireless CORBA 98321 IEEE Transactions on Reliability
Optimal testing resource allocation, and sensitivity analysis in software development 98322 IEEE Transactions on Reliability
A Simulation Approach to Structure-Based Software Reliability Analysis 98323 IEEE Trans. Software Eng.
Recognition of merged characters based on forepart prediction, necessity-sufficiency matching, and character-adaptive masking 98326 IEEE Transactions on Systems, Man, and Cybernetics, Part B
The effect of code coverage on fault detection under different testing profiles 98330 ACM SIGSOFT Software Engineering Notes
Streams, Security and Scalability 98342 DBSec
Index Structures for Matching XML Twigs Using Relational Query Processors 98351 ICDE Workshops
Effective Computation of Biased Quantiles over Data Streams 98352 ICDE
Data Stream Query Processing 98355 ICDE
IQIS 2005, International Workshop on Information Quality in Information Systems, 17 June 2005, Baltimore, Maryland, USA (SIGMOD 2005 Workshop 98367 IQIS
Approximate Joins: Concepts and Techniques 98400 VLDB
Answering order-based queries over XML data 98406 WWW (Special interest tracks and posters)
Interoperability and Multimedia Archives 98476 MMM
Degree Distribution of Competition-Induced Preferential Attachment Graph 98490 CoRR
A New Commit Protocol for Distributed Real-Time Database Systems 98494 Databases and Applications
Performance Evaluation of Secure Concurrency Control Algorithm for Multilevel Secure Distributed Database Systems 98499 ITCC (1)
Performance Comparison of Majority Voting with ROWA Replication Method over PlanetLab 98500 IWDC
A Memory Efficient Fast Distributed Real Time Commit Protocol 98501 IWDC
Strategies for Cache Invalidation of Location Dependent Data in Mobile Environment 98503 PDPTA
An Improvement of Text Association Classification Using Rules Weights 98510 ADMA
Fingerprint Quality Indices for Predicting Authentication Performance 98512 AVBPA
Association Classification Based on Sample Weighting 98518 FSKD (2)
Symmetric extension for two-channel quincunx filter banks 98525 ICIP (1)
A framework for developing design models with analysis and design patterns 98529 IRI
PAD: a pattern-driven analysis and design method 98533 OOPSLA Companion
Fingerprint Deformation Models Using Minutiae Locations and Orientations 98540 WACV/MOTION
Semantically Rich Materialisation Rules for Integrating Heterogeneous Databases 98545 BNCOD
A multinomial clustering model for fast simulation of computer architecture designs 98550 KDD
A Fast Normalized Maximum Likelihood Algorithm for Multinomial Data 98558 IJCAI
On Discriminative Bayesian Network Classifiers and Logistic Regression 98565 Machine Learning
Offline and Data Stream Algorithms for Efficient Computation of Synopsis Structures 98596 VLDB
A Case for Cooperative and Incentive-Based Coupling of Distributed Clusters 98620 CLUSTER
A Distributed Network Architecture for Robust Internet Voting Systems 98621 EGOV
Transforming Sem-ODM semantic schemas to DTDs 98645 ACM Southeast Regional Conference (1)
Data embedding techniques and applications 98650 CVDB
Mediation Systems Modeling and Verification 98659 ICECCS
Secure Software Architectures Design by Aspect Orientation 98660 ICECCS
Research on Wavelet Domain Fractal Coding in Digital Watermarking 98661 ICME
An Effective Two-Stage Neural Network Model and Its Application on Flood Loss Prediction 98681 ISNN (3)
Building connected neighborhood graphs for isometric data embedding 98686 KDD
Path Switching in OBS Networks 98687 NETWORKING
Mediation security specification and enforcement for heterogeneous databases 98689 SAC
Mediation framework modeling and verification by SAM 98690 SAC
Formal Aspect-Oriented Modeling and Analysis by Aspect 98693 SEKE
Dynamic Integration Strategy for Mediation Framework 98694 SEKE
Theoretical studies on the electronic and optical properties of two new alternating fluorene/carbazole copolymers 98704 Journal of Computational Chemistry
Building k Edge-Disjoint Spanning Trees of Minimum Total Length for Isometric Data Embedding 98710 IEEE Trans. Pattern Anal. Mach. Intell.
Building k-edge-connected neighborhood graph for distance-based data projection 98715 Pattern Recognition Letters
Pruning and Visualizing Generalized Association Rules in Parallel Coordinates 98719 IEEE Trans. Knowl. Data Eng.
Characterizing Ideal Weighted Threshold Secret Sharing 98740 TCC
Low Bandwidth Dynamic Traitor Tracing Schemes 98750 J. Cryptology
Boosting the Performance of Multimedia Applications Using SIMD Instructions 98808 CC
Two ellipse-based pruning methods for group nearest neighbor queries 98812 GIS
Automatically partitioning packet processing applications for pipelined architectures 98813 PLDI
Automatic multithreading and multiprocessing of C programs for IXP 98814 PPOPP
Adaptive Path Finding for Moving Objects 98816 W2GIS
XML application schema matching using similarity measure and relaxation labeling 98829 Inf. Sci.
Extraction-Transformation-Loading Processes 98836 Encyclopedia of Database Technologies and Applications
Optimizing ETL Processes in Data Warehouses 98848 ICDE
Timely Provisioning of Mobile Services in Critical Pervasive Environments 98852 OTM Conferences (1)
State-Space Optimization of ETL Workflows 98859 IEEE Trans. Knowl. Data Eng.
A Model Driven Approach to Design Web Services in a Web Engineering Method 98862 CAiSE Short Paper Proceedings
Developing E-Commerce Applications from Task-Based Descriptions 98865 EC-Web
Transforming Web Requirements into Navigational Models: AN MDA Based Approach 98867 ER
Applying a Web Engineering Method to Design Web Services 98868 ICSOC
From Web Requirements to Navigational Design - A Transformational Approach 98871 ICWE
Using Task Descriptions for the Specification of Web Application Requirements 98872 WER
EFSOC: A Layered Framework for Developing Secure Interactions between Web-Services 98877 Distributed and Parallel Databases
High Availability Considerations for a Distributed Computer-Based Railway Information System 98884 DEXA Workshops
Single-Machine Partial Rescheduling with Bi-criterion Based on Genetic Algorithm 98916 ICIC (1)
Terminal penalty rolling scheduling based on an initial schedule for single-machine scheduling problem 98932 Computers andamp; OR
The Amber biomolecular simulation programs 98935 Journal of Computational Chemistry
Computation on Sentence Semantic Distance for Novelty Detection 98936 J. Comput. Sci. Technol.
Spheres of Visibility 98942 ECOWS
Monitoring for Hierarchical Web Services Compositions 98944 TES
Updating XML Using Object-Relational Database 98948 BNCOD
Declarative Data Fusion - Syntax, Semantics, and Implementation 98952 ADBIS
Trust2: Developing Trust in Peer-to-Peer Environments 98960 IEEE SCC
Designing Secure Wireless Mobile Ad Hoc Networks 98980 AINA
An Authorization Architecture for Web Services 98991 DBSec
Two-Phase Peer Evaluation in P2P E-Commerce Environments 98997 EEE
A Trust based Access Control Framework for P2P File-Sharing Systems 98998 HICSS
A Mobile Autonomous Agent-based Secure Payment Protocol Supporting Multiple Payments 99000 IAT
Type and Scope of Trust Relationships in Collaborative Interactions in Distributed Environments 99002 ICEIS (3)
Analysis and Modelling of Trust in Distributed Information Systems 99009 ICISS
Authorization and Trust Enhanced Security for Distributed Applications 99010 ICISS
A Middleware-Based Script Language 99011 ICMB
Data Protection in Distributed Database Systems 99024 ISMIS
Analysis of Existing Authorization Models and Requirements for Design of Authorization Framework for the Service Oriented Architecture 99026 ISWS
Efficient TTP-Free Mental Poker Protocols 99027 ITCC (1)
Maximizing Utility of Mobile Agent Based E-Commerce Applications with Trust Enhanced Security 99046 TrustBus
Trust Enhanced Security for Mobile Agents 99047 CEC
Architectural Framework for Web Services Authorization 99052 WSMDEIS
Evaluating the Performance and Scalability of Web Application Systems 99054 ICITA (1)
Security and Trust Enhanced Mobile Agent Based System Design 99055 ICITA (1)
Business-Process-Oriented Software Requirements Automatic Generator 99056 ICITA (1)
Secure route structures for parallel mobile agents based systems using fast binary dispatch 99073 Mobile Information Systems
Assigning Unique Keys to Chemical Compounds for Data Integration: Some Interesting Counter Examples 99102 DILS
Graph-Theoretic Scagnostics 99115 INFOVIS
Supporting Configurable Congestion Control in Data Transport Services 99130 SC
Teraflows over Gigabit WANs with UDT 99148 Future Generation Comp. Syst.
Simple Available Bandwidth Utilization Library for High-Speed Wide Area Networks 99162 The Journal of Supercomputing
PWSSEC: Proceso de Desarrollo para Seguridad de Servicios 99178 JISBD
Towards a Process for Web Services Security 99188 WOSIS
Security in Information Systems, Proceedings of the 3rd International Workshop on Security in Information Systems, WOSIS 2005, In conjunction with ICEIS2005, Miami, USA, May 200 99189 WOSIS
Evaluation of NMS e-Services Environment Within the Context of Four Specific Socio-Economic Domains: Towards the Promotion of a few Best Practices for Improving e-Inclusion and e-Participation 99220 ECEG
An Overview Description of a Multi-channel eGovernment Open Interoperable Architecture - Communication Technologies and Constraints 99221 EGOV (Workshops and Posters)
New Fundamental Profiling Characteristics for Designing Adaptive Web-based Educational Systems 99225 CELDA
6th International Conference on Mobile Data Management (MDM 2005), Ayia Napa, Cyprus, May 9-13, 200 99238 Mobile Data Management
Concept-based discovery of mobile services 99240 Mobile Data Management
Editorial message: special track on ubiquitous computing 99246 SAC
Key issues for the design and development of mobile commerce services and applications 99262 IJMC
Exploiting the web for point-in-time file sharing 99281 WWW (Special interest tracks and posters)
An Incremental Approach to Link Evaluation in Topic-Driven Web Resource Discovery 99299 AAIM
Modal Operators with Adaptable Semantics for Multi-agent Systems 99308 AI*IA
Theoretical andpracticalaspects of interfacing ontologies andlexicalresources 99313 SWAP
Quantificational Modal Logic with Sequential Kripke Semantics 99314 Journal of Applied Non-Classical Logics
Reverse Engineering Ontology to Conceptual Data Models 99319 Databases and Applications
Heterogeneous Relational Databases for a Grid-Enabled Analysis Environment 99322 ICPP Workshops
Heterogeneous Relational Databases for a Grid-enabled Analysis Environmen 99333 CoRR
A New Method for Design of Robust Digital Circuits 99349 ISQED
Anemone: using end-systems as a rich network management platform 99408 MineNet
An Approach to Find Embedded Clusters Using Density Based Techniques 99422 ICDCIT
Rate-one space-frequency block codes with maximum diversity for MIMO-OFDM 99433 IEEE Transactions on Wireless Communications
Integrating the Relational Interval Tree into IBM's DB2 Universal Database Server 99435 BTW
CLICKS: an effective algorithm for mining subspace clusters in categorical datasets 99451 KDD
Efficiently Processing Queries on Interval-and-Value Tuples in Relational Databases 99460 VLDB
Efficient Approximation of Convex Recolorings 99484 APPROX-RANDOM
Using Semi-definite Programming to Enhance Supertree Resolvability 99513 WABI
Convex Recolorings of Strings and Trees: Definitions, Hardness Results and Algorithms 99514 WADS
Efficient Approximation of Convex Recoloring 99534 CoRR
Rank-Stability and Rank-Similarity of Link-Based Web Ranking Algorithms in Authority-Connected Graphs 99553 Inf. Retr.
DL-Lite: Tractable Description Logics for Ontologies 99606 AAAI
Inconsistency Tolerance in P2P Data Integration: An Epistemic Logic Approach 99607 DBPL
Data Integration: a Challenging ASP Application 99614 LPNMR
Experimenting efficient query answering over inconsistent databases (extended abstract) 99617 SEBD
Efficiently Managing Data Intensive Ontologies 99620 SWAP
A comprehensive semantic framework for data integration systems 99621 J. Applied Logic
Preface 99622 J. Applied Logic
Dynamic Server Redirect for Multimedia Service in Distributed Peer-to-Peer Network 99656 ICME
Robust Video Retrieval Using Temporal MVMB Moments 99659 KES (3)
Fast Discovery of Sequential Patterns through Memory Indexing and Database Partitioning 99685 J. Inf. Sci. Eng.
Efficient mining of sequential patterns with time constraints by delimited pattern growth 99688 Knowl. Inf. Syst.
Robust video sequence retrieval using a novel object-based T2D-histogram descriptor 99703 J. Visual Communication and Image Representation
Early Data Tailoring for Ubiquitous Information Access in Highly Dynamic Environments 99728 Multimedia Information Systems
Identifying Semantically Similar Arabic Words using a Large Vocabulary Speech Recognition System 99764 EuroIMSA
Detection and Tracking of Discrete Phenomena in Sensor-Network Databases 99777 SSDBM
An active buffer management technique for providing interactive functions in broadcast video-on-demand systems 99785 IEEE Transactions on Multimedia
Sensor Data Collection with Expected Reliability Guarantees 99830 PerCom Workshops
Exploiting Relationships for Domain-Independent Data Cleaning 99833 SDM
Pvault: a client server system providing mobile access to personal data 99845 StorageSS
Indexing Multi-Dimensional Uncertain Data with Arbitrary Probability Density Functions 99865 VLDB
A Methodology for the Optimal Configuration of TCP Traffic in Network Simulations under Link Load Constraints 99868 Annual Simulation Symposium
On the predictability of large transfer TCP throughput 99877 SIGCOMM
Prediction of TCP throughput: formula-based and history-based methods 99878 SIGMETRICS
Dynamic Host-Group/Multi-Destination Routing for Multicast Sessions 99884 Telecommunication Systems
MIRACLE at WebCLEF 2005: Combining Web Specific and Linguistic Information 99900 CLEF
MIRACLE's Cross-Lingual Question Answering Experiments with Spanish as a Target Language 99901 CLEF
A Semantic Information Retrieval Advertisement and Policy Based System for a P2P Network 99906 DBISP2P
Impact of XML schema evolution on valid documents 99922 WIDM
Automatic high-dimensional association rule generation for large relational data sets 99952 IEEE ICCI
A Grid Clustering Algorithm Based on Reference and Density 99963 ASIAN
A Novel Clustering Technique Based on Improved Noising Method 99970 CIARP
A Bayesian Mixture Model for Multi-View Face Alignment 99974 CVPR (2)
Energy-Efficient Target Localization Based on a Prediction Model 99981 EUC Workshops
Multicast Routing with Minimum Energy Cost and Minimum Delay in Wireless Sensor Networks 99982 EUC Workshops
Large-Scale Ensemble Decision Analysis of Sib-Pair IBD Profiles for Identification of the Relevant Molecular Signatures for Alcoholism 99983 FSKD (2)
Grapheme-to-Phoneme Conversion Based on a Fast TBL Algorithm in Mandarin TTS Systems 99984 FSKD (2)
An Improved FCM Algorithm based on Search Space Smoothing 99993 Computational Intelligence
ALLCN: An Automatic Logic-to-Layout Tool for Carbon Nanotube Based Nanotechnology 99996 ICCD
Reinforcement Learning Based on Multi-agent in RoboCup 100000 ICIC (1)
A probabilistic model for robust face alignment in videos 100004 ICIP (3)
Hiding privacy information in video surveillance system 100005 ICIP (3)
Drawing Undirected Graphs with Genetic Algorithms 100011 ICNC (3)
Specification of Function Block Applications with UML 100017 ICRA
An Application of FIPA-ACL Based Agent Communication in Mobile-GPS System 100020 ICWN
Linearization of Mammograms Using Parameters Derived from Noise Characteristics 100024 IPMI
An Experimental Evaluation of Linear and Kernel-Based Classifiers for Face Recognition 100031 ISNN (2)
A Digital Image Encryption Scheme Based on the Hybrid of Cellular Neural Network and Logistic Map 100034 ISNN (2)
Exponential Stability of Cohen-Grossberg Neural Networks with Delays 100035 ISNN (1)
An Approach to Constructing Feature Models Based on Requirements Clustering 100043 RE
A Feature-Oriented Approach to Modeling Requirements Dependencies 100044 RE
Localization and mapping with mobile sensor networks 100049 SenSys
Analysis of dose-response effects on gene expression data with comparison of two microarray platforms 100069 Bioinformatics
Robust estimation of protein expression ratios with lysate microarray technology 100070 Bioinformatics
In silico microdissection of microarray data from heterogeneous cell populations 100075 BMC Bioinformatics
Design and simulation of a supplemental protocol for BGP 100077 Computer Networks
Extraction, matching, and pose recovery based on dominant rectangular structures 100080 Computer Vision and Image Understanding
New Born Radii Deriving Method for Generalized Born Model 100101 Journal of Chemical Information and Modeling
Comments on "Sign detection in residue arithmetic units" [Journal of Systems Architecture 45 (1998) 251-258] 100102 Journal of Systems Architecture
Replication Cache: A Small Fully Associative Cache to Improve Data Cache Reliability 100111 IEEE Trans. Computers
Robust quantification of in vitro angiogenesis through image analysis 100114 IEEE Trans. Med. Imaging
Soft-input soft-output decorrelating detectors for coded multiuser systems 100117 IEEE Transactions on Signal Processing
Querying Ontologies: A Controlled English Interface for End-Users 100199 International Semantic Web Conference
How Similar Is It? Towards Personalized Similarity Measures in Ontologies 100206 Wirtschaftsinformatik
Search Support in Data Management Systems 100216 Data Management in a Connected World
Scalable summary based retrieval in P2P networks 100225 CIKM
Inhaltsbasierte Suche in P2P-Systemen 100267 Datenbank-Spektrum
Fast retrieval of high-dimensional feature vectors in P2P networks using compact peer data summaries 100269 Multimedia Syst.
Accurate language model estimation with document expansion 100278 CIKM
Multiple-Pattern Matching In LZW Compressed Files Using Aho-Corasick Algorithm 100281 DCC
A Flexible Compressed Text Retrieval System Using a Modified LZW Algorithm 100282 DCC
Compressing Bitmap Indices by Data Reorganization 100283 ICDE
Multiple-Pattern Matching For LZW Compressed Files 100284 ITCC (1)
Mining comparable bilingual text corpora for cross-language information integration 100286 KDD
Search and Retrieval of Compressed Text 100295 Advances in Computers
Pattern Matching in LZW Compressed File 100298 IEEE Trans. Computers
Application-oriented communication for networked systems 100321 ICPADS (1)
A mobility model based on WLAN traces and its validation 100329 INFOCOM
WXCP: Explicit Congestion Control for Wireless Multi-hop Networks 100337 IWQoS
Using Platform-Specific Performance Counters for Dynamic Compilation 100343 LCPC
Adaptive Main Memory Compression 100367 USENIX Annual Technical Conference, General Track
Scalability of routing methods in ad hoc networks 100378 Perform. Eval.
Characterization of P2P File-Sharing System 100398 ISPA Workshops
Cross-Layer Flow Control Based on Path Capacity Prediction for Multi-hop Ad Hoc Network 100399 ISPA
GCMPR: Gateway-Centric Multi-path Routing for Internet Connectivity of Wireless Mobile Ad Hoc Network 100401 NPC
An Interest-based P2P RDF Query Architecture 100404 SKG
Managing Student Expectations Online 100406 ICWL
Getting Priorities Straight: Improving Linux Support for Database I/O 100420 VLDB
A Morphological Edge Detector for Gray-Level Image Thresholding 100431 ICIAR
Process Programming to Support Medical Safety: A Case Study on Blood Transfusion 100434 ISPW
Pruning Social Networks Using Structural Properties and Descriptive Attributes 100454 ICDM
Loadstar: A Load Shedding Scheme for Classifying Data Streams 100513 SDM
On-demand overlay networking of collaborative applications 100533 CollaborateCom
Mining Closed and Maximal Frequent Subtrees from Databases of Labeled Rooted Trees 100570 IEEE Trans. Knowl. Data Eng.
DNAFSMiner: a web-based software toolbox to recognize two types of functional sites in DNA sequences 100617 Bioinformatics
Mining border descriptions of emerging patterns from dataset pairs 100620 Knowl. Inf. Syst.
Performance bottleneck in time-series subsequence matching 100632 SAC
C-Store: A Column-oriented DBMS 100672 VLDB
The microarchitecture of FPGA-based soft processors 100689 CASES
Advances in Informatics, 10th Panhellenic Conference on Informatics, PCI 2005, Volos, Greece, November 11-13, 2005, Proceeding 100698 Panhellenic Conference on Informatics
Evaluating an NLG System using Post-Editing 100726 IJCAI
Appropriate Microplanning Choices for Low-Skilled Readers 100727 IJCAI
Connecting language to the world 100731 Artif. Intell.
Choosing words in computer-generated weather forecasts 100733 Artif. Intell.
Mobile Digital Rights Management: Security Requirements and Copy Detection Mechanisms 100770 DEXA Workshops
Equidistant Binary Fingerprinting Codes Existence and Identification Algorithms 100774 ICCSA (2)
Practical Scenarios for the Van Trung-Martirosyan Codes 100775 ICCSA (2)
A Family of Collusion 2-Secure Codes 100780 Information Hiding
Tracing Traitors by Guessing Secrets. The q-Ary Case 100783 ISPEC
A New Class of Codes for Fingerprinting Schemes 100784 ISPEC
Multimedia Copyright Protection Platform Demonstrator 100787 iTrust
Fingerprinting Schemes. Identifying the Guilty Sources Using Side Information 100788 IWDW
Energy Efficiency of Load Balancing in MANET Routing Protocols 100792 SNPD
Development of a platform offering video copyright protection and security against illegal distribution 100793 Security, Steganography, and Watermarking of Multimedia Contents
Learning to summarise XML documents using content and structure 100817 CIKM
Advances in XML Information Retrieval, Third International Workshop of the Initiative for the Evaluation of XML Retrieval, INEX 2004, Dagstuhl Castle, Germany, December 6-8, 2004, Revised Selected Paper 100848 INEX
The Interpretation of CAS 100850 INEX
INEX 2005 Evaluation Measures 100852 INEX
Overview of INEX 2005 100855 INEX
Modelling Good Entry Pages on the Web 100859 ISMIS
A Metadata Model Supporting Scalable Interactive TV Services 100861 MMM
XML Multimedia Retrieval 100877 SPIRE
Guest Editorial: Spaces, Logic, and Link Analysis in IR: Recent Advances From A Mathematical and Logical Perspective 100892 Inf. Retr.
Introduction to the Special Issue on INEX 100894 Inf. Retr.
Report on the INEX 2005 workshop on element retrieval methodology 100909 SIGIR Forum
Information retrieval based on collaborative filtering with latent interest semantic map 100918 KDD
21andegrave;mes Journandeacute;es Bases de Donnandeacute;es Avancandeacute;es, BDA 2005, Saint Malo, 17-20 octobre 2005, Actes (Informal Proceedings) 100922 BDA
A Full Pattern-Based Paradigm for XML Query Processing 100937 PADL
ULoad: Choosing the Right Storage for Your XML Application 100943 VLDB
Constructing Multiclass Learners from Binary Learners: A Simple Black-Box Analysis of the Generalization Errors 100946 ALT
Simple Distributed Algorithms for Approximating Minimum Steiner Trees 100947 COCOON
Markov Model-Based Clustering for Efficient Patient Care 100967 CBMS
Classification of the Auditory Brainstem Response (ABR) Using Wavelet Analysis and Bayesian Network 100969 CBMS
Data grid performance analysis through study of replication and storage infrastructure parameters 100970 CCGRID
Improving Classification Decisions by Multiple Knowledge 100975 ICTAI
Time-Constrained Service on Air 100998 ICDCS
Tracking Irregularly Moving Objects based on Alert-enabling Sensor Model in Sensor Networks 100999 ICPADS (1)
Augmenting the Power of the Various Versions of LSI Used in Document Retrieval 101017 DNIS
The Multimedia Semantic Web 101018 DNIS
Optimizing Refresh of a Set of Materialized Views 101086 VLDB
Towards computationally sound symbolic analysis of key exchange protocols 101101 FMSE
Obfuscated databases and group privacy 101103 ACM Conference on Computer and Communications Security
Fast dictionary attacks on passwords using time-space tradeoff 101104 ACM Conference on Computer and Communications Security
Game-Based Analysis of Denial-of-Service Prevention Protocols 101108 CSFW
Probabilistic Escrow of Financial Transactions with Cumulative Threshold Disclosure 101117 Financial Cryptography
Probabilistic Polynomial-Time Semantics for a Protocol Security Logic 101119 ICALP
Symbolic protocol analysis with an Abelian group operator or Diffie-Hellman exponentiation 101133 Journal of Computer Security
Reputation-based trust management 101135 Journal of Computer Security
Contract signing, optimism, and advantage 101137 J. Log. Algebr. Program.
Utilizing a Multimedia UML Framework for an Image Database Application 101144 ER (Workshops)
Transformation von SQL in XQuery-Anfragen innerhalb fandouml;derierter Informationssysteme 101152 Grundlagen von Datenbanken
Towards Semantic Integration of XML-based Business Process Models 101184 Wissensmanagement
Towards an Integrated BPM Schema: Control Flow Heterogeneity of PNML and BPEL4WS 101185 Wissensmanagement (LNCS Volume)
Learning Ontology-Aware Classifiers 101191 Discovery Science
A framework for semantic web services discovery 101196 WIDM
Self-organising Applications Using Lightweight Agents 101200 Engineering Self-Organising Systems
Publish/Subscribe with RDF Data over Large Structured Overlay Networks 101210 DBISP2P
RUL: A Declarative Update Language for RDF 101222 International Semantic Web Conference
On Discovery of Extremely Low-Dimensional Clusters using Semi-Supervised Projected Clustering 101248 ICDE
Mining Frequent Spatio-Temporal Sequential Patterns 101249 ICDM
Efficient Algorithms for Mining and Incremental Update of Maximal Frequent Sequences 101259 Data Min. Knowl. Discov.
A Generic Transcoding Tool for Making Web Applications Adaptive 101272 CAiSE Short Paper Proceedings
Building Self-Managing Web Information Systems from Generic Components 101274 CAiSE Workshops (2)
Database Wrappers Development: Towards Automatic Generation 101278 CSMR
A Model-Driven Approach for Designing Distributed Web Information Systems 101294 ICWE
Hera presentation generator 101322 WWW (Special interest tracks and posters)
Towards distributed processing of RDF path queries 101331 Int. J. Web Eng. Technol.
Editorial 101333 J. Web Eng.
Editorial 101336 J. Web Eng.
Exploring the Potentials of Vertical Striping on Disks 101347 IKE
On approaching wideband capacity using multitone FSK 101349 IEEE Journal on Selected Areas in Communications
Traffic Management for Video Streaming Service over Diff-Serv 101356 PCM (2)
TCP-Friendly Congestion Control over Heterogeneous Wired/Wireless IP Network 101357 PCM (2)
Speculative Branch Folding for Pipelined Processors 101361 IEICE Transactions
Comparison of Two VR Platforms for Virtual Reality Rehabilitation: Video Capture versus HMD 101373 Presence
A SWOT Analysis of the Field of Virtual Rehabilitation and Therapy 101375 Presence
Information Fusion - Methods and Aggregation Operators 101379 The Data Mining and Knowledge Discovery Handbook
Empirical Analysis of Database Privacy Using Twofold Integrals 101384 CIS (1)
Modeling Decisions for Artificial Intelligence, Second International Conference, MDAI 2005, Tsukuba, Japan, July 25-27, 2005, Proceeding 101392 MDAI
Modeling Decisions for Artificial Intelligence: Theory, Tools and Applications 101397 MDAI
Privacy in Data Mining 101411 Data Min. Knowl. Discov.
Ordinal, Continuous and Heterogeneous k-Anonymity Through Microaggregation 101412 Data Min. Knowl. Discov.
Aggregation operators and models 101415 Fuzzy Sets and Systems
On the meta-knowledge choquet integral and related models 101426 Int. J. Intell. Syst.
Graphical Interpretation of the Twofold Integral and its Generalization 101429 International Journal of Uncertainty, Fuzziness and Knowledge-Based Systems
Exploration of textual document archives using a fuzzy hierarchical clustering algorithm in the GAMBAL system 101432 Inf. Process. Manage.
Fuzzy Measure and Probability Distributions: Distorted Probabilities 101439 IEEE T. Fuzzy Systems
An architecture for workflow scheduling under resource allocation constraints 101454 Inf. Syst.
Extracting conceptual relationships from specialized documents 101489 Data Knowl. Eng.
Analyzing Plan Diagrams of Database Query Optimizers 101492 VLDB
Performance Comparison of TCP Traffic over Mobile IPv4 and IPv6 Networks and a Mobile Network Deployment Approach 101493 CIT
A Hybrid Classification System for Cancer Diagnosis with Proteomic Bio-markers 101495 EPIA
Evaluation on a Simple Deployment Approach of Mobile IP Networks with Dual Stack Access Routers 101497 ICWN
Detecting cuts in sensor networks 101514 IPSN
A Generic XACML Based Declarative Authorization Scheme for Java 101520 ESORICS
PatZip: Pattern-Preserved Spatial Data Compression 101528 PAKDD
The role of visualization in effective data cleaning 101532 SAC
Spatial contextual noise removal for post classification smoothing of remotely sensed images 101533 SAC
Design of an Object-Oriented Workflow Management System with Reusable and Fine-Grained Components 101546 CRIWG
A Flexible Failure-Recovery Model for Workflow Management Systems 101556 Int. J. Cooperative Inf. Syst.
Word Sense Disambiguation with Semi-Supervised Learning 101568 AAAI
Learning Semantic Classes for Word Sense Disambiguation 101569 ACL
Text classification with kernels on the multinomial manifold 101589 SIGIR
Understanding the function of web elements for mobile content delivery using random walk models 101596 WWW (Special interest tracks and posters)
Time in State Machines 101617 Abstract State Machines
SDL 2005: Model Driven, 12th International SDL Forum, Grimstad, Norway, June 20-23, 2005, Proceeding 101630 SDL Forum
ASM and SDL Models of Geographic Routing in Mobile Ad Hoc Networks 101633 SDL Forum
Tool-based language development 101635 Computer Networks
A Framework for Semi-Supervised Learning Based on Subjective and Objective Clustering Criteria 101645 ICDM
Active Mining, Second International Workshop, AM 2003, Maebashi, Japan, October 28, 2003, Revised Selected Paper 101655 Active Mining
A Cluster-based Predictive Modeling to Improve Pedagogic Reasoning 101666 CELDA
Visualizing Dynamics of the Hot Topics Using Sequence-Based Self-organizing Maps 101682 KES (4)
Inductive Logic Programming for Structure-Activity Relationship Studies on Large Scale Data 101697 SAINT Workshops
AutoGlobe: Automatische Administration von dienstbasierten Datenbankanwendungen 101717 BTW
Flexible Autorisierung in Web Service-Fandouml;derationen 101721 BTW
Dynamic Load Balancing of Virtualized Database Services Using Hints and Load Forecasting 101724 CAiSE Workshops (2)
Semantic Caching for Web Services 101747 ICSOC
An Authorization Framework for Sharing Data in Web Service Federations 101754 Secure Data Management
Flexible Autorisierung in Datenbank-basierten Web Service-Fandouml;derationen 101785 Inform., Forsch. Entwickl.
Quickly Finding Known Software Problems via Automated Symptom Matching 101810 ICAC
PICCIL: Interactive Learning to Support Log File Categorization 101811 ICAC
Test-based diagnosis: tree and matrix representations 101819 Integrated Network Management
An integrated framework on mining logs files for computing system management 101822 KDD
Statictical Models for Unequally Spaced Time Series 101826 SDM
Automated Problem Determination using Call-Stack Matching 101832 J. Network Syst. Manage.
APA: An Interior-Oriented Intrusion Detection System Based on Multi-agents 101848 ICCNMC
Patch Based Blind Image Super Resolution 101849 ICCV
Automatic 3D Face Modeling from Video 101850 ICCV
Partial Elastic Matching of Time Series 101851 ICDM
Short Term Load Forecasting Model Based on Support Vector Machine 101855 ICMLC
Low complexity RDO mode decision based on a fast coding-bits estimation model for H.264/AVC 101860 ISCAS (4)
An Inter-Application and Inter-Client Priority-Based QoS Proxy Architecture for Heterogeneous Networks 101861 ISCC
High Efficient Context-Based Variable Length Coding with Parallel Orientation 101865 PCM (1)
A Newly Modified Algorithm of Hough Transform for Line Detection 101881 Int. J. Image Graphics
An Improved Upper Bound for SAT 101909 SAT
An Improved Upper Bound for SA 101916 Electronic Colloquium on Computational Complexity (ECCC)
Clause Shortening Combined with Pruning Yields a New Upper Bound for Deterministic SAT Algorithm 101917 Electronic Colloquium on Computational Complexity (ECCC)
On quantum versions of record-breaking algorithms for SAT 101920 SIGACT News
On the Relativity of Ontological Domains and Their Specifications 101921 Encyclopedia of Information Science and Technology (IV)
Multi-lingual Database Querying and the Atoms of Language 101924 NLDB
Seven-O'Clock: A New Distributed GVT Algorithm Using Network Atomic Operations 101938 PADS
Sharing event data in optimistically scheduled multicast applications 101953 Winter Simulation Conference
Reconfigurable Context-Sensitive Bio-Bridge Middleware for Smart Bio-Laboratories 101964 AINA
Toward discovering disease-specific gene networks from online literature 101966 APBC
Virtual Lab Dashboard: Ubiquitous Monitoring and Control in a Smart Bio-laboratory 101969 ICCSA (2)
Smart bio-laboratories of the future 101972 ISCAS (5)
Discovering reliable protein interactions from high-throughput experimental data using network topology 101977 Artificial Intelligence in Medicine
Accelerated off-target search algorithm for siRNA 102015 Bioinformatics
5'SAGE: 5'-end Serial Analysis of Gene Expression database 102027 Nucleic Acids Research
dsCheck: highly sensitive off-target search software for double-stranded RNA-mediated RNA interference 102028 Nucleic Acids Research
SPLINDID: a semi-parametric, model-based method for obtaining transcription rates and gene regulation parameters from genomic and proteomic expression profiles 102041 Bioinformatics
BioStar models of clinical and genomic data for biomedical data warehouse design 102047 IJBRA
Diversity gain's influence on MIMO's detection 102054 ISCAS (2)
Time-Cognizant Recovery Processing for Embedded Real-Time Databases 102065 DASFAA
A Bayesian network classifier with inverse tree structure for voxelwise magnetic resonance image analysis 102074 KDD
Graphical-model-based morphometric analysis 102079 IEEE Trans. Med. Imaging
Conceptual Design of an XML FACT Repository for Dispersed XML Document Warehouses and XML Marts 102083 CIT
Engineering XML Solutions Using Views 102084 CIT
A Layered View Model for XML Repositories and XML Data Warehouses 102085 CIT
A Novel Fuzzy Logic Controller (FLC) for Shortening the TCP Channel Roundtrip Time by Eliminating User Buffer Overflow Adaptively 102087 ACSC
FLC: A Novel Dynamic Buffer Tuner for Shortening Service Roundtrip Time over the Internet by Eliminating User-Level Buffer Overflow on the Fly 102094 APPT
Applying a Fuzzy Trust Model to E-Commerce Systems 102099 Australian Conference on Artificial Intelligence
A Requirement Engineering Approach for Designing XML-View Driven, XML Document Warehouses 102107 COMPSAC (1)
Event Composition and Detection in Data Stream Management Systems 102112 DEXA
Conceptual Design of an XML-View Driven, Global XML FACT Repository for XML Document Warehouses 102116 DEXA Workshops
A Design Methodology for User Access Control (UAC) Middleware 102120 EEE
A Three-Layered XML View Model: A Practical Approach 102122 ER
Software Engineering Ontologies and Their Implementation 102131 IASTED Conf. on Software Engineering
CCCI Metrics for the Measurement of Quality of e-Service 102132 IAT
The Object-Oriented Features in OOWIS 102133 International Conference on Internet Computing
EXtensible Web (xWeb): An XML-View Based Web Engineering Methodology 102140 ICCSA (2)
Risk in Trusted Decentralized Communications 102144 ICDE Workshops
XML Views, Part III: An UML Based Design Methodology for XML Views 102148 ICEIS (3)
A Novel real-time self-similar traffic detector/filter to improve the reliability of a TCP based end-to-end client/server interaction path for shorter roundtrip time 102151 ICETE
Using the Novel FLC Dynamic Buffer Size Tuning Technique to Support More Dependable Location-Aware Information Retrieval 102158 ICMB
RTPD/MACSC: A Novel Approach for Effective Pervasive Information Retrieval 102159 ICMB
Using Mobile Agent Technology to Implement Web Service Migration 102170 iiWAS
Alternate Representations for Visual Constraint Specification in the Layered View Model 102171 iiWAS
Towards a Practical Model-Driven Approach to Web Information System 102172 iiWAS
XML-Based Mobile Agents 102188 ITCC (2)
Mobile Web Services Discovery and Invocation Through Auto-Generation of Abstract Multimodal Interface 102189 ITCC (2)
Reputation Ontology for Reputation Systems 102201 OTM Workshops
Building a Fuzzy Trust Network in Unsupervised Multi-agent Environments 102205 OTM Workshops
Modeling Views for Semantic Web Using eXtensible Semantic (XSemantic) Nets 102206 OTM Workshops
A Novel R2-FLC Dynamic Buffer Size Tuner to Support Time-Critical Applications over the Internet by Improving Logical Channel Fault Tolerance to Shorten Roundtrip Time 102221 PRDC
Trustworthiness Measure for e-Service 102223 PST
Secure Electronic Commerce with Mobile Agents 102228 SEKE
XML-Based Declarative Access Control 102231 SOFSEM
The Fuzzy and Dynamic Nature of Trust 102233 TrustBus
Keynote 2: Trust and Reputation Relationships in Service-Oriented Environments 102241 ICITA (1)
A Novel Traffic Independent NNC for Dynamic Buffer Tuning to Shorten the RTT of a TCP Channel 102242 ICITA (2)
Using Real-Time Traffic Pattern Detection for Dynamic Cache Size Tuning in Information Retrieval 102243 ICITA (2)
Software Engineering Sub-Ontology for Specific Software Development 102245 SEW
Fuzzy nature of trust and dynamic trust modeling in service oriented environments 102256 SWS
Integrating connectionless and connection-oriented traffic using quantum packets 102264 Computer Communications
An XML-enabled data mining query language: XML-DMQL 102281 IJBIDM
Designing Websites with EXtensible Web (xWeb) Methodology 102283 IJWIS
On Path-functional Dependencies as First-class Citizens in Description Logics 102325 Description Logics
On the Interaction between Inverse Features and Path-functional Dependencies in Description Logics 102333 IJCAI
On reasoning about structural equality in XML: a description logic approach 102346 Theor. Comput. Sci.
On Space Exploration And Human Error - A Paper on Reliability and Safety 102347 HICSS
Semi-Structured Data Management in the Enterprise: A Nimble, High-Throughput, and Scalable Approach 102348 IDEAS
Lean middleware 102350 SIGMOD Conference
Reweaving the Tapestry: Integrating Database and Messaging Systems in the Wake of New Middleware Technologies 102356 Data Management in a Connected World
DartGrid: RDF-Mediated Database Integration and Process Coordination Using Grid as the Platform 102432 APWeb
Applying Semantic Web Technologies for Geodata Integration and Visualization 102437 ER (Workshops)
Dart-Dataflow: Towards Communicating Data Semantics in Sensor Grid 102440 GCC
Rewriting Queries Using View for RDF/RDFS-Based Relational Data Integration 102443 ICDCIT
An Interactive Visual Model for Web Ontologies 102448 KES (2)
DartGrid II: A Semantic Grid Platform for ITS 102452 IEEE Intelligent Systems
Developing Adapters for Web Services Integration 102455 CAiSE
Garbage Collection in a Causal Message Logging Protocol 102466 HPCC
Range and Nearest Neighbor Query Processing for Mobile Clients 102469 OTM Workshops
A resource management and fault tolerance services in grid computing 102471 J. Parallel Distrib. Comput.
Efficiently Processing Queries on Interval-and-Value Tuples in Relational Databases 102473 VLDB
Spatiotemporal Annotation Graph (STAG): A Data Model for Composite Digital Objects 102498 ICDE
Metric Embeddings with Relaxed Guarantees 102500 FOCS
How to Pay, Come What May: Approximation Algorithms for Demand-Robust Covering Problems 102501 FOCS
Finding (Recently) Frequent Items in Distributed Data Streams 102504 ICDE
On Two-Stage Stochastic Minimum Spanning Trees 102505 IPCO
Approximation algorithms for low-distortion embeddings into low-dimensional spaces 102507 SODA
CWM-Based Integration of XML Documents and Object-relational Data 102527 ICEIS (1)
Integrating Semi-structured Data into Business Applications: A Web Intelligence Example 102552 Wissensmanagement (LNCS Volume)
Probabilistic Data Modeling and Querying for Location-Based Data Warehouses 102560 SSDBM
Projekt Quebex: A Query by Example System for Audio Retrieval 102570 ICME
A Model Based Factorization Approach for dense 3D recovery from monocular Video 102575 ISM
Transformation-Based Database Engineering 102594 Encyclopedia of Database Technologies and Applications
Deriving User-Requirements from Human-Computer Interfaces 102602 Databases and Applications
How to Tame a Very Large ER Diagram (Using Link Analysis and Force-Directed Drawing Algorithms) 102613 ER
Co-transformations in Information System Reengineering 102625 Electr. Notes Theor. Comput. Sci.
A Generic Framework for Extracting XML Data from Legacy Databases 102627 J. Web Eng.
Multi-Output Regularized Projection 102629 CVPR (2)
Hierarchy-Regularized Latent Semantic Indexing 102630 ICDM
Testing the CARE Properties of Multimodal Applications by Means of a Synchronous Approach 102659 IASTED Conf. on Software Engineering
Synchronous Testing of Multimodal Systems: An Operational Profile-Based Approach 102668 ISSRE
A criticality-based framework for task composition in multi-agent bioinformatics integration systems 102706 Bioinformatics
JAtlasView: a Java atlas-viewer for browsing biomedical 3D images and atlases 102707 BMC Bioinformatics
Penalty Formulations and Trap-Avoidance Strategies for Solving Hard Satisfiability Problems 102721 J. Comput. Sci. Technol.
Advances in Data Management 2005, Proceedings of the Eleventh International Conference on Management of Data, January 6, 7, and 8, 2005, Goa, Indi 102732 COMOD
SemEQUAL: Multilingual Semantic Matching in Relational Systems 102737 DASFAA
Search-Optimized Suffix-Tree Storage for Biological Applications 102742 HiPC
A Framework for High-Accuracy Privacy-Preserving Mining 102743 ICDE
IMAX: The Big Picture of Dynamic XML Statistics 102748 ICDE
Time Parameterized Interval R-Tree for Tracing Tags in RFID Systems 102787 DEXA
Identity-Based Key Agreement Protocols in a Multiple PKG Environment 102789 ICCSA (4)
Robust Model Adaptation Using Mean and Variance Transformations in Linear Spectral Domain 102790 IDEAL
An 11M-triangles/sec 3D graphics clipping engine for triangle primitives 102791 ISCAS (5)
A 3-way SIMD engine for programmable triangle setup in embedded 3D graphics hardware 102792 ISCAS (5)
A reconfigurable crossbar switch with adaptive bandwidth control for networks-on-chip 102793 ISCAS (3)
A 33.2M vertices/sec programmable geometry engine for multimedia embedded systems 102795 ISCAS (5)
Generalized XML security views 102821 SACMAT
Asking and Answering Queries Semantically 102823 WOA
Structural properties of XPath fragments 102832 Theor. Comput. Sci.
An Extendible Array Based Implementation of Relational Tables for Multi Dimensional Databases 102838 DaWaK
An Efficient Parallel Retrieval for Complex Object Index 102839 ICDE Workshops
On OLAP Data Model Driven Approach to Process Statistical Tables 102846 DEXA Workshops
Incorporating hidden Markov models for identifying protein kinase-specific phosphorylation sites 102857 Journal of Computational Chemistry
Enterprise information integration: successes, challenges and controversies 102887 SIGMOD Conference
Is Online Product Information Availability Driven by Quality or Differentiation 102930 ICIS
Query Translation from XPath to SQL in the Presence of Recursive DTDs 102994 VLDB
Efficient Computation of the Skyline Cube 102997 VLDB
Algebraic equivalences of nested relational operators 103014 Inf. Syst.
Constructing Suffix Tree for Gigabyte Sequences with Megabyte Memory 103019 IEEE Trans. Knowl. Data Eng.
What makes the differences: benchmarking XML database implementations 103023 ACM Trans. Internet Techn.
Dynamically Updating XML Data: Numbering Scheme Revisited 103029 World Wide Web
Approximate matching of textual domain attributes for information source integration 103033 IQIS
Data Caching in Selfish MANETs 103036 ICCNMC
Venn Sampling: A Novel Prediction Technique for Moving Objects 103037 ICDE
Geometric spanners for routing in mobile networks 103049 IEEE Journal on Selected Areas in Communications
A Reconfigurable Instruction Memory Hierarchy for Embedded Systems 103051 FPL
Sensor Grid: Integration ofWireless Sensor Networks and the Grid 103055 LCN
Collision Detection and Resolution in Hierarchical Peer-to-Peer Systems 103056 LCN
Global Exponential Stability of Recurrent Neural Networks with Infinite Time-Varying Delays and Reaction-Diffusion Terms 103065 ISNN (1)
Dynamic dictionary matching and compressed suffix trees 103106 SODA
The Indiana Center for Database Systems at Purdue University 103110 SIGMOD Record
Implementing a Family of Distributed Garbage Collectors 103126 Journal of Research and Practice in Information Technology
Server Enforced Program Safety for Web Applications 103127 J. Web Eng.
Multi-source Trees: Algorithms for Minimizing Eccentricity Cost Metrics 103156 ISAAC
Maximum-Size Subgraphs of P4-Sparse Graphs Admitting a Perfect Matching 103158 Panhellenic Conference on Informatics
Adding an Edge in a Cograph 103166 WG
Recognizing HHDS-Free Graphs 103167 WG
Efficient parallel recognition of cographs 103175 Discrete Applied Mathematics
On the Recognition of Bipolarizable and P4-simplicial Graphs 103179 Discrete Mathematics andamp; Theoretical Computer Science
On the hamiltonicity of the cartesian product 103181 Inf. Process. Lett.
A Fingerprint Authentication System Based on Mobile Phone 103187 AVBPA
A Fingerprint Authentication Mobile Phone Based on Sweep Sensor 103189 ICAPR (2)
Indexing Relational Database Content Offline for Efficient Keyword-Based Search 103192 IDEAS
A Secured Mobile Phone Based on Embedded Fingerprint Recognition Systems 103193 ISI
On error exponents in hypothesis testing 103205 IEEE Transactions on Information Theory
On hierarchical type covering 103208 IEEE Transactions on Information Theory
Processes and Events in Dynamic Geo-Networks 103236 GeoS
Monitoring dynamic spatial fields using responsive geosensor networks 103237 GIS
An algebraic approach to automated geospatial information fusion 103245 International Journal of Geographical Information Science
Event-oriented approaches to geographic phenomena 103247 International Journal of Geographical Information Science
Analysis of an Iterative Algorithm for Term-Based Ontology Alignment 103257 IJCNLP
Learning Tree Augmented Naive Bayes for Ranking 103266 DASFAA
Matrix Model for Web Page Community 103280 EEE
On Utility-based Selection of Architecture-Modelling Concepts 103282 APCCM
A Fundamental View on the Process of Conceptual Modeling 103285 ER
A Fact-Oriented Approach to Activity Modeling 103287 OTM Workshops
Databases, Information Systems, and Peer-to-Peer Computing - Second International Workshop, DBISP2P 2004, Toronto, Canada, August 29-30, 2004, Revised Selected Paper 103294 DBISP2P
Tolerance of localization imprecision in efficiently managing mobile sensor databases 103302 MobiDE
An Information Theoretic Model for Database Alignment 103342 SSDBM
A User-guided Association Rules Mining Method and Its Application 103364 CIT
A Caching Model for Real-Time Databases in Mobile Ad-Hoc Networks 103365 DEXA
Application of Feature Selection for Unsupervised Learning in Prosecutors' Office 103366 FSKD (2)
Security Analysis of A Proxy Signature Scheme Based on the Elliptic Curve Cryptosystem 103374 Security and Management
Learning to Estimate Human Pose with Data Driven Belief Propagation 103379 CVPR (2)
Observation of Crises and Bifurcations in the Hodgkin-Huxley Neuron Model 103406 ICNC (1)
Synchronous Behaviors of Hindmarsh-Rose Neurons with Chemical Coupling 103407 ICNC (1)
Synchronous Behaviors of Two Coupled Neurons 103411 ISNN (1)
Variational Maximum A Posteriori by Annealed Mean Field Analysis 103418 IEEE Trans. Pattern Anal. Mach. Intell.
Analyzing and Capturing Articulated Hand Motion in Image Sequences 103419 IEEE Trans. Pattern Anal. Mach. Intell.
Self-supervised learning based on discriminative nonlinear features for image classification 103421 Pattern Recognition
Two Glass Balls and a Tower 103423 We Will Show Them! (1)
Approximate Matching in the L1 Metric 103435 CPM
Towards Real-Time Suffix Tree Construction 103468 SPIRE
Computing Similarity of Run-Length Encoded Strings with Affine Gap Penalty 103469 SPIRE
Asynchronous pattern matching - Metrics 103473 Stringology
Foreword 103483 Discrete Applied Mathematics
Theoretical issues of searching aerial photographs: a bird's eye view 103493 Int. J. Found. Comput. Sci.
Maximal Association Rules: A Tool for Mining Associations in Text 103517 J. Intell. Inf. Syst.
A GTRBAC Based System for Dynamic Workflow Composition and Management 103532 ISORC
A Space-Aware Bytecode Verifier for Java Cards 103543 Electr. Notes Theor. Comput. Sci.
Compiling XPath for streaming access policy 103551 ACM Symposium on Document Engineering
Compiling XSLT 2.0 into XQuery 1.0 103555 WWW
Stability of Randomized Learning Algorithms 103566 Journal of Machine Learning Research
Towards a conceptual design of an intelligent system for an international trade centre in China 103568 ICEC
Research on objective orientation of e-government system 103569 ICEC
Efficiently generating test vectors with state pruning 103572 ASP-DAC
Architecture Based Deployment of Large-Scale Component Based Systems: The Tool and Principles 103577 CBSE
Automatic Time Expression Labeling for English and Chinese Text 103578 CICLing
Automatic Extraction of Femur Contours from Hip X-Ray Images 103580 CVBIA
Microarchitecture-aware floorplanning using a statistical design of experiments approach 103581 DAC
The Effect of Fidelity Measure Functions on the Capacity of Digital Watermarks 103585 DRMTICS
Dynamic-Role Based Access Control Framework Across Multi-domains in Grid Environment 103587 GCC
Towards Reputation-Aware Resource Discovery in Peer-to-Peer Networks 103589 GCC
Information Valuation for Information Lifecycle Management 103594 ICAC
Efficient Text Classification by Weighted Proximal SVM 103599 ICDM
Location Aware Messaging - Integrating LBS Middleware and Converged Services 103601 ICEBE
Combining classifiers for bone fracture detection in X-ray images 103607 ICIP (1)
Minimizing Energy via Loop Scheduling and DVS for Multi-Core Embedded Systems 103609 ICPADS (2)
Defending Distributed Systems Against Malicious Intrusions and Network Anomalies 103621 IPDPS
Design and Implementation of Dynamic-Role Based Access Control Framework in Grid Environment 103627 ITCC (2)
Distributed Dynamic Lightpath Allocation in Survivable WDM Networks 103628 IWDC
Detection of Entity Mentions Occuring in English and Chinese Text 103632 HLT/EMNLP
A Novel Memory Structure for Embedded Systems: Flexible Sequential and Random Access Memory 103645 J. Comput. Sci. Technol.
The Impact of Incorrectly Speculated Memory Operations in a Multithreaded Architecture 103649 IEEE Trans. Parallel Distrib. Syst.
Towards Truly Extensible Database Systems 103661 DEXA
Providing Tunable Consistency for a Parallel File Store 103755 FAST
Almost Disjunct Codes in Large Scale Multihop Wireless Network Media Access Control 103790 MASCOTS
Managing server energy and operational costs in hosting centers 103796 SIGMETRICS
An interposed 2-Level I/O scheduling framework for performance virtualization 103801 SIGMETRICS
On the Stability of Adjustment Processes with Persistent Randomness 103831 IAT
An Extended Evaluation of Two-Phase Scheduling Methods for Animation Rendering 103851 JSSPP
Deadline scheduling for animation rendering 103853 SIGMETRICS
Practical Applications of Multimedia Search 103871 CIVR
A live multimedia stream querying system 103873 CVDB
A True Multimedia Client 103974 IEEE MultiMedia
I Want My IPTV 103975 IEEE MultiMedia
IMCE: Integrated media creation environment 104030 TOMCCAP
Guest editorial: the international ACM Multimedia conference 1993 - ten years after 104031 TOMCCAP
ACM SIGMM retreat report on future directions in multimedia research 104032 TOMCCAP
Force Feedback Interface for Cell Injection 104034 WHC
Score region algebra: building a transparent XML-R database 104047 CIKM
Context for Ubiquitous Data Management 104075 UDM
The Power of Slicing in Internet Flow Measurement 104099 Internet Measurment Conference
Interactive Traffic Analysis and Visualization with Wisconsin Netpy 104101 LISA
A robust system for accurate real-time summaries of internet traffic 104106 SIGMETRICS
Semantic Maps and Meta-data Enhancing e-Accessibility in Tourism Information Systems 104153 DEXA Workshops
On the Localization of Straight Lines in 3D Space from Single 2D Images 104171 CVPR (1)
Automated terrain generation using LIDAR and waterbody survey data 104185 SAC
Sensitive Error Correcting Output Codes 104193 COLT
Error limiting reductions between classification tasks 104196 ICML
Test-based diagnosis: tree and matrix representations 104197 Integrated Network Management
Statictical Models for Unequally Spaced Time Series 104200 SDM
Efficient Test Selection in Active Diagnosis via Entropy Approximation 104201 UAI
Multiknowledge for decision making 104292 Knowl. Inf. Syst.
On Combining Classifier Mass Functions for Text Categorization 104296 IEEE Trans. Knowl. Data Eng.
Mining Association Rules with Rough Sets 104299 Intelligent Data Mining
Data Mining for Maximal Frequent Patterns in Sequence Groups 104300 Intelligent Data Mining
QMatch - A Hybrid Match Algorithm for XML Schemas 104307 ICDE Workshops
Analytical and Experimental Evaluation of Stream-based Join 104309 ICEIS (1)
Teaching software engineering through game design 104314 ITiCSE
Load Balanced Allocation of Multiple Tasks in a Distributed Computing System 104359 EUC
Exploiting Efficient Parallelism for Mining Rules in Time Series Data 104364 HPCC
Video Data Mining: Mining Semantic Patterns with temporal constraints from Movies 104376 ISM
Mining Association Rules from Multi-stream Time Series Data on Multiprocessor Systems 104379 ISPA
Integration of Bagging and Boosting with a New Reweighting Technique 104395 CIMCA/IAWTIC
Discovery of Time-Series Motif from Multi-Dimensional Data Based on MDL Principle 104400 Machine Learning
MailSOM - Exploration of Electronic Mail Archives Using Self-Organizing Maps 104404 CEAS
Analyzing Electronic Mail Using Temporal, Spatial, and Content-based Visualization Techniques 104405 GI Jahrestagung (1)
Mail Explorer - Spatial and Temporal Exploration of Electronic Mail 104407 EuroVis
Mining Multiple-Level Association Rules from a Transactional Database Using FP-Tree 104410 DMIN
An Intelligent Grading System Using Heterogeneous Linguistic Resources 104417 IDEAL
Activity Identification and Visualization 104419 PRIS
An Ontology-Based Two-Level Clustering for Supporting E-Commerce Agents' Activities 104434 EC-Web
Exploiting Agent Ontologies in B2C Virtual Marketplaces 104449 J. UCS
A Change-Aware Framework for the Knowledge Management in eGovernment 104458 EGOV (Workshops and Posters)
Consistent Evolution of OWL Ontologies 104462 ESWC
Towards a Semantically-Driven Software Engineering Environment for eGovernment 104478 TCGOV
Ontology Evolution: MEDLINE Case Study 104480 Wirtschaftsinformatik
An Experimental Analysis of Change Propagation in Dynamic Trees 104486 ALENEX/ANALCO
A Fibred Belief Logic for Multi-agent Systems 104514 Australian Conference on Artificial Intelligence
Iterated Belief Change and the Levi Identity 104520 Belief Change in Rational Agents
Separating XHTML content from navigation clutter using DOM-structure block analysis 104532 Hypertext
Managing Theories of Trust in Agent Based Systems 104543 ISCIS
Locking without requesting a lock: A consistency maintenance mechanism in Internet-based real-time group editors 104570 J. Parallel Distrib. Comput.
An Optimal Skew-insensitive Join and Multi-join Algorithm for Distributed Architectures 104623 DEXA
Relational Learning techniques for Document Image Understanding: Comparing Statistical and Logical approaches 104632 ICDAR
Mining Model Trees from Spatial Data 104640 PKDD
Propositionalization Through Relational Association Rules Mining 104642 SEBD
The STAMPede approach to thread-level speculation 104648 ACM Trans. Comput. Syst.
A Context-Aware Component Registry for Ubiquitous and Mobile Applications 104652 CAiSE Workshops (2)
Operation-based Merging of Hierarchical Documents 104654 CAiSE Short Paper Proceedings
Content publishing framework for interactive paper documents 104679 ACM Symposium on Document Engineering
A Framework for Cross-Media Information Management 104687 EuroIMSA
Experimental platform for mobile information systems 104696 MOBICOM
Information server for highly-connected cross-media publishing 104713 Inf. Syst.
3-D Diffeomorphic Shape Registration on Hippocampal Data Sets 104723 MICCAI (2)
Windows Event Logs and Their Forensic Usefulness 104738 ECIW
Distribution of Offensive Material Over Computer Networks: A Research Agenda 104739 ECIW
Consistency for Web Services Applications 104763 VLDB
A Survey of MPEG-1 Audio, Video and Semantic Analysis Techniques 104767 Multimedia Tools Appl.
PEM: A Framework Enabling Continual Optimization of Workflow Process Executions Based upon Business Value Metrics 104775 IEEE SCC
GoCast: Gossip-Enhanced Overlay Multicast for Fast and Dependable Group Communication 104777 DSN
Fresco: A Web Services based Framework for Configuring Extensible SLA Management Systems 104785 ICWS
Low traffic overlay networks with large routing tables 104794 SIGMETRICS
Perspectives in Conceptual Modeling, ER 2005 Workshops AOIS, BP-UML, CoMoGIS, eCOMO, and QoIS, Klagenfurt, Austria, October 24-28, 2005, Proceeding 104799 ER (Workshops)
Verwaltung spatio-temporaler Audiodaten fanduuml;r die Wellenfeldsynthese 104832 BTW
Processing Sequential Patterns in Relational Databases 104840 DaWaK
Best Effort Query Processing in DHT-based P2P Systems 104854 ICDE Workshops
Adaptive Routing Filters for Robust Query Processing in Schema-Based P2P Systems 104858 IDEAS
Quality-Aware Mining of Data Streams 104860 IQ
Modelling and Streaming Spatiotemporal Audio Data 104865 OTM Workshops
Frequent Itemset Mining with Parallel RDBMS 104867 PAKDD
Depth-first frequent itemset mining in relational databases 104868 SAC
Editorial 104877 Datenbank-Spektrum
Concept-based querying in mediator systems 104882 VLDB J.
Secure Mediation with Mobile Code 104897 DBSec
Data cleaning using belief propagation 104982 IQIS
Improving Mining Quality by Exploiting Data Dependency 104983 PAKDD
Robust data fusion with occupancy grid 104991 IEEE Transactions on Systems, Man, and Cybernetics, Part C
A Decentralised Approach to Electronic Consent and Health Information Access Control 104998 Journal of Research and Practice in Information Technology
How Many First-order Variables are Needed on Finite Ordered Structures 105000 We Will Show Them! (1)
Modal Characterisation Theorems over Special Classes of Frames 105015 LICS
Complexity Bounds for Regular Games 105016 MFCS
On the Impact of Replica Placement to the Reliability of Distributed Brick Storage Systems 105043 ICDCS
Z-Ring: Fast Prefix Routing via a Low Maintenance Membership Protocol 105048 ICNP
Locomotion Analysis and Experiment for Climbing Motion of RPRS 105050 ICRA
BP Networks Based Trajectory Planning and Inverse Kinematics of a Reconfigurable Mars Rover 105058 ISNN (3)
Simulating Large-Scale P2P Systems with the WiDS Toolkit 105060 MASCOTS
Sigma: A Fault-Tolerant Mutual Exclusion Algorithm in Dynamic Distributed Systems Subject to Process Crashes and Memory Losses 105064 PRDC
Capacity-approaching turbo coding and iterative decoding for relay channels 105081 IEEE Transactions on Communications
Online and Minimum-Cost Ad Hoc Delegation in e-Service Composition 105087 IEEE SCC
Counting Time in Computing with Cells 105099 DNA
On Bounded Symport/Antiport P Systems 105100 DNA
Some Recent Results Concerning Deterministic P Systems 105144 Workshop on Membrane Computing
Some Computational Issues in Membrane Computing 105145 MFCS
On Deterministic Catalytic Systems 105167 CIAA
On Symport/Antiport P Systems with One or Two Symbols 105169 SYNASC
On membrane hierarchy in P systems 105266 Theor. Comput. Sci.
On determinism versus nondeterminism in P systems 105267 Theor. Comput. Sci.
Selective View Materialization in a Spatial Data Warehouse 105298 DaWaK
Agency interoperation for effective data mining in border control and homeland security applications 105303 DG.O
Texture-Based Remote-Sensing Image Segmentation 105313 ICME
Preserving mobile customer privacy: an access control system for moving objects and customer profiles 105315 Mobile Data Management
Color Time Petri Net for Interactive Adaptive Multimedia Objects 105316 MMM
Adapting spatial constraints of composite multimedia objects to achieve universal access 105324 IPCCC
Using Semantics for Policy-Based Web Service Composition 105331 Distributed and Parallel Databases
Optimizing cursor movement in holistic twig joins 105345 CIKM
Buffering in query evaluation over XML streams 105355 PODS
Statistical Learning Techniques for Costing XML Queries 105360 VLDB
Querying XML streams 105368 VLDB J.
Einen Schritt zuranduuml;ck zum negativen Datenbank-Caching 105370 BTW
Fast frictional dynamics for rigid bodies 105379 ACM Trans. Graph.
Advanced Parallel Processing Technologies, 6th InternationalWorkshop, APPT 2005, Hong Kong, China, October 27-28, 2005, Proceeding 105392 APPT
MailRank: using ranking for spam detection 105396 CIKM
Negotiating Trust on the Grid 105398 Semantic Grid
Security and Trust Issues in Semantic Grids 105399 Semantic Grid
Ontology-Based Policy Specification and Management 105423 ESWC
Activity Based Metadata for Semantic Desktop Search 105425 ESWC
Efficient 1-Pass Prediction for Volume Compression 105464 SCIA
The Personal Publication Reader 105468 International Semantic Web Conference
Semantically Rich Recommendations in Social Networks for Sharing, Exchanging and Ranking Semantic Context 105471 International Semantic Web Conference
Using ODP metadata to personalize search 105476 SIGIR
Preventing shilling attacks in online recommender systems 105490 WIDM
Peer-Sensitive ObjectRank - Valuing Contextual Information in Social Networks 105492 WISE
Minimal Activity Plans: Artifacts for Self-Organized Learning within Organizations 105494 Wissensmanagement
Adding Client-Side Adaptation to the Conceptual Design of e-Learning Web Applications 105515 J. Web Eng.
Workload-Optimal Histograms on Streams 105585 ESA
Improved range-summable random variable construction algorithms 105594 SODA
Ascent Phase Trajectory Optimization for a Hypersonic Vehicle Using Nonlinear Programming 105609 ICCSA (4)
A New Hirarchical Image Inpainting Algorithm 105628 CSC
A Sampling-Based Method for Mining Frequent Patterns from Databases 105629 FSKD (2)
Finding K shortest looping paths in a traffic-light network 105638 Computers andamp; OR
Market basket analysis in a multiple store environment 105639 Decision Support Systems
Discovering conjecturable rules through tree-based clustering analysis 105645 Expert Syst. Appl.
Progressive Image Inpainting Based on Wavelet Transform 105651 IEICE Transactions
Mining Sequential Patterns from Multidimensional Sequence Data 105655 IEEE Trans. Knowl. Data Eng.
Discovering fuzzy time-interval sequential patterns in sequence databases 105656 IEEE Transactions on Systems, Man, and Cybernetics, Part B
Mining generalized knowledge from ordered data through attribute-oriented induction techniques 105659 European Journal of Operational Research
Portfolio Search Engine Based on Personal Construct System 105666 ICALT
Multi-objective Optimization for Adaptive Web Site Generation 105682 PReMI
MacroOS: A Pervasive Computing Platform Supporting Context Awareness and Context Management 105688 CIS (2)
An Improved EMASK Algorithm for Privacy-Preserving Frequent Pattern Mining 105689 CIS (1)
Incremental Target Recognition Algorithm Based on Improved Discernibility Matrix 105692 FSKD (1)
An Efficient Content-Based Notification Service Routed over P2P Network 105693 GCC
Hierarchical Infrastructure for Large-Scale Distributed Privacy-Preserving Data Mining 105696 International Conference on Computational Science (3)
Two-Level 2D Projection Maps Based Horizontal Collision Detection Scheme for Avatar in Collaborative Virtual Environment 105697 ICCSA (1)
A New Approach to Area of Interest Management with Layered-Structures in 2D Grid 105698 ICCSA (1)
MultiPro: A Platform for PC Cluster Based Active Stereo Display System 105699 ICCSA (1)
The Multi-fractal Nature of Worm and Normal Traffic at Individual Source Level 105705 ISI
Understanding Multimedia Document Semantics for Cross-Media Retrieval 105710 PCM (1)
A systems programming language for wireless networked embedded systems 105711 PDCAT
Sequent calculus system for rough sets based on rough Stone algebras 105719 GrC
Automatic Generation of Artistic Chinese Calligraphy 105728 IEEE Intelligent Systems
SMART: a tool for semantic-driven creation of complex XML mappings 105736 SIGMOD Conference
Indexing continuously changing data with mean-variance tree 105756 SAC
Indexing Multi-Dimensional Uncertain Data with Arbitrary Probability Density Functions 105762 VLDB
An integrated and adaptive decision-support framework for high-tech manufacturing and service networks 105785 Winter Simulation Conference
A technical framework for sense-and-respond business management 105787 IBM Systems Journal
How peer photos influence member participation in online communities 105794 CHI Extended Abstracts
Beyond personalization: the next stage of recommender systems research 105807 IUI
An Economic Model of User Rating in an Online Recommender System 105818 User Modeling
Improving recommendation lists through topic diversification 105821 WWW
Stopping spyware at the gate: a user study of privacy, notice and spyware 105823 SOUPS
Tools for Media Conversion and Fusion of TV and Web Contents 105836 APWeb
Context-Sensitive Complementary Information Retrieval for Text Stream 105837 DEXA
B-CWB: Bilingual Comparative Web Browser Based on Content-Synchronization and Viewpoint Retrieval 105844 World Wide Web
Improving TCP performance in ad hoc networks using signal strength based link management 105851 Ad Hoc Networks
Methods for learning classifier combinations: no clear winner 105855 SAC
Practical methods for constructing suffix trees 105860 VLDB J.
Evaluation of Result Merging Strategies for Metasearch Engines 105896 WISE
IMAX: The Big Picture of Dynamic XML Statistics 105924 ICDE
Solving the Minimum Dominating Set Problem with Instance-Specific Hardware on FPGAs 105934 FPT
An Algorithm for Computing Global-Based Outlier Degrees on Data Sets 105935 ICDE Workshops
Managing syntactic variation in text retrieval 105956 ACM Symposium on Document Engineering
Set Valued Attributes 105963 Encyclopedia of Database Technologies and Applications
Data Warehousing, Multi-Dimensional Data Models, and OLAP 105964 Encyclopedia of Database Technologies and Applications
Model Driven Development of Content Management Applications 105966 COMAD
ACE: An Aggressive Classifier Ensemble with Error Detection, Correction, and Cleansing 105977 ICTAI
Scalable Inductive Learning on Partitioned Data 105982 ISMIS
Cost-Constrained Data Acquisition for Intelligent Data Preparation 105997 IEEE Trans. Knowl. Data Eng.
Intandeacute;gration efficace des arbres de dandeacute;cision dans les SGBD : utilisation des index bitmap 106001 EGC
Bitmap Index-Based Decision Trees 106002 ISMIS
TriCluster: An Effective Algorithm for Mining Coherent Clusters in 3D Microarray Data 106011 SIGMOD Conference
MicroCluster: Efficient Deterministic Biclustering of Microarray Data 106012 IEEE Intelligent Systems
Proceedings of the Eight International Workshop on the Web andamp; Databases (WebDB 2005), Baltimore, Maryland, USA, Collocated mith ACM SIGMOD/PODS 2005, June 16-17, 200 106014 WebDB
The innovation of job environment network and the function of EC in service enterprise 106016 ICEC
Vector Boosting for Rotation Invariant Multi-View Face Detection 106025 ICCV
Modeling for Security Verification of a Cryptographic Protocol with MAC Payload 106026 ICIC (2)
A Gradual Training Algorithm of Incremental Support Vector Machine Learning 106028 ICNC (1)
Constructive Ensemble of RBF Neural Networks and Its Application to Earthquake Prediction 106031 ISNN (1)
k-th order symmetric SAC boolean functions and bisecting binomial coefficients 106037 Discrete Applied Mathematics
Split soft-decision equalization for wireless channels with large delay spread 106043 IEEE Transactions on Communications
Measurement Practices for Knowledge Management: An Option Perspective 106047 CAiSE
An Implementation of Learning Classifier Systems for Rule-Based Machine Learning 106054 KES (2)
A Unifying Ontology Modeling for Knowledge Management 106055 KES (1)
Applying Two-Stage XCS Model on Global Overnight Effect for Local Stock Prediction 106056 KES (1)
An Extended Two-Phase Architecture for Mining Time Series Data 106057 KES (1)
Applying Extending Classifier System to Develop an Option-Operation Suggestion Model of Intraday Trading - An Example of Taiwan Index Option 106058 KES (1)
Evaluating the Airline Service Quality by Fuzzy OWA Operators 106060 MDAI
Using extended classifier system to forecast Sandamp;P futures based on contrary sentiment indicators 106063 Congress on Evolutionary Computation
Unsupervised Color Image Segmentation Using Mean Shift and Deterministic Annealing EM 106077 ICCSA (4)
Detection of Text Region and Segmentation from Natural Scene Images 106083 ISVC
Iris Recognition Against Counterfeit Attack Using Gradient Based Fusion of Multi-spectral Images 106084 IWBRS
Segment-Based Injection Attacks against Collaborative Filtering Recommender Systems 106088 ICDM
Analysis and Detection of Segment-Focused Attacks Against Collaborative Recommendation 106089 WEBKDD
Supporting QoS Assessment and Monitoring in Virtual Organisations 106092 IEEE SCC
Personalising Patient Information in the Real World 106113 BNCOD
A Multi-Scale Hybrid Linear Model for Lossy Image Representation 106172 ICCV
Exploiting Correlated Attributes in Acquisitional Query Processing 106174 ICDE
Advanced Indexing Techniques for Wide-Area Network Monitoring 106176 ICDE Workshops
A macroscope in the redwoods 106184 SenSys
GPU-based Object-Order Ray-Casting for Large Datasets 106189 Volume Graphics
Symmetry-based 3-D reconstruction from perspective images 106195 Computer Vision and Image Understanding
Symmetry-based photo-editing 106202 Pattern Recognition
TinyDB: an acquisitional query processing system for sensor networks 106204 ACM Trans. Database Syst.
Content-Based Retrieval Concept 106207 Encyclopedia of Information Science and Technology (I)
A DCT-Domain System for Hiding Fractal Compressed Images 106215 AINA
An Efficient Multi-Server Password Authenticated Key Agreement Scheme Using Smart Cards with Access Control 106218 AINA
A Reversible Data Hiding Scheme with Modified Side Match Vector Quantization 106224 AINA
A Lossless Medical Image Compression Scheme Using Modified S-Tree Structure 106227 AINA
A New Design for Efficient t-out-n Oblivious Transfer Scheme 106228 AINA
Authenticated Encryption Schemes with Message Linkage for Threshold Signatures 106229 AINA
A Simple Forward Secure Blind Signature Scheme Based on Master Keys and Blind Signatures 106231 AINA
An Improved Low Computation Cost User Authentication Scheme for Mobile Communication 106232 AINA
A Color-Based Image Retrieval Method Using Color Distribution and Common Bitmap 106236 AIRS
A Parallel Modular Exponentiation Scheme for Transformed Exponents 106237 APPT
Adaptive Hiding Scheme Based on VQ-Indices Using Commutable Codewords 106244 CIS (2)
Enhancement of an Authenticated Multiple-Key Agreement Protocol Without Using Conventional One-Way Function 106245 CIS (2)
Image Copy Detection with Rotating Tolerance 106246 CIS (1)
An efficient deniable authentication protocol 106255 CW
Password-authenticated 3PEKE with Round Efficiency without Server's Public Key 106257 CW
An Extendable-Message-Passing Protocol with Signatures Based on Two Hard Problems and Its Applications 106258 CW
Direct Candidates Generation: A Novel Algorithm for Discovering Complete Share-Frequent Itemsets 106273 FSKD (2)
Synthesizing transition textures on succession patterns 106275 GRAPHITE
A Novel Conference Key Distribution System with Re-keying Protocol 106277 Human.Society@Internet
An Improvement on Strong-Password Authentication Protocols 106283 ICESS
Sharing a Secret Two-Tone Image in Two Gray-Level Images 106292 ICPADS (2)
An Image Refining Method Using Digital Watermark via Vector Quantization 106293 ICPADS (2)
A Search Scheme Resulting in Mixing Compressed Text Files 106295 ICPADS (1)
Hiding Data in Binary Images 106310 ISPEC
Improving Image Quality for JPEG Compression 106317 KES (3)
Method for Searching Similar Images Using Quality Index Measurement 106318 KES (2)
VQ Image Steganographic Method with High Embedding Capacity Using Multi-way Search Approach 106319 KES (3)
A Bandwidth Efficiency of Lempel-Ziv Scheme for Data Authentication 106320 KES (4)
A Reversible Information Hiding Scheme Based on Vector Quantization 106321 KES (3)
Image Retrieval Using Spatial Color and Edge Detection 106332 PCM (1)
A (t, n) Threshold Secret Sharing System with Efficient Identification of Cheaters 106380 Computers and Artificial Intelligence
Perfect Hashing Schemes for Mining Association Rules 106387 Comput. J.
A novel digital image watermarking scheme based on the vector quantization technique 106410 Computers andamp; Security
The General Pay-Word: A Micro-payment Scheme Based on n-dimension One-way Hash Chain 106413 Des. Codes Cryptography
An Inverse Halftoning Technique Using Modified Look-Up Tables 106420 Fundam. Inform.
Data Compressor for VQ Index Tables 106424 Fundam. Inform.
An Image Hiding Scheme Based on Multi-bit-reference Substitution Table Using Dynamic Programming Strategy 106426 Fundam. Inform.
A New Density-Based Scheme for Clustering Based on Genetic Algorithm 106428 Fundam. Inform.
A Steganographic Method for Hiding Secret Data Using Side Match Vector Quantization 106446 IEICE Transactions
Cryptanalysis of the Modified Remote Login Authentication Scheme Based on a Geometric Approach 106467 Informatica, Lith. Acad. Sci.
Schemes for Digital Gift Certificates with Low Computation Complexity 106470 Informatica, Lith. Acad. Sci.
Hiding Data in Halftone Images 106471 Informatica, Lith. Acad. Sci.
A Very Low Bit Rate Image Compressor Using Transformed Classified Vector Quantization 106477 Informatica (Slovenia)
An image zooming technique based on vector quantization approximation 106516 Image Vision Comput.
A genetic-based adaptive threshold selection method for dynamic path tree structured vector quantization 106518 Image Vision Comput.
Hiding secret data in images via predictive coding 106568 Pattern Recognition
SVD-based digital image watermarking scheme 106577 Pattern Recognition Letters
An efficient authentication protocol for mobile satellite communication systems 106589 Operating Systems Review
An iterative modular multiplication algorithm in RNS 106610 Applied Mathematics and Computation
A dynamic mechanism for determining relationships in a partially ordered user hierarchy 106618 IJHPCN
Efficient Memory Representation of XML Documents 106622 DBPL
The Equivalence Problem for Deterministic MSO Tree Transducers Is Decidable 106626 FSTTCS
Tree Automata and XPath on Compressed Trees 106634 CIAA
Content availability, pollution and poisoning in file sharing peer-to-peer networks 106650 ACM Conference on Electronic Commerce
GangSim: a simulator for grid scheduling studies 106682 CCGRID
GNARE: an environment for grid-based high-throughput genome analysis 106688 CCGRID
Improving parallel data transfer times using predicted variances in shared networks 106692 CCGRID
A dynamically adaptive, unstructured multicast overlay 106694 Service Management and Self-Organization in IP-based Networks
Service-Oriented Science: Scaling the Application and Impact of eResearch 106695 e-Science
GRUBER: A Grid Resource Usage SLA Broker 106697 Euro-Par
Virtual Workspaces in the Grid 106700 Euro-Par
Experiences in Running Workloads over Grid3 106703 GCC
A New Era in Computing: Moving Services onto Grid 106762 ISPDC
Globus Toolkit Version 4: Software for Service-Oriented Systems 106769 NPC
A Model for Usage Policy-Based Resource Allocation in Grids 106775 POLICY
DI-GRUBER: A Distributed Approach to Grid Resource Brokering 106789 SC
DB CSPA Framework and Algorithms for Applying Constraint Solving within Relational Databases 106802 W(C)LP
Describing the elephant: the different faces of IT as service 106870 ACM Queue
Virtual workspaces: Achieving quality of service and quality of life in the Grid 106873 Scientific Programming
A semiotic metrics suite for assessing the quality of ontologies 106884 Data Knowl. Eng.
Improving Semantic Consistency of Web Sites by Quantifying User Intent 106886 ICWE
Guidance Performance Indicator - Web Metrics for Information Driven Web Sites 106887 Web Intelligence
High-Fidelity Simulation of Large-Scale Structures 106914 International Conference on Computational Science (2)
Search with Probabilistic Guarantees in Unstructured Peer-to-Peer Networks 106924 Peer-to-Peer Computing
Randomized Protocols for Duplicate Elimination in Peer-to-Peer Storage Systems 106925 Peer-to-Peer Computing
Level compressed DAGs for lookup tables 106935 Computer Networks
Adaptive data structures for IP lookups 106937 ACM Journal of Experimental Algorithms
Mathematical aggregation operators in image retrieval: effect on retrieval performance and role in relevance feedback 106954 Signal Processing
Stemming Arabic Conjunctions and Prepositions 107016 SPIRE
A Learning Diagnosis Architecture with a Bayesian Network Approach 107018 ICALT
Toward a Graphical Analysis Tool for Computer-Assisted Assessment of Visual Search Patterns 107019 ICALT
Object Recognition Using Stereo Vision and Higher Order Spectra 107033 DICTA
Integrating Text Retrieval and Image Retrieval in XML Document Searching 107036 INEX
Grid for Geno-Medicine: a glimpse on the GGM project 107051 CCGRID
Resource Integration Framework of Logistics Resource Grid 107096 ASIAN
Web Service Interactions: Analysis and Design 107103 CIT
Web Service Discovery Based on Behavior Signatures 107104 IEEE SCC
Handling frequent updates of moving objects 107108 CIKM
Shapes based trajectory queries for moving objects 107117 GIS
SPiDeR: P2P-Based Web Service Discovery 107121 ICSOC
A Query Language for Moving Object Trajectories 107139 SSDBM
Tools for composite web services: a short overview 107173 SIGMOD Record
Synchronizability of Conversations among Web Services 107177 IEEE Trans. Software Eng.
Real-Time Classification of Electromyographic Signals for Robotic Control 107178 AAAI
A Histogram Utilizing the Cluster Information 107197 Databases and Applications
Maintaining Homomorphism Information of XPath Patterns 107198 Databases and Applications
Optimizing the incremental maintenance of multiple join views 107203 DOLAP
Rotational Lease: Providing High Availability in a Shared Storage File System 107205 HPCC
Data Storage in Sensor Networks for Multi-dimensional Range Queries 107208 ICESS
A Design of Telematics Application Framework on Ubiquitous Sensor Networks 107218 W2GIS
DMT: A Flexible and Versatile Selectivity Estimation Approach for Graph Query 107260 WAIM
Translation Initiation Sites Prediction with Mixture Gaussian Models in Human cDNA Sequences 107263 IEEE Trans. Knowl. Data Eng.
Task Partitioning for Multi-core Network Processors 107264 CC
The Design of the Borealis Stream Processing Engine 107274 CIDR
C-Store: A Column-oriented DBMS 107283 VLDB
Report on MobiDE 2003: the 3rd international ACM Workshop on Data Engineering for Wireless and Mobile Access 107285 SIGMOD Record
System based SQA and implementation of SPI for successful projects 107289 IRI
Iterative Clustering Algorithm for Analyzing Temporal Patterns of Gene Expression 107295 WEC (2)
An extensive comparison of recent classification tools applied to microarray data 107302 Computational Statistics andamp; Data Analysis
Harvesting Structurally Similar Pages 107311 SEBD
Efficiently Locating Collections of Web Pages to Wrap 107322 WEBIST
Clustering Web pages based on their structure 107323 Data Knowl. Eng.
A Semantic Marketplace of Negotiating Agents 107329 AP2PC
A Semantic Marketplace of Peers Hosting Negotiating Intelligent Agents 107333 CAiSE Short Paper Proceedings
Updating DLs Using the AGM Theory: A Preliminary Study 107336 Description Logics
Incremental Collaborative Filtering for Highly-Scalable Recommendation Algorithms 107349 ISMIS
Alleviating the Sparsity Problem of Collaborative Filtering Using Trust Inferences 107352 iTrust
On Applying the AGM Theory to DLs and OWL 107359 International Semantic Web Conference
CONFIOUS: Managing the Electronic Submission and Reviewing Process of Scientific Conferences 107368 WISE
Preface 107376 J. Web Sem.
A motion-tolerant dissolve detection algorithm 107392 IEEE Transactions on Multimedia
A Novel Local Search Algorithm for the Traveling Salesman Problem that Exploits Backbones 107433 IJCAI
Computational Characterization and Identification of Core Promoters of MicroRNA Genes in C. elegans , H. sapiens and A. thaliana 107440 Systems Biology and Regulatory Genomics
Build a Dictionary, Learn a Grammar, Decipher Stegoscripts, and Discover Genomic Regulatory Elements 107441 Systems Biology and Regulatory Genomics
MaxSolver: An efficient exact algorithm for (weighted) maximum satisfiability 107446 Artif. Intell.
Distributed stochastic search and distributed breakout: properties, comparison and applications to constraint optimization problems in sensor networks 107452 Artif. Intell.
Cis-regulatory element based targeted gene finding: genome-wide identification of abscisic acid- and abiotic stress-responsive genes in Arabidopsis thaliana 107456 Bioinformatics
CAGER: classification analysis of gene expression regulation using multiple information sources 107458 BMC Bioinformatics
Frontier search 107460 J. ACM
WordSpy: identifying transcription factor binding motifs by building a dictionary and learning a grammar 107465 Nucleic Acids Research
A snapshot of public web services 107472 SIGMOD Record
MAHIS: An Agent-Oriented Methodology for Constructing Dynamic Platform-Based HIS 107504 Australian Conference on Artificial Intelligence
Mining Domain-Driven Correlations in Stock Markets 107505 Australian Conference on Artificial Intelligence
A Novel Palm-Line Detector 107506 AVBPA
Utility-based On-demand Heuristic Strategy to Grid Computing 107515 ICAS/ICNS
Supporting Web User Interface Prototyping through Information Modeling and System Architecting 107517 ICEBE
Fast Training of SVM via Morphological Clustering for Color Image Segmentation 107518 ICIC (1)
On-line Training of Neural Network for Color Image Segmentation 107522 ICNC (2)
A Stochastic Control Model for Hierarchical Grid Service 107532 NPC
A Dynamic Clustering Heuristic for Jobs Scheduling on Grid Computing Systems 107544 SKG
Biological workflow with BlastQuest 107549 Data Knowl. Eng.
Quantitative QoS Management Implement Mechanism in IP-DiffServ 107551 J. Comput. Sci. Technol.
Academic ranking of world universities using scientometrics - A comment to the "Fatal Attraction" 107553 Scientometrics
Application of quasi-orthogonal space-time block codes in beamforming 107555 IEEE Transactions on Signal Processing
Video Event Understanding through Building Knowledge Domain 107557 ACIS-ICIS
Human Action Understanding Using Motion Verbs in WordNet 107559 Australian Conference on Artificial Intelligence
Domain Knowledge Ontology Building for Semantic Video Event Description 107563 CIVR
Matching Colors with KANSEI Vocabulary Using Similarity Measure Based on WordNet 107573 ICCSA (1)
Automatic Liver Segmentation of Contrast Enhanced CT Images Based on Histogram Processing 107582 ICNC (1)
Representation of Temporal Relations for Reasoning about Time on The Semantic Web Environment 107584 iiWAS
KANSEI-Based Image Retrieval Associated with Color 107592 WILF
Scalable Network Path Emulation 107611 MASCOTS
Consistency of XML Specifications 107626 Inconsistency Tolerance
Satisfiability of XPath Queries with Sibling Axes 107627 DBPL
XML Constraints: Specification, Analysis, and Applications 107631 DEXA Workshops
Query Translation from XPath to SQL in the Presence of Recursive DTDs 107650 VLDB
OSS tools in a heterogeneous environment for embedded systems modelling: an analysis of adoptions of XMI 107663 ACM SIGSOFT Software Engineering Notes
Using Modified Lasso Regression to Learn Large Undirected Graphs in a Probabilistic Framework 107664 AAAI
Combining Categorization-based and Corpus-based Approaches for CLIR 107677 FLAIRS Conference
From Lasso regression to Feature vector machine 107686 NIPS
Learning Multiple Related Tasks using Latent Independent Component Analysis 107688 NIPS
Using recursive classification to discover predictive features 107689 SAC
Analysis of recursive feature elimination methods 107690 SIGIR
Robustness of adaptive filtering methods in a cross-benchmark evaluation 107700 SIGIR
Analysis of recursive gene selection approaches from microarray data 107708 Bioinformatics
Collaborative Filtering Based on Neural Networks Using Similarity 107718 ISNN (3)
Behavior Based Integration of Composite Business Processes 107725 Business Process Management
SemCrypt - Ensuring Privacy of Electronic Documents Through Semantic-Based Encrypted Query Processing 107760 ICDE Workshops
Definition of Business Process Integration Operators for Generalization 107765 ICEIS (3)
Requester-centered composition of business processes from internal and external services 107781 Data Knowl. Eng.
Agile Development of Web Application by Supporting Process Execution and Extended UML Model 107799 APSEC
A Framework to Support QoS-Aware Usage of Web Services 107807 ICWE
A UI-Driven Lightweight Framework for Developing Web Applications 107808 ICWE
Software Engineering Research, Management and Applications, Second International Conference, SERA 2004, Los Angeles, CA, USA, May 5-7, 2004, Selected Revised Paper 107811 SERA
Extracting Components from Object-Oriented System: A Transformational Approach 107818 IEICE Transactions
Constructing a Decision Tree for Graph-Structured Data and its Applications 107830 Fundam. Inform.
Trading off Prediction Accuracy and Power Consumption for Context-Aware Wearable Computing 107839 ISWC
Intelligent light control using sensor networks 107842 SenSys
A standard curve based method for relative real time PCR data processing 107844 BMC Bioinformatics
Advanced Information Systems Engineering, 17th International Conference, CAiSE 2005, Porto, Portugal, June 13-17, 2005, Proceedings of the CAiSE'05 Workshops, Vol. 107854 CAiSE Workshops (2)
Computing the Relevant Instances That May Violate an OCL Constraint 107855 CAiSE
On the Semantics of Operation Contracts in Conceptual Modeling 107856 CAiSE Short Paper Proceedings
Simulating Reachability Using First-Order Logic with Applications to Verification of Linked Data Structures 107879 CADE
The Complexity of Satisfiability Problems: Refining Schaefer's Theorem 107903 MFCS
First-order expressibility of languages with neutral letters or: The Crane Beach conjecture 107925 J. Comput. Syst. Sci.
Automated methods of predicting the function of biological sequences using GO and BLAST 107956 BMC Bioinformatics
SOA in the Real World - Experiences 107959 ICSOC
Building the Data Warehouse of Frequent Itemsets in the DWFIST Approach 107969 ISMIS
SAT-Based versus CSP-Based Constraint Weighting for Satisfiability 107979 AAAI
A Comparison of Evolutionary Methods for the Discovery of Local Search Heuristics 107984 Australian Conference on Artificial Intelligence
Tie Breaking in Clause Weighting Local Search for SAT 107986 Australian Conference on Artificial Intelligence
Evolving Variable-Ordering Heuristics for Constrained Optimisation 107996 CP
Neighbourhood Clause Weight Redistribution in Local Search for SAT 107998 CP
Clause Weighting Local Search for SAT 108007 J. Autom. Reasoning
Effect of lateral displacement of a high-altitude platform on cellular interference and handover 108008 IEEE Transactions on Wireless Communications
Topic 14 - Mobile and Ubiquitous Computing 108019 Euro-Par
Specifying Web Service Recovery Support with Conversations 108022 HICSS
Trust Management, Third International Conference, iTrust 2005, Paris, France, May 23-26, 2005, Proceeding 108037 iTrust
QoS-aware dynamic service composition in ambient intelligence environments 108040 ASE
Group management for mobile Ad Hoc networks: design, implementation and experiment 108043 Mobile Data Management
INDISS: Interoperable Discovery System for Networked Services 108048 Middleware
Scalable Service Discovery for MANET 108054 PerCom
Maximal Group Membership in Ad Hoc Networks 108055 PPAM
Context-Aware Service Composition in Pervasive Computing Environments 108057 RISE
Ad Hoc Composition of User Tasks in Pervasive Computing Environments 108065 Software Composition
The Amigo Service Architecture for the Open Networked Home Environment 108071 WICSA
An Efficient Group Key Agreement Protocol for Ad Hoc Networks 108077 WOWMOM
Context-Aware Service Discovery in Heterogeneous Networks 108078 WOWMOM
Developing Ambient Intelligence Systems: A Solution based on Web Services 108082 Autom. Softw. Eng.
Improving the memory management performance of RTSJ 108086 Concurrency - Practice and Experience
Efficient Join Algorithms for Integrating XML Data in Grid Environment 108097 GCC
Efficient Processing of XML Path Queries Using the Disk-based Fandamp;B Index 108099 VLDB
Patterns and Types for Querying XML Documents 108109 DBPL
A Gentle Introduction to Semantic Subtyping 108115 ICALP
Semantic Subtyping: Challenges, Perspectives, and Open Problems 108118 ICTCS
Error Mining for Regular Expression Patterns 108119 ICTCS
Semantic Subtyping for the p-Calculus 108120 LICS
Parametric polymorphism for XML 108126 POPL
A gentle introduction to semantic subtyping 108128 PPDP
Patterns and Types for Querying XML Documents 108132 XSym
The Seal Calculus 108138 Inf. Comput.
The Breakpoint Graph in Ciliates 108149 CompLife
The architecture of emergent self-organizing maps to reduce projection errors 108193 ESANN
U*C: Self-organized Clustering with Emergent Feature Maps 108197 LWA
CENSREC-3: Data Collection for In-Car Speech Recognition and Its Common Evaluation Framework 108206 ICDE Workshops
AURORA-2J: An Evaluation Framework for Japanese Noisy Speech Recognition 108219 IEICE Transactions
Objective Quality Assessment of Wideband Speech Coding 108221 IEICE Transactions
Data mining tools for the Saccharomyces cerevisiae morphological database 108263 Nucleic Acids Research
Probabilistic Principal Surface Classifier 108277 FSKD (2)
CLUMP: A Scalable and Robust Framework for Structure Discovery 108280 ICDM
Robust one-class clustering using hybrid global and local search 108288 ICML
A distributed learning framework for heterogeneous data sources 108301 KDD
Exploiting Class Hierarchies for Knowledge Transfer in Hyperspectral Data 108307 Multiple Classifier Systems
Analyzing and Improving Clustering Based Sampling for Microprocessor Simulation 108310 SBAC-PAD
Generative model-based document clustering: a comparative study 108336 Knowl. Inf. Syst.
A privacy-sensitive approach to distributed clustering 108345 Pattern Recognition Letters
A Likelihood Ratio Distance Measure for the Similarity Between the Fourier Transform of Time Series 108363 PAKDD
A Novel Bit Level Time Series Representation with Implication of Similarity Search and Clustering 108364 PAKDD
AgentP classifier system: self-adjusting vs. gradual approach 108365 Congress on Evolutionary Computation
Clustering Time Series with Clipped Data 108369 Machine Learning
A multiagent model of the UK market in electricity generation 108370 IEEE Trans. Evolutionary Computation
A Secure Semi-Fragile Watermarking for Image Authentication Based on Integer Wavelet Transform with Parameters Abstract 108382 ACSW Frontiers
Reversible Data Hiding for Image Based on Histogram Modification of Wavelet Coefficients 108383 CIS (2)
Reversible Semi-fragile Image Authentication Using Zernike Moments and Integer Wavelet Transform 108384 DRMTICS
Semi-fragile Watermarking Based on Zernike Moments and Integer Wavelet Transform 108389 KES (2)
Design and Development of a Tool for Integrating Heterogeneous Data Warehouses 108409 DaWaK
Transactional agent model for fault-tolerant object systems 108411 SAC
An Output-Polynomial Time Algorithm for Mining Frequent Closed Attribute Trees 108441 ILP
A Polynomial Space and Polynomial Delay Algorithm for Enumeration of Maximal Motifs in a Sequence 108444 ISAAC
Efficient Method of Combinatorial Item Set Analysis Based on Zero-Suppressed BDDs 108458 WIRI
Preface 108464 Theor. Comput. Sci.
Modeling Object Views in Distributed Query Processing on the Grid 108470 OTM Workshops
Transparency in Object-Oriented Grid Database Systems 108472 PPAM
Modeling Data Integration with Updateable Object Views 108473 SOFSEM
Panel: Information systems security standards: The solution or the problem 108499 ECIS
Authentication and Authorisation Infrastructures in b2c e-Commerce 108501 EC-Web
Trust, Privacy and Security in E-Business: Requirements and Solutions 108513 Panhellenic Conference on Informatics
ABAC - Ein Referenzmodell fanduuml;r attributbasierte Zugriffskontrolle 108517 Sicherheit
Editorial 108525 Comput. Syst. Sci. Eng.
Localization Site Prediction for Membrane Proteins by Integrating Rule and SVM Classification 108540 IEEE Trans. Knowl. Data Eng.
An Application of Well-Orderly Trees in Graph Drawing 108549 Graph Drawing
Improved visibility representation of plane graphs 108556 Comput. Geom.
Canonical Ordering Trees and Their Applications in Graph Drawing 108557 Discrete andamp; Computational Geometry
Visibility representation of plane graphs via canonical ordering tree, 108559 Inf. Process. Lett.
On Even Triangulations of 2-Connected Embedded Graphs 108561 SIAM J. Comput.
Graphical Passwords: A Survey 108563 ACSAC
Kernel-Based Bayesian Filtering for Object Tracking 108566 CVPR (1)
On the Small Sample Performance of Boosted Classifiers 108567 CVPR (2)
Accelerated 2D Image Processing on GPUs 108573 International Conference on Computational Science (2)
On Optimizing Template Matching via Performance Characterization 108574 ICCV
Overlay Networks with Linear Capacity Constraints 108584 IWQoS
AMMP-Vis: a collaborative virtual environment for molecular modeling 108589 VRST
A 3D Reconstruction Algorithm Based on 3D Deformable Atlas 108591 ICITA (1)
Design of turbo-coded modulation for the AWGN channel with Tikhonov phase error 108597 IEEE Transactions on Communications
Subgoal Ordering and Granularity Control for Incremental Planning 108601 ICTAI
A Rule System for Heterogeneous Spatial Reasoning in Geographic Information System 108627 DEXA
Heterogeneous Spatial Reasoning 108628 ECSQARU
New Rules for Hybrid Spatial Reasoning 108631 IDEAL
Spatial Reasoning Based on Rules 108633 IWINAC (1)
Modeling Cardinal Directional Relations Between Fuzzy Regions Based on Alpha-Morphology 108634 LoCA
Modeling and Refining Directional Relations Based on Fuzzy Mathematical Morphology 108635 RSFDGrC (1)
Searching for Hidden-Web Databases 108641 WebDB
Nonnegative Lagrangian Relaxation of K-Means and Spectral Clustering 108645 ECML
Term norm distribution and its effects on Latent Semantic Indexing 108686 Inf. Process. Manage.
Recent trends in the marketplace of high performance computing 108688 Parallel Computing
WIDIT: Fusion-Based Approach to Web Search Optimization 108691 AIRS
Conversations in the Blogosphere: An Analysis "From the Bottom Up" 108694 HICSS
Consistently Estimating the Selectivity of Conjuncts of Predicates 108718 VLDB
Statistical Learning Techniques for Costing XML Queries 108719 VLDB
Taxonomy generation for text segments: A practical web-based approach 108735 ACM Trans. Inf. Syst.
Evaluation of a MCA-based approach to organize data cubes 108736 CIKM
Randomized Data Allocation in Scalable Streaming Architectures 108740 DASFAA
Studying Upper Bounds on Sensor Network Lifetime by Genetic Clustering 108742 DCOSS
Approximate Continuous K Nearest Neighbor Queries for Continuous Moving Objects with Pre-defined Paths 108745 ER (Workshops)
Adaptive nearest neighbor queries in travel time networks 108746 GIS
ASPEN: an adaptive spatial peer-to-peer network 108747 GIS
Supporting multimedia streaming between mobile peers with link availability prediction 108760 ACM Multimedia
An Energy-Efficient Voting-Based Clustering Algorithm for Sensor Networks 108772 SNPD
Efficient disk replacement and data migration algorithms for large disk subsystems 108784 TOS
A Learning Architecture for Automating the Intelligent Environment 108793 AAAI
Structure Discovery in Sequentially Connected Data 108802 FLAIRS Conference
Text Classification Using Graph-Encoded Linguistic Elements 108810 FLAIRS Conference
Learning from Examples in a Single Graph 108825 FLAIRS Conference
A Serial Partitioning Approach to Scaling Graph-Based Knowledge Discovery 108828 FLAIRS Conference
Automated HPOMDP Construction through Data-mining Techniques in the Intelligent Environment Domain 108830 FLAIRS Conference
Automation Intelligence for the Smart Environment 108849 IJCAI
Managing Adaptive Versatile Environments 108857 PerCom
Designing Smart Environments: A Paradigm Based on Learning and Prediction 108858 PReMI
Graph-based Relational Learning with Application to Security 108869 Fundam. Inform.
Iterative Structure Discovery in Graph-Based Data 108874 International Journal on Artificial Intelligence Tools
Comparison of graph-based and logic-based multi-relational data mining 108896 SIGKDD Explorations
Improving Associative Classification by Incorporating Novel Interestingness Measures 108926 ICEBE
The development of an adapted Markov chain modelling heuristic and simulation framework in the context of transportation research 108937 Expert Syst. Appl.
Why promotion strategies based on market basket analysis do not work 108940 Expert Syst. Appl.
Adapting the CBA algorithm by means of intensity of implication 108943 Inf. Sci.
Intelligent Data Mining: Techniques and Application 108948 None
Penalty-Reward Analysis with Uninorms: A Study of Customer (Dis)Satisfaction 108949 Intelligent Data Mining
Using an Adapted Classification Based on Associations Algorithm in an Activity-Based Transportation System 108950 Intelligent Data Mining
Hierarchical Linear/Constant Time SLAM Using Particle Filters for Dense Maps 108977 NIPS
A novel fuzzy neural network: the vague neural network 108994 IEEE ICCI
Modeling Systems in CLP 109015 ICLP
Nested Argumentation and Its Application to Decision Making over Actions 109040 ArgMAS
Towards Formalising Agent Argumentation over the Viability of Human Organs for Transplantation 109047 MICAI
A semantic grid-based e-learning framework (SELF) 109060 CCGRID
Resource Management Services for a Grid Analysis Environment 109073 ICPP Workshops
JClarens: A Java Framework for Developing and Deploying Web Services for Grid Computing 109074 ICWS
A Semantic Grid-based E-Learning Framework (SELF 109096 CoRR
Resource Management Services for a Grid Analysis Environmen 109097 CoRR
JClarens: A Java Framework for Developing and Deploying Web Services for Grid Computin 109098 CoRR
The MammoGrid Virtual Organisation - Federating Distributed Mammogram 109110 CoRR
A Model-driven Approach for Grid Services Engineerin 109111 CoRR
Design Techniques of Delay-Locked Loop for Jitter Minimization in DRAM Applications 109123 IEICE Transactions
Truthful Online Auctions for Pricing Peer-to-Peer Services 109146 CEC
Asynchronous Web Services Communication Patterns in Business Protocols 109171 WISE
Fundamentals of Exception Handling within Workflow-Based Web Applications 109175 J. Web Eng.
The succinctness of first-order logic on linear orders 109194 Logical Methods in Computer Science
Arithmetic, first-order logic, and counting quantifiers 109196 ACM Trans. Comput. Log.
Bewertung und Selektion konkurrierender Standards 109205 GI Jahrestagung (2)
Extraktion vom Metadaten als Basis fanduuml;r eine semantische Integration heterogener Informationssysteme 109207 GI Jahrestagung (2)
Identification of common methods used for ontology integration tasks 109210 IHIS
First Workshop on Semantic Model Integration (SMI05) 109212 Wissensmanagement
Proceedings of the DIALM-POMC Joint Workshop on Foundations of Mobile Computing, Cologne, Germany, September 2, 200 109232 DIALM-POMC
Fast replication in content distribution overlays 109235 INFOCOM
On Topological Design of Service Overlay Networks 109242 IWQoS
On Multipath Routing with Transit Hubs 109245 NETWORKING
Exploiting MAC Flexibility in WiMAX for Media Streaming 109248 WOWMOM
A Type Discipline for Authorization Policies 109266 ESOP
Sequence Types for the pi-calculus 109270 Electr. Notes Theor. Comput. Sci.
Modelling dynamic web data 109276 Theor. Comput. Sci.
On the computational strength of pure ambient calculi 109277 Theor. Comput. Sci.
Privacy in E-learning: How to implement anonymity 109284 AICCSA
Data Warehousing and Knowledge Discovery, 7th International Conference, DaWaK 2005, Copenhagen, Denmark, August 22-26, 2005, Proceeding 109291 DaWaK
Data Warehousing and Knowledge Discovery: A Chronological View of Research Challenges 109295 DaWaK
Semantic Web: Challenges and New Requirements 109313 DEXA Workshops
Research and Advanced Technology for Digital Libraries, 9th European Conference, ECDL 2005, Vienna, Austria, September 18-23, 2005, Proceeding 109327 ECDL
Mapping Temporal Data Warehouse Concepts 109340 ICEIS (1)
ZELESSA: Sensing, Analysing and Acting on Continuous Event Streams 109347 iiWAS
Development of a Grid Service for Scalable Decision Tree Construction from Grid Databases 109362 PPAM
GridMiner: A Fundamental Infrastructure for Building Intelligent Grid Systems 109370 Web Intelligence
Novel mediator architectures for Grid information systems 109380 Future Generation Comp. Syst.
A BDI Agent Architecture for Dialogue Modelling and Coordination in a Smart Personal Assistant 109396 IAT
An agent-based approach to dialogue management in personal assistants 109399 IUI
Curated Databases 109414 DILS
What Is Interesting About Scientific Databases 109420 Multimedia Information Systems
What the Web Has Done for Scientific Data - and What It Hasn't 109440 WAIM
Integrating Utility into Face De-identification 109464 Privacy Enhancing Technologies
Preserving Privacy by De-Identifying Face Images 109468 IEEE Trans. Knowl. Data Eng.
Energy Efficient Multipath Routing in Large Scale Sensor Networks with Multiple Sink Nodes 109479 APPT
Probabilistic Continuous Update Scheme in Location Dependent Continuous Queries 109480 APPT
A Statistics-Based Sensor Selection Scheme for Continuous Probabilistic Queries in Sensor Networks 109494 RTCSA
Prefix-Free Regular-Expression Matching 109555 CPM
A New Linearizing Restriction in the Pattern Matching Problem 109563 FCT
Outfix-Free Regular Languages and Prime Outfix-Free Decomposition 109573 ICTAC
Shorter Regular Expressions from Finite-State Automata 109607 CIAA
The generalization of generalized automata: expression automata 109663 Int. J. Found. Comput. Sci.
Personalized Access to Multi-version Norm Texts in an eGovernment Scenario 109737 EGOV
Privacy and Ownership Preserving of Outsourced Medical Data 109760 ICDE
Tailored reversible watermarking schemes for authentication of electronic clinical atlas 109763 IEEE Transactions on Information Technology in Biomedicine
Empirical evaluation of shared parallel execution on independently scheduled clusters 109766 CCGRID
On the Influence of Network Characteristics on Application Performance in the Grid Environment 109785 ICN (1)
A Proposal of Configuring IPv6 End-to-End Secure Channels for Closed Members 109790 SAINT Workshops
Influence of Network Characteristics on Application Performance in a Grid Environment 109796 Telecommunication Systems
Approximation Algorithms for Euclidean Group TSP 109801 ICALP
Near-Linear Time Approximation Algorithms for Curve Simplification 109806 Algorithmica
Load and Network Aware Query Routing for Information Integration 109811 ICDE
Improving Web Service QoS for Wireless Pervasive Devices 109812 ICWS
QoS-based Data Access and Placement for Federated Information Systems 109813 VLDB
Analysis of Gradient-Based Routing Protocols in Sensor Networks 109816 DCOSS
Identifying Websites with Flow Simulation 109821 ICWE
Artificial Intelligence in Medicine, 10th Conference on Artificial Intelligence in Medicine, AIME 2005, Aberdeen, UK, July 23-27, 2005, Proceeding 109827 AIME
Testing Asbru Guidelines and Protocols for Neonatal Intensive Care 109830 AIME
Survivability-Guaranteed Network Resiliency Methods in DWDM Networks 109876 ICN (2)
On U.S. Homeland Security and Database Technology 109940 J. Database Manag.
On Metadata Management Technology: Status and Issues 109959 Journal of Object Technology
On Digital Convergence and Challenges 109960 Journal of Object Technology
On Issues with Component-Based Software Reuse 109961 Journal of Object Technology
The Synergy Between PAV and AdaBoost 109973 Machine Learning
Sentiment Mining in WebFountain 109999 ICDE
A Likelihood Ratio Distance Measure for the Similarity Between the Fourier Transform of Time Series 110011 PAKDD
High Speed Redundant Adder and Divider in Output Prediction Logic 110020 ISVLSI
409ps 4.7 FO4 64b Adder Based on Output Prediction Logic in 0.18um CMOS 110021 ISVLSI
A Tree-Structured Index Allocation Method with Replication over Multiple Broadcast Channels in Wireless Environments 110026 IEEE Trans. Knowl. Data Eng.
A Security Model Design in Web Service Environment 110027 CIT
PICC: A Secure Mobile Agent Framework Based on Garbled Circuit 110028 AINA
A Web Service-Based Framework for Supply Chain Management 110030 ISORC
A Top-Down Algorithm for Mining Web Access Patterns from Web Logs 110031 PAKDD
Temporal Management of RFID Data 110039 VLDB
An XML-Based Approach to Publishing and Querying the History of Databases 110043 World Wide Web
Beware the Null Hypothesis: Critical Value Tables for Evaluating Classifiers 110049 ECML
Learning probabilistic classifiers for human-computer interaction applications 110065 Multimedia Syst.
An Agent-Based Supply-Chain Management 110081 SEBD
Emotional Sequencing and Development in Fairy Tales 110087 ACII
Emotions from Text: Machine Learning for Text-based Emotion Prediction 110097 HLT/EMNLP
Gene Mapping by Pattern Discovery 110112 Data Mining in Bioinformatics
Data Mining in Bioinformatic 110113 Data Mining in Bioinformatics
Mining Non-Derivable Association Rules 110137 SDM
Quality Measuring Model for KADS-based Expert Systems 110160 Computational Intelligence
Mitigating Risk of Data Loss in Preservation Environments 110193 MSST
Scalable, Reliable Marshalling and Organization of Distributed Large Scale Data Onto Enterprise Storage Environments 110194 MSST
GenMax: An Efficient Algorithm for Mining Maximal Frequent Itemsets 110253 Data Min. Knowl. Discov.
A case study in building layered DHT applications 110284 SIGCOMM
The Lowell database research self-assessment 110315 Commun. ACM
Model-based approximate querying in sensor networks 110330 VLDB J.
On the Stability of Approximation for Hamiltonian Path Problems 110336 SOFSEM
Approximate Inverse Frequent Itemset Mining: Privacy, Complexity, and Approximation 110350 ICDM
Privacy Aware Data Generation for Testing Database Applications 110352 IDEAS
Statistical Database Modeling for Privacy Preserving Database Generation 110353 ISMIS
Cumulative Algebraic Signatures for Fast String Search, Protection Against Incidental Viewing and Corruption of Data in an SDDS 110374 DBISP2P
Galois Connections, T-CUBES, and P2P Data Mining 110375 DBISP2P
Trading Off Security in a Service Oriented Architecture 110422 DBSec
Nonmonotonic Reasoning in FLORA-2 110460 LPNMR
ODBASE 2005 PC Co-Chairs' Message 110461 OTM Conferences (2)
A Realistic Architecture for the Semantic Web 110466 RuleML
Rules and Ontologies in F-Logic 110467 Reasoning Web
Requirements for an Expressive Rule Language on the Semantic Web 110478 Rule Languages for Interoperability
RuleML Position Statement 110479 Rule Languages for Interoperability
Rules in the Semantic Web Services Language (SWSL): An Overview for Standardization Directions 110480 Rule Languages for Interoperability
Batch is back: CasJobs, serving multi-TB data on the We 110504 CoRR
Fisher+Kernel Criterion for Discriminant Analysis 110508 CVPR (2)
Concurrent Subspaces Analysis 110510 CVPR (2)
Neighborhood Preserving Embedding 110517 ICCV
Largest-eigenvalue-theory for incremental principal component analysis 110522 ICIP (1)
Feedback-based dynamic generalized LDA for face recognition 110523 ICIP (2)
Tensor-based factor decomposition for relighting 110524 ICIP (2)
Comparative study: face recognition on unspecific persons using linear subspace methods 110525 ICIP (3)
Parallel Image Matrix Compression for Face Recognition 110531 MMM
Robust Non-Frontal Face Alignment with Edge Based Texture 110537 J. Comput. Sci. Technol.
Face Recognition Using Laplacianfaces 110538 IEEE Trans. Pattern Anal. Mach. Intell.
Efficient 3D reconstruction for face recognition 110539 Pattern Recognition
An Efficient Algorithm Based on Simulated Annealing for Multicast Routing with Delay and Delay Variation Constraints 110551 AINA
Avoiding Error-Prone Reordering Optimization During Legal Systems Migration 110552 DEXA
A Mapping Method for Telemanipulation of the Non-Anthropomorphic Robotic Hands with Initial Experimental Validation 110558 ICRA
Motion Study of an Omni-Directional Rover for Step Climbing 110559 ICRA
TGH: a case study of designing natural interaction for mobile guide systems 110560 Mobile HCI
Modeling and Motion Control of Robotic Hand for Telemanipulation Application 110564 International Journal of Software Engineering and Knowledge Engineering
Opportunistic file transfer over a fading channel under energy and delay constraints 110566 IEEE Transactions on Communications
Allocating isolation levels to transactions 110591 PODS
Teaching transaction management with SQL examples 110608 ITiCSE
The atomic manifesto: a story in four quarks 110620 SIGMOD Record
Design-Level Performance Prediction of Component-Based Applications 110625 IEEE Trans. Software Eng.
A Learned Comparative Expression Measure for Affymetrix GeneChip DNA Microarrays 110681 CSB
A Generalized Framework for an Ontology-Based Data-Extraction System 110803 ISTA
Towards Ontology Generation from Tables 110837 World Wide Web
Exploiting redundancy in sensor networks for energy efficient processing of spatiotemporal region queries 110838 CIKM
An Analysis of Spatio-Temporal Query Processing in Sensor Networks 110846 ICDE Workshops
A Trajectory Splitting Model for Efficient Spatio-Temporal Indexing 110872 VLDB
A Hierarchical Semantic Overlay Approach to P2P Similarity Search 110896 USENIX Annual Technical Conference, General Track
Range Multicast for Video on Demand 110900 Multimedia Tools Appl.
Spatiotemporal analysis of 9-1-1 call stream data 110905 DG.O
Dynamic Resource Discovery for Sensor Networks 110908 EUC Workshops
"Token" equilibria in sensor networks with multiple sponsors 110912 CollaborateCom
An Efficient Reduction from Constrained to Unconstrained Maximum Agreement Subtree 110917 WABI
A Dynamic Optimization Strategy for Evolutionary Testing 110930 APSEC
A Formal Method for Program Slicing 110933 Australian Software Engineering Conference
Configuration Strategies for Evolutionary Testing 110941 COMPSAC (2)
Research on the Analysis and Measurement for Testing Results of Web Applications 110947 CW
A Document Classification Approach By GA Feature Extraction Based Corner Classification Neural Network 110949 CW
Model Checking for Timed Statecharts 110952 FORTE
A Software Debugging Method Based on Pairwise Testing 110956 International Conference on Computational Science (3)
A Slice Monad Transformer and Its Applications in Program Slicing 110958 ICECCS
Testing Web Applications Intelligently Based on Agent 110959 ICEIS (4)
Reasoning Technique for Extended Fuzzy Description Logics 110964 ICTAI
An Approach to Decomposing Assertions into Java Codes 110967 IKE
Testing and Fault Diagnosis for Web Application Compatibility Based on Combinatorial Method 110974 ISPA Workshops
User's Rough Set Based Fuzzy Interest Model in Mining WWW Cache 110975 ISPA Workshops
Mapping Fuzzy Concepts Between Fuzzy Ontologies 110976 KES (3)
Measuring structural complexity for class diagrams: an information theory approach 110985 SAC
An Aspect Transformation Approach with Refactoring 110993 SEKE
Automatic Test Generation for N-Way Combinatorial Testing 110999 QoSA/SOQUA
DMC: a more precise cohesion measure for classes 111009 Information andamp; Software Technology
An improved accuracy measure for rough sets 111010 J. Comput. Syst. Sci.
An efficient and reliable object-oriented exception handling mechanism 111022 SIGPLAN Notices
A brief survey of program slicing 111032 ACM SIGSOFT Software Engineering Notes
Testing web applications focusing on their specialties 111033 ACM SIGSOFT Software Engineering Notes
Transforming Web Requirements into Navigational Models: AN MDA Based Approach 111038 ER
Using Task Descriptions for the Specification of Web Application Requirements 111044 WER
Native Xquery processing in oracle XMLDB 111049 SIGMOD Conference
Formalization and Detection of Events Using Interval-Based Semantics 111065 COMAD
InfoSift: Adapting Graph Mining Techniques for Text Classification 111081 FLAIRS Conference
Policy Schedule Advisor for Performance Management 111083 ICAC
Active Authorization Rules for Enforcing Role-Based Access Control and its Extensions 111087 ICDE Workshops
NFMi: An Inter-domain Network Fault Management System 111092 ICDE
eMailSift: Email Classification Based on Structure and Content 111096 ICDM
Analyzing Policy Dependencies Using Historical Information 111102 POLICY
SmartGate: a smart push-pull approach to support role-based security in web gateways 111108 SAC
InfoFilter: a system for expressive pattern specification and detection over text streams 111110 SAC
Privacy leakage in multi-relational databases via pattern based semi-supervised learning 111147 CIKM
Computational Science and Its Applications - ICCSA 2005, International Conference, Singapore, May 9-12, 2005, Proceedings, Part 111165 ICCSA (1)
Summarization - Compressing Data into an Informative Representation 111167 ICDM
Generalizing the Notion of Confidence 111169 ICDM
Identification of Functional Modules in Protein Complexes via Hyperclique Pattern Discovery 111200 Pacific Symposium on Biocomputing
Incremental page rank computation on evolving graphs 111215 WWW (Special interest tracks and posters)
Parallel and Distributed Computing for Cybersecurity 111224 IEEE Distributed Systems Online
Integrating Web Data and Geographic Knowledge into Spatial Databases 111251 Spatial Databases
Detecandccedil;andatilde;o de Randeacute;plicas Utilizando Conteanduacute;do e Estrutura 111266 SBBD
Improving Web search efficiency via a locality based static pruning method 111277 WWW
Verifying Very Large Industrial Circuits Using 100 Processes and Beyond 111283 ATVA
Achieving Speedups in Distributed Symbolic Reachability Analysis Through Asynchronous Computation 111289 CHARME
Verification of the Java Causality Requirements 111305 Haifa Verification Conference
Scaling model checking of dataraces using dynamic information 111337 PPOPP
Distributed Symbolic Model Checking for andmicro;-Calculus 111350 Formal Methods in System Design
A high-performance distributed algorithm for mining association rules 111371 Knowl. Inf. Syst.
Software Distributed Shared Memory: a VIA-based implementation and comparison of sequential consistency with home-based lazy release consistency 111379 Softw., Pract. Exper.
In-Kernel Integration of Operating System and Infiniband Functions for High Performance Computing Clusters: A DSM Example 111383 IEEE Trans. Parallel Distrib. Syst.
A web trust-inducing model for e-commerce and empirical research 111387 ICEC
From BPEL4WS to OWL-S: Integrating E-Business Process Descriptions 111388 IEEE SCC
Emotional Metaphors for Emotion Recognition in Chinese Text 111389 ACII
A Minimum Proportional Time Redundancy based Checkpoint Selection Strategy for Dynamic Verification of Fixed-time Constraints in Grid Workflow Systems 111392 APSEC
Temporal Dependency for Dynamic Verification of Fixed-Date Constraints in Grid Workflow Systems 111396 APWeb
Ontology-Based Matchmaking in e-Marketplace with Web Services 111400 APWeb
Agent-Based Ontology Mapping Towards Ontology Interoperability 111408 Australian Conference on Artificial Intelligence
An Organisational Perspective on Collaborative Business Processes 111410 Business Process Management
Multiple Temporal Consistency States for Dynamical Verification of Upper Bound Constraints in Grid Workflow Systems 111416 e-Science
Semantic Mapping with Multi-Agent Systems 111418 EEE
Flexible Temporal Consistency for Fixed-Time Constraint Verification in Grid Workflow Systems 111423 GCC
High-performance systolic arrays for band matrix multiplication 111439 ISCAS (2)
An Activity Completion Duration based Checkpoint Selection Strategy for Dynamic Verification of Fixed-time Constraints in Grid Workflow Systems 111442 NODe/GSEM
Agent-Based Approach for Dynamic Ontology Management 111443 KES (3)
Supply Chain Protocolling 111450 CEC
Supporting awareness in instant messaging: an empirical study and mechanism design 111454 OZCHI
Dynamic checking of temporal constraints for concurrent workflows 111457 Electronic Commerce Research and Applications
Second-Order Polynomial Expressions for On-Chip Interconnect Capacitance 111460 IEICE Transactions
Efficient Large Scale Integration Power/Ground Network Optimization Based on Grid Genetic Algorithm 111461 IEICE Transactions
Space Efficiency in Synopsis Construction Algorithms 111500 VLDB
How far will you walk to find your shortcut: Space Efficient Synopsis Construction Algorithm 111503 CoRR
Asymmetric k-center is log* n-hard to approximate 111505 J. ACM
Improved Combinatorial Algorithms for Facility Location Problems 111510 SIAM J. Comput.
Survey of Biodata Analysis from a Data Mining Perspective 111519 Data Mining in Bioinformatics
Mining Closed Relational Graphs with Connectivity Constraints 111560 ICDE
Mining coherent dense subgraphs across massive biological networks for functional discovery 111578 ISMB (Supplement of Bioinformatics)
Summarizing itemset patterns: a profile-based approach 111594 KDD
Mining closed relational graphs with connectivity constraints 111596 KDD
Cross-relational clustering with user's guidance 111597 KDD
Community Mining from Multi-relational Networks 111609 PKDD
Efficient Classification from Multiple Heterogeneous Databases 111610 PKDD
A sampling-based framework for parallel data mining 111611 PPOPP
SeqIndex: Indexing Sequences by Sequential Pattern Analysis 111616 SDM
GraphMiner: a structural pattern-mining system for large disk-based graph databases and its applications 111628 SIGMOD Conference
Substructure Similarity Search in Graph Databases 111630 SIGMOD Conference
SOBER: statistical model-based bug localization 111636 ESEC/SIGSOFT FSE
On High Dimensional Projected Clustering of Data Streams 111659 Data Min. Knowl. Discov.
Making SVMs Scalable to Large Data Sets using Hierarchical Cluster Indexing 111661 Data Min. Knowl. Discov.
TSP: Mining top-k closed sequential patterns 111675 Knowl. Inf. Syst.
A tribute to Professor Hongjun Lu 111680 SIGMOD Record
Document Clustering Using Locality Preserving Indexing 111683 IEEE Trans. Knowl. Data Eng.
TFP: An Efficient Algorithm for Mining Top-K Frequent Closed Itemsets 111694 IEEE Trans. Knowl. Data Eng.
Divide-and-Approximate: A Novel Constraint Push Strategy for Iceberg Cube Mining 111695 IEEE Trans. Knowl. Data Eng.
Graph indexing based on discriminative frequent structure analysis 111700 ACM Trans. Database Syst.
SMTP Path Analysis 111707 CEAS
Matching Semantic Web Services across Heterogeneous Ontologies 111710 CIT
PeeRCR: a distributed P2P-based reusable component repository system 111715 COEA
Capability Matching of Web Services Based on OWL-S 111718 DEXA Workshops
Using GARCH-GRNN Model to Forecast Financial Time Series 111728 ISCIS
Intrusion Detection Alert Verification Based on Multi-level Fuzzy Comprehensive Evaluation 111730 CIS (1)
An Improved kNN Algorithm - Fuzzy kNN 111731 CIS (1)
An Improved Bayesian Network Learning Algorithm Based on Dependency Analysis 111732 CIS (1)
Approximate B-Spline Surface Based on RBF Neural Networks 111735 International Conference on Computational Science (1)
Learning TAN from Incomplete Data 111738 ICIC (1)
Applying Genetic Programming to Evolve Learned Rules for Network Anomaly Detection 111739 ICNC (3)
A Mixed Mutation Strategy Evolutionary Programming Combined with Species Conservation Technique 111745 MICAI
Selection of the Optimal Parameter Value for the ISOMAP Algorithm 111746 MICAI
Improvement of Data Visualization Based on ISOMAP 111747 MICAI
A method of valuable rule discovering 111758 GrC
Studying of granularity on group 111759 GrC
Grapheme-to-Phoneme Conversion Based on a Fast TBL Algorithm in Mandarin TTS Systems 111776 FSKD (2)
A Comparison of Network Level Fault Injection with Code Insertion 111780 COMPSAC (1)
Increasing Web Service Dependability Through Consensus Voting 111781 COMPSAC (2)
Bilateral Estimation of Vertex Normal for Point-Sampled Models 111791 ICCSA (1)
The Bounds on the Rate of Uniform Convergence for Learning Machine 111802 ISNN (1)
A Provenance-Aware Weighted Fault Tolerance Scheme for Service-Based Applications 111805 ISORC
Uinta: A P2P Routing Algorithm Based on the User's Interest and the Network Topology 111812 IWDC
An Ontology-Based Approach for Determining the Dependability of Service-Oriented Architectures 111821 WORDS
Dependability in Grids 111826 IEEE Distributed Systems Online
Prediction of vascular tissue engineering results with artificial neural networks 111827 Journal of Biomedical Informatics
Information Modeling in UML and ORM 111838 Encyclopedia of Information Science and Technology (III)
Two Meta-Models for Object-Role Modeling 111845 Information Modeling Methods and Methodologies
Constraints on Conceptual Join Paths 111846 Information Modeling Methods and Methodologies
Preface 111847 Information Modeling Methods and Methodologies
Information Modeling Methods and Methodologie 111849 None
On the Move to Meaningful Internet Systems 2005: OTM 2005 Workshops, OTM Confederated International Workshops and Posters, AWeSOMe, CAMS, GADA, MIOS+INTEROP, ORM, PhDS, SeBGIS, SWWS, and WOSE 2005, Agia Napa, Cyprus, October 31 - November 4, 2005, Proceeding 111868 OTM Workshops
ORM 2 111869 OTM Workshops
FORML Position paper for W3C Workshop on Rule Languages for Interoperability 111874 Rule Languages for Interoperability
Convergence law for random graphs with specified degree sequence 111903 ACM Trans. Comput. Log.
Supervised Ordering - An Empirical Survey 111908 ICDM
A Disk-Based Join With Probabilistic Guarantees 111917 SIGMOD Conference
Online Estimation For Subset-Based SQL Queries 111918 VLDB
On Multidimensional Data and Modern Disks 111936 FAST
A Multiresolution Symbolic Representation of Time Series 111941 ICDE
Online Latent Variable Detection in Sensor Networks 111944 ICDE
Neighborhood Formation and Anomaly Detection in Bipartite Graphs 111950 ICDM
Example-Based Robust Outlier Detection in High Dimensional Datasets 111951 ICDM
Mining Time Series Data 111978 SBBD
Research issues in protein location image databases 111993 SIGMOD Conference
Fast estimation of fractal dimension and correlation integral on stream data 112035 Inf. Process. Lett.
Relevance search and anomaly detection in bipartite graphs 112041 SIGKDD Explorations
Editorial: TKDE Topic Area Revisions 112052 IEEE Trans. Knowl. Data Eng.
Reliably, Securely and Efficiently Distributing Electronic Content Using Multicasting 112066 EC-Web
Efficiently Computing a Linear Extension of the Sub-hierarchy of a Concept Lattice 112069 ICFCA
Algebraic Operations on PQ Trees and Modular Decomposition Trees 112079 WG
Linear-time modular decomposition of directed graphs 112082 Discrete Applied Mathematics
Solving Large-Scale Nonlinear Programming Problems by Constraint Partitioning 112104 CP
Speech-adaptive layered G.729 coder for loss concealments of real-time voice over IP 112116 ICME
Loss Aware Rate Allocations in H.263 Coded Video Transmissions 112181 Journal of Circuits, Systems, and Computers
LSP-based multiple-description coding for real-time low bit-rate voice over IP 112224 IEEE Transactions on Multimedia
Speeding-Up Hierarchical Agglomerative Clustering in Presence of Expensive Metrics 112247 PAKDD
Semantic Approximation of Data Stream Joins 112262 IEEE Trans. Knowl. Data Eng.
Estimating the Number of Substring Matches in Long String Databases 112271 APWeb
Adaptive Multi-level Hashing for Moving Objects 112281 DASFAA
A Novel Wavelet Transform Based on Polar Coordinates for Datamining Applications 112290 FSKD (2)
FiST: Scalable XML Document Filtering by Sequencing Twig Patterns 112301 VLDB
A Cache Optimized Multidimensional Index in Disk-Based Environments 112305 IEICE Transactions
Efficient Update Method for Indexing Locations of Moving Objects 112309 J. Inf. Sci. Eng.
APHIDS++: Evolution of A Programmable Hybrid Intrusion Detection System 112332 MATA
Distributed Resource Discovery in Large Scale Computing Systems 112334 SAINT
An efficient data broadcasting scheduler for energy-constraint broadcast servers 112342 Comput. Syst. Sci. Eng.
Interest Region-Based Image Retrieval System Based on Graph-Cut Segmentation and Feature Vectors 112354 CIS (1)
Intelligent Mosaics Algorithm of Overlapping Images 112363 ICNC (3)
Personalised Web-Based Learning Systems 112373 ICALT
An Allocation Model for Automatic Assignment Generation and Marking 112377 ICALT
Higher-Order Entity Relationship Modelling with UML 112384 QSIC
Creating a Pervasive Testing Environment by Using SMS Messaging 112386 WMTE
Measuring The Quality of Care Using Data From Hospital Information Systems: Issues about Data Quality 112395 IQ
Definitions Management: A Semantics-Based Approach for Clinical Documentation in Healthcare Delivery 112399 International Semantic Web Conference
TaxaMiner: an experimentation framework for automated taxonomy bootstrapping 112406 IJWGS
A Comparative Study for WordNet Guided Text Representation 112410 Australian Conference on Artificial Intelligence
Discovering Maximum Sequential Patterns Efficiently 112415 DMIN
TCUAP: A Novel Approach of Text Clustering Using Asymmetric Proximity 112416 IICAI
Representing the Process Semantics in the Situation Calculus 112421 RSFDGrC (1)
An Improved Genetic Algorithm for Cost-Delay-Jitter QoS Multicast Routing 112422 CIMCA/IAWTIC
A Pattern Growth Method Based on Memory Indexing for Frequent Patterns Mining 112423 CIMCA/IAWTIC
Social Network Problem in Enron Corpus 112429 ADBIS Research Communications
Evolutionary Learning of Boolean Queries by Genetic Programming 112431 ADBIS Research Communications
Query optimization by Genetic Algorithms 112449 DATESO
Efficient Searching in Large Inheritance Hierarchies 112451 DEXA
Strategy and Communication in Robotic Soccer Game 112457 EUROCAST
Using Genetic Algorithms for Boolean Queries Optimization 112462 IMSA
Neural network nonlinear factor analysis of high dimensional binary signals 112465 SITIS
Information Extraction from HTML Product Catalogues: From Source Code and Images to RDF 112467 Web Intelligence
WordNet Ontology Based Model for Web Retrieval 112470 WIRI
Hierarchical Metadata Driven View Dependency in Spatial Data Warehouses 112482 DEXA Workshops
Hierarchical Metadata Driven View Selection for Spatial Query Evaluations 112483 WAIM
Fast Frequent String Mining Using Suffix Arrays 112492 ICDM
Inductive Logic Programming, 15th International Conference, ILP 2005, Bonn, Germany, August 10-13, 2005, Proceeding 112506 ILP
Extending Function Point Analysis of Object-Oriented Requirements Specifications 112515 IEEE METRICS
Ensembles of Balanced Nested Dichotomies for Multi-class Problems 112516 PKDD
Adaptive Collaboration in Peer-to-Peer Systems 112535 ICDCS
Improved recommendation systems 112542 SODA
Collaborate with strangers to find own preferences 112543 SPAA
Timing Games and Shared Memory 112549 DISC
Extending UML 2 Activity Diagrams with Business Intelligence Objects 112559 DaWaK
Holistic Software Process Performance Measurement: From the Stakeholders' Perspective 112562 DEXA Workshops
A Performance Measurement Perspective for Event-Driven Process Chains 112563 DEXA Workshops
Bridging the Gap between Data Warehouses and Business Processes: A Business Intelligence Perspective for Event-Driven Process Chains 112565 EDOC
A UML 2 Profile for Business Process Modelling 112568 ER (Workshops)
An Evaluation of Open Source E-Learning Platforms Stressing Adaptation Issues 112570 ICALT
A Dynamic Adaptive Sampling Algorithm (DASA) for Real World Applications: Finger Print Recognition and Face Recognition 112580 ISMIS
Index Support for Frequent Itemset Mining in a Relational DBMS 112590 ICDE
Data mining techniques for effective and scalable traffic analysis 112592 Integrated Network Management
Index Support for Mining Data Streams in a Relational DBMS 112603 SEBD
A New Method for Retrieval Based on Relative Entropy with Smoothing 112616 AAIM
Multinomial Approach and Multiple-Bernoulli Approach for Information Retrieval Based on Language Modeling 112617 FSKD (1)
Relational Index Support for XPath Axes 112620 XSym
Towards an enterprise XML architecture 112624 SIGMOD Conference
Full-rate full-diversity space-time code for four-transmit-antenna systems 112642 IEEE Transactions on Wireless Communications
Case Study: Distance-Based Image Retrieval in the MoBIoS DBMS 112648 CIT
JeromeDL - Adding Semantic Web Technologies to Digital Libraries 112689 DEXA
Infrared Face Recognition by Using Blood Perfusion Data 112700 AVBPA
Temporal Aggregates in OWL-Time 112701 FLAIRS Conference
Study of Improved Hierarchy Genetic Algorithm Based on Adaptive Niches 112705 ICIC (1)
Complexity-based rate distortion optimization with perceptual tuning for scalable video coding 112710 ICIP (3)
A perceptual bit allocation scheme for H.264 112715 ICME
Temporal Aggregates for Web Services on the Semantic Web 112718 ICWS
Exploring the Energy-Time Tradeoff in MPI Programs on a Power-Scalable Cluster 112719 IPDPS
Exploring the Energy-Time Tradeoff in High-Performance Computing 112720 IPDPS
An adaptive edge-preserving artifacts removal filter for video post-processing 112723 ISCAS (5)
An improved rate control algorithm for H.264 112724 ISCAS (1)
Fast Rate-Distortion Optimization in H.264/AVC Video Coding 112726 KES (3)
Block Standstill and Homogeneity Based Fast Motion Estimation Algorithm for H.264 Video Coding 112727 KES (3)
Fast mode decision algorithm for intraprediction in H.264/AVC video coding 112736 IEEE Trans. Circuits Syst. Video Techn.
Fast intermode decision in H.264/AVC video coding 112737 IEEE Trans. Circuits Syst. Video Techn.
Improving software security with a C pointer analysis 112743 ICSE
Linear Time Algorithm for Parsing RNA Secondary Structure 112771 WABI
A Dynamic, Data-Driven, Decision Support System for Emergency Medical Services 112802 International Conference on Computational Science (2)
Distributed, secure load balancing with skew, heterogeneity and churn 112805 INFOCOM
Performance of Multithreaded Chip Multiprocessors and Implications for Operating System Design 112833 USENIX Annual Technical Conference, General Track
Beyond relational databases 112841 ACM Queue
An architecture a day keeps the hacker away 112842 SIGARCH Computer Architecture News
Using Neutral Examples for Learning Polarity 112847 IJCAI
Automatically Determining an Anonymous Author's Native Language 112848 ISI
Determining an author's native language by mining a text for errors 112849 KDD
The Personal Publication Reader: Illustrating Web Data Extraction, Personalization and Reasoning for the Semantic Web 112853 ESWC
Semantic Web Enabled Information Systems: Personalized Views on Web Data 112854 ICCSA (2)
Information Extraction for the Semantic Web 112857 Reasoning Web
Adaptive Multi-level Hashing for Moving Objects 112864 DASFAA
Emulator Implementation of Service Scenario Description Framework for Home Networked Appliances 112865 ICAS/ICNS
Efficient Pattern Matching of Multidimensional Sequences 112867 RSFDGrC (2)
Efficient Update Method for Indexing Locations of Moving Objects 112870 J. Inf. Sci. Eng.
Efficient Algorithms for Constructing Time Decompositions of Time Stamped Documents 112873 DEXA
Formalizing the XML Schema Matching Problem as a Constraint Optimization Problem 112893 DEXA
Experiments with Queries over Encrypted Data Using Secret Sharing 112904 Secure Data Management
Valid Updates for Persistent XML Objects 112921 BTW
Migrating stateful web services using Apache Axis and P2P 112930 IADIS AC
Implementing a database programming language for XML applications 112931 IADIS AC
XCG: A one-to-one class generator for XML languages 112932 IADIS AC
Developing a Web Service for Distributed Persistent Objects in the Context of an XML Database Programming Language 112937 OTM Conferences (1)
Usable Recursive Queries 112960 ADBIS
A Flexible Grid Infrastructure for Data Analysis 112967 AWIC
Implementation of Federated Databases Through Updatable Views 112978 EGC
Distributed Query Optimization in the Stack-Based Approach 112983 HPCC
Optimization of Distributed Queries in Grid Via Caching 112989 OTM Workshops
Object-Oriented Wrapper for Relational Databases in the Data Grid Architecture 112990 OTM Workshops
Tier Aspect Model Based on Updatable Views 112994 SOFSEM
A Graph Theoretical Foundation for Integrating RDF Ontologies 113010 AAAI
Probabilistic Ontologies and Relational Databases 113018 OTM Conferences (1)
The Design Space of Type Checkers for XML Transformation Languages 113026 ICDT
Lightweight Real-Time Network Communication Protocol for Commodity Cluster Systems 113047 EUC
Integer Factorization by a Parallel GNFS Algorithm for Public Key Cryptosystems 113051 ICESS
Backward-Chaining Flexible Planning 113053 ICMLC
A filtered-X RLS based narrowband active noise control system in the presence of frequency mismatch 113058 ISCAS (1)
A constructive procedure for multidimensional realization and LFR uncertainty modelling 113061 ISCAS (3)
Factoring large integers using parallel general number field sieve 113071 PDPTA
Two Classes of Simple MCD Graphs 113079 CJCDGCGT
An efficient secure distributed anonymous routing protocol for mobile and wireless ad hoc networks 113081 Computer Communications
Providing Reliable Distributed Grid Services in Mobile Environments 113108 SOAS
Asymmetric Batch Incremental View Maintenance 113114 ICDE
Monitoring Continuous Band-Join Queries over Dynamic Data 113116 ISAAC
On Joining and Caching Stochastic Streams 113117 SIGMOD Conference
ASLIC: A Low Power CMOS Analog Circuit Design Automation 113126 ISQED
Legal Information Retrieval and Application on E-Rulemaking 113170 ICAIL
Analyzing Government Regulations Using Structural and Domain Information 113212 IEEE Computer
Integration of structured and unstructured data in IBM content manager 113252 SIGMOD Conference
Integrating Unnormalised Semi-structured Data Sources 113260 CAiSE
A General Approach to the Generation of Conceptual Model Transformations 113267 CAiSE
Schema Integration Based on Uncertain Semantic Mappings 113271 ER
Comparing and Transforming Between Data Models Via an Intermediate Hypergraph Data Model 113281 J. Data Semantics IV
A formal characterization of PIVOT/UNPIVOT 113283 CIKM
Relational languages for metadata integration 113312 ACM Trans. Database Syst.
Serendipity in Text and Audio Information Spaces: Organizing and Exploring High-Dimensional Data with the Growing Hierarchical Self-Organizing Map 113370 Classification and Clustering for Knowledge Discovery
Dynamic Pattern Mining: An Incremental Data Clustering Approach 113420 J. Data Semantics
On Discriminative Joint Density Modeling 113421 ECML
Implicit Relevance Feedback from Eye Movements 113422 ICANN (1)
Expectation maximization algorithms for conditional likelihoods 113423 ICML
Combining eye movements and collaborative filtering for proactive information retrieval 113424 SIGIR
Two-Way Latent Grouping Model for User Preference Prediction 113425 UAI
Fast Pattern Detection in Stream Data 113428 AINA
Fast Similarity Search in String Databases 113429 AINA
A Finite-State-Model Scheme for Efficient Cooperation Enforcement in Mobile Ad Hoc Networks 113436 ICPADS (1)
GC*-tree: a generic index for perceptual similarity search 113444 ITRE
Localization system for outdoor wireless sensor networks 113461 SenSys
Analyzing Electronic Mail Using Temporal, Spatial, and Content-based Visualization Techniques 113496 GI Jahrestagung (1)
Importance-Driven Visualization Layouts for Large Time Series Data 113507 INFOVIS
A pivot-based index structure for combination of feature vectors 113522 SAC
VisBiz: A Business Process Visualization Case Study 113534 EuroVis
Feature-based similarity search in 3D object databases 113549 ACM Comput. Surv.
Scalable Visual Data Exploration of Large Data Sets via MultiResolution 113561 J. UCS
Affine Algebraic Decision Diagrams (AADDs) and their Application to Structured Probabilistic Inference 113608 IJCAI
Margin Semi-Supervised Learning for Structured Variables 113617 NIPS
Combinatorial Bids based Multi-robot Task Allocation Method 113660 ICRA
Dynamic Load Distribution in the Borealis Stream Processor 113674 ICDE
Distributed operation in the Borealis stream processing engine 113675 SIGMOD Conference
An Efficient Decentralized Keyword Lookup Scheme for MANETs 113680 ICWN
Three-Level Schema Model in a Web Data Engine 113708 ASIAN
Unified Index for Mobile Object Data and Authorizations 113711 ESORICS
Stability of the Minkowski Measure of Asymmetry for Convex Bodies 113714 Discrete andamp; Computational Geometry
Personalized Access to Multi-version Norm Texts in an eGovernment Scenario 113793 EGOV
Enhanced access to eGovernment services: temporal and semantics-aware retrieval of norms 113796 SWAP
A procedure for assessing GO annotation consistency 113805 ISMB (Supplement of Bioinformatics)
Ontological visualization of protein-protein interactions 113809 BMC Bioinformatics
The Mouse Genome Database (MGD): from genes to mice - a community resource for mouse biology 113810 Nucleic Acids Research
XDTM: The XML Data Type and Mapping for Specifying Datasets 113813 EGC
Safe futures for Java 113837 OOPSLA
A transactional object calculus 113850 Sci. Comput. Program.
Transforming Software Package Classification Hierarchies into Goal-Based Taxonomies 113856 DEXA
On Goal-Oriented COTS Taxonomies Construction 113858 ICCBSS
RiSD: A Methodology for Building i-Strategic Dependency Models 113861 SEKE
Guarding a terrain by two watchtowers 113876 Symposium on Computational Geometry
I/O-Efficient Construction of Constrained Delaunay Triangulations 113903 ESA
Coarse and Reliable Geometric Alignment for Protein Docking 113924 Pacific Symposium on Biocomputing
Lower bound for sparse Euclidean spanners 113945 SODA
Faster Algorithms for Optimal Multiple Sequence Alignment Based on Pairwise Comparisons 113954 WABI
Approximation Algorithms for a k-Line Center 113965 Algorithmica
Lines Avoiding Unit Balls in Three Dimensions 113986 Discrete andamp; Computational Geometry
A Near-Quadratic Algorithm for Fence Design 113991 Discrete andamp; Computational Geometry
Pseudo-Line Arrangements: Duality, Algorithms, and Applications 114035 SIAM J. Comput.
Suppressing Data Sets to Prevent Discovery of Association Rules 114054 ICDM
Suppressing Microdata to Prevent Probabilistic Classification Based Inference 114060 Secure Data Management
A weighting scheme based on emerging patterns for weighted support vector machines 114070 GrC
A Surface Reconstruction Method for Highly Noisy Point Clouds 114084 VLSM
Automated Extraction of Microtubules and Their Plus-Ends 114085 WACV/MOTION
Access Protocol with Efficient Slot Reuse in WDM Metro Ring 114090 IEICE Transactions
Spatial Domain Wavelet Design for Feature Preservation in Computational Data Sets 114095 IEEE Trans. Vis. Comput. Graph.
RELFIN - Topic Discovery for Ontology Enhancement and Annotation 114134 ESWC
Evaluation of Ontology Enhancement Tools 114137 EWMF/KDO
WebKDD 2005: web mining and web usage analysis post-workshop report 114173 SIGKDD Explorations
Inductive Databases in the Relational Model: The Data as the Bridge 114230 KDID
What makes the differences: benchmarking XML database implementations 114236 ACM Trans. Internet Techn.
Scalarization Using Loop Alignment and Loop Skewing 114245 The Journal of Supercomputing
Synthesis of Distributed Systems from Knowledge-Based Specifications 114256 CONCUR
Deciding Properties of Contract-Signing Protocols 114278 STACS
Fair Simulation Relations, Parity Games, and State Space Reduction for Bu"chi Automata 114292 SIAM J. Comput.
Simulation relations for alternating Banduuml;chi automata 114294 Theor. Comput. Sci.
Constraint extraction for pseudo-functional scan-based delay testing 114300 ASP-DAC
An Efficient Sequential SAT Solver With Improved Search Strategies 114303 DATE
Accurate Diagnosis of Multiple Faults 114310 ICCD
Pseudo-Functional Scan-based BIST for Delay Fault 114314 VTS
Approximating the Distortion 114327 APPROX-RANDOM
Games Other People Play 114340 CONCUR
Algorithmic Problems in Ad Hoc Networks 114342 DCOSS
The Complexity of Games on Highly Regular Graphs 114343 ESA
Approximately Dominating Representatives 114381 ICDT
Computing equilibria in multi-player games 114416 SODA
The complexity of low-distortion embeddings between point sets 114417 SODA
Computing correlated equilibria in multi-player games 114432 STOC
... The Interaction Between Algorithms and Game Theory 114440 WEA
Experiments with an Economic Model of the Worldwide Web 114441 WINE
Recent Developments in Equilibria Algorithms 114442 WINE
An economic model of the worldwide web 114445 WWW (Special interest tracks and posters)
A BGP-based mechanism for lowest-cost routing 114463 Distributed Computing
Reducibility Among Equilibrium Problem 114466 Electronic Colloquium on Computational Complexity (ECCC)
The complexity of computing a Nash equilibriu 114467 Electronic Colloquium on Computational Complexity (ECCC)
Three-Player Games Are Har 114468 Electronic Colloquium on Computational Complexity (ECCC)
On a conjecture related to geometric routing 114545 Theor. Comput. Sci.
XWRAPComposer: A Multi-Page Data Extraction Service for Bio-Computing Applications 114569 IEEE SCC
DSL Weaving for Distributed Information Flow Systems 114574 APWeb
Towards Automated Deployment of Built-to-Order Systems 114583 DSOM
TOCTTOU Vulnerabilities in UNIX-Style File Systems: An Anatomical Study 114587 FAST
Fine-Grain Adaptive Compression in Dynamically Variable Networks 114597 ICDCS
Comparison of Approaches to Service Deployment 114600 ICDCS
Event-based QoS for a distributed continual query system 114610 IRI
Integration of Business Processes with Autonomous Information Systems: A Case Study in Government Services 114644 CEC
Querying the past, present and future: where we are and where we will be 114649 WWW (Special interest tracks and posters)
An experimental evaluation of spam filter performance and robustness against attack 114650 CollaborateCom
Collaborative Enterprise Applications (Panel) 114651 CollaborateCom
Integration of collaborative information system in Internet applications using RiverFish architecture 114652 CollaborateCom
Approaches for Service Deployment 114668 IEEE Internet Computing
Achieving Efficiency and Portability in Systems Software: A Case Study on POSIX-Compliant Multithreaded Programs 114682 IEEE Trans. Software Eng.
Predicting Protein Folding Pathways 114685 Data Mining in Bioinformatics
PSIST: Indexing Protein Structures Using Suffix Trees 114690 CSB
CLICKS: Mining Subspace Clusters in Categorical Data via K-partite Maximal Cliques 114695 ICDE
Towards Generic Pattern Mining 114698 ICFCA
Reasoning about sets using redescription mining 114714 KDD
MicroCluster: Efficient Deterministic Biclustering of Microarray Data 114728 IEEE Intelligent Systems
Efficiently Mining Frequent Embedded Unordered Trees 114729 Fundam. Inform.
Open source data mining: workshop report 114734 SIGKDD Explorations
Efficiently Mining Frequent Trees in a Forest: Algorithms and Applications 114741 IEEE Trans. Knowl. Data Eng.
Efficient Algorithms for Mining Closed Itemsets and Their Lattice Structure 114742 IEEE Trans. Knowl. Data Eng.
Creating and Providing Data Management Services for the Biological and Ecological Sciences: Science Environment for Ecological Knowledge 114744 SSDBM
Ontology Engineering from a Database Perspective 114761 ASIAN
Mediators for Integrating Content into Service-Based e-Learning Environments 114780 ICALT
Fanduuml;r Sie gesurft - neue (und alte) Tipps aus dem WWW, FGDB-Edition, Folge 8 114805 Datenbank-Spektrum
Reengineering of educational material: a systematic approach 114810 Int. J. Knowledge Learning
Incorporating Semantics in Scientific Workflow Authoring 114857 SSDBM
Proceedings of the 37th Annual ACM Symposium on Theory of Computing, Baltimore, MD, USA, May 22-24, 200 114884 STOC
Distributed Out-of-Core Preprocessing of Very Large Microscopy Images for Efficient Querying 114933 CLUSTER
Smart content factory: assisting search for digital objects by generic linking concepts to multimedia content 114937 Hypertext
Inconsistency detection and resolution for context-aware middleware support 114951 ESEC/SIGSOFT FSE
Feature Extraction of Clusters Based on FlexDice 114955 ICDE Workshops
A New User-Habit Based Approach for Early Warning of Worms 114963 CIS (2)
Solving Consensus Measure of Ambiguous GDM Problems Using Vague Sets - An Application of Risk Assessment 114964 CSCWD (Selected papers)
Functional-Link Net Based Multiobjective Fuzzy Optimization 114981 ISNN (1)
A New Approach to Automatically Detect Worms 114987 PDCAT
Adaptive discretizer for machine learning based on granular computing and rough sets 114990 GrC
Two sufficient conditions for a graph to be type 1 114994 Ars Comb.
Multiple query optimization in middleware using query teamwork 115014 Softw., Pract. Exper.
Research in Software Engineering: Paradigms and Methods 115017 CAiSE Workshops (2)
On Ontologies and Models 115018 CAiSE Workshops (2)
RedBD: the database research community in Spain 115063 SIGMOD Record
Software engineering research versus software development 115067 ACM SIGSOFT Software Engineering Notes
Redundant documents and search effectiveness 115068 CIKM
The recap system for identifying information flow 115071 SIGIR
When are two Workflows the Same 115074 CATS
Optimizing Sorting and Duplicate Elimination in XQuery Path Expressions 115078 DEXA
Petri Net + Nested Relational Calculus = Dataflow 115081 OTM Conferences (1)
Instance-Independent View Serializability for Semistructured Database 115085 CoRR
Optimizing Sorting and Duplicate Elimination in XQuery Path Expressions 115086 Bulletin of the EATCS
A Web Service-Based Framework for Supply Chain Management 115097 ISORC
Load and Network Aware Query Routing for Information Integration 115104 ICDE
Proceedings, The Twentieth National Conference on Artificial Intelligence and the Seventeenth Innovative Applications of Artificial Intelligence Conference, July 9-13, 2005, Pittsburgh, Pennsylvania, US 115136 None
Reviving Integer Programming Approaches for AI Planning: A Branch-and-Cut Framework 115163 ICAPS
Planning Graph Heuristics for Selecting Objectives in Over-subscription Planning Problems 115168 ICAPS
The Case for Automated Planning in Autonomic Computing 115174 ICAC
Over-Subscription Planning with Numeric Goals 115178 IJCAI
Cost Sensitive Reachability Heuristics for Handling State Uncertainty 115195 UAI
Answering Imprecise Queries over Web Databases 115196 VLDB
Improving text collection selection with coverage and overlap statistics 115200 WWW (Special interest tracks and posters)
The Twentieth National Conference on Artificial Intelligence 115213 AI Magazine
Using Memory to Transform Search on the Planning Graph 115226 J. Artif. Intell. Res. (JAIR)
Optiplan: Unifying IP-based and Graph-based Planning 115227 J. Artif. Intell. Res. (JAIR)
Effectively Mining and Using Coverage and Overlap Statistics for Data Integration 115231 IEEE Trans. Knowl. Data Eng.
Safeguard Information Infrastructure Against DDoS Attacks: Experiments and Modeling 115244 CANS
Elastic Interaction Models for Active Contours and Surfaces 115247 CVBIA
A New Active Contour Method Based on Elastic Interaction 115248 CVPR (1)
Model Complexity of Pseudo-independent Models 115251 FLAIRS Conference
Distributed Defense Against Distributed Denial-of-Service Attacks 115262 ICA3PP
Intelligent DDoS Packet Filtering in High-Speed Networks 115270 ISPA
A Defense System against DDoS Attacks by Large-Scale IP Traceback 115285 ICITA (2)
Visualizing criminal relationships: comparison of a hyperbolic tree and a hierarchical list 115291 Decision Support Systems
A Practical Tool for Visualizing and Data Mining Medical Time Series 115306 CBMS
Multimedia Retrieval Using Time Series Representation and Relevance Feedback 115307 ICADL
Using Relevance Feedback to Learn Both the Distance Measure and the Query in Multimedia Databases 115309 KES (2)
Elastic Partial Matching of Time Series 115310 PKDD
Three Myths about Dynamic Time Warping Data Mining 115311 SDM
Scaling and Time Warping in Time Series Querying 115313 VLDB
Exact indexing of dynamic time warping 115316 Knowl. Inf. Syst.
The Impact of Language on Website Use and User Satisfaction: Project Description 115317 ECIS
OGSA-based grid workload monitoring 115321 CCGRID
Adaptive Sampling for Monte Carlo Global Illumination Using Tsallis Entropy 115322 CIS (2)
A Generalized Global Convergence Theory of Projection-Type Neural Networks for Optimization 115323 CIS (1)
MEMS Accelerometer With Two Thin Film Piezoelectric Read-Out 115347 ICMENS
Using cascade method for table access on small devices 115353 Mobile HCI
Comparing table views for small devices 115356 SAC
Synthesis of Majority and Minority Networks and Its Applications to QCA, TPL and SET Based Nanotechnologies 115360 VLSI Design
Efficient Human Body Configuration using MCMC 115364 IEC (Prague)
Threshold network synthesis and optimization and its application to nanotechnologies 115381 IEEE Trans. on CAD of Integrated Circuits and Systems
XML Data Services 115399 IEEE SCC
The Geek-Tonesand#153;: An Experiment in Distributed, Real-time Musical Integration 115400 CIDR
XML Data Services 115415 ICWS
Stonebraker receives IEEE John von Neumann Medal 115474 SIGMOD Record
Integrating the Calculus-Based Method into OCL: Study of Expressiveness and Code Generation 115497 DEXA Workshops
Precise Modeling and Verification of Topological Integrity Constraints in Spatial Databases: From an Expressive Power Study to Code Generation Principles 115498 ER
Focused Crawling Using Latent Semantic Indexing - An Application for Vertical Search Engines 115508 ECDL
Combining Text and Link Analysis for Focused Crawling 115512 ICAPR (1)
Emotional Speech Classification Using Gaussian Mixture Models and the Sequential Floating Forward Selection Algorithm 115526 ICME
Coordinate descent iterations in pseudo affine projection algorithm 115528 ISCAS (3)
Emotional speech classification using Gaussian mixture models 115531 ISCAS (3)
Video shot segmentation using fusion of SVD and mutual information features 115534 ISCAS (4)
Graph projection techniques for Self-Organizing Maps 115568 ESANN
PlaySOM and PocketSOMPlayer, Alternative Interfaces to Large Music Collections 115570 ISMIR
Advanced Visualization Techniques for Self-organizing Maps with Graph-Based Methods 115571 ISNN (2)
A Vector Field Visualization Technique for Self-organizing Maps 115572 PAKDD
Optimizing to Arbitrary NLP Metrics using Ensemble Selection 115577 HLT/EMNLP
Extracting Personal Conceptual Structures from PC Documents and its Application to Web Search Personalization 115584 ICDE Workshops
Compressed Perfect Embedded Skip Lists for Quick Inverted-Index Lookups 115629 SPIRE
PageRank as a function of the damping factor 115638 WWW
The language observatory project (LOP) 115640 WWW (Special interest tracks and posters)
TruRank: taking PageRank to the limit 115641 WWW (Special interest tracks and posters)
Mutable strings in Java: design, implementation and lightweight text-search algorithms 115658 Sci. Comput. Program.
Codes for the World Wide Web 115665 Internet Mathematics
Paradoxical Effects in PageRank Incremental Computations 115666 Internet Mathematics
Reducing maintenance overhead in Chord via heterogeneity 115694 CCGRID
On Personal Data License Design and Negotiation 115695 COMPSAC (1)
Keyword Search in DHT-Based Peer-to-Peer Networks 115702 ICDCS
A Simple and Fast Algorithm for Bluetooth Network Formation 115706 NETWORKING
On Derived Data Services in Cyberspace 115713 SAINT
Visual Techniques for the Interpretation of Data Mining Outcomes 115737 Panhellenic Conference on Informatics
Nearest Neighbor Search on Moving Object Trajectories 115738 SSTD
Introduction to the Special Issue 115745 GeoInformatica
Query Translation from XPath to SQL in the Presence of Recursive DTDs 115828 VLDB
iASA: Learning to Annotate the Semantic Web 115853 J. Data Semantics IV
Ontology Driven Dynamic Linking of Biology Resources 115884 Pacific Symposium on Biocomputing
Semantic triage for increased Web accessibility 115906 IBM Systems Journal
OWL rules: A proposal and prototype implementation 115910 J. Web Sem.
TOP-k Query Calculation in Peer-to-Peer Networks 115920 ASIAN
Next Generation Military Communication Systems Architecture 115922 CIS (2)
An Entropy-Based Multi-population Genetic Algorithm and Its Application 115926 ICIC (1)
A Genetic Algorithm Based Method for Molecular Docking 115932 ICNC (2)
An Adaptive GA Based on Information Entropy 115933 ICNC (3)
A Hierarchy Description Framework for Multimedia Documents in the Data Stream Environments 115944 ICW/ICHSN/ICMCS/SENET
A Novel Multi-agent Community Building Scheme Based on Collaboration Filtering 115945 ICWL
The Ontology Revision 115946 IJCAI
A Rate Control Algorithm for Wireless Video Transmission Using Perceptual Tuning 115950 ITCC (1)
A Novel Ranking Strategy in Hybrid Peer-to-Peer Networks 115953 WAIM
Investigating Protein Structure Change in the Zona Pellucida with a Microrobotic System 115957 I. J. Robotic Res.
Logical Sentences as the Intent of Concepts 115960 J. Comput. Sci. Technol.
On using hierarchical motion history for motion estimation in H.264/AVC 115962 IEEE Trans. Circuits Syst. Video Techn.
Asynchronous rate control for multi-object videos 115964 IEEE Trans. Circuits Syst. Video Techn.
Video transcoding: an overview of various techniques and research issues 115965 IEEE Transactions on Multimedia
On-line Model Learning for Mobile Manipulations 115968 Machine Learning and Robot Perception
VLEI code: An Efficient Labeling Method for Handling XML Documents in an RDB 115969 ICDE
Performing Bayesian Inference by Weighted Model Counting 115980 AAAI
Location-Based Activity Recognition using Relational Markov Networks 115991 IJCAI
Fine-Grained Activity Recognition by Aggregating Abstract Object Usage 115995 ISWC
Location-based activity recognition 115998 NIPS
Heuristics for Fast Exact Model Counting 116002 SAT
Constraints and AI Planning 116008 IEEE Intelligent Systems
Anonymizing Tables 116022 ICDT
Privacy Preserving OLAP 116023 SIGMOD Conference
Agent-based model of web-learning 116027 ICEC
Dynamic Clustering Using Multi-objective Evolutionary Algorithm 116029 CIS (1)
Development of Chemistry Portal for Grid-enabled Molecular Science 116032 e-Science
On Understanding of Transient Interdomain Routing Failures 116041 ICNP
Exploiting self-adaptive posture-based focus estimation for lecture video editing 116054 ACM Multimedia
Impact of Routing Lags on Internet Routing Failures 116057 NETWORKING
An Efficient Square Root Computation in Finite Fields GF(p2d) 116069 IEICE Transactions
Locally Consistent Parsing and Applications to Approximate String Comparisons 116096 Developments in Language Theory
Optimal Spaced Seeds for Faster Approximate String Matching 116099 ICALP
RNA-RNA Interaction Prediction and Antisense RNA Target Search 116106 RECOMB
Improved Duplication Models for Proteome Network Evolution 116108 Systems Biology and Regulatory Genomics
Manipulating multiple sequence alignments via MaM and WebMaM 116124 Nucleic Acids Research
A Semantic Approach to IE Pattern Induction 116130 ACL
Managing Information Quality in e-Science: A Case Study in Proteomics 116131 ER (Workshops)
GraphMiner: a structural pattern-mining system for large disk-based graph databases and its applications 116146 SIGMOD Conference
Plugging a Scalable Authentication Framework into Shibboleth 116168 WETICE
Concept and Implementation of a Fuzzy Classification Query Language 116187 DMIN
WSQuery: XQuery for Web Services Integration 116208 DASFAA
Ontology of Time and Situoids in Medical Conceptual Modeling 116239 AIME
A Meta-ontological Architecture for Foundational Ontologies 116257 OTM Conferences (2)
Home Photo Categorization Based on Photographic Region Templates 116267 AIRS
An Effective News Anchorperson Shot Detection Method Based on Adaptive Audio/Visual Model Generation 116268 CIVR
A Video Summarization Method for Basketball Game 116272 PCM (1)
Data Management in a Connected World, Essays Dedicated to Hartmut Wedekind on the Occasion of His 70th Birthda 116279 Data Management in a Connected World
Data Management Support for Notification Services 116280 Data Management in a Connected World
Real-Time Scheduling for Data Stream Management Systems 116296 ECRTS
GignoMDA - modellgetriebene Entwicklung von Datenbankanwendungen 116326 Datenbank-Spektrum
Project ExScal (Short Abstract) 116337 DCOSS
ExScal: Elements of an Extreme Scale Wireless Sensor Network 116339 RTCSA
Uniform Distributed Cache Service for Grid Computing 116351 DEXA Workshops
Modeling User Intention in Pervasive Service Environments 116354 EUC
Distributed Content Adaptation for Pervasive Systems 116369 ITCC (2)
Expressing and interpreting user intention in pervasive service environments 116377 SITIS
Using tabu best-response search to find pure strategy nash equilibria in normal form games 116392 AAMAS
Applying metaheuristic techniques to search the space of bidding strategies in combinatorial auctions 116393 GECCO
Importance-Driven Visualization Layouts for Large Time Series Data 116435 INFOVIS
Business Process Optimization 116449 SBBD
Challenges in Business Process Analysis and Optimization 116459 TES
Supporting RFID-based Item Tracking Applications in Oracle DBMS Using a Bitmap Datatype 116495 VLDB
Eliminating wire crossings for molecular quantum-dot cellular automata implementation 116497 ICCAD
Balanced Aspect Ratio Trees Revisited 116504 WADS
Short length Menger's theorem and reliable optical routing 116515 Theor. Comput. Sci.
The Virtual Analyst Program: A Small Scale Data-Mining, Error-Analysis and Reporting Function 116517 DEXA Workshops
Federating Location-Based Data Services 116520 Data Management in a Connected World
Feature Selection Based on Relative Attribute Dependency: An Experimental Study 116541 RSFDGrC (1)
Feature selection based on rough set and information entropy 116547 GrC
Bridging Relational Databases to Context-Aware Services 116559 CAiSE Workshops (2)
Towards an Ontology-Based Customization Approach for Supporting People with Special Needs 116570 iiWAS
A Light-Weight Framework for Location-Based Services 116577 OTM Workshops
Performance Analysis of a Parallel Sort Merge Join on Cluster Architectures 116604 ICA3PP
Modeling and Analysis of a Parallel Nested Loop Join on Cluster Architectures 116612 ISPA
Solving Very Large Traveling Salesman Problems by SOM Parallelization on Cluster Architectures 116619 PDCAT
Towards an Xml Based Datagrid Description Language 116628 Parallel Processing Letters
Efficient Processing of Ordered XML Twig Pattern 116639 DEXA
Seeded region growing: an extensive and comparative study 116641 Pattern Recognition Letters
An Index-Based Method for Timestamped Event Sequence Matching 116657 DEXA
An Efficient Subsequence Matching Method Based on Index Interpolation 116663 IEA/AIE
Music Plagiarism Detection Using Melody Databases 116667 KES (3)
A DNA Index Structure Using Frequency and Position Information of Genetic Alphabet 116669 PAKDD
Optimization of subsequence matching under time warping in time-series databases 116671 SAC
On Pruning and Tuning Rules for Associative Classifiers 116702 KES (3)
Considering Re-occurring Features in Associative Classifiers 116703 PAKDD
Preface (WSCOBPM 2005) 116707 Business Process Management Workshops
Semantic Web Fred - Automated Goal Resolution on the Semantic Web 116710 HICSS
An Evaluation of Discovery approaches in Grid and Web services Environments 116712 NODe/GSEM
Web Service Modeling Ontology 116715 Applied Ontology
XML Data Integration with identification 116776 SEBD
Exchanging intensional XML data 116822 ACM Trans. Database Syst.
Fast Rotation Center Identification Methods for Video Sequences 116837 ICME
An Intelligent Tropical Cyclone Eye Fix System Using Motion Field Analysis 116841 ICTAI
Tropical Cyclone Eye Fix Using Genetic Algorithm with Temporal Information 116843 KES (1)
Efficient Algorithms for Mining and Incremental Update of Maximal Frequent Sequences 116846 Data Min. Knowl. Discov.
Unsupervised learning applied to progressive compression of time-dependent geometry 116849 Computers andamp; Graphics
Mining Workflow Recovery from Event Based Logs 116850 Business Process Management
A Loosely Coupled Application Model for Grids 116860 EGC
Segmenting Layers in Automated Visual Surveillance 116864 ICME
Selection of Optimal Features for Iris Recognition 116867 ISNN (2)
Automatic generation of human animation based on motion programming 116875 Journal of Visualization and Computer Animation
Applications of Moving Objects Databases 116921 Spatial Databases
Nonmaterialized Motion Information in Transport Networks 116935 ICDT
Optimal Component Composition for Scalable Stream Processing 117000 ICDCS
Adaptive Load Diffusion for Stream Joins 117006 Middleware
Supporting multi-party voice-over-IP services with peer-to-peer stream processing 117008 ACM Multimedia
Discrete Component Analysis 117019 SLSFS
Information Extraction from HTML Product Catalogues: From Source Code and Images to RDF 117026 Web Intelligence
A Probabilistic Classification Approach for Lexical Textual Entailment 117044 AAAI
A Probabilistic Lexical Approach to Textual Entailment 117049 IJCAI
Selective Fusion for Speaker Verification in Surveillance 117050 ISI
A Lexical Alignment Model for Probabilistic Textual Entailment 117051 MLCW
Probability and Equality: A Probabilistic Model of Identity Uncertainty 117076 Canadian Conference on AI
Type Uncertainty in Ontologically-Grounded Qualitative Probabilistic Matching 117080 ECSQARU
Probabilistic Reasoning with Hierarchically Structured Variables 117094 IJCAI
Nonparametric Bayesian Logic 117123 UAI
Analysis of Real-Time Communication System with Queuing Priority 117145 Asia-Pacific Computer Systems Architecture Conference
Mining Correlations Between Multi-streams Based on Haar Wavelet 117146 ASIAN
Open-ended robust design of analog filters using genetic programming 117153 GECCO
The Hierarchical Fair Competition (HFC) Framework for Sustainable Evolutionary Algorithms 117157 Evolutionary Computation
Fast Approximate Similarity Search in Extremely High-Dimensional Data Sets 117170 ICDE
Graphs of Triangulations and Perfect Matchings 117186 Graphs and Combinatorics
ASPEN: an adaptive spatial peer-to-peer network 117208 GIS
Hierarchical Cell Structures for Segmentation of Voxel Images 117210 SCIA
Content publishing framework for interactive paper documents 117272 ACM Symposium on Document Engineering
Experimental platform for mobile information systems 117274 MOBICOM
The Lost Cosmonaut: An Interactive Narrative Environment on the Basis of Digitally Enhanced Paper 117276 International Conference on Virtual Storytelling
Information server for highly-connected cross-media publishing 117280 Inf. Syst.
Exploiting Structural Similarity For Effective Web Information Extraction 117286 Foundations of Semistructured Data
Fast Detection of XML Structural Similarity 117301 IEEE Trans. Knowl. Data Eng.
Practical methods for constructing suffix trees 117305 VLDB J.
Path integration of the Duffing-Rayleigh oscillator subject to harmonic and stochastic excitations 117307 Applied Mathematics and Computation
Toward a Cost Model for System Administration (Awarded Best Paper!) 117323 LISA
Query By Excel 117327 VLDB
A platform for distributed modeling and simulation of productive systems based on Petri nets and object-oriented paradigm 117329 ETFA
SVM selective sampling for ranking with application to data retrieval 117334 KDD
Single-Class Classification with Mapping Convergence 117338 Machine Learning
Automatically Grounding Semantically-Enriched Conceptual Models to Concrete Web Services 117340 ER
New Concept of Authority Range for Flexible Management of Role Hierarchy 117346 WISA
Analysis of Company Growth Data Using Genetic Algorithms on Binary Trees 117357 PAKDD
Using an Adapted Classification Based on Associations Algorithm in an Activity-Based Transportation System 117364 Intelligent Data Mining
The Hardness of 3-Uniform Hypergraph Coloring 117381 Combinatorica
Conditional Hardness for Approximate Colorin 117384 CoRR
Conditional Hardness for Approximate Colorin 117387 Electronic Colloquium on Computational Complexity (ECCC)
The PCP theorem by gap amplificatio 117388 Electronic Colloquium on Computational Complexity (ECCC)
A New Multilayered PCP and the Hardness of Hypergraph Vertex Cover 117395 SIAM J. Comput.
Basic Notions on Multidimensional Aggregate Data 117398 Encyclopedia of Information Science and Technology (I)
Syntactical and Semantical Correctness of Pictorial Queries for GIS 117399 Encyclopedia of Database Technologies and Applications
The Sketch Recognition and Query Interpretation by GSQL, aGeographical Sketch Query Language 117403 CIT
Querying by Sketch Geographical Databases and Ambiguities 117408 DEXA
Evaluating Semantic Similarity Using GML in Geographic Information Systems 117413 OTM Workshops
A Pictorial Human Computer Interaction to Query Geographical Data 117417 Panhellenic Conference on Informatics
GeoPQL: A Geographical Pictorial Query Language That Resolves Ambiguities in Query Interpretation 117430 J. Data Semantics III
Multi-resolution Abnormal Trace Detection Using Varied-length N-grams and Automata 117441 ICAC
A Trajectory Splitting Model for Efficient Spatio-Temporal Indexing 117446 VLDB
An Integrated Platform for Mobile, Context-Aware, and Adaptive Enterprise Applications 117451 Wirtschaftsinformatik
DiLAS: a Digital Library Annotation Service 117462 IWAC
Fractal Analysis of Image Textures for Indexing and Retrieval by Content 117468 CBMS
Global Warp Metric Distance: Boosting Content-based Image Retrieval through Histograms 117480 ISM
Accelerating approximate similarity queries using genetic algorithms 117482 SAC
Querying complex objects by similarity in SQL 117489 SBBD
Algoritmos Genandeacute;ticos para Consultas por Similaridade Aproximadas 117490 SBBD
Putting Pieces Together: Combining FrameNet, VerbNet and WordNet for Robust Semantic Parsing 117503 CICLing
A PPM Prediction Model Based on Web Objects' Popularity 117505 FSKD (2)
Face Modeling Using Grid Light and Feature Point Extraction 117509 ICCSA (1)
Modeling of Elastic Articulated Objects and Its Parameters Determination from Image Contours 117510 ICIAP
3-D Face Modeling from Two Views and Grid Light 117511 ICIAP
Quantitative Analysis of Zipf's Law on Web Cache 117513 ISPA
Motion Estimation of Elastic Articulated Objects from Image Points and Contours 117514 PReMI
SPN Model for Web Prefetching and Caching 117516 SKG
Web Prefetching Control Model Based on Prefetch-Cache Interaction 117517 SKG
An Adaptive PPM Prediction Model Based on Pruning Technique 117518 SKG
Building a protein name dictionary from full text: a machine learning term extraction approach 117519 BMC Bioinformatics
Virtual Screening of Novel Noncovalent Inhibitors for SARS-CoV 3C-like Proteinase 117520 Journal of Chemical Information and Modeling
Answering aggregation queries on hierarchical web sites using adaptive sampling 117522 CIKM
Quality-driven approximate methods for integrating GIS data 117527 GIS
XGuard: A System for Publishing XML Documents without Information Leakage in the Presence of Data Inference 117529 ICDE
Proceedings of the Twenty-fourth ACM SIGACT-SIGMOD-SIGART Symposium on Principles of Database Systems, June 13-15, 2005, Baltimore, Maryland, US 117535 PODS
Focused Crawling Using Latent Semantic Indexing - An Application for Vertical Search Engines 117560 ECDL
Class-Specific Discriminant Non-negative Matrix Factorization for Frontal Face Verification 117563 ICAPR (2)
Object tracking based on morphological elastic graph matching 117586 ICIP (1)
Real time facial expression recognition from image sequences using support vector machines 117587 ICIP (2)
Exploiting discriminant information in elastic graph matching 117588 ICIP (3)
Watermarking digital 3D volumes in the discrete Fourier transform domain 117600 ICME
An MPEG-7 Based Description Scheme for Video Analysis Using Anthropocentric Video Content Descriptors 117620 Panhellenic Conference on Informatics
Computationally Efficient Image Mosaicing Using Spanning Tree Representations 117621 Panhellenic Conference on Informatics
Fast free-vibration modal analysis of 2-D physics-based deformable objects 117660 IEEE Transactions on Image Processing
Automated Evaluation of Her-2/neu Status in Breast Tissue From Fluorescent In Situ Hybridization Images 117668 IEEE Transactions on Image Processing
Blind Robust Watermarking Schemes for Copyright Protection of 3D Mesh Objects 117683 IEEE Trans. Vis. Comput. Graph.
Ray-Space Data Compression Based on Prediction Technique 117692 CGIV
Join Algorithm Using Multiple Replicas in Data Grid 117705 WAIM
A dynamic Bayesian analysis of the drivers of Internet firm survival 117708 ICEC
GJM-2: A Special Case of General Jelinek-Mercer Smoothing Method for Language Modeling Approach to Ad Hoc IR 117712 AIRS
Evolutionary Testing of Unstructured Programs in the Presence of Flag Problems 117715 APSEC
Routing and wavelength assignment under a scheduled traffic model in reconfigurable WDM optical networks 117718 BROADNETS
Cross-layer design for delay-constrained error-resilient video communications over wireless ad-hoc networks 117742 ICIP (3)
A Genetic Algorithm with Chromosome-Repairing Technique for Polygonal Approximation of Digital Curves 117745 ICNC (3)
An In-depth Comparasion on FastICA, CuBICA and IC-FastICA 117746 ICNC (2)
Multi-layered Clustering for Hierarchical Topic Detection 117752 IICAI
A New Scheme for Fusion of Multispectral and Panchromatic Images Based on Residual Error 117756 ISNN (2)
A New Scheme for Blind Decomposition of Mixed Pixels Based on Non-negative Matrix Factorization 117759 ISNN (2)
A unified fitness function calculation rule for flag conditions to improve evolutionary testing 117761 ASE
Neural Network based on Dynamic Tunneling Technique for Weather Forecast 117766 PRDC
Using dragpushing to refine centroid text classifiers 117767 SIGIR
Study on Aggregation and Distinguishment of Grid Services 117774 SKG
A new scheme for extraction of affine invariant descriptor and affine motion estimation based on independent component analysis 117785 Pattern Recognition Letters
Color text image binarization based on binary texture analysis 117786 Pattern Recognition Letters
Composing Emergent Behaviour in a Fault Intolerant System 117794 DEXA Workshops
Layered Autonomic Systems 117796 ICAC
Directory Support for Large-Scale, Automated Service Composition 117804 Software Composition
Adapting Agent Communication Languages for Semantic Web Service Inter-Communication 117805 Web Intelligence
Active Mining, Second International Workshop, AM 2003, Maebashi, Japan, October 28, 2003, Revised Selected Paper 117811 Active Mining
Mining Quantitative Frequent Itemsets Using Adaptive Density-Based Subspace Clustering 117820 ICDM
Discovering Time Differential Law Equations Containing Hidden State Variables and Chaotic Dynamics 117824 IJCAI
Memory Management of Density-Based Spam Detector 117842 SAINT
A General Framework for Mining Frequent Subgraphs from Labeled Graphs 117856 Fundam. Inform.
Enhancing the plausibility of law equation discovery through cross check among multiple scale-type-based models 117857 J. Exp. Theor. Artif. Intell.
Generating Dynamic Higher-Order Markov Models in Web Usage Mining 117885 PKDD
A Suffix Tree Approach to Email Filterin 117907 CoRR
Methods for comparing rankings of search engine result 117910 CoRR
Associating search and navigation behavior through log analysis 117924 JASIST
Comparing Move Choices of Chess Search Engines 117948 ICGA Journal
Mining Frequent Spatio-Temporal Sequential Patterns 117963 ICDM
On Discovering Moving Clusters in Spatio-temporal Data 117975 SSTD
Evaluation of Top-k OLAP Queries Using Aggregate R-Trees 117976 SSTD
One-Pass Wavelet Synopses for Maximum-Error Metrics 117982 VLDB
Fast and Exact Warping of Time Series Using Adaptive Segmental Approximations 117989 Machine Learning
Aggregate Nearest Neighbor Queries in Road Networks 117991 IEEE Trans. Knowl. Data Eng.
Automatically Generating Labeled Examples for Web Wrapper Maintenance 118002 Web Intelligence
Three-dimensional shape searching: state-of-the-art review and future trends 118013 Computer-Aided Design
Shape-based searching for product lifecycle applications 118014 Computer-Aided Design
Extended Role Based Access Control with Procedural Constraints for Trusted Operating Systems 118032 IEICE Transactions
Instruction level redundant number computations for fast data intensive processing in asynchronous processors 118033 Journal of Systems Architecture
Study on Network Topology Visualization Algorithm and Implement Based on A Algorithm 118082 PDCAT
On-line software system for content-based visual query of a color medical imagery 118085 IADIS AC
Optimizing complex queries based on similarities of subqueries 118088 Knowl. Inf. Syst.
ExpertiseNet: Relational and Evolutionary Expert Modeling 118096 User Modeling
Combining Knowledge- and Corpus-based Word-Sense-Disambiguation Methods 118124 J. Artif. Intell. Res. (JAIR)
Discriminative Learning of Markov Random Fields for Segmentation of 3D Scan Data 118129 CVPR (2)
A Discriminative Matching Approach to Word Alignment 118137 HLT/EMNLP
Structured Prediction via the Extragradient Method 118139 NIPS
The Eclipse 3.0 platform: Adopting OSGi technology 118152 IBM Systems Journal
Integrating Web technologies in Eclipse 118153 IBM Systems Journal
Probabilistic workflow mining 118247 KDD
A Transformational Characterization of Markov Equivalence for Directed Acyclic Graphs with Latent Variables 118249 UAI
Towards Characterizing Markov Equivalence Classes for Directed Acyclic Graphs with Latent Variables 118250 UAI
Prototyping Domain Specific Languages with COOPN 118253 RISE
A Test Language for CO-OPN Specifications 118254 IEEE International Workshop on Rapid System Prototyping
Towards Experience-Based Mentoring of Evolutionary Development 118278 ICSM
Supporting Adaptive Web-Service Orchestration with an Agent Conversation Framework 118283 ICWS
UMLDiff: an algorithm for object-oriented design differencing 118290 ASE
Conversation Errors in Web Service Coordination: Run-time Detection and Repair 118301 Web Intelligence
Accurate and Efficient HTML Differencing 118303 STEP
Structural and Semantic Matching for Assessing Web-service Similarity 118309 Int. J. Cooperative Inf. Syst.
Guest Editor's Introduction: 10th Working Conference on Reverse Engineering 118312 IEEE Trans. Software Eng.
Analyzing the Evolutionary History of the Logical Design of Object-Oriented Software 118313 IEEE Trans. Software Eng.
Semantic Grid: The Convergence of Technologies, 3.-8. July 200 118319 Semantic Grid
Wide area data replication for scientific collaborations 118323 GRID
String Processing and Information Retrieval, 12th International Conference, SPIRE 2005, Buenos Aires, Argentina, November 2-4, 2005, Proceeding 118375 SPIRE
Benefits of Path Summaries in an XML Query Optimizer Supporting Multiple Access Methods 118376 VLDB
Active Authorization Rules for Enforcing Role-Based Access Control and its Extensions 118384 ICDE Workshops
InfoFilter: a system for expressive pattern specification and detection over text streams 118386 SAC
Zero-Time Enterprise Modeling with Component Assembly and Process Model Optimization Techniques 118453 CIT
Achieving Desired Contact State Transitions of Polyhedral Parts with Compliant Motions 118465 ICRA
A Novel Mobile Learning Assistant System 118467 ICWL
Mobile learning with Cellphones and PocketPCs 118468 ICWL
A Novel Resource Recommendation System Based on Connecting to Similar E-Learners 118469 ICWL
Research on the multi-talk dialog system 118472 IRI
Conventions in human-human multi-threaded dialogues: a preliminary study 118477 IUI
Supporting Shared Analysis for Mobile Investigators 118479 IWAC
DialogueView: an Annotation Tool for Dialogue 118480 HLT/EMNLP
Panoramic face mosaicing and recognition using multi-cameras 118487 SITIS
Challenges in Search and Usage of Multi-media Learning Objects 118491 Cognitive Systems
Predictive Model for Protein Function Using Modular Neural Approach 118524 ICAPR (1)
Efficient Indexing of Moving Objects Using Time-Based Partitioning with R-Tree 118525 International Conference on Computational Science (2)
EFoX: A Scalable Method for Extracting Frequent Subtrees 118527 International Conference on Computational Science (3)
A New Method for Mining Association Rules from a Collection of XML Documents 118531 ICCSA (2)
EXiT-B: A New Approach for Extracting Maximal Frequent Subtrees from XML Data 118535 IDEAL
Change Detection in Time Series Data Using Wavelet Footprints 118546 SSTD
Events on the edge 118576 SIGMOD Conference
The Lowell database research self-assessment 118591 Commun. ACM
Candidates for the upcoming ACM SIGMOD elections 118603 SIGMOD Record
Modification of standard Function Point complexity weights system 118622 Journal of Systems and Software
Graph-Based Modeling of ETL Activities with Multi-level Transformations and Updates 118626 DaWaK
Mapping conceptual to logical models for ETL processes 118628 DOLAP
Optimizing ETL Processes in Data Warehouses 118634 ICDE
Workflow Based Security Incident Management 118638 Panhellenic Conference on Informatics
State-Space Optimization of ETL Workflows 118641 IEEE Trans. Knowl. Data Eng.
A Framework for High-Accuracy Privacy-Preserving Mining 118652 ICDE
Layering Public Key Distribution Over Secure DNS using Authenticated Delegation 118663 ACSAC
Segmented Broadcasting and Distributed Caching for Mobile Wireless Environments 118685 MSN
PA-Tree: A Parametric Indexing Scheme for Spatio-temporal Trajectories 118688 SSTD
Client Assignment in Content Dissemination Networks for Dynamic Data 118691 VLDB
Efficient key establishment for group-based wireless sensor deployments 118692 Workshop on Wireless Security
A framework for pursuit evasion games in Rn 118695 Inf. Process. Lett.
Efficient Computation of Multiple Group By Queries 118716 SIGMOD Conference
Conceptual simulation modeling of warehousing operations 118718 Winter Simulation Conference
Mountain reduction, block matching, and applications in intensity-modulated radiation therapy 118730 Symposium on Computational Geometry
Design and Implementation of Survivable Network Systems 118744 ICIC (2)
Generalized Geometric Approaches for Leaf Sequencing Problems in Radiation Therapy 118751 ISAAC
Individual Dimension Gaussian Mixture Model for Speaker Identification 118754 IWBRS
Deciding Separation Logic Formulae by SAT and Incremental Negative Cycle Elimination 118757 LPAR
A Semantic Classification Approach for Online Product Reviews 118768 Web Intelligence
A policy flexible architecture for secure operating system 118784 Operating Systems Review
Abstraction refinement in symbolic model checking using satisfiability as the only decision procedure 118787 STTT
Statistical modeling of phonological rules through linguistic hierarchies 118791 Speech Communication
Improving Classification Decisions by Multiple Knowledge 118797 ICTAI
Three-Dimension Model for Developing a Nutrition, Lifestyle and Health Database 118798 IKE
On Combining Classifier Mass Functions for Text Categorization 118804 IEEE Trans. Knowl. Data Eng.
Postgres-R(SI): Combining Replica Control with Concurrency Control based on Snapshot Isolation 118816 ICDE
Fine-Granularity Access Control in 3-Tier Laboratory Information Systems 118817 IDEAS
Middleware based Data Replication providing Snapshot Isolation 118820 SIGMOD Conference
Fault-tolerance for Stateful Application Servers in the Presence of Advanced Transactions Patterns 118822 SRDS
MIDDLE-R: Consistent database replication at the middleware level 118826 ACM Trans. Comput. Syst.
Lineage Path Integration for Phylogenetic Resources 118852 SSDBM
A method for aligning RNA secondary structures and its application to RNA motif detection 118855 BMC Bioinformatics
Comparing the Performance of High-Level Middleware Systems in Shared and Distributed Memory Parallel Environments 118882 IPDPS
ABAC - Ein Referenzmodell fanduuml;r attributbasierte Zugriffskontrolle 118899 Sicherheit
Query Routing: Finding Ways in the Maze of the DeepWeb 118903 WIRI
Web Services Composition: A Story of Models, Automata, and Logics 118906 IEEE SCC
Towards a Unified Model for Web Services Composition 118907 ASIAN
An Optimal and Real-Time Solution to Parameterized Mobile Robot Trajectories in the Presence of Moving Obstacles 118927 ICRA
Web Services Composition: A Story of Models, Automata, and Logics 118930 ICWS
Automatic Composition of Web Services in Colombo 118942 SEBD
Automatic Composition of Transition-based Semantic Web Services with Messaging 118949 VLDB
Tools for composite web services: a short overview 118970 SIGMOD Record
Mining Frequent Item-sets Based on Binary Reduction Database 118986 IICAI
RGSN Model for Database Integration 118996 ACIS-ICIS
Bundle Authentication and Authorization Using XML Security in the OSGi Service Platform 118997 ACIS-ICIS
Systems Modeling and Simulation: Theory and Applications, Third Asian Simulation Conference, AsiaSim 2004, Jeju Island, Korea, October 4-6, 2004, Revised Selected Paper 119000 AsiaSim
Context-Aware Access Control Mechanism for Ubiquitous Applications 119003 AWIC
An Algorithm for Automatic Inference of Referential Integrities During Translation from Relational Database to XML Schema 119007 CIS (2)
MDR-Based Framework for Sharing Metadata in Ubiquitous Computing Environment 119013 EUC
TS-U: Temporal-Spatial Methodology for Application Checking of the Systems in the Ubiquitous Environment 119014 EUC Workshops
A Probabilistic Approach to Estimate the Damage Propagation of Cyber Attacks 119020 ICISC
Client-Class based Admission Control Algorithm in Web Server Using Cluster Analysis 119040 SERA
An enterprise architecture framework based on a common information technology domain (EAFIT) for improving interoperability among heterogeneous information systems 119045 SERA
Bridging Real World Semantics to Model World Semantics for Taxonomy Based Knowledge Representation System 119061 J. Comput. Sci. Technol.
Asymmetric Batch Incremental View Maintenance 119072 ICDE
Optimal Starting Price in Online Auctions 119078 WINE
Can coexisting overlays inadvertently step on each other 119082 ICNP
Avoiding Transient Loops Through Interface-Specific Forwarding 119084 IWQoS
RNA Structure Comparison and Alignment 119088 Data Mining in Bioinformatics
On the Longest Common Rigid Subsequence Problem 119098 CPM
Improving the Sensitivity and Specificity of Protein Homology Search by Incorporating Predicted Secondary Structures 119112 International Conference on Computational Science (2)
Space Efficient Algorithms for Ordered Tree Comparison 119114 ISAAC
An automata approach to match gapped sequence tags against protein database 119127 Int. J. Found. Comput. Sci.
Spider: Software for Protein Identification from Sequence Tags with de Novo Sequencing Error 119133 J. Bioinformatics and Computational Biology
Multiple Rna Structure Alignment 119134 J. Bioinformatics and Computational Biology
An effective algorithm for peptide de novo sequencing from MS/MS spectra 119138 J. Comput. Syst. Sci.
MetricMap: an embedding technique for processing distance-based queries in metric spaces 119146 IEEE Transactions on Systems, Man, and Cybernetics, Part B
CX-DIFF: a change detection algorithm for XML content and change visualization for WebVigiL 119149 Data Knowl. Eng.
LibraRing: An Architecture for Distributed Digital Libraries Based on DHTs 119151 ECDL
Text Mining and Information Extraction 119156 The Data Mining and Knowledge Discovery Handbook
A hybrid approach to NER by MEMM and manual rules 119160 CIKM
A Systematic Comparison of Feature-Rich Probabilistic Classifiers for NER Tasks 119179 PKDD
Hybrid semantic tagging for information extraction 119181 WWW (Special interest tracks and posters)
A Self-Managing High-Availability Database: Industrial Case Study 119200 ICDE Workshops
Preserving Conceptual Constraints During XML Updates 119216 IJWIS
Deterministic Automata on Unranked Trees 119221 Foundations of Semistructured Data
Deterministic Automata on Unranked Trees 119222 FCT
Optimizing Event Distribution in Publish/Subscribe Systems in the Presence of Policy-Constraints and Composite Events 119251 ICNP
Optimizing cost-sensitive trust-negotiation protocols 119252 INFOCOM
Visual Design and On-line Verification of Tabular Rule-Based 119263 Leipziger Informatik-Tage
A Framework for Collaborative Interaction of People and Robots in the Web 119271 LA-WEB
Architecture-Conscious Databases: sub-optimization or the next big leap 119274 DaMoN
A Faceted Query Engine Applied to Archaeology 119304 VLDB
Academic dishonesty and the Internet 119307 Commun. ACM
Architecture Sensitive Database Design: Examples from the Columbia Group 119308 IEEE Data Eng. Bull.
Integrating Syntactic Information by Means of Data Fusion Techniques 119329 EUROCAST
Fault-tolerance in the Borealis distributed stream processing system 119350 SIGMOD Conference
Good Word Attacks on Statistical Spam Filters 119371 CEAS
Adversarial learning 119376 KDD
An incremental algorithm for generating all minimal models 119411 Artif. Intell.
Precise Modeling and Verification of Topological Integrity Constraints in Spatial Databases: From an Expressive Power Study to Code Generation Principles 119417 ER
Automatic Annotation of Documents with Metadata for use with Tutoring System 119424 IICAI
Fully Automated Facial Symmetry Axis Detection in Frontal Color Images 119435 AutoID
Domain-specific keyphrase extraction 119437 CIKM
Region-Based Image Clustering and Retrieval Using Multiple Instance Learning 119438 CIVR
Learning by Examples: Identifying Key Concepts from Text Using Pre-Defined Inputs 119447 IC-AI
Mobile Robot Navigation Using Particle Swarm Optimization and Adaptive NN 119460 ICNC (3)
A Framework for Ambient Applications - Context-Based Autonomous Extension of Applications 119464 ICW/ICHSN/ICMCS/SENET
SCOPE: scalable consistency maintenance in structured P2P systems 119468 INFOCOM
Formation Control for a Multiple Robotic System Using Adaptive Neural Network 119472 ISNN (3)
Analyzing Object Detection Quality Under Probabilistic Coverage in Sensor Networks 119477 IWQoS
Server-Aided RSA Key Generation Against Collusion Attack 119479 MADNES
The Role of Top-down and Bottom-up Processes in Guiding Eye Movements during Visual Search 119481 NIPS
Agent-based Simulation on Competition of e-Auction Marketplaces 119489 CIMCA/IAWTIC
Coordinated data prefetching for web contents 119495 Computer Communications
IR and visible light face recognition 119497 Computer Vision and Image Understanding
A study on object tracking quality under probabilistic coverage in sensor networks 119521 Mobile Computing and Communications Review
Designing reliable circuit in the presence of soft errors 119540 ASP-DAC
Exploring technology alternatives for nano-scale FPGA interconnects 119548 DAC
Leakage-Aware Interconnect for On-Chip Network 119561 DATE
Three-Dimensional Cache Design Exploration Using 3DCacti 119582 ICCD
Exploiting Barriers to Optimize Power Consumption of CMPs 119589 IPDPS
Adaptive Software for Scientific Computing: Co-Managing Quality-Performance-Power Tradeoffs 119590 IPDPS
Optimizing sensor movement planning for energy efficiency 119613 ISLPED
High Performance Array Processor for Video Decoding 119618 ISVLSI
A Nanosensor Array-Based VLSI Gas Discriminator 119635 VLSI Design
Influence of Leakage Reduction Techniques on Delay/Leakage Uncertainty 119638 VLSI Design
Exploiting frequent field values in java objects for reducing heap memory requirements 119640 VEE
Analyzing data reuse for cache reconfiguration 119670 ACM Trans. Embedded Comput. Syst.
Compiler-guided leakage optimization for banked scratch-pad memories 119675 IEEE Trans. VLSI Syst.
Towards Database Firewalls 119689 DBSec
SVG Web Environment for Z Specification Language 119695 ICFEM
A Novel Genetic Algorithm for Variable Partition of Dual Memory Bank DSPs 119696 ICNC (3)
Finding Closed Itemsets in Data Streams 119698 KES (2)
Reasoning Support for SWRL-FOL Using Alloy 119700 SEKE
A location-based business service model for mobile commerce 119714 IJMC
DIST: a distributed spatio-temporal index structure for sensor networks 119715 CIKM
Security Vulnerabilities in Software Systems: A Quantitative Perspective 119731 DBSec
Reliably, Securely and Efficiently Distributing Electronic Content Using Multicasting 119737 EC-Web
Using Attack Trees to Identify Malicious Attacks from Authorized Insiders 119741 ESORICS
System Security Track Chair's Message 119742 ICDCIT
VTrust: A Trust Management System Based on a Vector Model of Trust 119744 ICISS
Global Internet Routing Forensics: Validation of BGP Paths Using ICMP Traceback 119745 IFIP Int. Conf. Digital Forensics
An anonymous and failure resilient fair-exchange e-commerce protocol 119751 Decision Support Systems
The case for a systematic approach to wireless mobile network simulation 119841 J. High Speed Networks
A wavelength-tunable short-cavity DBR laser with active distributed Bragg reflector 119889 IEICE Electronic Express
Reduction of plasma-induced fluorine damage to P-HEMTs using x-ray emission 119893 IEICE Electronic Express
Focused crawling for both topical relevance and quality of medical information 119901 CIKM
Server selection methods in hybrid portal search 119911 SIGIR
A Deformable Fast Computation Elastic Model Based on Element Reduction and Reconstruction 119939 IEICE Transactions
New d-separation identification results for learning continuous latent variable models 119945 ICML
Approximating the selectivity of multimedia range queries 119966 ICME
Methodik und Software zur Erstellung und Konsum von MPEG-21 Digital Items 119968 KiVS
MPEG: andUuml;berblick und Integration in Multimedia-Datenbanken 119979 Datenbank-Spektrum
The Life Cycle of Multimedia Metadata 119981 IEEE MultiMedia
TVCL - Temporal Versioned Constraint Language 120008 SBBD
DDM-CMP: Data-Driven Multithreading on a Chip Multiprocessor 120038 SAMOS
Small Coalitions Cannot Manipulate Voting 120063 Financial Cryptography
Designated Verifier Signature Schemes: Attacks, New Security Notions and a New Construction 120066 ICALP
On Delegatability of Four Designated Verifier Signatures 120067 ICICS
Hybrid Voting Protocols and Hardness of Manipulation 120069 ISAAC
An Oblivious Transfer Protocol with Log-Squared Communication 120072 ISC
Evolving optimal feature extraction using multi-objective genetic programming: a methodology and preliminary study on edge detection 120093 GECCO
Computing Valuation Popov Forms 120094 International Conference on Computational Science (3)
Dynamic Memory Management in the Loci Framework 120095 International Conference on Computational Science (2)
Consistency of Cooperative Caching in Mobile Peer-to-Peer Systems over MANET 120096 ICDCS Workshops
NDP2PSim: A NS2-Based Platform for Peer-to-Peer Network Simulations 120101 ISPA Workshops
SVM in Oracle Database 10g: Removing the Barriers to Widespread Adoption of Support Vector Machines 120129 VLDB
Reasoning im und fanduuml;r das Semantic Web 120150 Grundlagen von Datenbanken
An Ontology- and Resources-Based Approach to Evolution and Reactivity in the Semantic Web 120155 OTM Conferences (2)
A General Language for Evolution and Reactivity in the Semantic Web 120158 PPSWR
Active Rules in the Semantic Web: Dealing with Language Heterogeneity 120160 RuleML
Evolution and Reactivity for the Web 120162 Reasoning Web
Logic-based XML data integration: a semi-materializing approach 120171 J. Applied Logic
Fixing two weaknesses of the Spectral Method 120176 NIPS
Secure Model Management Operations for the Web 120194 DBSec
Towards Access Control for Visual Web Model Management 120197 EEE
Grammar-Specified Model-Driven Architectures 120203 ICECCS
Interoperating XML-style of digital artifacts for information reuse 120208 IRI
VisDP: A Web Service for Visualizing Design Patterns on Demand 120214 ITCC (2)
Analyzing Message-Passing Programs through Visual Slicing 120215 ITCC (2)
RGG+: An Enhancement to the Reserved Graph Grammar Formalism 120233 VL/HCC
A Generative Style-driven Framework for Software Architecture Design 120245 SEW
Multimedia layout adaptation through grammatical specifications 120258 Multimedia Syst.
Visual programming support for graph-oriented parallel/distributed processing 120263 Softw., Pract. Exper.
Sliding window filtering: an efficient method for incremental mining on a time-variant database 120283 Inf. Syst.
Combining Partitional and Hierarchical Algorithms for Robust and Efficient Data Clustering with Cohesion Self-Merging 120284 IEEE Trans. Knowl. Data Eng.
An Index-Based Method for Timestamped Event Sequence Matching 120293 DEXA
A Novel Indexing Method for Efficient Sequence Matching in Large DNA Database Environment 120304 PAKDD
A new set of molecular mechanics parameters for hydroxyproline and its use in molecular dynamics simulations of collagen-like peptides 120317 Journal of Computational Chemistry
Progressive Autonomy - An Incremental Agent-based Approach 120328 Software Engineering Research and Practice
On the cost-ineffectiveness of redundancy in commercial P2P computing 120350 ACM Conference on Computer and Communications Security
MV routing and capacity building in disruption tolerant networks 120364 INFOCOM
Supporting P2P gaming when players have heterogeneous resources 120375 NOSSDAV
Authenticated routing for ad hoc networks 120384 IEEE Journal on Selected Areas in Communications
Dirichlet enhanced relational learning 120393 ICML
Soft Clustering on Graphs 120397 NIPS
A Probabilistic Clustering-Projection Model for Discrete Data 120398 PKDD
MIMO channel capacity and modeling issues on a measured indoor radio channel at 5.8 GHz 120406 IEEE Transactions on Wireless Communications
Privacy leakage in multi-relational databases via pattern based semi-supervised learning 120409 CIKM
IDR/QR: An Incremental Dimension Reduction Algorithm via QR Decomposition 120431 IEEE Trans. Knowl. Data Eng.
Hybrid PRM Sampling with a Cost-Sensitive Adaptive Strategy 120441 ICRA
Digital violin tutor: an integrated system for beginning violin learners 120446 ACM Multimedia
A piece-wise harmonic Langevin model of EEG dynamics: Theory and application to EEG seizure detection 120455 Neurocomputing
Editorial: Special Issue on WAFR 2004 120457 I. J. Robotic Res.
Desafios na Gerandecirc;ncia de Dados Distribuandiacute;dos: Web, Clusters e Grid 120484 SBBD
Managing structural genomic workflows using Web services 120499 Data Knowl. Eng.
Proceedings of the 7th International Conference on Electronic Commerce, ICEC 2005, Xi'an, China, August 15-17, 200 120510 ICEC
The application of exchange oriented three-dimensional e-commerce model: cases based explanation 120513 ICEC
Probe into construction of e-commerce major in undergraduate degree: the experience of Xi'an institute of post and telecoms 120514 ICEC
An Administration Model of DRBAC on the Web 120519 ICEBE
The Use of Complex Contourlet Transform on Fusion Scheme 120533 IEC (Prague)
Primary care physician time utilization before and after implementation of an electronic health record: A time-motion study 120538 Journal of Biomedical Informatics
Using qualitative studies to improve the usability of an EMR 120539 Journal of Biomedical Informatics
A Two-Stage Linear Discriminant Analysis via QR-Decomposition 120540 IEEE Trans. Pattern Anal. Mach. Intell.
Cross-layer aware packetization strategies for optimized wireless multimedia transmission 120551 ICIP (1)
Optimized wireless video transmission using classification 120554 ICME
Enterprise multimedia streaming: issues, background and new developments 120555 ICME
Adaptive Live Streaming Over Enterprise Networks 120556 ICME
Complexity scalable motion compensated wavelet video encoding 120561 IEEE Trans. Circuits Syst. Video Techn.
Sampling Algorithms in a Stream Operator 120614 SIGMOD Conference
A Heartbeat Mechanism and Its Application in Gigascope 120621 VLDB
Decision support queries on a tape-resident data warehouse 120626 Inf. Syst.
Lightpath re-optimization in mesh optical networks 120650 IEEE/ACM Trans. Netw.
Fast approximate dimensioning and performance analysis of mesh optical networks 120651 IEEE/ACM Trans. Netw.
On Weighted Balls-into-Bins Games 120661 STACS
Distributed Selfish Load Balancin 120663 CoRR
A Language/Action Based Approach to Information Modeling 120665 Encyclopedia of Information Science and Technology (I)
Using Multi-Tier Contract Ontology to deduce Contract Workflow Model for enterprise interoperability 120673 EMOI-INTEROP
Moving from Business to Technology with Service-Based Processes 120701 IEEE Internet Computing
Rapid Mobility of Mobile IP over WLAN 120715 ICCNMC
A Cost-Based Model and Effective Heuristic for Repairing Constraints by Value Modification 120764 SIGMOD Conference
Heteroscedastic Gaussian process regression 120770 ICML
Large-Scale Multiclass Transduction 120772 NIPS
A Semantic Information Retrieval Advertisement and Policy Based System for a P2P Network 120774 DBISP2P
Impact of XML schema evolution on valid documents 120796 WIDM
A Survey of Open Source Tools for Business Intelligence 120812 DaWaK
RelaXML: Bidirectional Transfer Between Relational and XML Data 120814 IDEAS
Rule Clustering and Super-rule Generation for Transmembrane Segments Prediction 120825 CSB Workshops
Data Partitioning over Data Streams Based on Change-aware Sampling 120830 ICEBE
Understanding Protein Structure Prediction Using SVM_DT 120831 ISPA Workshops
Dynamically Mining Frequent Patterns over Online Data Streams 120832 ISPA
APForecast: An Adaptive Forecasting Method for Data Streams 120833 KES (2)
A Parallel and Distributed Method for Computing High Dimensional MOLAP 120834 NPC
Constructing Maintainable Semantic Mappings in XQuery 120836 WebDB
Constructing extensible XQuery mappings 120837 WWW (Special interest tracks and posters)
FPGA Acceleration Window Joins over Multiple Data Streams 120843 Journal of Circuits, Systems, and Computers
The Tech Buzz Game 120855 IEEE Computer
Letter from Microsoft Live Labs and A K Peters 120860 Internet Mathematics
A Domain Engineering Approach to Specifying and Applying Reference Models 120906 EMISA
Tutorial 3: Domain Engineering - Using Domain Concepts to Guide Software Design 120907 ER (Workshops)
Transforming an Operational System Model to a Data Warehouse Model: A Survey of Techniques 120909 SwSTE
Autonomic Index Management 120916 ICAC
Implementation of an Agent Architecture for Automated Index Tuning 120917 ICDE Workshops
Design and Implementation of a Global Self-tuning Architecture 120921 SBBD
Report on the 19th Brazilian symposium on databases (SBBD 2004) 120930 SIGMOD Record
An Outline of the Global Grid Forum Data Access and Integration Service Specifications 120966 DMG
Pedro Ontology Services: A Framework for Rapid Ontology Markup 120972 ESWC
An analysis of extensible modelling for functional genomics data 121009 BMC Bioinformatics
The design and implementation of Grid database services in OGSA-DAI 121010 Concurrency - Practice and Experience
A Data Mining-based Framework for GridWorkflow Management 121041 QSIC
Mining Correlations in Workflows Executions 121043 SEBD
Semi-Inflationary DATALOG: A declarative database language with procedural features 121045 AI Commun.
Mining and Reasoning on Workflows 121047 IEEE Trans. Knowl. Data Eng.
I/sup 2/CRA: contention resolution algorithm for intra- and inter-coefficient common subexpression elimination 121054 ISCAS (2)
Adaptive Voice Smoothing with Optimal Playback Delay Based on the ITU-T E-Model 121062 EUC
Adaptive Voice Smoother with Optimal Playback Delay for New Generation VoIP Services 121063 EUC
Mobility-Aware On-demand Global Hosts for Ad-Hoc Multicast 121064 ICCNMC
An Adaptive Scheduled Transmission Strategy for Multimedia Services in WCDMA Systems 121065 ICCNMC
An Analytical Study of Direct and Indirect Signaling for Mobile IPv6 in Mobile-to-Mobile Communications 121067 ISCC
Adaptive VoIP Smoothing of Pareto Traffic Based on Optimal E-Model Quality 121069 PCM (2)
SARS : A Linear Source Model Based Adaptive Rate-Control Scheme for TCP-Friendly Real-Time MPEG-4 Video Streaming 121070 PCM (2)
A Novel Low Latency Packet Scheduling Scheme for Broadband Networks 121071 PCM (2)
Pragmatic general multicast congestion control protocol for wireless networks 121086 Wireless Communications and Mobile Computing
Monitoring K-Nearest Neighbor Queries Over Moving Objects 121097 ICDE
SPIDER: flexible matching in databases 121110 SIGMOD Conference
Multiple Aggregations Over Data Streams 121112 SIGMOD Conference
MIX: A Meta-data Indexing System for XML 121117 VLDB
A Study on Performance Analysis of Structural Deterioration for RDBMS 121143 ICDE Workshops
Magic Sets and Their Application to Data Integration 121158 ICDT
Logic Programming and Nonmonotonic Reasoning, 8th International Conference, LPNMR 2005, Diamante, Italy, September 5-8, 2005, Proceeding 121165 LPNMR
Magic Sets and their Application to Data Integration 121169 SEBD
Boosting Information Integration: The INFOMIX System 121170 SEBD
Bounding the Uncertainty of Graphical Games: The Complexity of Simple Requirements, Pareto and Strong Nash Equilibria 121173 UAI
Pure Nash Equilibria: Hard and Easy Games 121178 J. Artif. Intell. Res. (JAIR)
Using One-Class and Two-Class SVMs for Multiclass Image Annotation 121191 IEEE Trans. Knowl. Data Eng.
Semantics and feature discovery via confidence-based ensemble 121192 TOMCCAP
Comparison of Gene Identification Based on Artificial Neural Network Pre-processing with k-Means Cluster and Principal Component Analysis 121202 WILF
XFrag: A Query Processing Framework for Fragmented XML Data 121278 WebDB
Mining rare and frequent events in multi-camera surveillance video using self-organizing maps 121291 KDD
Locality Aware Networked Join Evaluation 121305 ICDE Workshops
High-Availability Algorithms for Distributed Stream Processing 121306 ICDE
"One Size Fits All": An Idea Whose Time Has Come and Gone (Abstract) 121307 ICDE
Proceedings of the 4th ACM International Workshop on Data Engineering for Wireless and Mobile Access, MobiDE 2005, June 12, 2005, Baltimore, MD, US 121309 MobiDE
Dynamic Geospatial Web Services Composition in Peer-to-Peer Networks 121333 ASIAN
Efficient discovery of multilevel spatial association rules using partitions 121336 Information andamp; Software Technology
Using One-Class and Two-Class SVMs for Multiclass Image Annotation 121343 IEEE Trans. Knowl. Data Eng.
Enhancing 3D File Search with Landscapes and Personal Histories: Exploring the Possibilities of TerraSearch+ 121353 IV
HDC - hot data caching in mobile database systems 121369 AICCSA
Approximation Algorithms for Wavelength Assignment 121385 FSTTCS
Usability Study of a Control Framework for an Intelligent Wheelchair 121447 ICRA
Information Driven Coordinated Air-Ground Proactive Sensing 121448 ICRA
Controlling Swarms of Robots Using Interpolated Implicit Functions 121449 ICRA
RoboTrikke: A Novel Undulatory Locomotion System 121450 ICRA
Planning and Control of Mobile Robots in Image Space from Overhead Cameras 121451 ICRA
Data scheduling for multi-item and transactional requests in on-demand broadcast 121463 Mobile Data Management
Location based indexing scheme for DAYS 121466 MobiDE
An RRT-Based Algorithm for Testing and Validating Multi-Robot Controllers 121481 Robotics: Science and Systems
A Two-Point Boundary-Value Approach for Planning Manipulation Tasks 121482 Robotics: Science and Systems
Mobilaction: a mobile transaction framework supporting spatial replication and spatial consistency 121489 Comput. Syst. Sci. Eng.
A New Robust Fuzzy Controller for Nonlinear and Large Dead Time Systems 121494 IEICE Transactions
Computational Techniques for Analysis of Genetic Network Dynamics 121495 I. J. Robotic Res.
Web Bazaar. A Location-Dependent Secured Mobile Web Service System 121506 Ingandeacute;nierie des Systandegrave;mes d'Information
A Trust Management Model for Virtual Communities 121544 CIT
Normalization of Microarray Data by Iterative Nonlinear Regression 121548 BIBE
An Adaptive UEP_BTC_STBC System for Robust H.264 Video Transmission 121566 ICME
Anycast Extensions to OSPFv3 121567 ICPADS (1)
Path-Bounded One-Way Multihead Finite Automata 121598 IEICE Transactions
Dynamic B-snake model for complex objects segmentation 121615 Image Vision Comput.
Designing Information-Preserving Mapping Schemes for XML 121659 VLDB
Searching for Hidden-Web Databases 121662 WebDB
Looking at both the present and the past to efficiently update replicas of web content 121663 WIDM
Predicting good probabilities with supervised learning 121678 ICML
Obtaining Calibrated Probabilities from Boosting 121682 UAI
Triangulating Point Set Surfaces with Bounded Error 121695 Symposium on Geometry Processing
Simplification of Unstructured Tetrahedral Meshes by Point Sampling 121702 Volume Graphics
Interactive Rendering of Large Unstructured Grids Using Dynamic Level-of-Detail 121705 IEEE Visualization
Hardware-Accelerated Simulated Radiography 121711 IEEE Visualization
A Survey of GPU-Based Volume Rendering of Unstructured Grids 121729 RITA
Robust moving least-squares fitting with sharp features 121731 ACM Trans. Graph.
Hardware-Assisted Visibility Sorting for Unstructured Volume Rendering 121735 IEEE Trans. Vis. Comput. Graph.
Bayesian indoor positioning systems 121748 INFOCOM
Relational Confidence Bounds Are Easy With The Bootstrap 121776 SIGMOD Conference
Finding the most interesting correlations in a database: how hard can it be? 121780 Inf. Syst.
Heterogeneity and load balance in distributed hash tables 121792 INFOCOM
On failure detection algorithms in overlay networks 121796 INFOCOM
COPS: Quality of Service vs. Any Service at All 121806 IWQoS
An overlay MAC layer for 802.11 networks 121810 MobiSys
Beacon Vector Routing: Scalable Point-to-Point Routing in Wireless Sensornets 121814 NSDI
Reliable broadcast in unknown fixed-identity networks 121819 PODC
A unifying link abstraction for wireless sensor networks 121822 SenSys
Declarative routing: extensible routing with declarative queries 121827 SIGCOMM
OpenDHT: a public DHT service and its uses 121828 SIGCOMM
HLP: a next generation inter-domain routing protocol 121833 SIGCOMM
One more bit is enough 121834 SIGCOMM
Hidden-action in multi-hop routing 121837 ACM Conference on Electronic Commerce
Making the world (of communications) a different place 121846 Computer Communication Review
Host Mobility Using an Internet Indirection Infrastructure 121863 Wireless Networks
A Multi-exchange Heuristic for a Production Location Problem 121873 Australian Conference on Artificial Intelligence
A Lagrangian Relaxation Based Heuristic for Solving the Length-Balanced Two Arc-Disjoint Shortest Paths Problem 121875 Australian Conference on Artificial Intelligence
A Lagrangian Heuristic for Winner Determination Problem in Combinatorial Auctions 121876 Australian Conference on Artificial Intelligence
A Non-Exact Approach and Experiment Studies on the Combinatorial Auction Problem 121894 HICSS
Robust Graph Coloring for Uncertain Supply Chain Management 121895 HICSS
A Two-Stage Heuristic for the Vehicle Routing Problem with Time Windows and a Limited Number of Vehicles 121896 HICSS
A Very Large-Scale Neighborhood Search Approach to Capacitated Warehouse Routing Problem 121905 ICTAI
Using a Lagrangian Heuristic for a Combinatorial Auction Problem 121908 ICTAI
Robust Airport Gate Assignment 121912 ICTAI
Searching Optimal Resequencing and Feature Assignment on an Automated Assembly Line 121913 ICTAI
The Capacitated Traveling Salesman Problem with Pickups and Deliveries on a Tree 121930 ISAAC
The shortest route cut and fill problem in linear topological structure 121933 SAC
The container loading problem 121937 SAC
Heuristic methods for graph coloring problems 121938 SAC
A tabu search algorithm for the safe transportation of hazardous materials 121939 SAC
Airport Gate Scheduling with Time Windows 121946 Artif. Intell. Rev.
3-D Container Packing Heuristics 121947 Appl. Intell.
The over-constrained airport gate assignment problem 121950 Computers andamp; OR
k-Center problems with minimum coverage 121969 Theor. Comput. Sci.
On the Accuracy of Bounded Rationality: How Far from Optimal Is Fast and Frugal? 122009 NIPS
On the power of Boolean computations in generalized RBF neural networks 122020 Neurocomputing
Inner Product Spaces for Bayesian Networks 122024 Journal of Machine Learning Research
On the Capabilities of Higher-Order Neurons: A Radial Basis Function Approach 122030 Neural Computation
Spatial Expressions and Rules for Location-based Services in Oracle 122045 IEEE Data Eng. Bull.
Unweaving a web of documents 122068 KDD
Discovering Large Dense Subgraphs in Massive Graphs 122089 VLDB
The Complexity of Approximating the Entropy 122110 SIAM J. Comput.
Characterizing Ad Hoc B2B Applications Using Ontologies and Complex Systems 122118 AINA
Rights and Trust in Multimedia Information Management 122119 Communications and Multimedia Security
Architecture of a Semantic XPath Processor. Application to Digital Rights Management 122126 EC-Web
Trust and Rights in Multimedia Content Management Systems 122129 Web Technologies, Applications, and Services
Definition of Protocols for Secure Anonymous Purchase 122130 ICAS/ICNS
Using Web-Services to Manage and Control Access to Multimedia Content 122143 ISWS
Generation of Standardised Rights Expressions from Contracts: An Ontology Approach 122151 OTM Workshops
Profiles for Interoperability between MPEG-21 REL and OMA DRM 122162 CEC
Using OWL for querying an XML/RDF syntax 122167 WWW (Special interest tracks and posters)
How to Cope with Lacking Metadata: Application of a Semantic Web Based Methodology to Get Multimedia Content Licenses 122174 ELPUB
Contraflow network reconfiguration for evacuation planning: a summary of results 122193 GIS
A Join-Less Approach for Co-Location Pattern Mining: A Summary of Results 122209 ICDM
A Semi-Supervised Learning Method for Remote Sensing Data Mining 122217 ICTAI
Capacity Constrained Routing Algorithms for Evacuation Planning: A Summary of Results 122229 SSTD
In-Route Nearest Neighbor Queries 122239 GeoInformatica
Reasoning on UML class diagrams 122283 Artif. Intell.
Proceedings of the ACM SIGMOD International Conference on Management of Data, Baltimore, Maryland, USA, June 14-16, 200 122287 SIGMOD Conference
On Cooperative Content Distribution and the Price of Barter 122321 ICDCS
Adlib: A Self-Tuning Index for Dynamic P2P Systems 122322 ICDE
LSH forest: self-tuning indexes for similarity search 122328 WWW
Efficient Queries in Peer-to-Peer Systems 122329 IEEE Data Eng. Bull.
Building a Software Factory for Pervasive Systems Development 122334 CAiSE
Towards the Integration of Data and Functionality in Web Applications. A Model Driven Approach 122337 CAiSE Short Paper Proceedings
Transforming Web Requirements into Navigational Models: AN MDA Based Approach 122345 ER
Applying a Web Engineering Method to Design Web Services 122347 ICSOC
Providing platforms for developing pervasive systems with MDA. An OSGi metamodel 122356 JISBD
Reverse Engineering of Web Pages Based on Derivations and Transformations 122357 LA-WEB
A Model-Driven Method for the Integration of Web Applications 122358 LA-WEB
A Methodological Approach for Incorporating Adaptive Navigation Techniques into Web Applications 122359 WISE
Capability Matching and Similarity Reasoning in Service Discovery 122364 EMOI-INTEROP
An Ontology-Based Architecture for Service Discovery and Advice System 122370 DEXA Workshops
Speaking Words of WISDOM: Web Intelligent Search based on DOMain ontologies 122405 SWAP
Mining Closed Relational Graphs with Connectivity Constraints 122415 ICDE
Mining coherent dense subgraphs across massive biological networks for functional discovery 122420 ISMB (Supplement of Bioinformatics)
SeqIndex: Indexing Sequences by Sequential Pattern Analysis 122425 SDM
GraphMiner: a structural pattern-mining system for large disk-based graph databases and its applications 122426 SIGMOD Conference
SOBER: statistical model-based bug localization 122428 ESEC/SIGSOFT FSE
TSP: Mining top-k closed sequential patterns 122431 Knowl. Inf. Syst.
Graph indexing based on discriminative frequent structure analysis 122433 ACM Trans. Database Syst.
A Framework for Monitoring the Unsupervised Educational Process and Adapting the Content and Activities to Students' Needs 122470 WISE Workshops
Query Caching and View Selection for XML Databases 122490 VLDB
A Requirement Engineering Approach for Designing XML-View Driven, XML Document Warehouses 122491 COMPSAC (1)
A Design Methodology for User Access Control (UAC) Middleware 122493 EEE
XML Views, Part III: An UML Based Design Methodology for XML Views 122495 ICEIS (3)
Modeling Views for Semantic Web Using eXtensible Semantic (XSemantic) Nets 122497 OTM Workshops
A logic-based tool for interactive generation and dramatization of stories 122498 Advances in Computer Entertainment Technology
Cost-Sensitive Reordering of Navigational Primitives 122546 SIGMOD Conference
Differential Evolution and Its Application to Metabolic Flux Analysis 122562 EvoWorkshops
Probabilistic Tangent Subspace Method for Multiuser Detection 122564 ICAPR (1)
Probabilistic Tangent Subspace Method for M-QAM Signal Equalization in Time-Varying Multipath Channels 122566 ICIC (2)
DNA Computing Model of Graph Isomorphism Based on Three Dimensional DNA Graph Structures 122567 ICIC (2)
Joint Rate Control for Multiple Sequences coding based on H.264 standard 122568 ICME
Semantic Overlay Based Services Routing Between MPLS Domains 122580 IWDC
Validating cardiac echo diagnosis through video similarity 122585 ACM Multimedia
Image Compression via 2-D Real Discrete Chirplets 122589 VISION
Overlay Based Mapping Egress Service Path Between MPLS Domains 122591 WINE
Clustering-Based Histograms for Multi-dimensional Data 122601 DaWaK
A logic based approach to P2P Databases 122606 SEBD
Noise Propagation in Transcriptional Cascades 122619 CSB Workshops
Engineering Multi-signal Systems for Complex Pattern Formation 122620 CSB Workshops
Engineering a 1: 2 Bio-multiplexer for controlled stem cell differentiation 122621 CSB Workshops
Processing Rank-Aware Queries in P2P Systems 122637 DBISP2P
Possibilities to Solve the Clique Problem by Thread Parallelism using Task Pools 122643 IPDPS
Processing Top-N Queries in P2P-based Web Integration Systems with Probabilistic Guarantees 122646 WebDB
Incremental Parallelization Using Navigational Programming: A Case Study 122662 ICPP
An Improved Case-Based Approach to LTL Model Checking 122668 RISE
Complexity and Approximation of Fixing Numerical Attributes in Databases Under Integrity Constraints 122688 DBPL
Data Cleansing for Numerical Data Sets 122690 SEBD
Finding All Frequent Patterns Starting from the Closure 122697 ADMA
Relevance of Counting in Data Mining Tasks 122698 ADMA
Bifold Constraint-Based Mining by Simultaneous Monotone and Anti-Monotone Checking 122712 ICDM
Considering Re-occurring Features in Associative Classifiers 122732 PAKDD
Workload Characterization and Cost-Quality Tradeoffs in MPEG-4 Decoding on Resource-Constrained Devices 122753 ESTImedia
Neurocomputational Mechanisms for Generalization During the Sequential Learning of Multiple Tasks 122758 IICAI
Claytronics: highly scalable communications, sensing, and actuation networks 122766 SenSys
Parameter distribution models for estimation of population based left ventricular deformation using sparse fiducial markers 122797 IEEE Trans. Med. Imaging
cis-Regulatory Element Prediction in Mammalian Genomes 122798 CSB Workshops
'Inductive' Charges on Atoms in Proteins: Comparative Docking with the Extended Steroid Benchmark Set and Discovery of a Novel SHBG Ligand 122811 Journal of Chemical Information and Modeling
Fast Algorithms for Frequent Itemset Mining Using FP-Trees 122844 IEEE Trans. Knowl. Data Eng.
A framework for retrieving conceptual knowledge from Web pages 122866 SWAP
Semantic Mappings in Description Logics for Spatio-temporal Database Schema Integration 122867 J. Data Semantics III
Exploiting ASP for Semantic Information Extraction 122871 Answer Set Programming
A Distributed System for Answering Range Queries on Sensor Network Data 122900 PerCom Workshops
Hierarchical binary histograms for summarizing multi-dimensional data 122906 SAC
Mining Unconnected Patterns in Workflows 122907 SDM
Mining Correlations in Workflows Executions 122912 SEBD
Semi-Inflationary DATALOG: A declarative database language with procedural features 122921 AI Commun.
Enhancing Histograms by Tree-Like Bucket Indice 122923 CoRR
EmoEars: An Emotion Recognition System for Mandarin Speech 122945 CIS (1)
A Fuzzy Dead Reckoning Algorithm for Distributed Interactive Applications 122950 FSKD (2)
Statistical Feature Selection for Mandarin Speech Emotion Recognition 122952 ICIC (1)
Effects of Local-Lag Mechanism on Task Performance in a Desktop CVE System 122958 J. Comput. Sci. Technol.
Towards an Information Market Paradigm 122965 CAiSE Short Paper Proceedings
Schema Equivalence as a Counting Problem 122973 OTM Workshops
Model-Driven Business Performance Management 122988 ICEBE
Semantic Tuplespace 122990 ICSOC
AWS-Net Traveler: Autonomic Web Services Framework for Autonomic Business Processes 123008 IEEE SCC
Energy Minimization via Graph Cuts: Settling What is Possible 123016 CVPR (2)
Sampling Sub-problems of Heterogeneous Max-cut Problems and Approximation Algorithms 123030 STACS
Compaction-based concurrent error detection for digital circuits 123039 Microelectronics Journal
Knowledge Representation for the Intelligent Legal Case Retrieval 123040 KES (1)
Nonlinear Nearest-Neighbour Matching and Its Application in Legal Precedent Retrieval 123041 ICITA (1)
Guarding a terrain by two watchtowers 123042 Symposium on Computational Geometry
Learning with attribute costs 123089 STOC
Kinetic and Dynamic Data Structures for Convex Hulls and Upper Envelopes 123098 WADS
The greedy algorithm for shortest superstrings 123121 Inf. Process. Lett.
Approximation algorithms for asymmetric TSP by decomposing directed regular multigraphs 123124 J. ACM
Performance aspects of distributed caches using TTL-based consistency 123142 Theor. Comput. Sci.
Corrigendum: a new, simpler linear-time dominators algorithm 123144 ACM Trans. Program. Lang. Syst.
Finding (Recently) Frequent Items in Distributed Data Streams 123152 ICDE
Supporting ranked search in parallel search cluster networks 123158 CIKM
XQBE (XQuery By Example): A visual interface to the standard XML query language 123186 ACM Trans. Database Syst.
A Model for Detecting and Merging Vertically Spanned Table Cells in Plain Text Documents 123188 ICDAR
DOM-Based XHTML Document Structure Analysis Separating Content from Navigation Elements 123190 CIMCA/IAWTIC
Graph capacities and zero-error transmission over compound channels 123193 IEEE Transactions on Information Theory
Automatic Physical Database Tuning: A Relaxation-based Approach 123216 SIGMOD Conference
Flexible Database Generators 123219 VLDB
Combining Multiple Matchers for Fingerprint Verification: A Case Study in FVC2004 123228 ICIAP
Efficient Regression Tests for Database Applications 123240 CIDR
National and international university departmental Web site interlinking 123256 Scientometrics
Towards an Ontology-Based Distributed Architecture for Paid Content 123263 ESWC
On cooperatively creating dynamic ontologies 123265 Hypertext
Trio: A System for Integrated Management of Data, Accuracy, and Lineage 123279 CIDR
The Pipelined Set Cover Problem 123292 ICDT
Operator placement for in-network stream query processing 123300 PODS
Database Publication Practices 123316 VLDB
Content-Based Routing: Different Plans for Different Data 123317 VLDB
Efficient Monitoring and Querying of Distributed, Dynamic Data via Approximate Replication 123332 IEEE Data Eng. Bull.
An Efficient Approach to Custom Instruction Set Generation 123364 RTCSA
Customer Churn Prediction Using Improved One-Class Support Vector Machine 123381 ADMA
Study on Unified Metamodeling Framework Based on Down-Up Mechanism 123382 CSCWD (Selected papers)
Research on Semantic-Based Web Services Registry Federation 123385 GCC
A Transformation Definition Metamodel for Model Transformation 123392 ITCC (2)
The Interoperability between Different e-Business Specifications 123393 ITCC (1)
A Similarity-Based Approach to Data Sparseness Problem of Chinese Language Modeling 123394 MICAI
A Perspective of Fusing Ontology and Metamodeling Architecture in Interconnection Environment 123404 SKG
Abstraction refinement in symbolic model checking using satisfiability as the only decision procedure 123413 STTT
From Range Data to Animated Anatomy-Based Faces: A Model Adaptation Method 123419 3DIM
Observation-based proactive communication in team cooperation 123429 AAMAS
Proactive Communication in Observation-Based Agent Team Corporation 123445 IC-AI
Simulating Wrinkles in Facial Expressions on an Anatomy-Based Face 123447 International Conference on Computational Science (2)
Faces Alive: Reconstruction of Animated 3D Human Faces 123448 ICCSA (3)
A Fast and Stable Approach for Restoration of Warped Document Images 123450 ICDAR
EEG Source Localization for Two Dipoles in the Brain Using a Combined Method 123457 IDEAL
Forming Proactive Team Cooperation by Observations 123462 KES (1)
Alignment of Optical Maps 123470 RECOMB
Design of Binary Multi-code CDMA System with Constant Amplitude 123503 ICITA (2)
A PAPR Reduction Method Using the Correlation of Information in OFDM Communication System 123504 ICITA (2)
Combinatorial structure and randomized subexponential algorithms for infinite games 123516 Theor. Comput. Sci.
XPACK: A High-Performance WEB Document Encoding 123520 WEBIST
Exploiting the deep web with DynaBot: matching, probing, and ranking 123521 WWW (Special interest tracks and posters)
Support for BioIndexing in BLASTgres 123530 DILS
Table-Driven Programming in SQL for Enterprise Information Systems 123537 ICEIS (1)
Perturbing and evaluating numerical programs without recompilation - the wonglediff way 123566 Softw., Pract. Exper.
Efficiently Enumerating Results of Keyword Search 123575 DBPL
The Personal Publication Reader: Illustrating Web Data Extraction, Personalization and Reasoning for the Semantic Web 123582 ESWC
Introducing ENUM to the Semantic Web 123584 Web Technologies, Applications, and Services
The Personal Publication Reader 123589 International Semantic Web Conference
DeepWeb Navigation in Web Data Extraction 123592 CIMCA/IAWTIC
Intelligent Text Extraction from PDF Documents 123593 CIMCA/IAWTIC
Effective Dynamic Replication in Wide-Area Network Environments: A Perspective 123599 DEXA Workshops
kNR-tree: a novel R-tree-based index for facilitating spatial window queries on any k relations among N spatial relations in mobile environments 123600 Mobile Data Management
Improving particle filter with support vector regression for efficient visual tracking 123622 ICIP (2)
Video2Cartoon: generating 3D cartoon from broadcast soccer video 123626 ACM Multimedia
Random-data perturbation techniques and privacy-preserving data mining 123672 Knowl. Inf. Syst.
SANFS Maestro: Resource Planning for Enterprise Storage Area Network (SAN) File Systems 123683 CSREA EEE
Zodiac: Efficient Impact Analysis for Storage Area Networks 123684 FAST
Security vs Performance: Tradeoffs using a Trust Framework 123688 MSST
Multiplayer Networked Gaming with the Session Initiation Protocol 123692 Computer Networks
A Robust Combination Strategy for Semantic Role Labeling 123708 HLT/EMNLP
Middleware Architecture for Evaluation and Selection of 3rd-Party Web Services for Service Providers 123735 ICWS
Active Contours Using a Constraint-Based Implicit Representation 123745 CVPR (1)
An Ontology-Based Mechanism for Assembling Learning Objects 123757 AICT/SAPIR/ELETE
An Architectural Framework for Composition and Execution of Complex Learning Processes 123768 ICALT
Un servicio web de polandiacute;ticas de acceso basadas en roles para hipermedia 123773 JISBD
Integrating Ontologies into the Collaborative Authoring of Learning Objects 123785 J. UCS
Kernel Principal Component Analysis for Content Based Image Retrieval 123795 PAKDD
The Segment-Page Indexing Method for Large Multidimensional Queries 123797 Comput. J.
Automatic Identification of Specific Web Documents by Using Centroid Technique 123807 WEBIST
Fusion Strategies for Neural Learning Algorithms using Evolutionary and Discrete Gradient Approaches 123815 Artificial Intelligence and Applications
The Integration of Narrative and Argumentation for a Scenario based Learning Environment in Law 123829 ICAIL
Structured Reasoning to Support Deliberative Dialogue 123835 KES (1)
Comparative Analysis of Genetic Algorithm, Simulated Annealing and Cutting Angle Method for Artificial Neural Networks 123836 MLDM
Determining Regularization Parameters for Derivative Free Neural Learning 123837 MLDM
A Formal Description of Ontology Change in OWL 123839 ICITA (1)
Using association and overlapping time window approach to detect drug reaction signals 123840 CIMCA/IAWTIC
Predicting Australian Stock Market Index Using Neural Networks Exploiting Dynamical Swings and Intermarket Influences 123842 Journal of Research and Practice in Information Technology
Decisions Surrounding Adverse Drug Reaction Prescribing: Insights from Consumers and Implications for Decision Support 123843 Journal of Research and Practice in Information Technology
Modular Neural Network Design For The Problem Of Alphabetic Character Recognition 123848 IJPRAI
A Fully Automated Breast Cancer Recognition System Using Discrete-Gradient Based Clustering and Multi Category Feature Selection 123849 JACIII
Complexity Estimates for the F4 Attack on the Perturbed Matsumoto-Imai Cryptosystem 123851 IMA Int. Conf.
Dimension of the Linearization Equations of the Matsumoto-Imai Cryptosystems 123852 WCC
Efficient Processing of Distributed Top-k Queries 123864 DEXA
Sampling schedule design towards optimal drug monitoring for individualizing therapy 123874 Computer Methods and Programs in Biomedicine
On the convergence of image compression and object recognition 123876 ACM Southeast Regional Conference (2)
Recent Advances in Object-Based Image Compression 123878 DCC
Derandomization of auctions 123887 STOC
ViPER: augmenting automatic information extraction with visual perceptions 123911 CIKM
Improving recommendation lists through topic diversification 123953 WWW
Propagation Models for Trust and Distrust in Social Networks 123959 Information Systems Frontiers
Discovering Conceptual Page Hierarchy of a Web Site from User Traversal History 123971 ADMA
Consensus Measures and Adjusting Inconsistency of Linguistic Preference Relations in Group Decision Making 123974 FSKD (1)
Stacked indexed views in microsoft SQL server 123978 SIGMOD Conference
View Matching for Outer-Join Views 123982 VLDB
Architecture Sensitive Database Design: Examples from the Columbia Group 123984 IEEE Data Eng. Bull.
Summarizing and Mining Inverse Distributions on Data Streams via Dynamic Inverse Sampling 123987 VLDB
Governor: Autonomic Throttling for Aggressive Idle Resource Scavenging 123997 ICAC
Efficient Data Access for Parallel BLAST 124001 IPDPS
FreeLoader: Scavenging Desktop Storage Resources for Scientific Data 124006 SC
Cross-Platform Performance Prediction of Parallel Applications Using Partial Execution 124007 SC
Downloading textual hidden web content through keyword queries 124020 JCDL
Cost-efficient processing of MIN/MAX queries over distributed sensors with uncertainty 124022 SAC
Analysis of User Web Traffic with A Focus on Search Activities 124028 WebDB
Automatic identification of user goals in Web search 124031 WWW
The infocious web search engine: improving web searching through linguistic analysis 124032 WWW (Special interest tracks and posters)
Predictive Algorithms for Browser Support of Habitual User Activities on the Web 124054 Web Intelligence
The Workshops at the Twentieth National Conference on Artificial Intelligence 124060 AI Magazine
Repairing Inconsistent XML Data with Functional Dependencies 124064 Encyclopedia of Database Technologies and Applications
Rewriting and Efficient Computation of Bound Disjunctive Datalog Queries 124065 Encyclopedia of Database Technologies and Applications
NP Datalog: A Logic Language for NP Search and Optimization Queries 124071 IDEAS
A logic based approach to P2P Databases 124079 SEBD
Querying and Repairing Inconsistent XML Data 124080 WISE
Mining User Preferences, Page Content and Usage to Personalize Website Navigation 124085 World Wide Web
Stacked Sequential Learning 124117 IJCAI
On the collective classification of email "speech acts" 124128 SIGIR
A Prediction and Early Warning Model for Hacker Attacks 124211 Security and Management
A Solution to Ragged Dimension Problem in OLAP 124212 ICNC (3)
Self-surviving IT Systems 124213 ICNC (3)
PDE-Based Intrusion Forecast 124214 ICNC (3)
Modelling an Academic Curriculum Plan as a Mixed-Initiative Constraint Satisfaction Problem 124229 Canadian Conference on AI
Coordinated Placement and Replacement for Grid-Based Hierarchical Web Caches 124230 GCC
Weak ratio rules between nonnegative real-valued data in transactional database 124235 GrC
Towards a Theory of Insider Threat Assessment 124252 DSN
A Framework for Examining Skill Specialization, Gender Inequity, and Career Advancement in the Information Security Field 124263 ICISS
Design Principles of Coordinated Multi-incident Emergency Response Systems 124267 ISI
An Alert Fusion Framework for Situation Awareness of Coordinated Multistage Attacks 124275 IWIA
SAWAN: A Survivable Architecture for Wireless LANs 124276 IWIA
Secure knowledge management and the semantic web 124289 Commun. ACM
On the Hardness of Approximating the Min-Hack Problem 124296 J. Comb. Optim.
Simultaneous optimization of complex mining tasks with a knowledgeable cache 124311 KDD
Stacked indexed views in microsoft SQL server 124359 SIGMOD Conference
Software Component and Prediction for Network Processor based Application 124415 Automation, Control, and Information Technology
Timing driven track routing considering coupling capacitance 124421 ASP-DAC
A Learning Object Transmission Model Based on SOAP 124427 International Conference on Internet Computing
A Standardized Visual Web-Based Courseware Authoring System 124428 ICALT
DiCER: distributed and cost-effective redundancy for variation tolerance 124429 ICCAD
Aurelia: Building Locality-Preserving Overlay Network over Heterogeneous P2P Environments 124440 ISPA Workshops
Coupling aware timing optimization and antenna avoidance in layer assignment 124441 ISPD
Using Semantic Web Technologies to Specify Constraints of RBAC 124450 PDCAT
Component based performance prediction for network processor based system 124451 PDCAT
Software Component Model for Network Processor Based System 124452 PDCAT
Construction of Security Architecture of Web Services Based EAI 124455 WAIM
Unsupervised Learning in Information Retrieval Using NOW Architectures 124474 EUROCAST
A Distributed Architecture for Supporting e-Government Cooperative Processes 124505 TCGOV
Automatic Composition of Transition-based Semantic Web Services with Messaging 124508 VLDB
Optimizing Compiler for the CELL Processor 124518 IEEE PACT
Efficient SIMD Code Generation for Runtime Alignment and Length Conversion 124519 CGO
An integrated simdization framework using virtual vectors 124520 ICS
Query Operators in Temporal XML Databases 124528 Encyclopedia of Database Technologies and Applications
News Item Extraction for Text Mining inWeb Newspapers 124553 WIRI
A Unified Framework for Monitoring Data Streams in Real Time 124567 ICDE
Distributed Data Streams Indexing using Content-Based Routing Paradigm 124568 IPDPS
A Parallel Algorithm for Extracting Transcription Regulatory Network Motifs 124569 BIBE
Lineage retrieval for scientific data processing: a survey 124578 ACM Comput. Surv.
Efficient XPath Evaluation 124637 ADBIS
A Three-Layered XML View Model: A Practical Approach 124646 ER
Refining the Results of Automatic e-Textbook Construction by Clustering 124649 ICWL
On the Move to Meaningful Internet Systems 2005: OTM 2005 Workshops, OTM Confederated International Workshops and Posters, AWeSOMe, CAMS, GADA, MIOS+INTEROP, ORM, PhDS, SeBGIS, SWWS, and WOSE 2005, Agia Napa, Cyprus, October 31 - November 4, 2005, Proceeding 124652 OTM Workshops
Modeling Views for Semantic Web Using eXtensible Semantic (XSemantic) Nets 124653 OTM Workshops
Context for Ubiquitous Data Management 124655 UDM
On Low-level Cognitive Components of Speech 124658 CIMCA/IAWTIC
An XML-enabled data mining query language: XML-DMQL 124661 IJBIDM
Beyond information searching and browsing: acquiring knowledge from digital libraries 124662 Inf. Process. Manage.
Using Object Deputy Model to Prepare Data for Data Warehousing 124664 IEEE Trans. Knowl. Data Eng.
Scalability of Databases for Digital Libraries 124685 ICADL
Letter from the Special Issue Editor 124717 IEEE Data Eng. Bull.
Closest pair queries in spatio-temporal databases 124737 Comput. Syst. Sci. Eng.
Towards a spatial multidimensional model 124751 DOLAP
A Model for Distributing and Querying a Data Warehouse on a Computing Grid 124754 ICPADS (1)
A Proposal for a Multimedia Data Warehouse 124755 Multimedia Information Systems
Hidden Naive Bayes 124790 AAAI
Learning Tree Augmented Naive Bayes for Ranking 124793 DASFAA
Augmenting naive Bayes for ranking 124799 ICML
Exploring Conditions For The Optimality Of Naandiuml;ve Bayes 124803 IJPRAI
Dimension Induced Clustering 124811 LWA
Optimizing Multiple Top-K Queries over Joins 124818 SSDBM
Peer-to-Peer Systems III, Third International Workshop, IPTPS 2004, La Jolla, CA, USA, February 26-27, 2004, Revised Selected Paper 124852 IPTPS
COPS: Quality of Service vs. Any Service at All 124856 IWQoS
Geographic Routing Made Practical 124864 NSDI
A unifying link abstraction for wireless sensor networks 124872 SenSys
Towards an evolvable internet architecture 124888 SIGCOMM
HLP: a next generation inter-domain routing protocol 124892 SIGCOMM
Overcoming the Internet Impasse through Virtualization 124919 IEEE Computer
A Low-Latency Peer-to-Peer Approach for Massively Multiplayer Games 124937 AP2PC
An auctioning reputation system based on anomaly 124942 ACM Conference on Computer and Communications Security
Solving Qos-Driven Web Service Dynamic Composition as Fuzzy Constraint Satisfaction 124951 EEE
Predicting the Usage of P2P Sharing Software: The Role of Trust and Perceived Risk 124955 HICSS
Wiener Indices of Balanced Binary Trees 124957 International Conference on Computational Science (2)
Dependable Transaction for Electronic Commerce 124959 ICCSA (3)
On the Stability of Rational, Heterogeneous Interdomain Route Selection 124966 ICNP
Stable Egress Route Selection for Interdomain Traffic Engineering: Model and Analysis 124967 ICNP
Optimal ISP subscription for Internet multihoming: algorithm design and implication analysis 124971 INFOCOM
Video Streaming Over Multi-hop Wireless Networks 124974 ISM
FreeRank: implementing independent ranking service for multiplayer online games 124978 NETGAMES
A Fair Item-Item Exchange Protocol Satisfying Newly Introduced Requirements 124990 ICITA (2)
A virtual mouse system for mobile device 124997 MUM
Algorithm of integrating QFD and TRIZ for the innovative design process 125001 IJCAT
On route selection for interdomain traffic engineering 125026 IEEE Network
Exploiting Mobility as Context for Energy-Efficient Location-Aware Computing 125028 EUC
Range and Nearest Neighbor Query Processing for Mobile Clients 125031 OTM Workshops
On the design of energy-efficient location tracking mechanism in location-aware computing 125037 Mobile Information Systems
Large system transient analysis of adaptive least squares filtering 125056 IEEE Transactions on Information Theory
Data Reduction Techniques in Sensor Networks 125084 IEEE Data Eng. Bull.
Snapshot Queries: Towards Data-Centric Sensor Networks 125100 ICDE
Personalising Patient Information in the Real World 125119 BNCOD
Data Mapper: An Operator for Expressing One-to-Many Data Transformations 125122 DaWaK
A Cluster Framework for Data Mining Models - An Application to Intensive Medicine 125126 ICEIS (2)
Observation-based Model for BDI-Agents 125138 AAAI
A computationally grounded logic of knowledge, belief and certainty 125147 AAMAS
DR-NEGOTIATE - A System for Automated Agent Negotiation with Defeasible Logic-Based Strategies 125164 EEE
Computationally Grounded Model of BDI-Agents 125171 IJCAI
A Semantic Web Based Architecture for e-Contracts in Defeasible Logic 125180 RuleML
Nested Rules in Defeasible Logic 125181 RuleML
A Formal Ontology Reasoning with Individual Optimization: A Realization of the Semantic Web 125184 WISE
Probabilistic Automated Bidding in Multiple Auctions 125190 Electronic Commerce Research
Representing business contracts in RuleML 125193 Int. J. Cooperative Inf. Syst.
Reminiscences on influential papers 125202 SIGMOD Record
Using Sub-sequence Information with kNN for Classification of Sequential Data 125208 ICDCIT
Web Usage Mining Using Rough Agglomerative Clustering 125209 ICEIS (2)
Intrusion Detection System Using Sequence and Set Preserving Metric 125210 ISI
Discovering Fuzzy Association Rules with Interest and Conviction Measures 125211 KES (4)
TPMD: a database and resources of microsatellite marker genotyped in Taiwanese populations 125224 Nucleic Acids Research
EXTENT: fusing context, content, and semantic ontology for photo annotation 125232 CVDB
Using pivots to index for support vector machine queries 125233 CVDB
Manifold learning, a promised land or work in progress 125245 ICME
Formulating context-dependent similarity functions 125259 ACM Multimedia
Learning with non-metric proximity matrices 125260 ACM Multimedia
Kronecker Factorization for Speeding up Kernel Machines 125266 SDM
Enhanced Perceptual Distance Functions and Indexing for Image Replica Recognition 125280 IEEE Trans. Pattern Anal. Mach. Intell.
KBA: Kernel Boundary Alignment Considering Imbalanced Data Distribution 125283 IEEE Trans. Knowl. Data Eng.
Semantics and feature discovery via confidence-based ensemble 125285 TOMCCAP
A Model-Driven Approach to RFID Application Programming and Infrastructure Management 125288 ICEBE
Optimizing Physical Design of Multidimensional Files for Join Queries 125308 Databases and Applications
Autonomic Execution of Web Service Compositions 125315 ICWS
Traffic sensitive active queue management 125324 INFOCOM
Performance analysis of the intertwined effects between network layers for 802.11g transmissions 125336 WMuNeP
On the 802.11 turbulence of nintendo DS and sony PSP hand-held network games 125339 NETGAMES
Game server selection for multiple players 125340 NETGAMES
Weather forecasting: predicting performance for streaming video over wireless LANs 125342 NOSSDAV
Adjusting forward error correction with quality scaling for streaming MPEG 125347 NOSSDAV
Application, Network and Link Layer Measurements of Streaming Video over a Wireless Campus Network 125350 PAM
The effect of latency on user performance in Real-Time Strategy games 125354 Computer Networks
RealTracer-Tools for Measuring the Performance of RealVideo on the Internet 125357 Multimedia Tools Appl.
Characteristics of streaming media stored on the Web 125359 ACM Trans. Internet Techn.
Adjusting forward error correction with temporal scaling for TCP-friendly streaming MPEG 125360 TOMCCAP
Emerging data management systems: close-up and personal 125388 CIKM
Digital Libraries over the Grid: Heaven or Hell? 125396 ECDL
Digital libraries at a crossroads 125452 Int. J. on Digital Libraries
Proceedings of the 2005 ACM CIKM International Conference on Information and Knowledge Management, Bremen, Germany, October 31 - November 5, 200 125470 CIKM
Improving Automatic Query Classification via Semi-Supervised Learning 125476 ICDM
Improved Naive Bayes for Extremely Skewed Misclassification Costs 125484 PKDD
Predicting query difficulty on the web by learning visual clues 125488 SIGIR
A framework for determining necessary query set sizes to evaluate web search effectiveness 125495 WWW (Special interest tracks and posters)
Automatic Evaluation of Web Search Services 125497 Advances in Computers
Advanced Data Mining and Applications, First International Conference, ADMA 2005, Wuhan, China, July 22-24, 2005, Proceeding 125517 ADMA
Effectiveness of Document Representation for Classification 125518 DaWaK
Automated Characterization of cellular migration phenomena 125531 CSB Workshops
Accelerating queries by pruning XML documents 125554 Data Knowl. Eng.
MemBeR: A Micro-benchmark Repository for XQuery 125567 XSym
Modeling Context-Aware e-Learning Scenarios 125570 PerCom Workshops
Cache-oblivious planar orthogonal range searching and counting 125578 Symposium on Computational Geometry
External Data Structures for Shortest Path Queries on Planar Digraphs 125595 ISAAC
Skip-webs: efficient distributed data structures for multi-dimensional data sets 125596 PODC
Skip-Webs: Efficient Distributed Data Structures for Multi-Dimensional Data Set 125618 CoRR
Topic segmentation of message hierarchies for indexing and navigation support 125630 WWW
Staffing for Software Inspections - An Empirical Study 125639 IASTED Conf. on Software Engineering
HykGene: a hybrid approach for selecting marker genes for phenotype classification using microarray gene expression data 125644 Bioinformatics
Instant messaging bots: accountability and peripheral participation for textual user interfaces 125647 GROUP
VERN: facilitating democratic group decision making online 125648 GROUP
Feature extraction on 3-D TexMesh using scale-space analysis and perceptual evaluation 125693 IEEE Trans. Circuits Syst. Video Techn.
Quality metric for approximating subjective evaluation of 3-D objects 125694 IEEE Transactions on Multimedia
Binary Codes for Non-Uniform Sources 125699 DCC
Service Composition for Mobile Environments 125713 MONET
Finding similar files in large document repositories 125722 KDD
Rate-distortion estimation for H.264/AVC coders 125736 ICME
Motion information and coding mode reuse for MPEG-2 to H.264 transcoding 125740 ISCAS (2)
Modeling and predicting personal information dissemination behavior 125748 KDD
Global motion estimation from coarsely sampled motion vector field and the applications 125766 IEEE Trans. Circuits Syst. Video Techn.
Formalized Security Model of Multi-Proxy Signature Schemes 125773 CIT
Two Proxy Signcryption Schemes from Bilinear Pairings 125774 CANS
Efficient ID-Based Proxy Signature and Proxy Signcryption Form Bilinear Pairings 125775 CIS (2)
Conceptual Neighbourhood Diagrams for Representing Moving Objects 125796 ER (Workshops)
A Qualitative Trajectory Calculus and the Composition of Its Relations 125798 GeoS
The Double-Cross and the Generalization Concept as a Basis for Representing and Comparing Shapes of Polylines 125801 OTM Workshops
Representing moving objects in computer-based expert systems: the overtake event example 125804 Expert Syst. Appl.
Planning with Continuous Resources in Stochastic Domains 125807 IJCAI
Using Views to Query XML Documents 125809 Encyclopedia of Database Technologies and Applications
Preprocessing of Mass Spectrometry Proteomics Data on the Grid 125810 CBMS
Algorithms and Databases in Bioinformatics: Towards a Proteomic Ontology 125817 ITCC (1)
Distributed Management of Ontologies on the Grid 125826 WETICE
SpecDB: A Database for Storing and Managing Mass Spectrometry Proteomics Data 125827 WILF
On the Preprocessing of Mass Spectrometry Proteomics Data 125829 WIRN/NAIS
MS-Analyzer: Intelligent Preprocessing, Management, and Data Mining Analysis of Mass Spectrometry Data on the Grid 125833 SKG
Studying the XML Web: Gathering Statistics from an XML Sample 125840 World Wide Web
A Deferrable Scheduling Algorithm for Real-Time Transactions Maintaining Data Freshness 125853 RTSS
Manipulation et fusion de donnandeacute;es multidimensionnelles 125865 EGC
A Distributed Reputation Management Scheme for Mobile Agent-Based E-Commerce Applications 125875 EEE
DSA-Based Verifiable and Recoverable Encryption of Signatures and Its Application in Certified E-Goods Delivery 125876 EEE
DiSigncryption: An Integration of Agent-Based Signature Delegation with Distributed Reputation Management Schem 125885 IPDPS
Certified E-Mail Delivery with DSA Receipts 125886 IPDPS
Plugging a Scalable Authentication Framework into Shibboleth 125907 WETICE
RSA-based Verifiable and Recoverable Encryption of Signatures and its application in certified e-mail delivery 125919 Journal of Computer Security
Revocation of privacy-enhanced public-key certificates 125923 Journal of Systems and Software
RSA-based Certified Delivery of E-Goods Using Verifiable and Recoverable Signature Encryption 125924 J. UCS
On multirate optimality of JPEG2000 code stream 125928 IEEE Transactions on Image Processing
Concepts for Multimedia Database Exploitation 125938 ADC
MOBI-DIC: MOBIle DIscovery of loCal Resources in Peer-to-Peer Wireless Network 125954 IEEE Data Eng. Bull.
Efficient Similarity Search on Vector Sets 125955 BTW
Experimental Analysis of the Q-Matrix Method in Knowledge Discovery 125967 ISMIS
Providing Test Quality Feedback Using Static Source Code and Automatic Test Suite Metrics 125970 ISSRE
Locally Invertible Multivariate Polynomial Matrices 125979 WCC
Early estimation of defect density using an in-process Haskell metrics model 125980 A-MOST
Early estimation of defect density using an in-process Haskell metrics model 125990 ACM SIGSOFT Software Engineering Notes
Early estimation of software quality using in-process testing metrics: a controlled case study 125991 ACM SIGSOFT Software Engineering Notes
Granular SVM-RFE Gene Selection Algorithm for Reliable Prostate Cancer Classification on Microarray Expression Data 125996 BIBE
An Efficient Approach to Detect a Protein Community from a Seed 126000 CIBCB
Semantic Query Expansion Combining Association Rules with Ontologies and Information Retrieval Techniques 126005 DaWaK
SVM Classification to Predict Two Stranded Anti-parallel Coiled Coils based on Protein Sequence Data 126008 ICCSA (3)
Mining Candidate Viruses as Potential Bio-terrorism Weapons from Biomedical Literature 126014 ISI
An Automatic Unsupervised Querying Algorithm for Efficient Information Extraction in Biomedical Domain 126020 PAKDD
Rough Sets, Fuzzy Sets, Data Mining, and Granular Computing, 10th International Conference, RSFDGrC 2005, Regina, Canada, August 31 - September 3, 2005, Proceedings, Part I 126026 RSFDGrC (2)
Visualization of protein-protein interaction network for knowledge discovery 126032 GrC
Analysis of using granules to find association rules 126033 GrC
A Data Mining Approach for Retailing Bank Customer Attrition Analysis 126034 Appl. Intell.
Mining and analysing scale-free proteinprotein interaction network 126049 IJBRA
Mining novel connections from online biomedical text databases using semantic query expansion and semantic-relationship pruning 126052 IJWGS
Foundations of Data Mining and knowledge Discover 126053 None
Triangulating Point Set Surfaces with Bounded Error 126061 Symposium on Geometry Processing
Boolean Operations on Surfel-Bounded Objects Using Constrained BSP-Trees 126063 SIBGRAPI
VisTrails: Enabling Interactive Multiple-View Visualizations 126064 IEEE Visualization
Practical CFD Simulations on Programmable Graphics Hardware using SMAC 126065 Comput. Graph. Forum
Suppressing Data Sets to Prevent Discovery of Association Rules 126069 ICDM
Loadstar: A Load Shedding Scheme for Classifying Data Streams 126088 SDM
Loadstar: Load Shedding in Data Stream Mining 126091 VLDB
Frequent Subtree Mining - An Overview 126093 Fundam. Inform.
Semi-Supervised Mixture of Kernels via LPBoost Methods 126097 ICDM
SVM Feature Selection for Classification of SPECT Images of Alzheimer's Disease Using Spatial Information 126098 ICDM
Learning Rankings via Convex Hull Separation 126103 NIPS
Sparse Fisher Discriminant Analysis for Computer Aided Detection 126104 SDM
The Integrated Microbial Genomes (IMG) System: A Case Study in Biological Data Management 126118 VLDB
/spl alpha/-parallel prior and its properties 126128 IEEE Transactions on Information Theory
XyView: Universal Relations Revisited 126138 BDA
Dynamic Scalable Visualization for Collaborative Scientific Applications 126195 IPDPS
Application of Fuzzy SOFM Neural Network and Rough Set Theory on Fault Diagnosis for Rotating Machinery 126207 ISNN (3)
Visualization methods for statistical analysis of microarray clusters 126247 BMC Bioinformatics
Tools and Applications for Large-Scale Display Walls 126250 IEEE Computer Graphics and Applications
Bridging the digital divide: storage media + postal network = generic high-bandwidth communication 126262 TOS
VI-Attached Database Storage 126264 IEEE Trans. Parallel Distrib. Syst.
EXIT chart analysis of turbo multiuser detection 126268 IEEE Transactions on Wireless Communications
XyView: Universal Relations Revisited 126269 BDA
Spectral Kernels for Classification 126295 DaWaK
Finding Closed Itemsets in Data Streams 126296 KES (2)
Visual Terrain Analysis of High-Dimensional Datasets 126298 PKDD
Extracting micro-structural gabor features for face recognition 126306 ICIP (2)
Bit-interleaved time-frequency coded modulation for OFDM systems over time-varying channels 126314 IEEE Transactions on Communications
A time-frequency decision-feedback loop for carrier frequency offset tracking in OFDM systems 126316 IEEE Transactions on Wireless Communications
Fine-Grained Replication and Scheduling with Freshness and Correctness Guarantees 126343 VLDB
Algorithms for computing QoS paths with restoration 126361 IEEE/ACM Trans. Netw.
NSF project: harvesting information to sustain our forests 126364 DG.O
Database and Expert Systems Applications, 16th International Conference, DEXA 2005, Copenhagen, Denmark, August 22-26, 2005, Proceeding 126371 DEXA
Simplifying a Web Application's Architecture - the DaVinci Framework 126390 iiWAS
XML Perspectives on RDF Querying: Towards integrated Access to Data and Metadata on the Web 126421 Grundlagen von Datenbanken
The XML Stream Query Processor SPEX 126422 ICDE
Marriages of Convenience: Triples and Graphs, RDF and XML in Web Querying 126425 PPSWR
Web and Semantic Web Query Languages: A Survey 126426 Reasoning Web
Querying the Web Reconsidered: Design Principles for Versatile Web Query Languages 126430 Int. J. Semantic Web Inf. Syst.
Guaranteeing Correctness and Availability in P2P Range Indices 126462 SIGMOD Conference
RelaxImage: A Cross-Media Meta-Search Engine for Searching Images from Web Based on Query Relaxation 126468 ICDE
KDD CUP-2005 report: facing a great challenge 126494 SIGKDD Explorations
Metadata management and relational databases 126496 ACM Southeast Regional Conference (1)
Discovering complex mapping expressions with the TUPELO data mapping system 126500 IHIS
Relational data mapping in MIQIS 126502 SIGMOD Conference
Mapping Between Data Sources on the Web 126503 WIRI
Relational languages for metadata integration 126504 ACM Trans. Database Syst.
An Automate Test Case Generation Approach: Using Match Technique 126508 CIT
The Multi-version and Single-display Strategy in Undo Scheme 126509 CIT
A Biologically Inspired QoS Routing Algorithm for Mobile Ad Hoc Networks 126511 AINA
A high performance synthesisable unsymmetrical reconfigurable fabric for heterogeneous finite state machines 126512 ASP-DAC
Internet Pricing With Multiple Demands for Quality of Service Option 126516 ICEBE
A Biologically Inspired Congestion Control Routing Algorithm for MANETs 126520 PerCom Workshops
Knowledge-based query expansion to support scenario-specific retrieval of medical free text 126521 SAC
Extended Derivation Cube Based View Materialization Selection in Distributed Data Warehouse 126522 WAIM
Analysis of User Web Traffic with A Focus on Search Activities 126523 WebDB
A VLSI Array Processing Oriented Fast Fourier Transform Algorithm and Hardware Implementation 126527 IEICE Transactions
A decoding algorithm for finite-geometry LDPC codes 126530 IEEE Transactions on Communications
LDPC codes from generalized polygons 126531 IEEE Transactions on Information Theory
Towards a Robust Query Optimizer: A Principled and Practical Approach 126556 SIGMOD Conference
An Effective Deploying Algorithm for Using Pattern-Taxonomy 126566 iiWAS
Mining for Useful Association Rules Using the ATMS 126572 CIMCA/IAWTIC
A Comparative Study of Functional Dependencies for XML 126575 APWeb
Database Design with Equality-Generating Dependencies 126576 DASFAA
A Comprehensive OWA-Based Framework for Result Merging in Metasearch 126591 RSFDGrC (2)
Fully automatic wrapper generation for search engines 126597 WWW
Pathfinder: XQuery - The Relational Way 126623 VLDB
Peer-to-peer Execution of (transactional) Processes 126634 Int. J. Cooperative Inf. Syst.
The QuarkNet/grid collaborative learning e-Lab 126641 CCGRID
A Model for Usage Policy-Based Resource Allocation in Grids 126645 POLICY
The QuarkNet/Grid Collaborative Learning e-La 126649 CoRR
Teaching Object-Oriented Thinking to Novice Programmers Using the Agentsheets Environment 126664 CELDA
WIPE - Pilot Testing and Comparative Evaluation 126665 ICALT
WIPE: a programming environment for novices 126671 ITiCSE
Optimizing Runtime XML Processing in Relational Databases 126676 XSym
Design and implementation of a single system image operating system for ad hoc networks 126677 MobiSys
JiST: an efficient approach to simulation using virtual machines 126679 Softw., Pract. Exper.
Coordinating multiple rovers with interdependent science objectives 126681 AAMAS
Mining Frequent Itemsets from Data Streams with a Time-Sensitive Sliding Window 126687 SDM
Building Decision Trees on Records Linked through Key References 126706 SDM
Publishing Persistent Grid Computations as WS Resources 126715 e-Science
Web Services and Service-Oriented Architectures 126724 ICDE
Autonomic Execution of Web Service Compositions 126727 ICWS
Middleware 2005, ACM/IFIP/USENIX, 6th International Middleware Conference, Grenoble, France, November 28 - December 2, 2005, Proceeding 126729 Middleware
Transparent Heterogeneous Mobile Ad Hoc Networks 126733 MobiQuitous
A Dynamic Lightweight Platform for Ad-Hoc Infrastructures 126735 PerCom
GlobeDB: autonomic data replication for web applications 126753 WWW
Letter from the Special Issue Editor 126760 IEEE Data Eng. Bull.
Eventizing Applications in an Adaptive Middleware Platform 126765 IEEE Distributed Systems Online
The JOpera visual composition language 126775 J. Vis. Lang. Comput.
Choosing an Accurate Network Model using Domain Analysis 126788 ICPADS (2)
Impact of Neighbor Selection on Performance and Resilience of Structured P2P Networks 126789 IPTPS
Hybrid Overlay Structure Based on Random Walks 126790 IPTPS
Cashmere: Resilient Anonymous Routing 126797 NSDI
Modeling of User Acceptance of Consumer E-Commerce Website 126815 WISE
Range Queries in Trie-Structured Overlays 126824 Peer-to-Peer Computing
Redundancy, Dependencies and Normal Forms for XML Databases 126829 ADC
Balancing Redundancy and Query Costs in Distributed Data Warehouses 126832 APCCM
ASM Ground Model and Refinement for Data Warehouses 126836 Abstract State Machines
Bargaining in E-Business Systems 126849 ER (Workshops)
Tutorial 4: Reasoning About Web Information Systems 126853 ER (Workshops)
Cost Optimisation for Distributed Data Warehouses 126862 HICSS
Integration and Cooperation of Media Types 126869 ISTA
The Challenges in Web Information Systems Development in 15 Pictures (Invited Talk) 126870 ISTA
An Algorithmic Approach to High-Level Personalisation of Web Information Systems 126878 WAIM
Functional Dependencies over XML Documents with DTDs 126881 Acta Cybern.
A Theory of Local Set Queries 126891 Logic Journal of the IGPL
The Co-Design Approach to Web Information Systems Development 126892 IJWIS
Emphasizing the communication aspects for the successful development of electronic business systems 126894 Inf. Syst. E-Business Management
View Integration and Cooperation in Databases, Data Warehouses and Web Information Systems 126895 J. Data Semantics IV
Functional Dependencies with Counting on Trees 126897 J. UCS
Making Self-Adaptation an Engineering Reality 126905 Self-star Properties in Complex Information Systems
Capitalizing on Awareness of User Tasks for Guiding Self-Adaptation 126906 CAiSE Workshops (2)
Modeling and implementing software architecture with acme and archJava 126910 ICSE
Dynamically discovering architectures with DiscoTect 126921 ESEC/SIGSOFT FSE
Semi-Automated Incremental Synchronization between Conceptual and Implementation Level Architectures 126922 WICSA
Bridging the Gap between Systems Design 126929 SEW
Improving system dependability by enforcing architectural intent 126934 ACM SIGSOFT Software Engineering Notes
An Efficient Subsequence Matching Method Based on Index Interpolation 126937 IEA/AIE
Towards Automatic and Optimal Filtering Levels for Feature Selection in Text Categorization 126941 IDA
Introducing a Family of Linear Measures for Feature Selection in Text Categorization 126944 IEEE Trans. Knowl. Data Eng.
Clustering of Video Objects by Graph Matching 126946 ICME
Scenario based dynamic video abstractions using graph matching 126950 ACM Multimedia
STRG-Index: Spatio-Temporal Region Graph Indexing for Large Video Databases 126953 SIGMOD Conference
A Common Application-Centric QoS Model for Selecting Optimal Grid Services 126960 APWeb
A Query Processing Approach Based on Window Semantics in Data Stream System 126964 ASIAN
Evaluating Document-to-Document Relevance Based on Document Language Model: Modeling, Implementation and Performance Evaluation 126966 CICLing
Correlating Alerts with a Data Mining Based Approach 126978 EEE
A Study on Information Extraction from PDF Files 126985 ICMLC
An Embedded SOPC System Using Automation Design 126986 ICPP Workshops
An Effective and Efficient Approach for Keyword-Based XML Retrieval 126995 WAIM
Tick Scheduling: A Deadline Based Optimal Task Scheduling Approach for Real-Time Data Stream Systems 126997 WAIM
What makes the differences: benchmarking XML database implementations 127012 ACM Trans. Internet Techn.
A wearable face recognition system for individuals with visual impairments 127015 ASSETS
iCARE interaction assistant: a wearable face recognition system for individuals with visual impairments 127016 ASSETS
Application Specific Reconfigurable Architecture Design 127022 ERSA
A methodology for improving recognition rate of linear discriminant analysis in video-based face recognition using support vector machines 127038 ICME
Modeling Context in Haptic Perception, Rendering and Visualization 127057 Multimedia Information Systems
Competitive advantages of evolutionary computation for industrial applications 127096 Congress on Evolutionary Computation
Situation Assessment with Object Oriented Probabilistic Relational Models 127131 ICEIS (2)
Automated Web Service Composition: Methods and Tradeoffs (Invited Talk) 127142 ISTA
Probabilistic Reasoning Techniques for the Tactical Military Domain 127145 KES (3)
Probabilistic Reasoning Techniques for Situation Assessments 127154 ICITA (1)
Extending OBDD Graphs for Composite Event Matching in Content-Based Pub/Sub Systems 127177 ACIS-ICIS
Redundant-via enhanced maze routing for yield improvement 127182 ASP-DAC
CMP aware shuttle mask floorplanning 127183 ASP-DAC
An Extended Event Matching Approach in Content-based Pub/Sub Systems for EAI 127186 EDOC
Extending OBDD Graphs for Composite Event Matching in Content-based Pub/Sub Systems 127207 ISPDC
Analyzing Software Quality with Limited Fault-Proneness Defect Data 127220 HASE
A Clustering Approach to Wireless Network Intrusion Detection 127224 ICTAI
Enhancing software quality estimation using ensemble-classifier based noise filtering 127227 Intell. Data Anal.
Semi-Supervised Sequence Classification With Hmms 127228 IJPRAI
Efficient streaming text clustering 127230 Neural Networks
Security Issues in Health Care Process Integration ? a Research-in-Progress Report 127232 EMOI-INTEROP
On the Research Approaches Employed at Recent European Conferences on Information Systems (ECIS 2002 - ECIS 2004) 127234 ECIS
Optimization of query streams using semantic prefetching 127245 ACM Trans. Database Syst.
Dynamic pricing for technology upgrades in telecommunication industry 127246 ICEC
ECLS: An Efficient Cooperative Localization Scheme For Wireless Sensor and Actor Networks 127247 CIT
Optimal Rebating Strategies in Peer-to-Peer Content Distribution 127255 ICIS
A Novel Multi-agent Community Building Scheme Based on Collaboration Filtering 127256 ICWL
Mobile learning with Cellphones and PocketPCs 127257 ICWL
LSBE: A Localization Scheme Based on Events for Wireless Sensor and Actor Networks 127259 ISPA Workshops
On the Complexity of Hybrid Logics with Binders 127263 CSL
Guarded Fragments with Constants 127274 Journal of Logic, Language and Information
Computation of Chromatic Polynomials Using Triangulations and Clique Trees 127283 WG
Index Calculus 127285 Encyclopedia of Cryptography and Security
Smoothness 127286 Encyclopedia of Cryptography and Security
The Wearable Computer as a Personal Station 127300 EUC
How to Evaluate the Effectiveness of URL Normalizations 127303 Human.Society@Internet
On URL Normalization 127305 ICCSA (2)
Resource Selection for Autonomic Database Tuning 127308 ICDE Workshops
A Domain-Specific Sentence Generation System for Augmentative and Alternative Communication 127309 iiWAS
A Workload Generator for Database System Benchmarks 127310 iiWAS
A Hybrid Approach to Combine HMM and SVM Methods for the Prediction of the Transmembrane Spanning Region 127314 KES (3)
An Integrated Database Benchmark Suite 127322 SKG
Perspectives in Conceptual Modeling, ER 2005 Workshops AOIS, BP-UML, CoMoGIS, eCOMO, and QoIS, Klagenfurt, Austria, October 24-28, 2005, Proceeding 127337 ER (Workshops)
Preface to AOIS 2005 127339 ER (Workshops)
Managing structure in bits andamp; pieces: the killer use case for XML 127356 SIGMOD Conference
Recovery of mobile internet transactions: algorithm, implementation and analysis 127392 MobiDE
Executing incoherency bounded continuous queries at web data aggregators 127438 WWW
The atomic manifesto: a story in four quarks 127469 SIGMOD Record
The atomic manifesto: a story in four quarks 127471 Operating Systems Review
Collaborative Knowledge Visualization for Cross-Community Learning 127501 Knowledge and Information Visualization
WDEE: Web Data Extraction by Example 127516 DASFAA
Spectral Kernels for Classification 127522 DaWaK
Web data extraction based on structural similarity 127564 Knowl. Inf. Syst.
Scheduling Queries to Improve the Freshness of a Website 127569 World Wide Web
Privacy Contracts as an Extension of Privacy Policies 127589 ICDE Workshops
Exploring Forensic Data with Self-Organizing Maps 127591 IFIP Int. Conf. Digital Forensics
Applying Computer Forensic Principles in Evidence Collection and Analysis for a Computer-Based Programming Assessment 127592 IFIP Int. Conf. Digital Forensics
Forensics and Privacy-Enhancing Technologies - Logging and Collecting Evidence in Flocks 127593 IFIP Int. Conf. Digital Forensics
Flocks : distributed proxies for browsing privacy 127609 South African Computer Journal
Don't Mind Your Vocabulary: Data Sharing Across Heterogeneous Peers 127638 OTM Conferences (1)
Data Sharing in the Hyperion Peer Database System 127641 VLDB
Taking Topic Detection From Evaluation to Practice 127645 HICSS
On using conditional rotations and randomized heuristics for self-organizing ternary search tries 127657 ACM Southeast Regional Conference (1)
Time-Varying Prototype Reduction Schemes Applicable for Non-stationary Data Sets 127670 Australian Conference on Artificial Intelligence
Enhancing Trie-Based Syntactic Pattern Recognition Using AI Heuristic Search Strategies 127681 ICAPR (1)
A Fixed-Structure Learning Automaton Solution to the Stochastic Static Mapping Problem 127702 IPDPS
New Algorithms for Maintaining All-Pairs Shortest Paths 127705 ISCC
Modeling Inaccurate Perception: Desynchronization Issues of a Chaotic Pattern Recognition Neural Network 127719 SCIA
Self-Adjusting of Ternary Search Tries Using Conditional Rotations and Randomized Heuristics 127731 Comput. J.
On Utilizing Search Methods to Select Subspace Dimensions for Kernel-Based Nonlinear Subspace Classifiers 127754 IEEE Trans. Pattern Anal. Mach. Intell.
On Using Prototype Reduction Schemes and Classifier Fusion Strategies to Optimize Kernel-Based Nonlinear Subspace Methods 127755 IEEE Trans. Pattern Anal. Mach. Intell.
Dynamic algorithms for the shortest path routing problem: learning automata-based solutions 127787 IEEE Transactions on Systems, Man, and Cybernetics, Part B
The computational complexity of dominance and consistency in CP-nets 127810 IJCAI
Complexity of DNF and Isomorphism of Monotone Formulas 127813 MFCS
New Horn Revision Algorithms 127835 Journal of Machine Learning Research
A Comparison of Approaches for Learning Probability Trees 127847 ECML
Multi-instance tree learning 127851 ICML
Classifying Relational Data with Neural Networks 127863 ILP
Experiment Databases: A Novel Methodology for Experimental Research 127870 KDID
Multi-Relational Data Mining 2005: workshop report 127894 SIGKDD Explorations
Formalising Medical Quality Indicators to Improve Guidelines 127898 AIME
Ontology-Driven Extraction of Linguistic Patterns for Modelling Clinical Guidelines 127899 AIME
Design Patterns for Modelling Guidelines 127900 AIME
Ontology-Driven Extraction of Linguistic Patterns for Modelling Clinical Guidelines 127903 BNAIC
SUNDIALS: Suite of nonlinear and differential/algebraic equation solvers 127907 ACM Trans. Math. Softw.
Gray, Binary and Real Valued Encodings: Quad Search and Locality Proofs 127913 FOGA
Unbiased tournament selection 127916 GECCO
A hybrid approach for multiresolution modeling of large-scale scientific data 127934 SAC
Knowledge Representation Issues in Semantic Graphs for Relationship Detectio 127935 CoRR
An Approach to User-Behavior-Aware Web Applications 127977 ICWE
Process Modeling in Web Applications 127982 OTM Conferences (1)
Building reactive web applications 128006 WWW (Special interest tracks and posters)
The Lowell database research self-assessment 128008 Commun. ACM
Event Trace Independence of active behavior 128023 Inf. Process. Lett.
XQBE (XQuery By Example): A visual interface to the standard XML query language 128043 ACM Trans. Database Syst.
Estimating the steady-state mean from short transient simulations 128064 European Journal of Operational Research
Minimal Disclosure in Hierarchical Hippocratic Databases with Delegation 128090 ESORICS
Interactive Credential Negotiation for Stateful Business Processes 128099 iTrust
Generalized XML security views 128105 SACMAT
Towards an Independent Semantics and Verification Technology for the HLPSL Specification Language 128127 Electr. Notes Theor. Comput. Sci.
An overview of the verification of SET 128131 Int. J. Inf. Sec.
An environmental decision-support system for the management of water pollution in a tidal river network 128170 International Journal of Geographical Information Science
The Bible and multilingual optical character recognition 128186 Commun. ACM
On the Use of Error Propagation for Statistical Validation of Computer Vision Software 128192 IEEE Trans. Pattern Anal. Mach. Intell.
Authenticity and availability in PIPE networks 128203 Future Generation Comp. Syst.
Automated workplace design and reconfiguration for evolving business processes 128222 CASCON
Automatic Image Semantic Annotation Based on Image-Keyword Document Model 128224 CIVR
Using Self-Reconfigurable Workplaces to Automate the Maintenance of Evolving Business Applications 128240 ICSM
A Flexible Conversational Dialog System for MP3 Player 128251 HLT/EMNLP
Dynamic probabilistic broadcasting in MANETs 128263 J. Parallel Distrib. Comput.
Models of the departure process of a BMAP/MAP/1 queue 128267 SIGMETRICS Performance Evaluation Review
Workload-Aware Load Balancing for Clustered Web Servers 128268 IEEE Trans. Parallel Distrib. Syst.
An epsilon-sensitivity analysis for semidefinite programming 128275 European Journal of Operational Research
Word-Sense Disambiguation for Machine Translation 128319 HLT/EMNLP
Expectation Maximization and Complex Duration Distributions for Continuous Time Bayesian Networks 128355 UAI
Expectation Propagation for Continuous Time Bayesian Networks 128356 UAI
Ordering-Based Search: A Simple and Effective Algorithm for Learning Bayesian Networks 128357 UAI
Learning Factor Graphs in Polynomial Time andamp; Sample Complexity 128358 UAI
Learning Module Networks 128376 Journal of Machine Learning Research
SCAPE: shape completion and animation of people 128383 ACM Trans. Graph.
The Church-Turing Thesis: Breaking the Myth 128391 CiE
Indirect Interaction in Environments for Multi-agent Systems 128396 E4MAS
Preface 128411 Electr. Notes Theor. Comput. Sci.
Adaptation and Evolution in Dynamic Persistent Environments 128412 Electr. Notes Theor. Comput. Sci.
The Role of Agent Interaction in Models of Computing: Panelist Reviews 128413 Electr. Notes Theor. Comput. Sci.
Adaptive Process Management with ADEPT2 128441 ICDE
Fast and reliable collision detection using graphics processors 128468 Symposium on Computational Geometry
Stable and Responsive Six-Degree-of-Freedom Haptic Manipulation Using Implicit Integration 128476 WHC
Practical Local Planning in the Contact Space 128483 ICRA
An efficient, error-bounded approximation algorithm for simulating quasi-statics of complex linkages 128501 Symposium on Solid and Physical Modeling
Sensation-Preserving Haptic Rendering 128519 IEEE Computer Graphics and Applications
Adaptive dynamics of articulated bodies 128536 ACM Trans. Graph.
Guest Editorial: Special Issue on Haptics, Virtual, and Augmented Reality 128537 IEEE Trans. Vis. Comput. Graph.
Web Services Decomposition: edge Computing Architecture cache-friendly E-commerce Applications 128548 DEEC
WreC: A Scalable Middleware Architecture to Enable XML Caching for Web-Services 128555 Middleware
Incremental Maintenance of Path Expression Views 128559 SIGMOD Conference
On Joining and Caching Stochastic Streams 128577 SIGMOD Conference
Introduction to the Special Section 128607 Information Visualization
Guest Editors' Introduction: Special Section on InfoVis 128610 IEEE Trans. Vis. Comput. Graph.
Couvertures parfaites des motifs frandeacute;quents 128618 Ingandeacute;nierie des Systandegrave;mes d'Information
Comparison of replication strategies for content availability in C2P2 networks 128643 Mobile Data Management
Energy browser: to make exercise enjoyable and interesting 128710 Advances in Computer Entertainment Technology
Content Browsing by Walking in Real and Cyber Spaces 128711 APWeb
Content Adaptation for Gradual Web Rendering 128713 INTETAIN
Perspectives Workshop: Peer-to-Peer Mobile Ad Hoc Networks - New Research Issues, 9.-12. April 200 128723 Peer-to-Peer Mobile Ad Hoc Networks
P2P MANET's - New Research Issues 128724 Peer-to-Peer Mobile Ad Hoc Networks
Topic 15 - Peer-to-Peer and Web Computing 128726 Euro-Par
Debunking Some Myths About Structured and Unstructured Overlays 128742 NSDI
Vigilante: end-to-end containment of internet worms 128751 SOSP
A Scientific Workflow Approach to Distributed Geospatial Data Processing using Web Services 128762 SSDBM
Unification Grammars and Off-Line Parsability 128763 Journal of Logic, Language and Information
On Horn Axiomatizations for Sequential Data 128801 ICDT
Characterization and Armstrong Relations for Degenerate Multivalued Dependencies Using Formal Concept Analysis 128802 ICFCA
INSCAPE: Storymodels for Interactive Storytelling and Edutainment Applications 128852 International Conference on Virtual Storytelling
Near-duplicate detection for eRulemaking 128863 DG.O
A Dual-Mode Fuzzy Model Predictive Control Scheme for Unknown Continuous Nonlinear System 128868 FSKD (1)
Component Content Soft-Sensor Based on Adaptive Fuzzy System in Rare-Earth Countercurrent Extraction Process 128869 FSKD (2)
Intelligent Optimal Control in Rare-Earth Countercurrent Extraction Process via Soft-Sensor 128871 ICNC (2)
Dynamic Classification of Defect Structures in Molecular Dynamics Simulation Data 128876 SDM
Ontology-Based Resource Descriptions for Distributed Information Sources 128885 ICITA (1)
Spam Filtering with Cryptographic Ad-hoc E-mail Addresses 128895 SAINT Workshops
Tolerant Locally Testable Codes 128904 APPROX-RANDOM
On the Hardness of Embeddings Between Two Finite Metrics 128909 ICALP
Limits to list decoding Reed-Solomon codes 128915 STOC
Walrasian Equilibrium: Hardness, Approximations and Tractable Instances 128918 WINE
Explicit Codes Achieving List Decoding Capacity: Error-correction with Optimal Redundanc 128919 CoRR
Tolerant Locally Testable Code 128920 Electronic Colloquium on Computational Complexity (ECCC)
On the Robust Testability of Product of Code 128921 Electronic Colloquium on Computational Complexity (ECCC)
Ordering by weighted number of wins gives a good ranking for weighted tournament 128922 Electronic Colloquium on Computational Complexity (ECCC)
Explicit Capacity-Achieving List-Decodable Code 128923 Electronic Colloquium on Computational Complexity (ECCC)
Orthogonally Rotational Transformation for Naive Bayes Learning 128925 CIS (1)
MNP: Multihop Network Reprogramming Service for Sensor Networks 128928 ICDCS
Content and service replication strategies in multi-hop wireless mesh networks 128934 MSWiM
Proactive Reliable Bulk Data Dissemination in Sensor Networks 128937 IASTED PDCS
The Semantic Web Services Tetrahedron: Achieving Integration with Semantic Web Services 128950 ICWE
IC Tag Based Traceability: System and Solutions 128957 ICDE
Ontology-Based Data Integration 128964 Encyclopedia of Database Technologies and Applications
Survey on Spatial Data Modelling Approaches 128965 Spatial Databases
Improving Accessibility of Web-Based GIS Applications 128970 DEXA Workshops
Compressing Dynamic Text Collections via Phrase-Based Coding 128973 ECDL
Mejorando la accesibilidad de las aplicaciones GIS basadas en Web 128987 JISBD
OntoSIR: An OAI Service for Multi-Collection Document Retrieval Based on Ontologies of Metadata Records 128988 LA-WEB
A Three-Level Approach to Ontology Merging 128989 MICAI
Efficiently decodable and searchable natural language adaptive compression 128991 SIGIR
New bounds on D-ary optimal codes 129001 Inf. Process. Lett.
Query Optimization in Database Grid 129007 GCC
Sub-Ontology Evolution for Service Composition with Application to Distributed E-Learning 129009 ICTAI
Context-Based Web Ontology Service for TCM Information Sharing 129010 ICWS
RDF-Based Ontology View for Relational Schema Mediation in Semantic Web 129011 KES (2)
The Challenges of Delivering Content and Applications on the Internet 129047 NSDI
Intandeacute;gration de donnandeacute;es handeacute;tandeacute;rogandegrave;nes basandeacute;e sur la qualitandeacute; 129148 INFORSID
Editorial 129158 J. Web Eng.
Semi-automatic Construction of Topic Ontologies 129165 EWMF/KDO
Data Sparsity Issues in the Collaborative Filtering Framework 129168 WEBKDD
The Workshops at the Twentieth National Conference on Artificial Intelligence 129171 AI Magazine
Simple Classification into Large Topic Ontology of Web Documents 129172 CIT
Distributed Monitoring of Concurrent and Asynchronous Systems* 129203 Discrete Event Dynamic Systems
Contributing Authors 129204 Discrete Event Dynamic Systems
An XML Approach to Semantically Extract Data from HTML Tables 129207 DEXA
A New Multicast Group Management Scheme for IP Mobility Support 129208 ICCNMC
Efficient Algorithms for Simplifying Flow Networks 129227 COCOON
Simultaneous Segmentation of Multiple Closed Surfaces Using Optimal Graph Searching 129246 IPMI
The Layered Net Surface Problems in Discrete Geometry and Medical Image Segmentation 129257 ISAAC
Optimal Terrain Construction Problems and Applications in Intensity-Modulated Radiation Therapy 129276 Algorithmica
Polygonal path simplification with angle constraints 129278 Comput. Geom.
Geometric Algorithms for Density-based Data Clustering 129291 Int. J. Comput. Geometry Appl.
Efficient Algorithms and Implementations for Optimizing the Sum of Linear Fractional Functions, with Applications 129304 J. Comb. Optim.
XML and relational database management systems: the inside story 129330 SIGMOD Conference
P2P Grid: Service Oriented Framework for Distributed Resource Management 129351 IEEE SCC
OWL-S Based Autonomic Services for Grid Computing 129363 ICWS
Intelligent file management in ubiquitous environments 129369 SAC
Interactive Fuzzy Interval Reasoning for smart Web shopping 129385 Appl. Soft Comput.
Efficiently Supporting Structure Queries on Phylogenetic Trees 129389 SSDBM
Guest Editorial: WABI Special Section Part II 129397 IEEE/ACM Trans. Comput. Biology Bioinform.
A First Investigation into the Effectiveness of Tactons 129409 WHC
Securing XML data in third-party distribution systems 129434 CIKM
A Multi-Strategy Approach to Rating and Filtering Online Resources 129444 DEXA Workshops
An Update Protocol for XML Documents in Distributed and Cooperative Systems 129453 ICDCS
A Constraint-Based Approach for the Authoring of Multi-Topic Multimedia Presentations 129455 ICME
An Integrated Approach to Rating and Filtering Web Content 129458 IEA/AIE
SACMAT 2005, 10th ACM Symposium on Access Control Models and Technologies, Stockholm, Sweden, June 1-3, 2005, Proceeding 129465 SACMAT
Web Service Composition: A Security Perspective 129473 WIRI
An approach to cooperative updates of XML documents in distributed systems 129484 Journal of Computer Security
Guest editorial: Special issue on access control models and technologies 129493 ACM Trans. Inf. Syst. Secur.
Motifs sandeacute;quentiels flous : un peu, beaucoup, passionnandeacute;ment 129504 EGC
The FungalWeb Ontology: Semantic Web Challenges in Bioinformatics and Genomics 129520 International Semantic Web Conference
Access control management in a distributed environment supporting dynamic collaboration 129550 Digital Identity Management
A Role-Based Access Control Policy Verification Framework for Real-Time Systems 129555 WORDS
Distributed Access Management in Multimedia IDCs 129557 IEEE Computer
X-gtrbac admin: A decentralized administration model for enterprise-wide access control 129559 ACM Trans. Inf. Syst. Secur.
Secure Interoperation in a Multidomain Environment Employing RBAC Policies 129560 IEEE Trans. Knowl. Data Eng.
Density Estimation for Spatial Data Streams 129565 SSTD
SH2 Binding Site Comparison: A New Application of the SURFCOMP Method 129571 Journal of Chemical Information and Modeling
Ontologies for supporting engineering analysis models 129606 AI EDAM
Ontology-Based Integration for Relational Data 129628 OTM Workshops
An internet routing forensics framework for discovering rules of abnormal BGP events 129632 Computer Communication Review
Ontology Translation on the Semantic Web 129633 J. Data Semantics
Local Pattern Detection, International Seminar, Dagstuhl Castle, Germany, April 12-16, 2004, Revised Selected Paper 129647 Local Pattern Detection
CONAN: An Integrative System for Biomedical Literature Mining 129655 EPIA
Instability of Classifiers on Categorical Data 129657 ICDM
Data Mining in Inductive Databases 129667 KDID
PODWIS: A Personalized Tool for Ontology Development in Domain Specific Web Information System 129692 APWeb
Using Control Theory to Guide Load Shedding in Medical Data Stream Management System 129693 ASIAN
An Ontology Based Approach to Construct Behaviors in Web Information Systems 129695 WAIM
Template extraction from candidate template set generation: a structure and content approach 129744 ACM Southeast Regional Conference (2)
Discovering evolutionary theme patterns from text: an exploration of temporal text mining 129746 KDD
SSI, Academia and Industry Collaboration 129760 COMPSAC (1)
A Study on Textual Entailment 129782 ICTAI
Utilizing Indexes for Approximate and On-Line Nearest Neighbor Queries 129783 IDEAS
Discovering the Biomedical Deep Web 129791 WISE
Hybrid reliability assessment for packaging prototyping 129806 Microelectronics Reliability
Semi-automated Simulation Transformation for DDDAS 129810 International Conference on Computational Science (2)
The computational complexity of component selection in simulation reuse 129819 Winter Simulation Conference
Simulation-specific characteristics and software reuse 129821 Winter Simulation Conference
A case study of model context for simulation composability and reusability 129829 Winter Simulation Conference
A Noble Key Pre-distribution Scheme with LU Matrix for Secure Wireless Sensor Networks 129846 CIS (2)
PSORTb v.2.0: Expanded prediction of bacterial protein subcellular localization and insights gained from comparative proteome analysis 129850 Bioinformatics
PSORTdb: a protein subcellular localization database for bacteria 129852 Nucleic Acids Research
A dynamically adaptive, unstructured multicast overlay 129856 Service Management and Self-Organization in IP-based Networks
Image Database Classification based on Concept Vector Model 129883 ICME
Adaptive isolation model using data clustering for multimodal function optimization 129888 GECCO
Real-coded crossover as a role of kernel density estimation 129892 GECCO
Latent variable crossover for k-tablet structures and its application to lens design problems 129893 GECCO
Translation of Web Data with Chameleon 129905 SEBD
Heterogeneous Data Translation through XML Conversion 129908 J. Web Eng.
CLEF 2005: Multilingual Retrieval by Combining Multiple Multilingual Ranked Lists 129914 CLEF
Learn to weight terms in information retrieval using category information 129915 ICML
Adjusting Mixture Weights of Gaussian Mixture Model via Regularized Probabilistic Latent Semantic Analysis 129918 PAKDD
Modeling search engine effectiveness for federated search 129925 SIGIR
An Efficient Clustering Scheme using Support Vector Methods 129938 IICAI
Bayesian localization in wireless networks using angle of arrival 129948 SenSys
Learning DNF by Statistical and Proper Distance Queries Under the Uniform Distribution 129956 ALT
Towards a Secure Data Stream Management System 129969 TEAA
REED: Robust, Efficient Filtering and Event Detection in Sensor Networks 129971 VLDB
Development of a recommender system based on navigational and behavioral patterns of customers in e-commerce sites 129985 Expert Syst. Appl.
Probabilistic QoS Guarantees for Supercomputing Systems 129994 DSN
Performance Implications of Periodic Checkpointing on Large-Scale Cluster Systems 129996 IPDPS
Blue Gene/L programming and operating environment 130001 IBM Journal of Research and Development
Towards an Integrated Modelling Framework for Engineering Desgin Processes 130051 EMISA
ACIS: Intergenerational Community Learning Supported by a Hypermedia Afghan Sites and Monuments Database 130066 ICALT
Integrating Workflow Extensions into a Process-Integrated Environment for Chemical Engineering 130070 ICEIS (1)
Toward Improvement-Oriented Reuse of Experience in Engineering Design Processes 130089 KES (4)
GeRoMe: A Generic Role Based Metamodel for Model Management 130094 OTM Conferences (2)
"Do You Know a Similar Project I Can Learn From?" Self-Monitoring of Communities of Practice in the Cultural Sciences 130122 ICITA (2)
Das Informatikjahr 2006 kommt - Machen Sie mit 130141 Informatik Spektrum
Deliberation in a metadata-based modeling and simulation environment for inter-organizational networks 130148 Inf. Syst.
GridBench: A Workbench for Grid Benchmarking 130193 EGC
Experience with the International Testbed in the CrossGrid Project 130194 EGC
A Grid-Enabled Digital Library System for Natural Disaster Metadata 130195 EGC
Heterogeneous Grid Computing: Issues and Early Benchmarks 130202 International Conference on Computational Science (3)
Grid Resource Selection by Application Benchmarking for Computational Haemodynamics Applications 130203 International Conference on Computational Science (1)
VITP: an information transfer protocol for vehicular computing 130212 Vehicular Ad Hoc Networks
An investigation of web crawler behavior: characterization and metrics 130221 Computer Communications
Taming Interface Specifications 130244 CONCUR
Combining Static Analysis and Model Checking for Systems Employing Commutative Functions 130246 FORTE
Opportunistic Data Dissemination in Mobile Peer-to-Peer Networks 130263 SSTD
Model Checking of Systems Employing Commutative Functions 130267 VMCAI
Formal Languages and Algorithms for Similarity based Retrieval from Sequence Database 130271 CoRR
Mining Complex Patterns from Protein Surfaces 130300 DEXA Workshops
A framework for pursuit evasion games in Rn 130332 Inf. Process. Lett.
A framework for mining topological patterns in spatio-temporal databases 130337 CIKM
Enhancing SNNB with Local Accuracy Estimation and Ensemble Techniques 130340 DASFAA
Efficient Pattern Discovery for Semistructured Data 130352 ICTAI
Discovering reliable protein interactions from high-throughput experimental data using network topology 130369 Artificial Intelligence in Medicine
Rational Unification in 28 Characters 130385 Electr. Notes Theor. Comput. Sci.
Ambient Graph Rewriting 130386 Electr. Notes Theor. Comput. Sci.
Microarray Data Mining: recent advances 130434 EGC
On Feature Selection through Clustering 130436 ICDM
Secure collaboration in mediator-free environments 130475 ACM Conference on Computer and Communications Security
Efficiently Managing Security Concerns in Component Based System Design 130481 COMPSAC (1)
Access control management in a distributed environment supporting dynamic collaboration 130486 Digital Identity Management
SERAT: SEcure role mApping technique for decentralized secure interoperability 130522 SACMAT
A Graph-Based Model for Component-Based Software Development 130534 WORDS
A Role-Based Access Control Policy Verification Framework for Real-Time Systems 130535 WORDS
A Trust-Based Context-Aware Access Control Model for Web-Services 130553 Distributed and Parallel Databases
Generalized quality-of-service routing with resource allocation 130565 IEEE Journal on Selected Areas in Communications
An Analysis of Expressiveness and Design Issues for the Generalized Temporal Role-Based Access Control Model 130576 IEEE Trans. Dependable Sec. Comput.
X-GTRBAC: an XML-based policy specification framework and architecture for enterprise-wide access control 130578 ACM Trans. Inf. Syst. Secur.
X-gtrbac admin: A decentralized administration model for enterprise-wide access control 130579 ACM Trans. Inf. Syst. Secur.
A Generalized Temporal Role-Based Access Control Model 130583 IEEE Trans. Knowl. Data Eng.
Integrating industrial technologies, tools and practices to the IT curriculum: an innovative course with .NET and java platforms 130603 SIGITE Conference
Qualitative map learning based on covisibility of objects 130615 IEEE Transactions on Systems, Man, and Cybernetics, Part B
On cooperatively creating dynamic ontologies 130620 Hypertext
From RosettaNet PIPs to BPEL Processes: A Three Level Approach for Business Protocols 130638 Business Process Management
Modeling Nested Relationships in XML Documents Using Relational Databases 130651 SOFSEM
Accelerating GLA with an M-Tree 130652 WEC (2)
Supporting XPath Axes with Relational Databases Using a Proxy Index 130653 XSym
Exploring Bit-Difference for Approximate KNN Search in High-dimensional Databases 130656 ADC
DSIM: A Distance-Based Indexing Method for Genomic Sequences 130661 BIBE
Towards Optimal Utilization of Main Memory for Moving Object Indexing 130667 DASFAA
Cooperative Prefetching Strategies for Mobile Peers in a Broadcast Environment 130672 DBISP2P
On Effective E-mail Classification via Neural Networks 130673 DEXA
Supporting Ranked Join in Peer-to-Peer Networks 130676 DEXA Workshops
Activities Awareness in a Cache Network 130696 ICPADS (1)
Stratified Computation of Skylines with Partially-Ordered Domains 130706 SIGMOD Conference
WmXML: A System for Watermarking XML Data 130721 VLDB
An adaptable distributed query processing architecture 130735 Data Knowl. Eng.
Towards Autonomous and Automatic Evaluation and Negotiation in Agent-Mediated Internet Marketplaces 130737 Electronic Commerce Research
Generalized multidimensional data mapping and query processing 130757 ACM Trans. Database Syst.
Disulphide Connectivity Prediction in Proteins Based on Secondary Structures and Cysteine Separation 130763 CAINE
Separability with Outliers 130775 ISAAC
Pianos are not flat: rigid motion planning in three dimensions 130778 SODA
Near-Optimal Pricing in Near-Linear Time 130781 WADS
Lines Avoiding Unit Balls in Three Dimensions 130783 Discrete andamp; Computational Geometry
Incidences between Points and Circles in Three and Higher Dimensions 130784 Discrete andamp; Computational Geometry
Cutting Triangular Cycles of Lines in Space 130785 Discrete andamp; Computational Geometry
Curve-Sensitive Cuttings 130794 SIAM J. Comput.
Toward resilient security in wireless sensor networks 130809 MobiHoc
3-D Model-Based Vehicle Tracking 130816 IEEE Transactions on Image Processing
Constructing Correlations in Attack Connection Chains Using Active Perturbation 130820 AAIM
Constructing Correlations of Perturbed Connections Under Packets Loss and Disorder 130822 ICCNMC
Spatio-temporal Histograms 130833 SSTD
Towards Time-Parallel Road Traffic Simulation 130837 PADS
Bias in parallel and distributed simulation systems 130840 Winter Simulation Conference
Logics for Unranked Trees: An Overview 130853 ICALP
Database Theory - ICDT 2005, 10th International Conference, Edinburgh, UK, January 5-7, 2005, Proceeding 130855 ICDT
Temporal Logics over Unranked Trees 130859 LICS
An information-theoretic approach to normal forms for relational and XML data 130886 J. ACM
A Novel Secure Routing System in Overlay Environment 130934 GCC
A Robust Load Balancing Pattern for Grid Computing 130945 SKG
A multinomial logistic regression modeling approach for anomaly intrusion detection 130947 Computers andamp; Security
Regelbasierte Ausreiandszlig;ersuche zur Datenqualitandauml;tsanalyse 130982 Datenbank-Spektrum
Service Interaction Patterns 130989 Business Process Management
Guided Interaction: A Language and Method for Incremental Revelation of Software Interfaces for Ad Hoc Interaction 130991 Business Process Management Workshops
Facilitating Flexibility and Dynamic Exception Handling in Workflows through Worklets 130994 CAiSE Short Paper Proceedings
When are two Workflows the Same 131001 CATS
Specification of Composite Trading Activities in Supply Chain Management 131007 EEE
Workflow Data Patterns: Identification, Representation and Tool Support 131009 ER
The Price of Services 131013 ICSOC
On the Notion of Coupling in Communication Middleware 131017 OTM Conferences (2)
Efficient Evaluation of Partial Match Queries for XML Documents Using Information Retrieval Techniques 131048 DASFAA
Odysseus: A High-Performance ORDBMS Tightly-Coupled with IR Features 131050 ICDE
Adaptive row major order: a new space filling curve for efficient spatial join processing in the transform space 131057 Journal of Systems and Software
A Formal Framework for Prefetching Based on the Type-Level Access Pattern in Object-Relational DBMSs 131058 IEEE Trans. Knowl. Data Eng.
Measuring Statistical Dependence with Hilbert-Schmidt Norms 131060 ALT
Universal Clustering with Regularization in Probabilistic Space 131078 MLDM
Experimentally optimal nu in support vector regression for different noise models and parameter settings 131105 Neural Networks
Privacy in Database Publishing 131122 ICDT
Determining source contribution in integration systems 131125 PODS
Efficient Keyword Search for Smallest LCAs in XML Databases 131127 SIGMOD Conference
Storing and querying XML data using denormalized relational databases 131146 VLDB J.
A Maximum Entropy Model for Transforming Sentences to Logical Form 131148 Australian Conference on Artificial Intelligence
Modeling, querying and reasoning about OLAP databases: a functional approach 131158 DOLAP
Monitoring K-Nearest Neighbor Queries Over Moving Objects 131159 ICDE
Event-Based Coordination of Process-Oriented Composite Applications 131162 Business Process Management
Learning Robust Web Wrappers 131181 DEXA
Wrapping PDF Documents: A Preliminary Study 131186 SEBD
Mining User Preferences, Page Content and Usage to Personalize Website Navigation 131190 World Wide Web
DISC: Dynamic Interleaved Segment Caching for Interactive Streaming 131213 ICDCS
Measurements, Analysis, and Modeling of BitTorrent-like Systems 131217 Internet Measurment Conference
Analysis of multimedia workloads with implications for internet streaming 131224 WWW
Efficient Algorithms for Intensity Map Splitting Problems in Radiation Therapy 131276 COCOON
Simultaneous Segmentation of Multiple Closed Surfaces Using Optimal Graph Searching 131281 IPMI
The intensity level reduction in radiation therapy 131287 SAC
Symmetric Hash Functions for Fingerprint Minutiae 131293 ICAPR (2)
Feature Selection by Ordered Rough Set Based Feature Weighting 131297 DEXA
Approximate reduct computation by rough sets based attribute weighting 131299 GrC
Data discovery algorithm for scientific data grid environment 131303 J. Parallel Distrib. Comput.
Motif Discovery Through Predictive Modeling of Gene Regulation 131313 RECOMB
A Maximum Entropy Model for Transforming Sentences to Logical Form 131315 Australian Conference on Artificial Intelligence
Accuracy Enhancement for the Decomposition of Human-Written Summary 131322 Int. J. Comput. Proc. Oriental Lang.
LFF algorithm for heterogeneous FPGA floorplanning 131324 ASP-DAC
Applying Semantic Web technology to the integration of corporate information 131341 Int. J. Web Eng. Technol.
Towards a Unified Framework for Context-Preserving Video Retrieval and Summarization 131344 ICADL
Relevancy based access control of versioned XML documents 131345 SACMAT
Extracting Global Policies for Efficient Access Control of XML Documents 131347 WISE
Virtual Reflections and Virtual Shadows in Mixed Reality Environments 131362 INTERACT
Tentative Results in Focus-Based Medical Volume Visualization 131366 Smart Graphics
Interactive Volume Visualization Techniques for Subsurface Data 131370 VISUAL
Multimodal Interaction Metaphors for Manipulation of Distant Objects in Immersive Virtual Environments 131383 WSCG (Short Papers)
Performance-improving techniques in web-based GIS 131406 International Journal of Geographical Information Science
Component-Based Software Engineering, 8th International Symposium, CBSE 2005, St. Louis, MO, USA, May 14-15, 2005, Proceeding 131417 CBSE
Optimization of Nested XQuery Expressions with Orderby Clauses 131449 ICDE Workshops
Incremental Fusion of XML Fragments Through Semantic Identifiers 131451 IDEAS
Taxonomy of XML schema languages using formal language theory 131459 ACM Trans. Internet Techn.
CISL: A Class-Based Machine Description Language for Co-Generation of Compilers and Simulators 131511 International Journal of Parallel Programming
Atomicity as a First-Class System Provision 131512 J. UCS
The atomic manifesto: a story in four quarks 131514 SIGMOD Record
The atomic manifesto: a story in four quarks 131515 Operating Systems Review
An Efficient, Nonintrusive, Log-Based I/O Mechanism for Scientific Simulations on Clusters 131531 CLUSTER
DBNotes: a post-it system for relational databases based on provenance 131540 SIGMOD Conference
Using SAT and Logic Programming to Design Polynomial-Time Algorithms for Planning in Non-Deterministic Domains 131550 AAAI
Updating Action Domain Descriptions 131578 IJCAI
On Solution Correspondences in Answer-Set Programming 131581 IJCAI
Data Integration and Answer Set Programming 131598 LPNMR
Information Extraction for the Semantic Web 131606 Reasoning Web
Boosting Information Integration: The INFOMIX System 131608 SEBD
Towards Automated Integration of Guess and Check Programs in Answer Set Programming: A Meta-Interpreter and Application 131640 CoRR
Data complexity of answering conjunctive queries over SHIQ knowledge base 131641 CoRR
A Multiple Instance Learning Approach for Content Based Image Retrieval Using One-Class Support Vector Machine 131677 ICME
Proceedings of the 2005 IEEE International Conference on Information Reuse and Integration, IRI - 2005, August 15-17, 2005, Las Vegas Hilton, Las Vegas, NV, US 131679 IRI
Automated quality control of tropical cyclone winds through data mining 131680 IRI
Data integration for capital projects via community-specific conceptual representations 131683 IRI
Unit Detection from American Football TV Broadcast using Multimodal Content Analysis 131685 ISM
The Protection of QoS for Multimedia Transmission against Denial of Service Attacks 131686 ISM
The second ACM international workshop on multimedia databases (MMDB 2004) held at ACM CIKM 2004 131700 SIGIR Forum
Change Tolerant Indexing for Constantly Evolving Data 131716 ICDE
Indexing continuously changing data with mean-variance tree 131719 SAC
On competitive online read-many parallel disks scheduling 131724 SPAA
XML Full-Text Search: Challenges and Opportunities 131740 VLDB
GalaTex: a conformant implementation of the XQuery full-text language 131746 WWW (Special interest tracks and posters)
Report on the DB/IR panel at SIGMOD 2005 131748 SIGMOD Record
A Bipartite Graph Approach to Generate Optimal Test Sequences for Protocol Conformance Testing using the Wp-method 131755 APSEC
A Similarity-Aware Multiagent-Based Web Content Management Scheme 131759 ICMLC
Agent-based Similarity-aware Web Document Pre-fetching 131762 CIMCA/IAWTIC
Clustering Spatial Data for Join Operations Using Match-based Partition 131763 CIMCA/IAWTIC
A Software Platform for Services Delivery in the Public Administration 131767 CAiSE Workshops (2)
Flexible Pattern Discovery with (Extended) Disjunctive Logic Programming 131784 ISMIS
QoS Management Through Adaptive Reservations 131816 Real-Time Systems
Semantic similarity between search engine queries using temporal correlation 131829 WWW
Design and implementation of a web mining system for organizing search engine results 131885 Int. J. Intell. Syst.
Authors' reply [to comments on "A fuzzy approach to strategic games" 131924 IEEE T. Fuzzy Systems
PeerAccess: a logic for distributed authorization 131939 ACM Conference on Computer and Communications Security
An Efficient, Nonintrusive, Log-Based I/O Mechanism for Scientific Simulations on Clusters 131947 CLUSTER
Negotiating Trust on the Grid 131949 Semantic Grid
Ontology-Based Policy Specification and Management 131954 ESWC
Databases in Virtual Organizations: a collective interview and call for researchers 132024 SIGMOD Record
Bruce Lindsay speaks out: on System R, benchmarking, life as an IBM fellow, the power of DBAs in the old days, why performance still matters, Heisenbugs, why he still writes code, singing pigs, and more 132025 SIGMOD Record
John Wilkes speaks out: on what the DB community needs to know about storage, how the DB and storage communities can join forces and change the world, and more 132026 SIGMOD Record
Christos Faloutsos speaks out: on power laws, fractals, the future of data mining, sabbaticals, and more 132027 SIGMOD Record
Data Warehousing, Multi-Dimensional Data Models, and OLAP 132057 Encyclopedia of Database Technologies and Applications
Real-Time Multiple Objects Tracking with Occlusion Handling in Dynamic Scenes 132082 CVPR (1)
Application of a Genetic Algorithm - Support Vector Machine Hybrid for Prediction of Clinical Phenotypes Based on Genome-Wide SNP Profiles of Sib Pairs 132088 FSKD (2)
Lamarckian Clonal Selection Algorithm with Application 132090 ICANN (1)
Supporting Mobile Clients in Publish/Subscribe Systems 132094 ICDCS Workshops
Lamarckian Polyclonal Programming Algorithm for Global Numerical Optimization 132101 ICNC (2)
An Algorithm for Pruning Redundant Modules in Min-Max Modular Network with GZC Function 132102 ICNC (1)
Typical Sample Selection and Redundancy Reduction for Min-Max Modular Network with GZC Function 132115 ISNN (1)
Lamarckian Clonal Selection Algorithm Based Function Optimization 132119 IWANN
Surface Modelling for GPS Satellite Visibility 132128 W2GIS
Automated Feature Points Management for Video Mosaic Construction 132133 ICITA (1)
2D point-in-polygon test by classifying edges into layers 132149 Computers andamp; Graphics
An Incremental Placement Algorithm for Building Block Layout Design Based on the O-Tree Representation 132154 IEICE Transactions
Offset-stack scheme and receivers for CCC-based multicarrier CDMA architecture 132165 Wireless Communications and Mobile Computing
Atomic Wedgie: Efficient Query Filtering for Streaming Times Series 132176 ICDM
Assumption-Free Anomaly Detection in Time Series 132182 SSDBM
Detection of Intrusions and Malware, and Vulnerability Assessment, Second International Conference, DIMVA 2005, Vienna, Austria, July 7-8, 2005, Proceeding 132189 DIMVA
On Efficient Music Genre Classification 132200 DASFAA
Automatic Generation of Data Types for Classification of Deep Web Sources 132202 DILS
Web Information Systems Engineering - WISE 2005, 6th International Conference on Web Information Systems Engineering, New York, NY, USA, November 20-22, 2005, Proceeding 132212 WISE
Automatic Discovery and Inferencing of Complex Bioinformatics Web Interfaces 132222 World Wide Web
Adding trace matching with free variables to AspectJ 132225 OOPSLA
A high-performance, transactional filestore for application servers 132228 SIGMOD Conference
Presence-Based Availability and P2P Systems 132262 Peer-to-Peer Computing
Improving the reliability of commodity operating systems 132307 ACM Trans. Comput. Syst.
Preprocessing Time Series Data for Classification with Application to CRM 132316 Australian Conference on Artificial Intelligence
SymBall: camera driven table tennis for mobile phones 132317 Advances in Computer Entertainment Technology
Concurrent Hierarchical Reinforcement Learning 132326 AAAI
A Computational Framework for Taxonomic Research: Diagnosing Body Shape within Fish Species Complexes 132339 ICDM
Statistical categorization of human histological images 132341 ICIP (3)
An Ant Clustering Method for a Dynamic Database 132342 ICMLC
Subgoal Ordering and Granularity Control for Incremental Planning 132345 ICTAI
Content-Based Image Retrieval for Digital Forensics 132347 IFIP Int. Conf. Digital Forensics
A content-based image retrieval system for fish taxonomy 132355 Multimedia Information Retrieval
Gandeacute;nandeacute;ration de bases de transactions synthandeacute;tiques : vers la prise en compte des bordures 132367 BDA
A Thorough Experimental Study of Datasets for Frequent Itemsets 132373 ICDM
Approximating a Set of Approximate Inclusion Dependencies 132374 Intelligent Information Systems
05462 Service-Oriented Computing: A Research Roadmap 132395 Service Oriented Computing
A Rule Driven Approach for Developing Adaptive Service Oriented Business Collaboration 132407 ICSOC
EFSOC: A Layered Framework for Developing Secure Interactions between Web-Services 132429 Distributed and Parallel Databases
Minimal document set retrieval 132461 CIKM
Unapparent information revelation: a concept chain graph approach 132462 CIKM
Constraint-Based Graph Mining in Large Database 132513 APWeb
A Novel Quartet-Based Method for Phylogenetic Inference 132515 BIBE
Defect Aware Test Patterns 132519 DATE
A BLAST Service Built on Data Indexed Overlay Network 132523 e-Science
Clustering-Based Schema Matching of Web Data for Constructing Digital Library 132528 ICCSA (2)
Improving Nearest Neighbor Classification with Simulated Gravitational Collapse 132531 ICNC (3)
Differentiated Search in Hierarchical Peer-to-Peer Networks 132532 ICPP
On Efficient X-Handling Using a Selective Compaction Scheme to Achieve High Test Response Compaction Ratios 132546 VLSI Design
Finite memory test response compactors for embedded test applications 132558 IEEE Trans. on CAD of Integrated Circuits and Systems
DWEB: A Data Warehouse Engineering Benchmark 132564 DaWaK
Intandeacute;gration efficace des arbres de dandeacute;cision dans les SGBD : utilisation des index bitmap 132567 EGC
Fouille de donnandeacute;es relationnelles dans les SGBD 132568 EGC
Bitmap Index-Based Decision Trees 132572 ISMIS
A Reuse-based Spatial Data Preparation Framework for Data Mining 132590 SEKE
A Clustering Strategy to Find Similarities in Mycoplasma Promoters 132594 BSB
A multiagent system manages collaboration in emergent processes 132602 AAMAS
An information-based model for trust 132603 AAMAS
Agents, Information and Trust 132613 Australian Conference on Artificial Intelligence
Exchange Rate Modelling Using News Articles and Economic Data 132614 Australian Conference on Artificial Intelligence
Database and Expert Systems Applications, 16th International Conference, DEXA 2005, Copenhagen, Denmark, August 22-26, 2005, Proceeding 132620 DEXA
Foundations for Automated Trading - Its the Information That Matters 132626 DEXA
An Information-Based Agent 132644 HoloMAS
An Agent for Emergent Process Management 132649 ICEIS (4)
An Analysis of Knowledge Base Maintenance 132690 Comput. Sci. Inf. Syst.
A model for weighting image objects in home photographs 132696 CIKM
Mining Minimal Distinguishing Subsequence Patterns with Gap Constraints 132778 ICDM
Stream Cube: An Architecture for Multi-Dimensional Analysis of Data Streams 132800 Distributed and Parallel Databases
Discovery of Highly Differentiative Gene Groups from Microarray Gene Expression Data Using the Gene Club Approach 132805 J. Bioinformatics and Computational Biology
Mining border descriptions of emerging patterns from dataset pairs 132808 Knowl. Inf. Syst.
On the complexity of finding emerging patterns 132813 Theor. Comput. Sci.
A Tree Based Algebra Framework for XML Data Systems 132821 ICEIS (1)
Conditions for Interoperability 132822 ICEIS (1)
XML Schema-driven Generation of Architecture Components 132831 WSMDEIS
Temporal Reasoning on Chronological Annotation 132847 MICAI
The EUMME Project: towards a New Philological Workstation 132852 ELPUB
Incremental string correction: Towards correction of XML documents 132864 Stringology
PEWS: A New Language for Building Web Service Interfaces 132868 J. UCS
Decision tree classifier for network intrusion detection with GA-based feature selection 132871 ACM Southeast Regional Conference (2)
Applying e-Transportation to Traffic Evacuation Management under Human-Caused Threats 132881 EEE
Adapting Connectionless Approach to Ad-hoc Networks in Urban Environments 132895 ICWN
Recognition of Enhanced Images 132907 MMM
An adaptive distance computation technique for image retrieval systems 132911 SAC
Leveraging 1-hop neighborhood knowledge for efficient flooding in wireless ad hoc networks 132921 IPCCC
ADMiRe: An Algebraic Data Mining Approach to System Performance Analysis 132937 IEEE Trans. Knowl. Data Eng.
Support for BioIndexing in BLASTgres 132940 DILS
A New Interpolatory Subdivision for Quadrilateral Meshes 132948 Comput. Graph. Forum
Local or Global Minima: Flexible Dual-Front Active Contours 132957 CVBIA
Fast 3D Brain Segmentation Using Dual-Front Active Contours with Optional User-Interaction 132958 CVBIA
A High Performance Sub-Pipelined Architecture for AES 132964 ICCD
A hybrid medical image segmentation approach based on dual-front evolution model 132967 ICIP (2)
3D Polar-Radius Invariant Moments and Structure Moment Invariants 132968 ICNC (2)
A new CAM based S/S/sup -1/-box look-up table in AES 132976 ISCAS (5)
An efficient architecture for the AES mix columns operation 132977 ISCAS (5)
Stability and Chaos of a Neural Network with Uncertain Time Delays 132980 ISNN (1)
Combining Wavelet Velocity Moments and Reflective Symmetry for Gait Recognition 132981 IWBRS
CoMFA, CoMSIA, and Molecular Hologram QSAR Studies of Novel Neuronal nAChRs Ligands-Open Ring Analogues of 3-Pyridyl Ether 133005 Journal of Chemical Information and Modeling
Research On Downlink Capacity For Broadband Wireless Access - VSFOFCDM 133019 CIT
Strengthening Password-Based Authentication Protocols Against Online Dictionary Attacks 133023 ACNS
HCTR: A Variable-Input-Length Enciphering Mode 133026 CISC
Learn Discriminant Features for Multi-View Face and Eye Detection 133031 CVPR (1)
A Framework for Managing Multiple Ontologies: The Function-Oriented Perspective 133040 ICEIS (3)
Logic-based Inference Detection in Querying XML Document 133046 IKE
Improving classification of video shots using information-theoretic co-clustering 133050 ISCAS (2)
Soft fault test and diagnosis for analog circuits 133051 ISCAS (3)
On the Security of Tweakable Modes of Operation: TBC and TAE 133052 ISC
A probabilistic template-based approach to discovering repetitive patterns in broadcast videos 133053 ACM Multimedia
A Probabilistic Approach for Achieving Fair Bandwidth Allocations in CSFQ 133054 NCA
Multi-View Face Tracking with Factorial and Switching HMM 133059 WACV/MOTION
Studying the Explanatory Capacity of Artificial Neural Networks for Understanding Environmental Chemical Quantitative Structure-Activity Relationship Models 133067 Journal of Chemical Information and Modeling
Harvesting Structurally Similar Pages 133089 SEBD
Efficiently Locating Collections of Web Pages to Wrap 133096 WEBIST
Speaking Words of WISDOM: Web Intelligent Search based on DOMain ontologies 133097 SWAP
Clustering Web pages based on their structure 133098 Data Knowl. Eng.
CLICKS: an effective algorithm for mining subspace clusters in categorical datasets 133110 KDD
Building a Geographical Ontology for Intelligent Spatial Search on the Web 133116 Databases and Applications
Ontology-Based Spatial Query Expansion in Information Retrieval 133119 OTM Conferences (2)
A critical evaluation of ontology languages for geographic information retrieval on the Internet 133121 J. Vis. Lang. Comput.
BBTC: A New Update-Supporting Coding Scheme for XML Documents 133122 WAIM
Blocking Anonymity Threats Raised by Frequent Itemset Mining 133124 ICDM
Memory-Aware Frequent k-Itemset Mining 133127 KDID
Reliable System Specification for Self-Checking Data-Paths 133132 DATE
A model of soft error effects in generic IP processors 133135 DFT
Toward an FPGA implementation of XCS 133158 Congress on Evolutionary Computation
Foundations of probabilistic answers to queries 133173 SIGMOD Conference
Answering Queries from Statistics and Probabilistic Views 133175 VLDB
A Formal Method of Describing E-Learning Systems 133231 CELDA
Modeling Language for Supporting Portfolio Assessment 133232 ICALT
Optimized Sequential Pattern Mining from Point Of Sales Data 133235 ICDE Workshops
Optimized transitive association rule: mining significant stopover between events 133238 SAC
Image Interpolation using Feedforward Neural Network 133245 Artificial Intelligence and Applications
The Regularized EM Algorithm 133249 AAAI
Computing the Assignment of Orthologous Genes via Genome Rearrangement 133250 APBC
Approximate Clustering of Fingerprint Vectors with Missing Values 133256 CATS
Robust and Accurate Cancer Classification with Gene Expression Profiling 133268 CSB
E-mail Worm Detection Using the Analysis of Behavior 133283 ICDCIT
An Adaptive Cross Layer Unequal Protection Method for Video Transmission over Wireless Communication Channels 133285 ICESS
Correlation Clustering and Consensus Clustering 133288 ISAAC
Complexity and Approximation of the Minimum Recombination Haplotype Configuration Problem 133291 ISAAC
Locally Spatiotemporal Saliency Representation: The Role of Independent Component Analysis 133294 ISNN (1)
Robust Routing in Malicious Environment for Ad Hoc Networks 133295 ISPEC
Haplotype-based linkage disequilibrium mapping via direct data mining 133327 Bioinformatics
On the Steiner, geodetic and hull numbers of graphs 133339 Discrete Mathematics
A Class of Edit Kernels for SVMs to Predict Translation Initiation Sites in Eukaryotic mRNAs 133357 Journal of Computational Biology
Computing the Minimum Recombinant Haplotype Configuration from Incomplete Genotype Data on a Pedigree by Integer Linear Programming 133360 Journal of Computational Biology
MultiPro: A Platform for PC Cluster Based Active Stereo Display System 133404 ICCSA (1)
Improving Collaboration through Fusion of Bid Information for Market-based Multi-robot Exploration 133413 ICRA
Sequent calculus system for rough sets based on rough Stone algebras 133429 GrC
Multidimensional Structures Dedicated to Continuous Spatiotemporal Phenomena 133459 BNCOD
A Model for Distributing and Querying a Data Warehouse on a Computing Grid 133464 ICPADS (1)
An Access Control Method Based on the Prefix Labeling Scheme for XML Repositories 133468 ADC
Building a Navigation Structure from a Fuzzy Relationship for Image Retrieval 133471 ICDE Workshops
Managing Information Quality in e-Science: A Case Study in Proteomics 133474 ER (Workshops)
Kernel-Density-Based Clustering of Time Series Subsequences Using a Continuous Random-Walk Noise Model 133479 ICDM
Querying Ontologies in Relational Database Systems 133483 DILS
Anfragen an Ontologien in relationalen Datenbanken 133484 Grundlagen von Datenbanken
Proceedings of the 2005 International Conference on Computer Design, CDES 2005, Las Vegas, Nevada, USA, June 27-30, 200 133488 CDES
Application of Parallel Adaptive Computing Technique to Polysilicon Thin-Film Transistor Simulation 133490 HPCC
Parallelization of Multiple Genome Alignment 133491 HPCC
Numerical Simulation of Self-heating InGaP/GaAs Heterojunction Bipolar Transistors 133493 International Conference on Computational Science (3)
Adaptive Finite Volume Simulation of Electrical Characteristics of Organic Light Emitting Diodes 133494 International Conference on Computational Science (3)
Numerical Solutions of Master Equation for Protein Folding Kinetics 133497 ICPADS (2)
A Pattern-Based Domain Partition Approach to Parallel Optical Proximity Correction in VLSI Designs 133500 IPDPS
A numerical iterative method for solving Schrandouml;dinger and Poisson equations in nanoscale single, double and surrounding gate metal-oxide-semiconductor structures 133515 Computer Physics Communications
Large scale ontology visualisation using ontology extraction 133519 IJWGS
Old Resolution Meets Modern SLS 133520 AAAI
Observation-based Model for BDI-Agents 133521 AAAI
A Theory of Forgetting in Logic Programming 133522 AAAI
Handling Over-Constrained Problems in Distributed Multi-agent Systems 133529 Canadian Conference on AI
Bounded model checking knowledge and branching time in synchronous multi-agent systems 133538 AAMAS
A Comparison of Evolutionary Methods for the Discovery of Local Search Heuristics 133543 Australian Conference on Artificial Intelligence
Reasoning with the Outcomes of Plan Execution in Intentional Agents 133544 Australian Conference on Artificial Intelligence
Applying Constraint Weighting to Autonomous Camera Control 133581 AIIDE
A practical system of keyphrase extraction for web pages 133594 CIKM
A SVM Method for Web Page Categorization Based on Weight Adjustment and Boosting Mechanism 133596 FSKD (2)
Q2C@UST: our winning solution to query classification in KDDCUP 2005 133602 SIGKDD Explorations
An Agent-based Grid Monitoring System Featuring Dynamic and On-demand Sensor Deployment and Management 133613 SKG
Introduction 133660 Appl. Intell.
Designing Triggers with Trigger-By-Example 133671 Knowl. Inf. Syst.
Analysis of numeric data streams at different granularities 133706 GrC
Injecting information into atomic units of text 133711 ACM Symposium on Document Engineering
Learning decision trees from dynamic data streams 133719 SAC
Learning Decision Trees from Dynamic Data Streams 133721 J. UCS
MonetDB/X100: Hyper-Pipelining Query Execution 133723 CIDR
Workshop on Data Management on New Hardware, DaMoN 2005, Baltimore, Maryland, USA, June 12, 200 133724 DaMoN
Updating the Pre/Post Plane in MonetDB/XQuery 133737 XIME-P
MonetDB/X100 - A DBMS In The CPU Cache 133738 IEEE Data Eng. Bull.
Representing cyclic human motion using functional analysis 133762 Image Vision Comput.
Discriminative Training of Markov Logic Networks 133777 AAAI
An Efficient and Scalable Architecture for Neural Networks with Backpropagation Learning 133785 FPL
Learning the structure of Markov logic networks 133794 ICML
Naive Bayes models for probability estimation 133796 ICML
Collective Object Identification 133801 IJCAI
Object Identification with Attribute-Mediated Dependences 133817 PKDD
Integrating Web Content Clustering into Web Log Association Rule Mining 133833 Canadian Conference on AI
Accessing Tacit Knowledge in the Pediatric Pain E-Mail Archives 133836 HICSS
Content-Based Image Retrieval Using Perceptual Shape Features 133837 ICIAR
The influence of perceptual grouping on motion detection 133840 Computer Vision and Image Understanding
Efficiency and Security Trade-Off in Supporting Range Queries on Encrypted Databases 133866 DBSec
Accelerating EM clustering to find high-quality solutions 133888 Knowl. Inf. Syst.
Finding application errors and security flaws using PQL: a program query language 133898 OOPSLA
Web and Semantic Web Query Languages: A Survey 133913 Reasoning Web
Paraconsistent Reasoning for the Semantic Web 133915 ISWC-URSW
Querying the Web Reconsidered: Design Principles for Versatile Web Query Languages 133920 Int. J. Semantic Web Inf. Syst.
Ontology-Based Grid Index Service for Advanced Resource Discovery and Monitoring 133924 EGC
Towards Automatic Service Discovery and Monitoring in WS-Resource Framework 133926 SKG
Conveying taxonomy context for topic-focused Web search 133927 JASIST
A Scalable Collaborative Filtering Framework Based on Co-Clustering 133928 ICDM
A distributed learning framework for heterogeneous data sources 133930 KDD
A privacy-sensitive approach to distributed clustering 133933 Pattern Recognition Letters
Mining Databases and Data Streams with Query Languages and Rules 133976 KDID
Managing Multiversion Documents andamp; Historical Databases: a Unified Solution Based on XML 134002 WebDB
A fragile watermark error detection scheme for wireless video communications 134043 IEEE Transactions on Multimedia
MPX: A Multiversion Concurrency Control Protocol for XML Documents 134060 WAIM
A Comparative Study on Marketing Mix Models for Digital Products 134061 WINE
Non-negative matrix factorization framework for face recognition 134064 IJPRAI
A new kind of high-efficient and high-accurate P-stable Obrechkoff three-step method for periodic initial-value problems 134069 Computer Physics Communications
A Scale-Space Analysis of a Contour Figure Using a Crystalline Flow 134075 Scale-Space
Passive specular surface measurements from virtual images of pattern boards 134076 MVA
An Approach to Abstracting and Transforming Web Services for End-user-doable Construction of Service-Oriented Applications 134081 NODe/GSEM
Multi-represented kNN-Classification for Large Class Sets 134087 DASFAA
Hierarchy-Regularized Latent Semantic Indexing 134091 ICDM
Graph Transformations and Process Algebras for Modeling Distributed and Mobile Systems, 6.-11. June 200 134107 Graph Transformations and Process Algebras for Modeling Distributed and Mobile Systems
From Separation Logic to First-Order Logic 134110 FoSSaCS
Explicit fusions 134127 Theor. Comput. Sci.
Proactive Re-optimization 134130 SIGMOD Conference
Content-Based Routing: Different Plans for Different Data 134131 VLDB
Counting Positives Accurately Despite Inaccurate Classification 134137 ECML
Beware the Null Hypothesis: Critical Value Tables for Evaluating Classifiers 134138 ECML
Automatic measurement of quality metrics for colonoscopy videos 134158 ACM Multimedia
Scenario based dynamic video abstractions using graph matching 134159 ACM Multimedia
Constructive m-Learning Environments 134179 ICALT
Data Semantics in Location-Based Services 134187 J. Data Semantics III
Storing XML Documents in Databases 134190 Encyclopedia of Database Technologies and Applications
Cracking the Database Store 134199 CIDR
The Lowell database research self-assessment 134236 Commun. ACM
Beitragsband zum Studierenden-Programm bei der 11. Fachtagung "Datenbanken fanduuml;r Business, Technologie and Web", GI Fachbereich Datenbanken und Informationssysteme, Karlsruhe, 1. Mandauml;rz 200 134247 BTW Studierendenprogramm
Self-Extending Peer Data Management 134248 BTW
Benefit and Cost of Query Answering in PDMS 134254 DBISP2P
Schema Matching using Duplicates 134260 ICDE
DogmatiX Tracks down Duplicates in XML 134272 SIGMOD Conference
Ein Data-Quality-Wettbewerb 134275 Datenbank-Spektrum
Biomonitoring, Phylogenetics and Anomaly Aggregation Systems 134282 ISI
Xml Clustering And Retrieval Through Principal Component Analysis 134284 International Journal on Artificial Intelligence Tools
Statistical Models for Assessing the Individuality of Fingerprints 134289 AutoID
Audio- and Video-Based Biometric Person Authentication, 5th International Conference, AVBPA 2005, Hilton Rye Town, NY, USA, July 20-22, 2005, Proceeding 134290 AVBPA
A Principled Approach to Score Level Fusion in Multimodal Biometric Systems 134297 AVBPA
Securing Electronic Medical Records Using Biometric Authentication 134299 AVBPA
Fuzzy Vault for Fingerprints 134302 AVBPA
3D Model-Assisted Face Recognition in Video 134308 CRV
Automated dental identification system (ADIS) 134325 DG.O
Automated Dental Identification System (ADIS) 134326 DG.O
Biometric Recognition: How Do I Know Who You Are? 134371 ICIAP
Fusion of Local and Regional Approaches for On-Line Signature Verification 134420 IWBRS
Data Clustering: A User's Dilemma 134427 PReMI
Biometric Recognition: How Do I Know Who You Are? 134430 SCIA
Model-based Clustering With Probabilistic Constraints 134431 SDM
Ridge-Based Fingerprint Matching Using Hough Transform 134434 SIBGRAPI
Deformation Analysis for 3D Face Matching 134441 WACV/MOTION
Integrating Range and Texture Information for 3D Face Recognition 134442 WACV/MOTION
Dental Biometrics: Alignment and Matching of Dental Radiographs 134443 WACV/MOTION
Dental Biometrics: Alignment and Matching of Dental Radiographs 134463 IEEE Trans. Pattern Anal. Mach. Intell.
Combining Multiple Clusterings Using Evidence Accumulation 134475 IEEE Trans. Pattern Anal. Mach. Intell.
Large-Scale Evaluation of Multimodal Biometric Authentication Using State-of-the-Art Systems 134509 IEEE Trans. Pattern Anal. Mach. Intell.
Clustering Ensembles: Models of Consensus and Weak Partitions 134511 IEEE Trans. Pattern Anal. Mach. Intell.
Score normalization in multimodal biometric systems 134538 Pattern Recognition
A deformable model for fingerprint matching 134559 Pattern Recognition
Hand Gesture Recognition System Using Fuzzy Algorithm and RDBMS for Post PC 134589 FSKD (2)
mBAR: A Materialized Bitmap Based Association Rule Algorithm 134590 ICDE Workshops
Design and implementation of an extended relationship semantics in an ODMG-compliant OODBMS 134596 Journal of Systems and Software
Efficient Inverted Lists and Query Algorithms for Structured Value Ranking in Update-Intensive Relational Databases 134600 ICDE
Supporting workflow in a course management system 134603 SIGCSE
Guaranteeing Correctness and Availability in P2P Range Indices 134606 SIGMOD Conference
Adaptive Data Placement for Wide-Area Sensing Services 134638 FAST
The Impact of Heterogeneous Bandwidth Constraints on DHT-Based Multicast Protocols 134646 IPTPS
Self-management in chaotic wireless deployments 134648 MOBICOM
Claytronics: highly scalable communications, sensing, and actuation networks 134658 SenSys
OWLIM - A Pragmatic Semantic Repository for OWL 134687 WISE Workshops
Finding (Recently) Frequent Items in Distributed Data Streams 134693 ICDE
Efficient Monitoring and Querying of Distributed, Dynamic Data via Approximate Replication 134701 IEEE Data Eng. Bull.
Micro patterns in Java code 134727 OOPSLA
Efficient algorithms for isomorphisms of simple types 134751 Mathematical Structures in Computer Science
Efficient subtyping tests with PQ-encoding 134758 ACM Trans. Program. Lang. Syst.
Correlated Topic Models 134777 NIPS
Rodeo: Sparse Nonparametric Regression in High Dimensions 134779 NIPS
Diffusion Kernels on Statistical Manifolds 134795 Journal of Machine Learning Research
On cooperatively creating dynamic ontologies 134808 Hypertext
Probabilistic Principal Surface Classifier 134821 FSKD (2)
Event-Driven Document Selection for Terrorism Information Extraction 134824 ISI
Intelligent business operation management 134865 GrC
Efficient Photometric Stereo Technique for Three-Dimensional Surfaces with Unknown BRDF 134874 3DIM
PLS and SVD based penalized logistic regression for cancer classification using microarray data 134877 APBC
K-means+ Method for Improving Gene Selection for Classification of Microarray Data 134884 CSB Workshops
Nonlinear Kernel MSE Methods for Cancer Classification 134889 ICNC (1)
Surface Alignment of 3D Spherical Harmonic Models: Application to Cardiac MRI Analysis 134896 MICCAI
Dimension Reduction-Based Penalized Logistic Regression for Cancer Classification Using Microarray Data 134908 IEEE/ACM Trans. Comput. Biology Bioinform.
Spatio-Temporal Databases in Practice: Directly Supporting Previously Developed Land Data Using Tripod 134929 ICDE
A Language-Based Approach for Comprehensively Supporting the In Silico Experimental Process 134936 International Journal of Software Engineering and Knowledge Engineering
Reweaving the Tapestry: Integrating Database and Messaging Systems in the Wake of New Middleware Technologies 134941 Data Management in a Connected World
Exploring Cost-Effective Approaches to Human Evaluation of Search Engine Relevance 134961 ECIR
CoolStreaming/DONet: a data-driven overlay network for peer-to-peer live media streaming 134977 INFOCOM
COPACC: A Cooperative Proxy-Client Caching System for On-Demand Media Streaming 134982 NETWORKING
Energy-Efficient Data Aggregation Hierarchy for Wireless Sensor Networks 134983 QSHINE
Editorial: Energy Constraints and Lifetime Performance in Wireless Sensor Networks 134989 MONET
A proxy-assisted adaptation framework for object video multicasting 134991 IEEE Trans. Circuits Syst. Video Techn.
An Architecture for Real-Time Warehousing of Scientific Data 135005 CSC
Dynamic Database Integration in a JDBC Driver 135007 ICEIS (1)
Early Hash Join: A Configurable Algorithm for the Efficient and Early Production of Join Results 135011 VLDB
nFOIL: Integrating Naandiuml;ve Bayes and FOIL 135014 AAAI
Towards Learning Stochastic Logic Programs from Proof-Banks 135016 AAAI
Kernels on Prolog Proof Trees: Statistical Learning in the ILP Setting 135026 Probabilistic, Logical and Relational Learning
CLASSIC'CL: An Integrated ILP System 135030 Discovery Science
Machine Learning, Proceedings of the Twenty-Second International Conference (ICML 2005), Bonn, Germany, August 7-11, 200 135045 ICML
Statistical Relational Learning: An Inductive Logic Programming Perspective 135088 PKDD
Advances in Mining Graphs, Trees and Sequences 135105 Fundam. Inform.
A General Markup Framework for Integrity and Derivation Rules 135135 Principles and Practices of Semantic Web Reasoning
Towards an Abstract Syntax and Direct-Model Theoretic Semantics for RuleML 135160 RuleML
Rule Modeling and Markup 135161 Reasoning Web
Stable Model Theory for Extended RDF Ontologies 135164 International Semantic Web Conference
RDF/RuleML Interoperability 135167 Rule Languages for Interoperability
OMG Production Rule Representation - Context and Current Status 135168 Rule Languages for Interoperability
Towards a general web rule language 135176 Int. J. Web Eng. Technol.
Machine Learning: ECML 2005, 16th European Conference on Machine Learning, Porto, Portugal, October 3-7, 2005, Proceeding 135181 ECML
Adapting Peepholing to Regression Trees 135192 EPIA
Regression error characteristic surfaces 135197 KDD
Knowledge Discovery in Databases: PKDD 2005, 9th European Conference on Principles and Practice of Knowledge Discovery in Databases, Porto, Portugal, October 3-7, 2005, Proceeding 135200 PKDD
A Hybrid Declarative/Procedural Metadata Mapping Language Based on Python 135218 ECDL
17th International Conference on Scientific and Statistical Database Management, SSDBM 2005, 27-29 June 2005, University of California, Santa Barbara, CA, USA, Proceeding 135226 SSDBM
Location-Based Mobile Querying in Peer-to-Peer Networks 135249 OTM Workshops
Combinatorial and Algorithmic Aspects of Networking, First Workshop on Combinatorial and Algorithmic Aspects of Networking, CAAN 2004, Banff, Alberta, Canada, August 5-7, 2004, Revised Selected Paper 135266 CAAN
Cross-Stitching Using Little Thread 135275 CCCG
From Linear Relaxations to Global Constraint Propagation 135283 CP
Sharper Upper and Lower Bounds for an Approximation Scheme for Consensus-Pattern 135285 CPM
An Efficient Bounds Consistency Algorithm for the Global Cardinality Constraint 135311 Constraints
Fast string sorting using order-preserving compression 135316 ACM Journal of Experimental Algorithms
Algorithmic foundations of the internet 135317 SIGACT News
Constrained Shortest Path Computation 135331 SSTD
A Threshold-Based Algorithm for Continuous Monitoring of k Nearest Neighbors 135333 IEEE Trans. Knowl. Data Eng.
Automatic Image Annotation Based on Topic-Based Smoothing 135339 IDEAL
An optimized 2.4 GHz CMOS LC-tank VCO with 0.55 %/V frequency pushing and 516 MHz tuning range 135340 ISCAS (5)
A Stratification-Based Approach to Accurate and Fast Image Annotation 135342 WAIM
Topic 10 Parallel Numerical Algorithms 135370 Euro-Par
ESCORT: Energy-Efficient Sensor Network Communal Routing Topology Using Signal Quality Metrics 135379 ICN (1)
Stabilizing markets via a novel auction based pricing mechanism for short-term contracts for network services 135382 Integrated Network Management
Local Leader Election, Signal Strength Aware Flooding, and Routeless Routing 135383 IPDPS
Parallel Logic Simulation of Million-Gate VLSI Circuits 135387 MASCOTS
An Architecture for Reconfigurable Iterative MPI Applications in Dynamic Environments 135399 PPAM
A Novel Auction Mechanism for Selling Time-Sensitive E-Services 135408 CEC
DSIM: scaling time warp to 1, 033 processors 135411 Winter Simulation Conference
Protecting Personal Data with Various Granularities: A Logic-Based Access Control Approach 135448 CIS (2)
On Applying an Image Processing Technique to Detecting Spams 135455 ICDE Workshops
Parallel Image Convolution Processing with Replicas in a Network of Workstations 135459 IEICE Transactions
Optimising Performance of Object-Oriented and Object-Relational Systems by Dynamic Method Materialization 135467 ADBIS Research Communications
Metadata Management in a Multiversion Data Warehouse 135482 OTM Conferences (2)
Adapting to Changing Resource Performance in Grid Query Processing 135489 DMG
What Have Gene Libraries Done for AIS 135497 ICARIS
Using Earned Value Management for COTS-Based Systems: Issues and Recommendations 135499 ICCBSS
Time Parameterized Interval R-Tree for Tracing Tags in RFID Systems 135509 DEXA
Sense and Respond Systems 135518 Int. CMG Conference
An Event Processing Language (EPL) for Building Sense and Respond Applications 135544 IPDPS
A Parallel Algorithm for Correlating Event Streams 135551 IPDPS
Internal Preload Control of redundantly actuated Parallel Manipulators - Backlash avoiding Control 135644 ICRA
A 2D/3D hybrid geographical information system 135662 GRAPHITE
DBNotes: a post-it system for relational databases based on provenance 135676 SIGMOD Conference
An annotation management system for relational databases 135679 VLDB J.
Voice Conversion Based on Weighted Least Squares Estimation Criterion and Residual Prediction from Pitch Contour 135681 ACII
A Comparative Study for WordNet Guided Text Representation 135689 Australian Conference on Artificial Intelligence
Computer Search for Counterexamples to Wilkie's Identity 135692 CADE
Classification of Moving Humans Using Eigen-Features and Support Vector Machines 135696 CAIP
Improved GLR Parsing Algorithm 135723 ICIC (2)
A smoothed boosting algorithm using probabilistic output codes 135727 ICML
Mutation Matrix in Evolutionary Computation: An Application to Resource Allocation Problem 135730 ICNC (3)
The use of COPS and NSIS in the EuQoS Project 135733 Net-Con
Predicate-Oriented Isomorphism Elimination in Model Finding 135735 IJCAI
Adaptive Genetic Algorithm and Quasi-parallel Genetic Algorithm: Application to Knapsack Problem 135746 LSSC
A Cluster-Based Energy-Efficient Scheme for Sensor Networks 135753 PDCAT
Robustness of adaptive filtering methods in a cross-benchmark evaluation 135764 SIGIR
Graph distances in the streaming model: the value of space 135765 SODA
Learning-based anomaly detection in BGP updates 135777 MineNet
From virtualized resources to virtual computing grids: the In-VIGO system 135785 Future Generation Comp. Syst.
Function Granularity Estimation for Multimodal Optimization 135788 International Journal on Artificial Intelligence Tools
Multi-scale feature identification using evolution strategies 135793 Image Vision Comput.
A study of level-of-detail in haptic rendering 135805 TAP
On graph problems in a semi-streaming model 135806 Theor. Comput. Sci.
Towards Mining Frequent Queries in Star Schemes 135851 KDID
Compound Term Composition Algebra: The Semantics 135882 J. Data Semantics
Mediators over taxonomy-based information sources 135889 VLDB J.
WreC: A Scalable Middleware Architecture to Enable XML Caching for Web-Services 135927 Middleware
Advances in Multimedia Information Systems, 11th International Workshop, MIS 2005, Sorrento, Italy, September 19-21, 2005, Proceeding 135928 Multimedia Information Systems
Topic segmentation of message hierarchies for indexing and navigation support 135950 WWW
Confidence-driven early object elimination in quality-aware sensor workflows 135951 DMNS
Similarity-Based Retrieval of Temporal Specifications and its Application to the Retrieval of Multimedia Documents 135963 Multimedia Tools Appl.
Design and Development of a Tool for Integrating Heterogeneous Data Warehouses 135975 DaWaK
A general methodology for context-aware data access 135993 MobiDE
Management of Heterogeneous Profiles in Context-Aware Adaptive Information System 135994 OTM Workshops
A System for a Flexible Adaptation of Data Intensive Web Sites 136003 SEBD
Database design and implementation for quantitative image analysis research 136048 IEEE Transactions on Information Technology in Biomedicine
An HTTP-Based Distributed Architecture Supporting Dynamic Cooperation Processes 136063 DEXA Workshops
Extending SQL with customizable soft selection conditions 136079 SAC
Multimedia applications: beyond similarity searches 136091 CVDB
Efficient Algorithms for Pattern Matching on Directed Acyclic Graphs 136102 ICDE
MedSMan: a streaming data management system over live multimedia 136109 ACM Multimedia
NSF Long Term Ecological Research Sites - Praxis et Theoria 136113 SSDBM
Stack-based Algorithms for Pattern Matching on DAGs 136117 VLDB
Grid Research on Desktop Type Software for Spatial Information Processing 136138 International Conference on Computational Science (3)
A Sender-Oriented Back-Track Enabled Resource Reservation Scheme 136139 ICCNMC
Head-and-Shoulder Detection in Varying Pose 136141 ICNC (2)
An Optimization Problem Related to VoD Broadcasting 136144 ISAAC
Harmonic Block Windows Scheduling Through Harmonic Windows Scheduling 136148 Multimedia Information Systems
Incorporating concepts for bioingormatics data modeling into EER models 136183 AICCSA
Architectures for streaming data processing in sensor networks 136184 AICCSA
The Semantics and Tool Support of OZTA 136239 ICFEM
Formal Designs for Embedded and Hybrid Systems 136243 International Journal of Software Engineering and Knowledge Engineering
Research on the training mode of compound professionals on informationalization-based business in universities of China 136286 ICEC
Modeling Web Services Based on the Bayesian Network 136291 ASIAN
WSQuery: XQuery for Web Services Integration 136293 DASFAA
Lazy XML Updates: Laziness as a Virtue of Update and Structural Join Efficiency 136300 SIGMOD Conference
Zoned-RAID for Multimedia Database Servers 136307 DASFAA
An Efficient Zoning Technique for Multi-dimensional Access Methods 136311 TEAA
On the Usage of Global Document Occurrences in Peer-to-Peer Information Systems 136323 OTM Conferences (1)
Implementation of a High-Speed and High-Precision XML Information Retrieval System on Relational Databases 136332 INEX
Data Mining Based on Objects in Video Flow with Dynamic Background 136337 ADMA
The EWD-P System: Polish Government - Council of the European Union Interoperability Achieved 136340 HICSS
The University of Alicante at CL-SR Track 136366 CLEF
Using Semantic Roles in Information Retrieval Systems 136382 NLDB
Semantic Annotation of a Natural Language Corpus for Knowledge Extraction 136383 NLDB
An expert study evaluating the UMLS lexical metaschema 136433 Artificial Intelligence in Medicine
A lexical metaschema for the UMLS semantic network 136434 Artificial Intelligence in Medicine
Irrigating ad hoc networks in constant time 136462 SPAA
Modelling Reflections via Multiperspective Imaging 136482 CVPR (1)
Multiperspective Projection and Collineation 136487 ICCV
Real-time reflection mapping with parallax 136505 SI3D
Video enhancement using per-pixel virtual exposures 136518 ACM Trans. Graph.
Converting Semi-structured Clinical Medical Records into Information and Knowledge 136540 ICDE Workshops
Temporal rule induction for clinical outcome analysis 136541 IJBIDM
Systematic Debugging of Real-Time Systems based on Incremental Satisfiability Counting 136542 IEEE Real-Time and Embedded Technology and Applications Symposium
Modeling Services for the Semantic Grid 136557 Semantic Grid
Automatic Location of Services 136578 ESWC
Semantic Business Process Management: A Vision Towards Using Semantic Web Services for Business Process Management 136585 ICEBE
Partner and Service Discovery for Collaboration Establishment with Semantic Web Services 136588 ICWS
A Realistic Architecture for the Semantic Web 136599 RuleML
WSML - a Language Framework for Semantic Web Services 136607 Rule Languages for Interoperability
The WSML Rule Languages for the Semantic Web 136608 Rule Languages for Interoperability
Limitations of Community Web Portals: A Classmates' Case Study 136609 Web Intelligence
Community-Driven Ontology Management: DERI Case Study 136610 Web Intelligence
OWL DL vs. OWL flight: conceptual modeling and reasoning for the semantic Web 136615 WWW
Using the web service modeling ontology to enable semantic e-business 136621 Commun. ACM
A unified Semantic Web services architecture based on WSMF and UPML 136637 Int. J. Web Eng. Technol.
Architecture for caching responses with multiple dynamic dependencies in multi-tier data-centers over InfiniBand 136648 CCGRID
Integrating databases and workflow systems 136663 SIGMOD Record
Bridging Theorem Proving and Mathematical Knowledge Retrieval 136752 Mechanizing Mathematical Reasoning
System Description: Multi A Multi-strategy Proof Planner 136759 CADE
A Generic Modular Data Structure for Proof Attempts Alternating on Ideas and Granularity 136771 MKM
Impasse-Driven Reasoning in Proof Planning 136772 MKM
A New Set of Algebraic Benchmark Problems for SAT Solvers 136774 SAT
Failure Reasoning in Multiple-Strategy Proof Planning 136787 Electr. Notes Theor. Comput. Sci.
Mobile Business - eine andUuml;bersicht 136805 HMD - Praxis Wirtschaftsinform.
Applying SAT Solving in Classification of Finite Algebras 136808 J. Autom. Reasoning
CoCache: Query Processing Based on Collaborative Caching in P2P Systems 136815 DASFAA
C 136819 IJHPCN
Towards a Framework for the Agile Mining of Business Processes 136821 Business Process Management Workshops
A Model-Driven Approach for the Rapid Development of E-Negotiation Systems 136825 EMISA
Adaptive Process Management with ADEPT2 136827 ICDE
Preserving the Context of Interrupted Business Process Activities 136828 ICEIS (3)
Balancing Flexibility and Security in Adaptive Process Management Systems 136830 OTM Conferences (1)
Towards the Automation of E-Negotiation Processes Based on Web Services - A Modeling Approach 136832 WISE
Using Step-Wise Refinement to Build a Flexible Lightweight Storage Manager 136836 ADBIS
Aspect Refinement and Bounding Quantification in Incremental Designs 136839 APSEC
Beitragsband zum Studierenden-Programm bei der 11. Fachtagung "Datenbanken fanduuml;r Business, Technologie and Web", GI Fachbereich Datenbanken und Informationssysteme, Karlsruhe, 1. Mandauml;rz 200 136844 BTW Studierendenprogramm
RAM-SE'05-ECOOP'05 Workshop on Reflection, AOP, and Meta-Data for Software Evolution, Proceedings, Glasgow, UK, July 15, 200 136862 RAM-SE
Combining Feature-Oriented and Aspect-Oriented Programming to Support Software Evolution 136863 RAM-SE
FeatureC++: On the Symbiosis of Feature-Oriented and Aspect-Oriented Programming 136892 GPCE
Evolutionary Software Life Cycle for Self-Adapting Software Systems 136896 ICEIS (3)
A Mediator for E-Business 136920 WEBIST
Piggyback Meta-Data Propagation in Distributed Hash Tables 136921 WEBIST
Tool support for feature-oriented software development: featureIDE: an Eclipse-based approach 136923 ETX
A comprehensive database schema integration method based on the theory of formal concepts 136925 Acta Inf.
Performance engineering in data Grids 136953 Concurrency - Practice and Experience
Interactive Object-Based Retrieval Using Relevance Feedback 136967 ACIVS
Finding New News: Novelty Detection in Broadcast News 136968 AIRS
Using Segmented Objects in Ostensive Video Shot Retrieval 136970 Adaptive Multimedia Retrieval
A Comparison of Score, Rank and Probability-Based Fusion Methods for Video Shot Retrieval 136972 CIVR
Large Scale Evaluations of Multimedia Information Retrieval: The TRECVid Experience 136976 CIVR
Fandiacute;srandeacute;al: A Low Cost Terabyte Search Engine 136982 ECIR
Manipulating the Relevance Models of Existing Search Engines 136986 ECIR
Retrieving Amateur Video from a Small Collection 136998 ECDL
Video retrieval using dialogue, keyframe similarity and video objects 137006 ICIP (3)
A Study of Selection Noise in Collaborative Web Search 137009 IJCAI
Mobile access to personal digital photograph archives 137013 Mobile HCI
My digital photos: where and when 137022 ACM Multimedia
Evaluating the impact of selection noise in community-based web search 137028 SIGIR
Top subset retrieval on large collections using sorted indices 137029 SIGIR
Personalisation and recommender systems in digital libraries 137072 Int. J. on Digital Libraries
Handling Uncertain Rules in Composite Event Systems 137097 FLAIRS Conference
Towards an Event-Driven Architecture: An Infrastructure for Event Processing Position Paper 137111 RuleML
A Model for Reasoning with Uncertain Rules in Event Composition Systems 137114 UAI
e-CLV: A Modeling Approach for Customer Lifetime Evaluation in e-Commerce Domains, with an Application and Case Study for Online Auction 137122 Information Systems Frontiers
Automated Optic Nerve Analysis for Diagnostic Support in Glaucoma 137131 CBMS
Fast Online Policy Gradient Learning with SMD Gain Vector Adaptation 137136 NIPS
Detection performance of chaotic spreading LPI waveforms 137145 IEEE Transactions on Wireless Communications
Exploiting Structural Similarity For Effective Web Information Extraction 137146 Foundations of Semistructured Data
A Distributed System for Answering Range Queries on Sensor Network Data 137150 PerCom Workshops
Genius: Peer-to-Peer Location-Aware Gossip Using Network Coordinates 137162 International Conference on Computational Science (3)
ImDeploy: A Tool for Global-Scale Service Deployment on Peer-to-Peer Networks 137164 ICDCS Workshops
Formal Semantics and Verification for Feature Modeling 137165 ICECCS
Visualizing and Simulating Semantic Web Services Ontologies 137169 ICFEM
An Architecture for Developing Aspect-Oriented Web Services 137170 ECOWS
Reasoning Support for SWRL-FOL Using Alloy 137173 SEKE
TCOZ Approach to OWL-S Process Model Design 137174 SEKE
Verify Feature Models using protegeowl 137179 WWW (Special interest tracks and posters)
On maximum-length linear congruential-sequences-based low-density parity-check codes 137184 IEEE Transactions on Communications
Interleavers for turbo codes using permutation polynomials over integer rings 137185 IEEE Transactions on Information Theory
Early Detection of Alzheimer's Disease by Blind Source Separation, Time Frequency Representation, and Bump Modeling of EEG Signals 137205 ICANN (1)
A class of novel blind source extraction algorithms based on a linear predictor 137217 ISCAS (4)
Blind Identification and Deconvolution for Noisy Two-Input Two-Output Channels 137219 ISNN (2)
ICA and Committee Machine-Based Algorithm for Cursor Control in a BCI System 137220 ISNN (1)
XPath satisfiability in the presence of DTDs 137286 PODS
N-dimensional versus (N-1)-dimensional connectivity testing of first-order queries to semi-algebraic sets 137290 Acta Inf.
Can high performance software DSM systems designed with InfiniBand features benefit from PCI-Express 137306 CCGRID
Supporting iWARP Compatibility and Features for Regular Network Adapters 137326 CLUSTER
Head-to-TOE Evaluation of High-Performance Sockets over Protocol Offload Engines 137327 CLUSTER
Swapping to Remote Memory over InfiniBand: An Approach using a High Performance Network Block Device 137328 CLUSTER
Performance Evaluation of MM5 on Clusters with Modern Interconnects: Scalability and Impact 137330 Euro-Par
High Performance RDMA Based All-to-All Broadcast for InfiniBand Clusters 137336 HiPC
Supporting MPI-2 One Sided Communication on Multi-rail InfiniBand Clusters: Design Challenges and Performance Benefits 137337 HiPC
Performance Characterization of a 10-Gigabit Ethernet TOE 137338 Hot Interconnects
Can Memory-Less Network Adapters Benefit Next-Generation InfiniBand Systems? 137339 Hot Interconnects
LiMIC: Support for High-Performance MPI Intra-node Communication on Linux Cluster 137353 ICPP
High performance support of parallel virtual file system (PVFS2) over Quadrics 137371 ICS
Analysis of Design Considerations for Optimizing Multi-Channel MPI over InfiniBand 137383 IPDPS
Scheduling of MPI-2 One Sided Operations over InfiniBand 137387 IPDPS
Performance Modeling of Subnet Management on Fat Tree InfiniBand Networks using OpenSM 137404 IPDPS
Design and Implementation of Open MPI over Quadrics/Elan4 137409 IPDPS
Designing a Portable MPI-2 over Modern Interconnects Using uDAPL Interface 137429 PVM/MPI
Design Alternatives and Performance Trade-Offs for Implementing MPI-2 over InfiniBand 137430 PVM/MPI
Efficient Hardware Multicast Group Management for Multiple MPI Communicators over InfiniBand 137433 PVM/MPI
Exploiting NIC architectural support for enhancing IP-based protocols on high-performance networks 137458 J. Parallel Distrib. Comput.
Evaluating InfiniBand Performance with PCI Express 137463 IEEE Micro
Selective preemption strategies for parallel job scheduling 137481 IJHPCN
Axiom Schemata as Metalevel Axioms: Model Theory 137488 AAAI
Computational Law 137496 ICAIL
General Game Playing: Overview of the AAAI Competition 137514 AI Magazine
Database Reformulation with Integrity Constraints (extended abstract 137519 CoRR
Unicast and Multicast QoS Routing with Multiple Constraints 137535 QoS-IP
Path Protection with Pre-identification for MPLS Networks 137536 QSHINE
Fast Decoding Algorithm for Low-Density Parity-Check Codes 137539 IEICE Transactions
Range image segmentation based on randomized Hough transform 137540 Pattern Recognition Letters
An approach to ontology for institutional facts in the semantic web 137560 Information andamp; Software Technology
On relating CTL to Datalo 137567 CoRR
Compact reachability labeling for graph-structured data 137574 CIKM
What Can Expressive Semantics Tell: Retrieval Model for a Flash-Movie Search Engine 137576 CIVR
Low power network processor design using clock gating 137581 DAC
Enhancing Network Processor Simulation Speed with Statistical Input Sampling 137595 HiPEAC
Efficient Thermal Simulation for Run-Time Temperature Tracking and Management 137600 ICCD
VALVE: Variable Length Value Encoder for Off-Chip Data Buses. 137601 ICCD
Dynamic Co-allocation of Level One Caches 137609 ICESS
Dependent-Chance Programming Model for Stochastic Network Bottleneck Capacity Expansion Based on Neural Network and Genetic Algorithm 137615 ICNC (3)
Application of radiation mode in desired sound field generation using loudspeaker array 137621 ISCAS (4)
A tunable bus encoder for off-chip data buses 137622 ISLPED
Power Efficient Instruction Caches for Embedded Systems 137642 SAMOS
On Joining and Caching Stochastic Streams 137647 SIGMOD Conference
The Yellow active queue management algorithm 137662 Computer Networks
Strategies for an Acoustical-Hotspot Generation 137664 IEICE Transactions
A Fast Algorithm for the Sound Projection Using Multiple Sources 137665 IEICE Transactions
A low energy cache design for multimedia applications exploiting set access locality 137670 Journal of Systems Architecture
Architectural support for protecting user privacy on trusted processors 137674 SIGARCH Computer Architecture News
A way-halting cache for low-energy high-performance systems 137676 TACO
Improving Memory Encryption Performance in Secure Processors 137678 IEEE Trans. Computers
Nonlinear least-square solution to flat-top pattern synthesis using arbitrary linear array 137684 Signal Processing
Optimal status sets of heterogeneous agent programs 137713 AAMAS
RDF Aggregate Queries and Views 137727 ICDE
Game-Tree Search with Combinatorially Large Belief States 137739 IJCAI
Going Far, Logically 137740 IJCAI
A Motion Closed World Asumption 137741 IJCAI
The Relationship Between Reasoning About Privacy and Default Logics 137752 LPAR
Probabilistic Ontologies and Relational Databases 137761 OTM Conferences (1)
Aggregate operators in probabilistic databases 137797 J. ACM
Orthogonally Rotational Transformation for Naive Bayes Learning 137838 CIS (1)
A model for association rules based on clustering 137848 SAC
Optimizing recursive queries in SQL 137850 SIGMOD Conference
Addressing software dependability with statistical and machine learning techniques 137868 ICSE
Guest Editors' Introduction: Approaches to Recovery-Oriented Computing 137890 IEEE Internet Computing
Cheap recovery: a key to self-managing state 137893 TOS
Odysseus: A High-Performance ORDBMS Tightly-Coupled with IR Features 137895 ICDE
Adaptive row major order: a new space filling curve for efficient spatial join processing in the transform space 137900 Journal of Systems and Software
Margin-Based Ranking Meets Boosting in the Middle 137910 COLT
A general regression technique for learning transductions 137913 ICML
Moment Kernels for Regular Distributions 137934 Machine Learning
A Topology Adaptation Protocol for Structured Superpeer Overlay Construction 137940 GCC
Virtual Experiment Services 137948 ICWL
A Novel Resource Recommendation System Based on Connecting to Similar E-Learners 137950 ICWL
SVR-Based Oblivious Watermarking Scheme 137952 ISNN (2)
Robust Image Watermarking Scheme Based on Subsampling 137957 ICITA (2)
Reliable Information Hiding Based on Support Vector Machine 137959 Informatica, Lith. Acad. Sci.
A novel image watermarking scheme based on support vector regression 137960 Journal of Systems and Software
Absolute exponential stability of a class of recurrent neural networks with multiple and variable delays 137961 Theor. Comput. Sci.
MiddLog: A Web Service Approach for Application Logging 137964 EC-Web
GARSA: genomic analysis resources for sequence annotation 137976 Bioinformatics
Towards Automatic and Optimal Filtering Levels for Feature Selection in Text Categorization 137980 IDA
Scoring and Selecting Terms for Text Categorization 137983 IEEE Intelligent Systems
Generating domain representations using a relationship model 137984 Inf. Syst.
Introducing a Family of Linear Measures for Feature Selection in Text Categorization 137986 IEEE Trans. Knowl. Data Eng.
Das verflixte 7. Jahr (?) - Zwischenbilanz eines XML-Datenbanksystems 137999 Berliner XML Tage
SEA-CNN: Scalable Processing of Continuous K-Nearest Neighbor Queries in Spatio-temporal Databases 138023 ICDE
A Generative/Discriminative Learning Algorithm for Image Classification 138096 ICCV
Motion Planning of Multiple Agents in Virtual Environments using Coordination Graphs 138107 ICRA
An Educational Virtual Environment for Studying Physics Concept in High Schools 138108 ICWL
Remote Controller Design of Networked Control Systems Based on Self-constructing Fuzzy Neural Network 138114 ISNN (3)
Eliminating Bottlenecks in Overlay Multicast 138117 NETWORKING
A Smith Predictor-Based PI-Controller for Active Queue Management 138128 IEICE Transactions
A Framework for Semi-Supervised Learning Based on Subjective and Objective Clustering Criteria 138154 ICDM
On Error Correlation and Accuracy of Nearest Neighbor Ensemble Classifiers 138159 SDM
Kernel pooled local subspaces for classification 138162 IEEE Transactions on Systems, Man, and Cybernetics, Part B
Efficient Image Retrieval System based on Differential Latent Semantic Index 138176 Computational Intelligence
A 3D mouse for interacting with virtual objects 138183 ISCAS (5)
An improved algorithm for maximum-likelihood based approach for a multitarget tracking problem 138184 ISCAS (2)
Two-level decoupled Hamming network for associative memory under noisy environment 138187 ISCAS (4)
Fuzzy Logic Experience Model in Human Resource Management 138188 KES (2)
A general stability analysis on regional and national voting schemes against noise - why is an electoral college more stable than a direct popular election 138208 Artif. Intell.
Negative correlation between compositional symmetries and local recombination rates 138209 Bioinformatics
Grid Service Orchestration Using the Business Process Execution Language (BPEL) 138215 J. Grid Comput.
Integrating mRNA Decay Information into Co-Regulation Study 138222 J. Comput. Sci. Technol.
A districted neural network for start codon prediction 138230 IJBRA
An Incremental Subspace Learning Algorithm to Categorize Large Scale Text Data 138231 APWeb
Supervised semi-definite embedding for image manifolds 138236 ICME
A Gradient BYY Harmony Learning Algorithm on Mixture of Experts for Curve Detection 138237 IDEAL
A Step by Step Optimization Approach to Independent Component Analysis 138238 ISNN (1)
OCFS: optimal orthogonal centroid feature selection for text categorization 138240 SIGIR
An alternative switching criterion for independent component analysis (ICA) 138242 Neurocomputing
A novel fuzzy C-means algorithm and its application 138243 IJPRAI
Learning multiview face subspaces and facial pose estimation using independent component analysis 138249 IEEE Transactions on Image Processing
Line-Segment Intersection Made In-Place 138265 WADS
Hardware Acceleration of Database Operations Using Content-Addressable Memories 138281 DaMoN
PADS: Protein Structure Alignment Using Directional Shape Signatures 138282 DASFAA
Progressive Ranking of Range Aggregates 138285 DaWaK
PULSATINGSTORE: An Analytic Framework for Automated Storage Management 138308 ICDE Workshops
ABACUS: A Distributed Middleware for Privacy Preserving Data Sharing Across Private Data Warehouses 138316 Middleware
STORAGEDB: Enhancing the Storage Sub-System with DBMS Functionalities 138318 MSST
Using Association Rules for Fraud Detection in Web Advertising Networks 138341 VLDB
Duplicate detection in click streams 138346 WWW
Sequence Similarity Search Using Discrete Fourier and Wavelet Transformation Techniques 138362 International Journal on Artificial Intelligence Tools
Predicting accuracy of extracting information from unstructured text collections 138381 CIKM
Analysis of factoid questions for effective relation extraction 138389 SIGIR
Scaling Information Extraction to Large Document Collections 138395 IEEE Data Eng. Bull.
A Machine Text-Inspired Machine Learning Approach for Identification of Transmembrane Helix Boundaries 138436 ISMIS
Detecting action-items in e-mail 138442 SIGIR
Equidistant Binary Fingerprinting Codes Existence and Identification Algorithms 138492 ICCSA (2)
A Family of Collusion 2-Secure Codes 138495 Information Hiding
Tracing Traitors by Guessing Secrets. The q-Ary Case 138496 ISPEC
Multimedia Copyright Protection Platform Demonstrator 138497 iTrust
Autonomic Index Management 138501 ICAC
A Decremental Algorithm for Maintaining Frequent Itemsets in Dynamic Databases 138517 DaWaK
Scalable Inductive Learning on Partitioned Data 138537 ISMIS
Combining proactive and reactive predictions for data streams 138540 KDD
Rearranging data objects for efficient and stable clustering 138546 SAC
EIC Editorial: TKDE Editorial Board Changes 138580 IEEE Trans. Knowl. Data Eng.
Cost-Constrained Data Acquisition for Intelligent Data Preparation 138583 IEEE Trans. Knowl. Data Eng.
Multi-structural databases 138593 PODS
An Overlay Network for Resource Discovery in Grids 138608 DEXA Workshops
Indexing Data-oriented Overlay Networks 138612 VLDB
Using Lexical and Logical Methods for the Alignment of Medical Terminologies 138614 AIME
Using Lexical and Logical Methods for the Alignment of Medical Terminologies 138616 BNAIC
Ontology mapping using background knowledge 138626 K-CAP
Semantic Web Challenge 2004 138636 J. Web Sem.
Learning against opponents with bounded memory 138639 IJCAI
A New Continuous Media Playback Scheme Using the On-Time Delivery Channel 138647 IKE
Profile Management Technology for Smart Customizations in Private Home Applications 138652 DEXA Workshops
A Policy-Based Approach for QoS Specification and Enforcement in Distributed Service-Oriented Architecture 138657 IEEE SCC
Service Level Management using QoS Monitoring, Diagnostics, and Adaptation for Networked Enterprise Systems 138659 EDOC
Incrementally Maintaining Materializations of Ontologies Stored in Logic Databases 138692 J. Data Semantics
Transformation to Dynamic Single Assignment Using a Simple Data Flow Analysis 138702 APLAS
Logical Bayesian Networks and Their Relation to Other Probabilistic Logical Models 138706 BNAIC
Verification of Source Code Transformations by Program Equivalence Checking 138709 CC
Experiences with Enumeration of Integer Projections of Parametric Polytopes 138710 CC
Functional Equivalence Checking for Verification of Algebraic Transformations on Array-Intensive Source Code 138712 DATE
A Comparison of Approaches for Learning Probability Trees 138714 ECML
Learning (k, l)-Contextual Tree Languages for Information Extraction 138715 ECML
An ID-Logic Formalization of the Composition of Autonomous Databases 138762 LPNMR
Inference of Well-Typings for Logic Programs with Application to Termination Analysis 138779 SAS
Peer-To-Peer Databases for e-Science: a Biodiversity Case Study 138888 SBBD
Improving ecological niche models by data mining large environmental datasets for surrogate model 138896 CoRR
The Spectral Method for General Mixtureand#160;Models 138902 COLT
Nash Equilibria in Random Games 138906 FOCS
Tensor decomposition and approximation schemes for constraint satisfaction problems 138940 STOC
Efficient algorithms for online decision problems 138953 J. Comput. Syst. Sci.
Semantic Grid: The Convergence of Technologies, 3.-8. July 200 138984 Semantic Grid
Towards a Semantic Grid Architecture 138985 Semantic Grid
Applying Description Logics for Workflow Reuse and Repurposing 138993 Description Logics
Putting Semantics into e-Science and Grids 138996 e-Science
Panoply of Utilities in Taverna 138997 e-Science
Feta: A Light-Weight Architecture for User Oriented Semantic Service Discovery 139002 ESWC
Pedro Ontology Services: A Framework for Rapid Ontology Markup 139003 ESWC
ODEGSG Framework, Knowledge-Based Annotation and Design of Grid Services 139018 ICSOC
ODESGS framework, knowledge-based markup for semantic grid services 139025 K-CAP
Using the Semantic Web for e-Science: Inspiration, Incubation, Irritation 139032 International Semantic Web Conference
Seven Bottlenecks to Workflow Reuse and Repurposing 139033 International Semantic Web Conference
Proceedings of the International Cross-Disciplinary Workshop on Web Accessibility, Chiba, Japan, May 10-14, 200 139040 W4A
Learning domain ontologies for Web service descriptions: an experiment in bioinformatics 139050 WWW
RSA-based Certified Delivery of E-Goods Using Verifiable and Recoverable Signature Encryption 139069 J. UCS
Augmenting the mobility of profoundly blind Web travellers 139071 The New Review of Hypermedia and Multimedia
Guest editors' introduction to the special section on scientific workflows 139074 SIGMOD Record
Learning domain ontologies for semantic Web service descriptions 139081 J. Web Sem.
Optimizing ETL Processes in Data Warehouses 139106 ICDE
Computing and Managing Cardinal Direction Relations 139158 IEEE Trans. Knowl. Data Eng.
Preface 139201 Algorithmica
Efficient Update Strategies for Geometric Computing with Uncertainty 139207 Theory Comput. Syst.
A Three-Level Graph Based Interactive Volume Segmentation System 139235 ISVC
Interactive Visualization for Network and Port Scan Detection 139248 RAID
Time-varying, multivariate volume data reduction 139249 SAC
Discovering parametric clusters in social small-world graphs 139250 SAC
Intelligent Feature Extraction and Tracking for Visualizing Large-Scale 4D Flow Simulations 139255 SC
End-to-End Data Reduction and Hardware Accelerated Rendering Techniques for Visualizing Time-Varying Non-uniform Grid Volume Data 139262 Volume Graphics
High-Quality Rendering of Compressed Volume Data Formats 139269 EuroVis
Illustrative Rendering Techniques for Visualization: Future of Visualization or Just Another Technique? 139273 IEEE Visualization
Opening the Black Box - Data Driven Visualization of Neural Network 139287 IEEE Visualization
A Visualization Methodology for Characterization of Network Scans 139289 VizSEC
A study of I/O methods for parallel visualization of large-scale data 139304 Parallel Computing
Guest Editors' Introduction: Special Section on IEEE Visualization Applications 139306 IEEE Trans. Vis. Comput. Graph.
An Intelligent System Approach to Higher-Dimensional Classification of Volume Data 139310 IEEE Trans. Vis. Comput. Graph.
Expressive line selection by example 139315 The Visual Computer
MutualCast: A Serverless Peer-to-Peer Multiparty Real-Time Audio Conferencing System 139352 ICME
Semantics and Evaluation Techniques for Window Aggregates in Data Streams 139367 SIGMOD Conference
Cost-sensitive classification with genetic programming 139373 Congress on Evolutionary Computation
The application of evolutionary computation to the analysis of the profiles of elliptical galaxies: a maximum likelihood approach 139374 Congress on Evolutionary Computation
On the compression and streaming of concentric mosaic data for free wandering in a realistic environment over the Internet 139405 IEEE Transactions on Multimedia
A comparative study of three evolutionary algorithms incorporating different amounts of domain knowledge for node covering problem 139406 IEEE Transactions on Systems, Man, and Cybernetics, Part C
Low noise reversible MDCT (RMDCT) and its application in progressive-to-lossless embedded audio coding 139407 IEEE Transactions on Signal Processing
2D FE Quad Mesh Smoothing via Angle-Based Optimization 139409 International Conference on Computational Science (1)
Fast Mode Decision for H.264/AVC Based on Macroblock Correlation 139415 AINA
Towards an agent oriented programming language with caste and scenario mechanisms 139422 AAMAS
Agent Oriented Programming Based on SLABS 139429 COMPSAC (1)
Empirical Validation of Website Timeliness Measures 139432 COMPSAC (1)
Signature Verification Method Based on the Combination of Shape and Dynamic Feature 139443 FSKD (2)
3-D Head Pose Estimation for Monocular Image 139444 FSKD (2)
Efficient Algorithms for Finding a Longest Common Increasing Subsequence 139458 ISAAC
Caste-Centric Agent-Oriented Programming 139466 QSIC
Formal Reasoning about Emergent Behaviours of Multi-Agent Systems 139472 SEKE
Agent-Oriented Modelling and Specification of Web Services 139479 WORDS
Progress in Computational Complexity Theory 139498 J. Comput. Sci. Technol.
A Query Processing Mechanism for Top-k Query in P2P Networks 139519 ICDE Workshops
A Ubiquitous Computing Environment Composed by Cooperation between Visual Markers and Event-Driven Compact Devices 139528 UDM
Knowledge Extraction from Unsupervised Multi-topographic Neural Network Models 139538 ICANN (2)
Streaming layered encoded video using peers 139589 ICME
Modelling of distortion caused by packet losses in video transport 139590 ICME
Joint scene classification and segmentation based on hidden Markov model 139620 IEEE Transactions on Multimedia
Interrelated Two-Way Clustering and its Application on Gene Expression Data 139631 International Journal on Artificial Intelligence Tools
System RX: One Part Relational, One Part XML 139634 SIGMOD Conference
Insurance Services in Multi-agent Systems 139639 Australian Conference on Artificial Intelligence
Trading in Open Marketplace Using Trust and Risk 139644 IAT
sigma-SCLOPE: Clustering Categorical Streams Using Attribute Selection 139645 KES (2)
Automated statistics collection in action 139651 SIGMOD Conference
Extracting regions of symmetry 139659 ICIP (3)
Relationship Cardinality Constraints in Relational Database Design 139665 Encyclopedia of Information Science and Technology (IV)
An Object-Relational Approach to the Representation of Multi-granular Spatio-Temporal Data 139668 CAiSE
Requirements for a knowledge management framework to be used in software intensive organizations 139677 IRI
GPAC: generic and progressive processing of mobile queries over mobile data 139715 Mobile Data Management
Spatio-temporal Histograms 139720 SSTD
Detection and Tracking of Discrete Phenomena in Sensor-Network Databases 139722 SSDBM
NILE-PDT: A Phenomenon Detection and Tracking Framework for Data Stream Management Systems 139723 VLDB
PLACE: A Scalable Location-aware Database Server for Spatio-temporal Data Streams 139724 IEEE Data Eng. Bull.
K-Optimal Pattern Discovery: An Efficient and Effective Approach to Exploratory Data Mining 139736 Australian Conference on Artificial Intelligence
Ensemble Selection for SuperParent-One-Dependence Estimators 139741 Australian Conference on Artificial Intelligence
Pruning Derivative Partial Rules During Impact Rule Discovery 139757 PAKDD
Discarding Insignificant Rules during Impact Rule Discovery in Large, Dense Databases 139766 SDM
K-Optimal Rule Discovery 139768 Data Min. Knowl. Discov.
Not So Naive Bayes: Aggregating One-Dependence Estimators 139776 Machine Learning
On the Application of ROC Analysis to Predict Classification Performance Under Varying Class Distributions 139777 Machine Learning
Conceptual Modeling Based on Transformation Linguistic Patterns 139797 ER
Metamorfosis: Un Marco para el Anandaacute;lisis de Requisitos Funcionales 139798 WER
XQuery Implementation in a Relational Database System 139799 VLDB
Filter Based Directory Replication: Algorithms and Performance 139800 ICDCS
Filter Based Directory Replication and Caching: Algorithms and Performance 139801 ICDE
Tutorial 5: Schema and Data Translation 139815 ER (Workshops)
Profitable services in an uncertain world 139875 SC
Learning classifier system ensemble for data mining 139909 GECCO Workshops
Ontology-Based E-Catalog Matching for Integration of GDSN and EPCglobal Network 139912 ICEBE
LCSE: Learning Classifier System Ensemble for Incremental Medical Instances 139915 IWLCS
A Neighborhood-Based Clustering Algorithm 139922 PAKDD
On the Performance of Feature Weighting K-Means for Text Subspace Clustering 139929 WAIM
Adaptive grid job scheduling with genetic algorithms 139934 Future Generation Comp. Syst.
Querying Multidimensional Data 139940 Encyclopedia of Information Science and Technology (IV)
A Hybrid Discriminative/Generative Approach for Modeling Human Activities 140003 IJCAI
Some sensor network elements for ubiquitous computing 140004 IPSN
WALRUS: wireless acoustic location with room-level resolution using ultrasound 140012 MobiSys
Place Lab: Device Positioning Using Radio Beacons in the Wild 140020 Pervasive
Introduction 140035 Commun. ACM
Delivering real-world ubiquitous location systems 140036 Commun. ACM
Extracting places from traces of locations 140045 Mobile Computing and Communications Review
Transposition relationnelle d'un modandegrave;le objet par prise en compte des contraintes d'intandeacute;gritandeacute; de niveau instance 140064 INFORSID
ORCHESTRA: Rapid, Collaborative Sharing of Dynamic Data 140074 CIDR
Combining Information Extraction Systems Using Voting and Stacked Generalization 140102 Journal of Machine Learning Research
Two Adaptive Matching Learning Algorithms for Independent Component Analysis 140111 CIS (1)
MFCC and SVM Based Recognition of Chinese Vowels 140112 CIS (2)
A Multi-population chi2 Test Approach to Informative Gene Selection 140120 IDEAL
A Gradient BYY Harmony Learning Algorithm on Mixture of Experts for Curve Detection 140121 IDEAL
A Dynamic Merge-or-Split Learning Algorithm on Gaussian Mixture for Automated Model Selection 140122 IDEAL
An Information Criterion for Informative Gene Selection 140123 ISNN (3)
Non-parametric Statistical Tests for Informative Gene Selection 140125 ISNN (3)
Asymptotic convergence properties of the EM algorithm with respect to the overlap in the mixture 140133 Neurocomputing
A Further Result on the ICA One-Bit-Matching Conjecture 140137 Neural Computation
On the correct convergence of the EM algorithm for Gaussian mixtures 140143 Pattern Recognition
Shared-buffer smoothing of variable bit-rate streams 140196 Perform. Eval.
Scalable and fault-tolerant support for variable bit-rate data in the exedra streaming server 140212 TOS
Efficient Computation of Frequent and Top-k Elements in Data Streams 140216 ICDT
Using Association Rules for Fraud Detection in Web Advertising Networks 140217 VLDB
Type-Based Optimization for Regular Patterns 140218 DBPL
Measurement and Prediction of Network Characteristics for Adaptive Video Servers 140233 EuroIMSA
Topic 11 Distributed and High-Performance Multimedia 140235 Euro-Par
Teaching: People to People - About People A Plea for the Historic and Human View 140243 ISSEP
Flexible IO Services in the Kepler Grid Workflow System 140266 e-Science
Message from the Chairs 140303 ICPP Workshops
BioLog: A Browser Based Collaboration and Resource Navigation Assistant for BioMedical Researchers 140319 DILS
Error-Sensitive Grading for Model Combination 140326 ECML
Sensor Sequence Modeling for Driving 140327 FLAIRS Conference
Bias Analysis in Text Classification for Highly Skewed Data 140329 ICDM
Learning with Labeled Sessions 140334 IJCAI
A Novel Approach to Model Generation for Heterogeneous Data Classification 140335 IJCAI
Traffic grooming in WDM SONET UPSR rings with multiple line speeds 140338 INFOCOM
Research Paper Recommender Systems: A Subspace Clustering Approach 140353 WAIM
Parallel Mining for Classification Rules with Ant Colony Algorithm 140402 CIS (1)
A Novel Ant Clustering Algorithm with Digraph 140403 ICNC (2)
Implementing Component Persistence in CCM Based on StarPSS 140407 APPT
Stratus: A Distributed Web Service Discovery Infrastructure Based on Double-Overlay Network 140410 APWeb
A SLA-Based Resource Donation Mechanism for Service Hosting Utility Center 140419 GCC
An Optimal Component Distribution Algorithm Based on MINLP 140424 ICCNMC
Uncovering Database Access Optimizations in the Middle Tier with TORPEDO 140442 ICDE
A Framework for XML-Based Integration of Data, Visualization and Analysis in a Biomedical Domain 140455 XSym
Towards end-to-end privacy control in the outsourcing of marketing activities: a web service integration solution 140457 ICEC
Efficient Evaluation of Nearest-Neighbor Queries in Content-Addressable Networks 140471 From Integrated Publication and Information Systems to Virtual Information and Knowledge Environments
Self-Organization in Overlay Networks 140475 CAiSE Workshops (2)
Malicious Behaviour in Content-Addressable Peer-to-Peer Networks 140478 CNSR
Fachinformationssystem Informatik (FIS-I) und Semantische Technologien fanduuml;r Informationsportale (SemIPort) 140487 GI Jahrestagung (2)
Proceedings of the 31st International Conference on Very Large Data Bases, Trondheim, Norway, August 30 - September 2, 200 140501 SIGMOD Conference
Verteiltes Webcrawling in einer Peer-to-Peer-Umgebung 140506 Datenbank-Spektrum
On the Lightweight Use of Goal-Oriented Models for Software Package Selection 140520 CAiSE
Extending Tropos for a Prolog Implementation: A Case Study Using the Food Collecting Agent Problem 140525 CLIMA VI
A MOF-Compliant Approach to Software Quality Modeling 140530 ER
How Agile COTS Selection Methods are (and can be) 140534 EUROMICRO-SEAA
COTS-Based Software Systems, 4th International Conference, ICCBSS 2005, Bilbao, Spain, February 7-11, 2005, Proceeding 140537 ICCBSS
On Goal-Oriented COTS Taxonomies Construction 140538 ICCBSS
Anandaacute;lisis de los Mandeacute;todos de Selecciandoacute;n de Componentes COTS desde una Perspectiva andAacute;gil 140550 JISBD
DesCOTS-EV: A Tool for the Evaluation of COTS Components 140554 RE
Un Marco para la Definiciandoacute;n de Mandeacute;tricas sobre Modelos de Dependencias entre Actores 140563 WER
Towards a reference framework for COTS-based development: a proposal 140574 ACM SIGSOFT Software Engineering Notes
Storing and querying XML data using denormalized relational databases 140579 VLDB J.
Combining Image and Structured Text Retrieval 140580 INEX
Group Ratio Round-Robin: O(1) Proportional Share Scheduling for Uniprocessor and Multiprocessor Systems 140588 USENIX Annual Technical Conference, General Track
A path-based node filtering method for efficient structural joins, 140617 Inf. Process. Lett.
Design and implementation of an extended relationship semantics in an ODMG-compliant OODBMS 140624 Journal of Systems and Software
New generation E-Learning technology by Web Services 140646 Wissensmanagement
Auto claim fraud detection using Bayesian learning neural networks 140652 Expert Syst. Appl.
Cost-sensitive learning and decision making revisited 140658 European Journal of Operational Research
An Extremal Problem on the Potentially Kr+1-e Graphic Sequences 140674 Ars Comb.
Mining Cross-Graph Quasi-Cliques in Gene Expression and Protein Interaction Data 140677 ICDE
On mining cross-graph quasi-cliques 140678 KDD
An Interactive Approach to Mining Gene Expression Data 140679 IEEE Trans. Knowl. Data Eng.
The Conflict Detection Between Permission Assignment Constraints in Role-Based Access Control 140684 CISC
An enterprise architecture framework based on a common information technology domain (EAFIT) for improving interoperability among heterogeneous information systems 140687 SERA
Exploring Bit-Difference for Approximate KNN Search in High-dimensional Databases 140691 ADC
Indexing Text and Visual Features for WWW Images 140694 APWeb
Semantic Caching for Multiresolution Spatial Query Processing in Mobile Environments 140703 SSTD
Faster solution to the maximum quartet consistency problem with constraint programming 140710 APBC
A Polynomial Algorithm for the Minimum Quartet Inconsistency Problem with O(n) Quartet Errors 140712 CSB Workshops
The Synthetic Gene Designer: a Flexible Web Platform to Explore Sequence Space of Synthetic Genes for Heterologous Expression 140713 CSB Workshops
A Band-Weighted Landuse Classification Method for Multispectral Images 140714 CVPR (1)
Dynamic Zone-Balancing of Topology-Aware Peer-to-Peer Networks 140715 GCC
Manifold learning, a promised land or work in progress 140721 ICME
Application of Smodels in Quartet Based Phylogeny Construction 140727 LPNMR
Learning with non-metric proximity matrices 140728 ACM Multimedia
Structural DNA Nanotechnology: Molecular Construction and Computation 140734 UC
A Lookahead Branch-and-Bound Algorithm for the Maximum Quartet Consistency Problem 140735 WABI
Restricted evolution based multimodal function optimization in holographic grating design 140739 Congress on Evolutionary Computation
KBA: Kernel Boundary Alignment Considering Imbalanced Data Distribution 140751 IEEE Trans. Knowl. Data Eng.
Accommodating Software Development Collaboration 140757 APSEC
Caribou: A Supporting Environment for Software e-Development 140772 EEE
Coping with Legacy System Migration Complexity 140776 ICECCS
A QoS Broker Based Architecture for Efficient Web Services Selection 140779 ICWS
Toward A new Approach for Web Services Development Life Cycle 140780 ISWS
Properties and scopes in web model checking 140782 ASE
Visualization-based analysis of quality for large-scale software systems 140784 ASE
Automated terrain generation using LIDAR and waterbody survey data 140820 SAC
Network-Based Problem Detection for Distributed Systems 140872 ICDE
A New Commit Protocol for Distributed Real-Time Database Systems 140879 Databases and Applications
Performance Evaluation of Secure Concurrency Control Algorithm for Multilevel Secure Distributed Database Systems 140884 ITCC (1)
Efficient Mobility Management for Cache Invalidation in Wireless Mobile Environment 140885 IWDC
Strategies for Cache Invalidation of Location Dependent Data in Mobile Environment 140886 PDPTA
XG: A Data-Driven Computation Grid for Enterprise-Scale Mining 140892 DEXA
Load and Network Aware Query Routing for Information Integration 140894 ICDE
Effectiveness of Note Duration Information for Music Retrieval 140907 DASFAA
Spelling Recognition for Two Commonly-Used Thai Spelling Methods 140915 Artificial Intelligence and Applications
A Probabilistic Evaluation Function for Relaxed Unification 140918 COMPSAC (2)
Recovering "Lack of Words" in Text Categorization for Item Banks 140920 COMPSAC (2)
Hybrid Intelligent Systems: Selecting Attributes for Soft-Computing Analysis 140921 COMPSAC (1)
PKIP: Feature Selection in Text Categorization for Item Banks 140934 ICTAI
A Rough Set Based Model to Rank the Importance of Association Rules 140958 RSFDGrC (2)
Selecting Attributes for Soft-Computing Analysis in Hybrid Intelligent Systems 140959 RSFDGrC (2)
Discovering and ranking important rules 140971 GrC
Thai Spelling Recognition Using a Continuous Speech Corpus 140992 Int. J. Comput. Proc. Oriental Lang.
Nearest Neighbor Queries on Extensible Grid Files Using Dimensionality Reduction 141012 COMPSAC (1)
Melody Classification Using EM Algorithm 141013 COMPSAC (1)
Document Retrieval Using Projection by Frequency Distribution 141021 ICTAI
Disjunctive Sequential Patterns on Single Data Sequence and Its Anti-monotonicity 141029 MLDM
Automatic Tuning Matrix Multiplication Performance on Graphics Hardware 141077 IEEE PACT
Remote Monitoring and Control over the Internet 141148 The Industrial Information Technology Handbook
Towards just-in-time middleware architectures 141150 AOSD
Horizontal decomposition of Prevayler 141153 CASCON
The PADRES Distributed Publish/Subscribe System 141165 FIW
ToPSS - The Toronto Publish/Subscribe System Family 141166 GI Jahrestagung (1)
Demo: a framework for location information processing 141172 Mobile Data Management
Composite Subscriptions in Content-Based Publish/Subscribe Systems 141173 Middleware
Generic Middleware Substrate Through Modelware 141176 Middleware
DOA 2005 PC Co-chairs' Message 141182 OTM Conferences (1)
Small Scale Peer-to-Peer Publish/Subscribe 141183 P2PKM
Supporting ECDL'05 Using TCeReview 141209 ECDL
PlaySOM and PocketSOMPlayer, Alternative Interfaces to Large Music Collections 141226 ISMIR
Evaluation of Feature Extractors and Psycho-Acoustic Transformations for Music Genre Classification 141227 ISMIR
A Vector Field Visualization Technique for Self-organizing Maps 141239 PAKDD
Serendipity in Text and Audio Information Spaces: Organizing and Exploring High-Dimensional Data with the Growing Hierarchical Self-Organizing Map 141246 Classification and Clustering for Knowledge Discovery
NodMutDB: a database for genes and mutants involved in symbiosis 141250 Bioinformatics
On a Collaborative Caching in a Peer-to-Peer Network for Push-Based Broadcast 141285 DEXA
Effective Database Transformation and Efficient Support Computation for Mining Sequential Patterns 141286 DASFAA
An Efficient Approach to Extracting Approximate Repeating Patterns in Music Databases 141288 DASFAA
Efficient kNN search in polyphonic music databases using a lower bounding mechanism 141293 Multimedia Syst.
Automatic Data Extraction from Data-Rich Web Pages 141301 DASFAA
On the Sequencing of Tree Structures for XML Indexing 141305 ICDE
2005 IEEE International Conference on e-Business Engineering (ICEBE 2005), 18-21 October 2005, Beijing, Chin 141306 ICEBE
Postal Address Detection from Web Documents 141315 WIRI
Indexing mobile objects using dual transformations 141323 VLDB J.
Feature Analysis for Service-Oriented Reengineering 141324 APSEC
DULO: An Effective Buffer Cache Management Scheme to Exploit Both Temporal and Spatial Localities 141333 FAST
Joint feature-spatial-measure space: a new approach to highly efficient probabilistic object tracking 141339 ICIP (2)
Wrapping Client-Server Application to Web Services for Internet Computing 141355 PDCAT
Using Feature-Oriented Analysis to Recover Legacy Software Design for Software Evolution 141360 SEKE
Java-MOP: A Monitoring Oriented Programming Environment for Java 141361 TACAS
CLOCK-Pro: An Effective Improvement of the CLOCK Replacement 141362 USENIX Annual Technical Conference, General Track
Similarity Analysis of Video Sequences Using an Artificial Neural Network 141365 Appl. Intell.
A bayesian recurrent neural network for unsupervised pattern recognition in large incomplete data sets 141374 Int. J. Neural Syst.
Goal-oriented requirement analysis for data warehouse design 141381 DOLAP
Semantic Web Services Tutorial 141399 IEEE SCC
WSMX - A Semantic Service-Oriented Architecture 141402 ICWS
Semantic Web Services Tutorial 141403 ICWS
A Distributed Self-Stabilizing Algorithm for Finding a Connected Dominating Set in a Graph 141413 PDCAT
Selecting Informative Genes from Microarray Dataset by Incorporating Gene Ontology 141423 BIBE
A Two-Step Approach for Clustering Proteins Based on Protein Interaction Profile 141424 BIBE
A Topological Measurement for Weighted Protein Interaction Network 141430 CSB
Digitalization of coastal management and decision making supported by multi-dimensional geospatial information and analysis 141435 DG.O
Integration of multidimensional geospatial information for coastal management and decision-making 141436 DG.O
Virtual Gene: A Gene Selection Algorithm for Sample Classification on Microarray Datasets 141445 International Conference on Computational Science (2)
Towards Exploring Interactive Relationship between Clusters and Outliers in Multi-Dimensional Data Analysis 141450 ICDE
Virtual Gene: Using Correlations Between Genes to Select Informative Genes on Microarray Datasets 141507 T. Comp. Sys. Biology
SynchRuler: A Rule-Based Flexible Synchronization Model with Model Checking 141508 IEEE Trans. Knowl. Data Eng.
An Interactive Approach to Mining Gene Expression Data 141510 IEEE Trans. Knowl. Data Eng.
BioStar models of clinical and genomic data for biomedical data warehouse design 141519 IJBRA
Planning for Geospatial Data Integration 141520 AAAI
Composing, optimizing, and executing plans for bioinformatics web services 141526 VLDB J.
Mining Frequent Trees Based on Topology Projection 141528 APWeb
Evolutionary Biclustering of Microarray Data 141563 EvoWorkshops
GA-based approach to discover meaningful biclusters 141567 GECCO
Feature influence for evolutionary learning 141568 GECCO
An Approach to Reduce the Cost of Evaluation in Evolutionary Learning 141582 IWANN
Evolutionary computation for biclustering of gene expression 141591 SAC
Editorial message: special track on data streams 141593 SAC
Shifting and scaling patterns from gene expression data 141597 Bioinformatics
Visual Data Mining 141601 J. UCS
Data Streams J.UCS Special Issue 141602 J. UCS
Connecting Segments for Visual Data Exploration and Interactive Mining of Decision Rules 141603 J. UCS
Knowledge-based fast evaluation for evolutionary learning 141607 IEEE Transactions on Systems, Man, and Cybernetics, Part C
Secure Remote Compiling Services on the Grid 141624 PDPTA
A Personal Software Process Tool for Eclipse Environment 141627 Software Engineering Research and Practice
Local sparsity control for naive Bayes with extreme misclassification costs 141634 KDD
Automatic web query classification using labeled and unlabeled training data 141635 SIGIR
The Use of MedGIFT and EasyIR for ImageCLEF 2005 141648 CLEF
Evaluating user interactions with clinical information systems: A model based on human-computer interaction models 141651 Journal of Biomedical Informatics
Application reviews 141698 Appl. Soft Comput.
Object recognition and pose estimation using color cooccurrence histograms and geometric modeling 141708 Image Vision Comput.
A Comparison of Simulated Annealing with a Simple Evolutionary Algorithm 141732 FOGA
Theoretical analysis of a mutation-based evolutionary algorithm for a tracking problem in the lattice 141736 GECCO
Design and analysis of an asymmetric mutation operator 141754 Congress on Evolutionary Computation
Real royal road functions--where crossover provably is essential 141756 Discrete Applied Mathematics
On the Choice of the Offspring Population Size in Evolutionary Algorithms 141758 Evolutionary Computation
Handwritten Character Recognition Using Gradient Feature and Quadratic Classifier with Multiple Discrimination Schemes 141776 ICDAR
Using Self-organizing Map for Mental Tasks Classification in Brain-Computer Interface 141779 ISNN (2)
Finding an optimum edit script between an XML document and a DTD 141788 SAC
A Polynomial-Time Algorithm for Merging Structured Documents 141791 IEICE Transactions
Facial Expression Recognition Using HLAC Features and WPCA 141795 ACII
Hierarchical analysis of process variation for mixed-signal systems 141797 ASP-DAC
Key Frame Extraction Based on Evolutionary Artificial Immune Network 141801 CIS (1)
An Novel Artificial Immune Systems Multi-objective Optimization Algorithm for 0/1 Knapsack Problems 141802 CIS (1)
Hierarchical Variance Analysis for Analog Circuits Based on Graph Modelling and Correlation Loop Tracing 141805 DATE
Test Planning for Mixed-Signal SOCs with Wrapped Analog Cores 141806 DATE
Feature Matrix Models for Information Extraction 141807 DMIN
A Paradigm for Parallel Matrix Algorithms: 141809 Euro-Par
Directional self-learning of genetic algorithm 141813 GECCO
Accessing MEDLINE/PubMed with Handheld Devices: Developments and New Search Portals 141815 HICSS
A Comparison of Learning Style Theories on the Suitability for elearning 141816 Web Technologies, Applications, and Services
Immune Clonal Selection Wavelet Network Based Intrusion Detection 141817 ICANN (1)
The Quaternion Model of Artificial Immune Response 141818 ICARIS
Fast Hierarchical Process Variability Analysis and Parametric Test Development for Analog/RF Circuits 141821 ICCD
TPSS: A Time-Based Positioning Scheme for Sensor Networks with Short Range Beacons 141822 ICCNMC
Image Enhancement via Fusion Based on Laplacian Pyramid Directional Filter Banks 141824 ICIAR
Research on Fuzzy Group Decision Making in Security Risk Assessment 141825 ICN (2)
Intrusion Detection Based on ART and Artificial Immune Network Clustering 141827 ICNC (2)
Bootstrapping Free-Space Optical Networks 141832 IPDPS
Evolving Optimal Feature Set by Interactive Reinforcement Learning for Image Retrieval 141837 ISNN (2)
SeGrid: A Secure Grid Infrastructure for Sensor Networks 141840 MSN
Efficiently Passive Monitoring Flow Bandwidth 141841 NPC
Distributed Active Measuring Link Bandwidth in IP Networks 141842 NPC
Research on Risk Probability Estimating Using Fuzzy Clustering for Dynamic Security Assessment 141846 RSFDGrC (2)
An Efficient Phantom Protection Method for Multi-dimensional Index Structures 141882 DASFAA
Slicing*-tree based web page transformation for small displays 141910 CIKM
Semantic Sensor Net: An Extensible Framework 141914 ICCNMC
Cache-Conscious Automata for XML Filtering 141915 ICDE
Status of the CAS/HKUST Joint Project BLOSSOMS 141919 RTCSA
BLOSSOMS: Building Lightweight Optimized Sensor Systems on a Massive Scale 141931 J. Comput. Sci. Technol.
A High-Performance Semi-Supervised Learning Method for Text Chunking 141934 ACL
A Localized Prediction Model for Statistical Machine Translation 141935 ACL
Data Dependent Concentration Bounds for Sequential Prediction Algorithms 141943 COLT
Localized Upper and Lower Bounds for Some Estimation Problems 141944 COLT
Audio-Visual Affect Recognition through Multi-Stream Fused HMM for HCI 141946 CVPR (2)
Parallelism/regularity-driven MIMO detection algorithm design 141964 ISCAS (5)
Parallel Logic Simulation of Million-Gate VLSI Circuits 141977 MASCOTS
Analysis of Spectral Kernel Design based Semi-supervised Learning 141988 NIPS
A Framework for Learning Predictive Structures from Multiple Tasks and Unlabeled Data 142004 Journal of Machine Learning Research
Learning Bounds for Kernel Regression Using Effective Data Dimensionality 142008 Neural Computation
Parallel high-throughput limited search trellis decoder VLSI design 142014 IEEE Trans. VLSI Syst.
Simultaneous recognition of words and prosody in the Boston University Radio Speech Corpus 142018 Speech Communication
Efficient Access Control for Distributed Hierarchical File Systems 142032 MSST
Impact of SOA on enterprise information architectures 142034 SIGMOD Conference
Automatic Generation of Bio-inspired Retina-Like Processing Hardware 142053 IWANN
A Computational Tool to Test Neuromorphic Encoding Schemes for Visual Neuroprostheses 142054 IWANN
Sanitizing using metadata in MetaXQuery 142068 SAC
Probabilistic Data Modeling and Querying for Location-Based Data Warehouses 142070 SSDBM
Athena: a resource for rapid visualization and systematic analysis of Arabidopsis promoter sequences 142078 Bioinformatics
Lower bounds for external algebraic decision trees 142111 SODA
Greedy optimal homotopy and homology generators 142114 SODA
Local polyhedra and geometric graphs 142122 Comput. Geom.
Distance-2 Edge Coloring is NP-Complet 142133 CoRR
Output-Sensitive Algorithms for Computing Nearest-Neighbour Decision Boundaries 142134 Discrete andamp; Computational Geometry
Dense Point Sets Have Sparse Delaunay Triangulations or "... But Not Too Nasty" 142138 Discrete andamp; Computational Geometry
Building spacetime meshes over arbitrary spatial domains 142145 Eng. Comput. (Lond.)
Cache-oblivious r-trees 142153 Symposium on Computational Geometry
Multiple Polyline to Polygon Matching 142158 ISAAC
Constrained higher order Delaunay triangulations 142162 Comput. Geom.
A new scheme on privacy-preserving data classification 142174 KDD
Analyzing and enhancing the resilience of structured peer-to-peer systems 142177 J. Parallel Distrib. Comput.
Distributed Stream Management using Utility-Driven Self-Adaptive Middleware 142180 ICAC
Resource-Aware Distributed Stream Management Using Dynamic Overlays 142181 ICDCS
Quickly Routing Searches Without Having to Move Content 142184 IPTPS
An Optimal Overlay Topology for Routing Peer-to-Peer Searches 142189 Middleware
Exploitation of Referential Integrity Constraints for Efficient Update of Data Warehouse Views 142199 BNCOD
Self-Maintainability Assessment for Auxiliary Views Using Queuing Model 142205 iiWAS
Discriminating Biased Web Manipulations in Terms of Link Oriented Measures 142206 ISCIS
Wavelength Converter Assignment Problem in All Optical WDM Networks 142207 KES (1)
How to Train a Classifier Based on the Huge Face Database 142211 AMFG
Automatic Feature Selection for Classification of Health Data 142213 Australian Conference on Artificial Intelligence
Face Detection Based on the Manifold 142215 AVBPA
The feasibility of on-chip interconnection using antennas 142226 ICCAD
Message Passing for Linux Clusters with Gigabit Ethernet Mesh Connections 142234 IPDPS
The quotient structure in granule computing 142254 GrC
Identification of significant periodic genes in microarray gene expression data 142259 BMC Bioinformatics
Location-based scheduling and pricing for energy and reserves: a responsive reserve market proposal 142261 Decision Support Systems
High Performance Mac Unit Using Modified Sign Extension Algorithm and A New High-Speed Alu in Dsp-Core 142264 International Journal of Software Engineering and Knowledge Engineering
SilkDB: a knowledgebase for silkworm biology and genomics 142268 Nucleic Acids Research
Upper bound for the approximation ratio of a class of hypercube segmentation algorithms 142286 Inf. Process. Lett.
Context Modeling in OWL for Smart Building Services 142287 Grundlagen von Datenbanken
Protein function prediction via graph kernels 142292 ISMB (Supplement of Bioinformatics)
Semantic Web Research Trends and Directions 142297 PReMI
Reliable Scheduling of Advanced Transactions 142305 DBSec
Detection for Conflicts of Dependencies in Advanced Transaction Models 142307 IDEAS
Cluster Computing and Grid 2005 Works in Progress 142336 IEEE Distributed Systems Online
RRF: A Double-Layer Reputation Mechanism with Rating Reputation Considered 142359 ICMLC
Improved approximation for universal facility location 142371 SODA
Price of Anarchy, Locality Gap, and a Network Service Provider Game 142373 WINE
Topological Relationships Between Complex Lines and Complex Regions 142390 ER
Use of rational numbers in the design of robust geometric primitives for three-dimensional spatial database systems 142397 GIS
Evaluation of Spatio-Temporal Predicates on Moving Objects 142398 ICDE
A Strategy to Introduce Functional Data Modeling at School Informatics 142400 ISSEP
Identifying topological predicates for vague spatial objects 142405 SAC
Topological Predicates Between Vague Spatial Objects 142411 SSTD
DRMS, TCP and the EUCD: technology and law 142419 Telematics and Informatics
Pvault: a client server system providing mobile access to personal data 142431 StorageSS
Scalable Parallel Octree Meshing for TeraScale Applications 142453 SC
Scheduling in Switching Networks with Set-Up Delays 142490 J. Comb. Optim.
Scheduling trees with large communication delays on two identical processors 142492 J. Scheduling
Report on PODS 2005 142493 SIGACT News
Complex Spatio-Temporal Pattern Queries 142499 VLDB
Partitioning-based approach to fast on-chip decap budgeting and minimization 142508 DAC
An efficient method for terminal reduction of interconnect circuits considering delay variations 142512 ICCAD
Fast Decap Allocation Algorithm For Robust On-Chip Power Delivery 142517 ISQED
Automatic extraction of titles from general documents using machine learning 142518 JCDL
Title extraction from bodies of HTML documents and its application to web page retrieval 142522 SIGIR
Octopus Architecture: A New Attempt to Achieve Reliable OS 142524 WICSA
Standards for Web Service Choreography and Orchestration: Status and Perspectives 142541 Business Process Management Workshops
Guided Interaction: A Language and Method for Incremental Revelation of Software Interfaces for Ad Hoc Interaction 142542 Business Process Management Workshops
Latency Insensitive Task Scheduling for Real-Time Video Processing and Streaming 142548 ACIVS
A Structured Learning Approach to Semantic Photo Indexing and Query 142549 AIRS
Spatial Error Concealment Using Directional Extrapolation 142551 DICTA
Framework for Multimedia Lecture System using Real-Time Video Object Event Detection and Scripting 142554 EuroIMSA
Replay Scene Classification in Soccer Video Using Web Broadcast Text 142567 ICME
Periodicity Detection of Local Motion 142568 ICME
A Mid-level Visual Concept Generation Framework for Sports Analysis 142569 ICME
Scheduling Latency Insensitive Computer Vision Tasks 142572 ISPA
Content-adaptive transmission of reconstructed soccer goal events over low bandwidth networks 142575 ACM Multimedia
Automatic generating detail-on-demand hypervideo using MPEG-7 and SMIL 142577 ACM Multimedia
Framework for Script Based Virtual Directing and Multimedia Authoring in Live Video Streaming 142579 MMM
A Novel Approach of 3D Reconstruction of Human Face Using Monocular Camera 142581 MMM
A Structured Document Model for Authoring Video-Based Hypermedia 142582 MMM
Dependence Testing and Vectorization of Multimedia Agents 142622 VISION
Indexing and Retrieving Oil Paintings Using Style Information 142624 VISUAL
Recent Progresses on Cerebral Vasculature Segmentation for 3D Quantification and Visualization of MRA 142625 ICITA (1)
Mean Shift Object Tracking for a SIMD Computer 142626 ICITA (1)
Stream-Based Interactive Video Language Authoring Using Correlated Audiovisual Watermarking 142627 ICITA (2)
A structured learning framework for content-based image indexing and visual query 142632 Multimedia Syst.
Combining intra-image and inter-class semantics for consumer image retrieval 142635 Pattern Recognition
A unified framework for semantic shot classification in sports video 142641 IEEE Transactions on Multimedia
Eine XML-Programmierschnittstelle zur transaktionsgeschanduuml;tzten Kombination von DOM, SAX und XQuery 142646 BTW
Verhinderung von Phantomen in XML-Datenbanksystemen mit wertbasierten Achsensperren 142647 Berliner XML Tage
Shape Matching and Object Recognition Using Low Distortion Correspondences 142650 CVPR (1)
Recovering Human Body Configurations Using Pairwise Constraints between Parts 142654 ICCV
Optimal Routing with Multiple Traffic Matrices Tradeoff between Average andWorst Case Performance 142659 ICNP
Classification of access network types: Ethernet wireless LAN, ADSL, cable modem or dialup 142660 INFOCOM
System RX: One Part Relational, One Part XML 142665 SIGMOD Conference
Cache-Conscious Automata for XML Filtering 142674 ICDE
Indexing Text and Visual Features for WWW Images 142680 APWeb
On Effective E-mail Classification via Neural Networks 142685 DEXA
Cracking the Database Store 142703 CIDR
Workshop on Data Management on New Hardware, DaMoN 2005, Baltimore, Maryland, USA, June 12, 200 142704 DaMoN
Preference Queries with SV-Semantics 142735 COMAD
Optimizing the Catalog Search Process for E-Procurement Platforms 142739 DEEC
Towards Evaluating the Impact of Ontologies on the Quality of a Digital Library Alerting System 142744 ECDL
ABAC - Ein Referenzmodell fanduuml;r attributbasierte Zugriffskontrolle 142770 Sicherheit
Off-Road Obstacle Avoidance through End-to-End Learning 142795 NIPS
Toward Automatic Phenotyping of Developing Embryos From Videos 142814 IEEE Transactions on Image Processing
Error Mining for Regular Expression Patterns 142818 ICTCS
Probabilistic Ontologies and Relational Databases 142827 OTM Conferences (1)
Distributed Service Management Based on Genetic Programming 142833 AWIC
SPIHT Algorithm Based on Fast Lifting Wavelet Transform in Image Compression 142834 CIS (2)
Layer Based Multiple Description Packetized Coding 142843 ICIAR
Online Discovery of Quantitative Model for Web Service Management 142844 ICNC (2)
Tessellation Based Multiple Description Coding 142847 IMA Int. Conf.
Decision feedback equalization for high-speed backplane data communications 142849 ISCAS (2)
An Active Space Recycling Mechanism for Flash Storage Systems in Real-Time Application Environment 142857 RTCSA
Web Services Composition Based on Ontology and Workflow 142860 WAIM
The Physical Foundation of Human Mind and a New Theory of Investmen 142868 CoRR
Automatically Generating an E-textbook on the Web 142873 World Wide Web
Topic Discovery from Document Using Ant-Based Clustering Combination 142879 APWeb
A Study of Brute-Force Break-ins of a Palmprint Verification System 142880 AVBPA
Factors governing the behavior of multiple cooperating swarms 142883 GECCO
A Taxonomy of Cooperative Search Algorithms 142884 Hybrid Metaheuristics
Skew Estimation and Correction for Form Documents Using Wavelet Decomposition 142893 ICIAR
Robust multiscale triangle-area representation for 2D shapes 142900 ICIP (1)
Extraction of filled in strokes from cheque image using pseudo 2D wavelet with adjustable support 142901 ICIP (2)
An Analysis on Accuracy of Cancelable Biometrics Based on BioHashing 142909 KES (3)
Natural Skeletonization: New Approach For The Skeletonization Of Handwritten Characters 142918 Int. J. Image Graphics
The Expressivity of Constraint Query Languages with Boolean Algebra Linear Cardinality Constraints 142934 ADBIS
Verifying the Incorrectness of Programs and Automata 142961 SARA
Efficient Rectangle Indexing Algorithms Based on Point Dominance 142968 TIME
SMIL-Based eLearning Wrapper for Incorporating Computer Games on Personalized Multimedia Course Materials 142992 Human.Society@Internet
Advances in Web-Based Learning - ICWL 2005, 4th International Conference, Hong Kong, China, July 31 - August 3, 2005, Proceeding 143000 ICWL
Real-Time Adaptive Human Motions for Web-Based Training 143003 ICWL
Edge-Pancyclicity of Twisted Cubes 143006 ISAAC
Proceedings of the ACM Symposium on Virtual Reality Software and Technology, VRST 2005, Monterey, CA, USA, November 7-9, 200 143018 VRST
Computing inverse kinematics with linear programming 143019 VRST
Animating reactive motion using momentum-based inverse kinematics 143036 Journal of Visualization and Computer Animation
Foreword 143037 Journal of Visualization and Computer Animation
Image registration for image-based rendering 143042 IEEE Transactions on Image Processing
Multiserver support for large-scale distributed virtual environments 143044 IEEE Transactions on Multimedia
Motion prediction for caching and prefetching in mouse-driven DVE navigation 143046 ACM Trans. Internet Techn.
Combining Data Replication Algorithms and Job Scheduling Heuristics in the Data Grid 143064 Euro-Par
Dynamic replication algorithms for the multi-tier Data Grid 143072 Future Generation Comp. Syst.
QoS-Aware Replica Placement for Content Distribution 143076 IEEE Trans. Parallel Distrib. Syst.
Automatic measurement of quality metrics for colonoscopy videos 143079 ACM Multimedia
An Efficient Anomaly Detection Algorithm for Vector-Based Intrusion Detection Systems 143106 ICCNMC
The Impact of Mobility Modeling in Mobile IP Multicast Research 143107 ICCNMC
Secure Construction of Virtual Organizations in Grid Computing Systems 143124 WINE
Efficient vector quantization using genetic algorithm 143142 Neural Computing and Applications
Ontology-Based Semantic Indexing for MPEG-7 and TV-Anytime Audiovisual Content 143207 Multimedia Tools Appl.
A natural language model for managing TV-Anytime information in mobile environments 143208 Personal and Ubiquitous Computing
The Reverse Greedy Algorithm for the Metric K-Median Problem 143228 COCOON
Oblivious Medians via Online Biddin 143272 CoRR
The reverse greedy algorithm for the metric k-median proble 143273 CoRR
Approximation algorithms for covering/packing integer programs 143281 J. Comput. Syst. Sci.
A hybrid approach to NER by MEMM and manual rules 143285 CIKM
A Systematic Comparison of Feature-Rich Probabilistic Classifiers for NER Tasks 143287 PKDD
Hybrid semantic tagging for information extraction 143288 WWW (Special interest tracks and posters)
Rank-Aware Query Processing and Optimization 143310 ICDE
GPAC: generic and progressive processing of mobile queries over mobile data 143316 Mobile Data Management
SPASS: scalable and energy-efficient data acquisition in sensor databases 143319 MobiDE
Spatio-temporal Histograms 143324 SSTD
Detection and Tracking of Discrete Phenomena in Sensor-Network Databases 143325 SSDBM
NILE-PDT: A Phenomenon Detection and Tracking Framework for Data Stream Management Systems 143330 VLDB
PLACE: A Scalable Location-aware Database Server for Spatio-temporal Data Streams 143337 IEEE Data Eng. Bull.
The Indiana Center for Database Systems at Purdue University 143344 SIGMOD Record
On the Worst-case Performance of the Sum-of-Squares Algorithm for Bin Packin 143385 CoRR
The NP-completeness column 143425 ACM Transactions on Algorithms
Transformation and Reaction Rules for Data on the Web 143436 ADC
Mining Minimal Distinguishing Subsequence Patterns with Gap Constraints 143446 ICDM
Composite event queries for reactivity on the web 143458 WWW (Special interest tracks and posters)
SPASS: scalable and energy-efficient data acquisition in sensor databases 143463 MobiDE
The PN-Tree: A Parallel and Distributed Multidimensional Index 143466 Distributed and Parallel Databases
Accessing sensor data using meta data: a virtual object ring buffer framework 143482 DMNS
Document Retrieval Using Semantic Relation in Domain Ontology 143504 AWIC
E-Mail Classification Using SVM Learning Algorithm 143508 IC-AI
Automatic Word Spacing in Korean for Small Memory Devices 143511 IEA/AIE
Constructing an Ontology Based on Terminology Processing 143514 KES (1)
An Automatic Approach to Classify Web Documents Using a Domain Ontology 143515 PReMI
Dual-Quorum Replication for Edge Services 143548 Middleware
Thema: Byzantine-Fault-Tolerant Middleware forWeb-Service Applications 143551 SRDS
Improving Availability and Performance with Application-Specific Data Replication 143565 IEEE Trans. Knowl. Data Eng.
A fragment-based approach for efficiently creating dynamic web content 143568 ACM Trans. Internet Techn.
Editorial 143572 World Wide Web
Simplified Queue Dynamics with Mixed Traffic for Congestion Control at Routers 143576 EuroIMSA
Personalized Prefetching for Manets 143585 ICME
mRegistry: A Registry Representation for Fault Diagnosis 143587 ISDA
DocWeb: A Storage Abstraction for Wireless Devices 143590 PerCom Workshops
A Thin Storage Architecture for Wireless 143591 PerCom Workshops
Pervasive Wireless Grid Architecture 143592 WONS
Saturation Throughput Analysis of a System of Interfering IEEE 802.11 WLANs 143593 WOWMOM
A Microeconomics-Based Fuzzy QoS Unicast Routing Scheme in NGI 143603 EUC
A Fair QoS Multicast Routing Scheme for IP/DWDM Optical Internet 143609 ICDCS Workshops
A Novel Learning Algorithm for Wavelet Neural Networks 143613 ICNC (1)
A Performance Comparison of Tree and Ring Topologies in Distributed Systems 143615 IPDPS
A Grey-Markov Forecasting Model for the Electric Power Requirement in China 143621 MICAI
A QoS Multicast Routing Algorithm Based on Shrinking-chaotic-mutation Evolutionary Algorithm in IP/DWDM Optical Internet 143624 PDCAT
A Hybrid Intelligent QoS Multicast Routing Algorithm in NGI 143625 PDCAT
Semi-supervised incremental clustering of categorical data 143647 EGC
An Abstract Axiomatization of the Notion of Entropy 143663 ISMVL
Perspectives in Conceptual Modeling, ER 2005 Workshops AOIS, BP-UML, CoMoGIS, eCOMO, and QoIS, Klagenfurt, Austria, October 24-28, 2005, Proceeding 143715 ER (Workshops)
Tool Supported Extraction of Behavior Models 143728 ISTA
Extended Tagging and Interpretation Tools for Mapping Requirements Texts to Conceptual (Predesign) Models 143735 NLDB
From textual scenarios to a conceptual schema 143751 Data Knowl. Eng.
Vehicular networks in urban transportation systems 143764 DG.O
An empirical study of short range communications for vehicles 143766 Vehicular Ad Hoc Networks
Modelling Peer-to-Peer Data Networks Under Complex System Theory 143770 DNIS
Searching for Meaningful Feature Interactions with Backward-Chaining Rule Induction 143791 IDA
Applying a Fuzzy Trust Model to E-Commerce Systems 143825 Australian Conference on Artificial Intelligence
A Conceptual Architecture of Distributed Web Services for Service Ecosystems 143826 CAINE
Use of Ontology-Based Multi-Agent Systems in the Biomedical Domain 143827 CAINE
Tamper Detection for Ubiquitous RFID-Enabled Supply Chain 143829 CIS (2)
A New Conceptual Framework Within Information Privacy: Meta Privacy 143830 CIS (2)
A User-Adaptable User Interface Model to Support Ubiquitous User Access to EIS Style Applications 143832 COMPSAC (1)
Collaborative Workflow Management Using Service Oriented Approach 143834 CSREA EEE
Conceptual Design of an XML-View Driven, Global XML FACT Repository for XML Document Warehouses 143839 DEXA Workshops
A Three-Layered XML View Model: A Practical Approach 143840 ER
Ontology-Based Support for Human Disease Study 143841 HICSS
Software Engineering Ontologies and Their Implementation 143843 IASTED Conf. on Software Engineering
EXtensible Web (xWeb): An XML-View Based Web Engineering Methodology 143845 ICCSA (2)
A Framework of Privacy Shield in Organizational Information Systems 143856 ICMB
Reputation Ontology for Reputation Systems 143868 OTM Workshops
Ontological Foundation for Protein Data Models 143870 OTM Workshops
Secure Electronic Commerce with Mobile Agents 143880 SEKE
Services Integration Monitor For Collaborative Workflow Management 143886 WETICE
Service Oriented Model Driven Architecture for Dynamic Workflow Changes 143887 WSMDEIS
Software Engineering Sub-Ontology for Specific Software Development 143891 SEW
Ontology-based Multi-agent Systems Support Human Disease Study and Control 143893 SOAS
Service Agents Based Collaborative Workflow Management Implementation 143894 SOAS
e-Forensics steganography system for secret information retrieval 143898 Advanced Engineering Informatics
Designing Websites with EXtensible Web (xWeb) Methodology 143903 IJWIS
Large scale ontology visualisation using ontology extraction 143907 IJWGS
Medical ontologies to support human disease research and control 143908 IJWGS
A Heterogeneous Field Matching Method for Record Linkage 143924 ICDM
AutoFeed: an unsupervised learning system for generating webfeeds 143934 K-CAP
Conditional Constraint Networks for Interleaved Planning and Information Gathering 143941 IEEE Intelligent Systems
Guest Editors' Introduction: Planning with Templates 143942 IEEE Intelligent Systems
Approximations to Magic: Finding Unusual Medical Time Series 143949 CBMS
HOT SAX: Efficiently Finding the Most Unusual Time Series Subsequence 143950 ICDM
Clustering of time-series subsequences is meaningless: implications for previous and future research 143955 Knowl. Inf. Syst.
Integral-based parameter identification for long-term dynamic verification of a glucose-insulin system model 143958 Computer Methods and Programs in Biomedicine
Impact of insulin-stimulated glucose removal saturation on dynamic modelling and control of hyperglycaemia 143961 IJISTA
A Cache Optimized Multidimensional Index in Disk-Based Environments 143964 IEICE Transactions
An Information Acquiring Channel - Lip Movement 143965 ACII
Understanding and Isolating Data Structure Errors of Java Programs 143966 Artificial Intelligence and Applications
An Object Store Model for Diagnosing Java Programs 143967 Australian Conference on Artificial Intelligence
A new approach for gene prediction using comparative sequence analysis 143980 SAC
New sequential Monte Carlo methods for nonlinear dynamic systems 143986 Statistics and Computing
Discovering Semantic Relations between Web Services Using Their Pre and Post-Conditions 143992 IEEE SCC
Peer-to-Peer Discovery of Semantic Associations 143996 P2PKM
Ranking Complex Relationships on the Semantic Web 144004 IEEE Internet Computing
Semantic Association Identification and Knowledge Discovery for National Security Applications 144005 J. Database Manag.
A Platform for Personal Information Management and Integration 144012 CIDR
Reference Reconciliation in Complex Information Spaces 144013 SIGMOD Conference
Enhancing SNNB with Local Accuracy Estimation and Ensemble Techniques 144023 DASFAA
ARDE: A Novel Framework to Define Workflow Participants 144027 ICEBE
Efficient Computation of the Skyline Cube 144033 VLDB
Isomorphic generating of concept lattices 144036 GrC
The Molecular Biology Toolkit (MBT): a modular platform for developing molecular visualization applications 144038 BMC Bioinformatics
The RCSB Protein Data Bank: a redesigned query system and relational database based on the mmCIF schema 144041 Nucleic Acids Research
Order checking in a CPOE using event analyzer 144053 CIKM
Monitoring of Contextual Correlation of Business Process Events 144056 DEXA Workshops
ViteX: A Streaming XPath Processing System 144063 ICDE
Efficiently Supporting Structure Queries on Phylogenetic Trees 144064 SSDBM
Eco-Informatics for Decision Makers Advancing a Research Agenda 144073 DILS
Guest Editors' Introduction: Research in the Digital Government Realm 144078 IEEE Computer
Desarrollando aplicaciones hipermedia para la Web Semandaacute;ntica 144085 JISBD
A Framework of Web Service Composition for Distributed XML Query Evaluation 144087 APWeb
Efficient computations via scalable sparse kernel partial least squares and boosted latent features 144098 KDD
A Type Safe DOM API 144123 DBPL
Towards a Type System for Analyzing JavaScript Programs 144129 ESOP
From sequential programs to multi-tier applications by program transformation 144157 POPL
Grammar-based analysis of string expressions 144167 TLDI
An embedded domain-specific language for type-safe server-side web scripting 144185 ACM Trans. Internet Techn.
Indexing Moving Objects for Future Position Retrieval on Location-Based Services 144190 IEICE Transactions
An Equity-Based and Cell-Based Spatial Object Fusion Method 144192 ASIAN
A Wyner-Ziv coding approach to transmission of interactive video over wireless channels 144198 ICIP (2)
Some Research of Rough Sets Based on Pansystems and Granular Computing 144200 IICAI
Granular Reasoning using Some Typical Forms of Generalized System 144201 IICAI
Complexity of Minimal Tree Routing and Coloring 144217 AAIM
Energy Efficient Broadcasting and Multicasting in Static Wireless Ad Hoc Networks 144218 AAIM
On Designing a Novel PI Controller for AQM Routers Supporting TCP Flows 144224 APWeb
Fault-Tolerant Relay Node Placement in Wireless Sensor Networks 144226 COCOON
An Efficient Approach for Web-Site Adaptation 144239 ICEIS (1)
Power assignment for k-connectivity in wireless ad hoc networks 144244 INFOCOM
Maximal lifetime scheduling in sensor surveillance networks 144246 INFOCOM
Edge-Pancyclicity of Twisted Cubes 144250 ISAAC
A Secure Routing Protocol SDSR for Mobile Ad Hoc Networks 144255 MSN
Embedding Paths of Different Lengths into Crossed Cubes 144259 PDCAT
Bandwidth guaranteed call admission in TDMA/CDMA ad hoc wireless networks 144272 Ad Hoc Networks
Node-pancyclicity and edge-pancyclicity of crossed cubes 144294 Inf. Process. Lett.
Power Assignment for k-Connectivity in Wireless Ad Hoc Networks 144298 J. Comb. Optim.
A Note on Optical Network with Nonsplitting Nodes 144300 J. Comb. Optim.
MONET Special Issue on Non-Cooperative Wireless Networking and Computing 144307 MONET
Optimal Path Embedding in Crossed Cubes 144321 IEEE Trans. Parallel Distrib. Syst.
On Optimal Replication of Data Object at Hierarchical and Transparent Web Proxies 144322 IEEE Trans. Parallel Distrib. Syst.
A Framework for Dynamic Composition of Web Services Using Static Look-Up Table 144331 Communications in Computing
A Genetic Algorithm Approach for Discovering Diagnostic Patterns in Molecular Measurement Data 144333 CIBCB
A Faceted Query Engine Applied to Archaeology 144336 VLDB
Flavours of XChange, a Rule-Based Reactive Language for the (Semantic) Web 144337 RuleML
Processing link structures and linkbases on the web 144339 WWW (Special interest tracks and posters)
Practical Issues for Building a Product Ontology System 144360 DEEC
Ontological Modeling of e-Catalogs using EER and Description Logics 144361 DEEC
Community Mining from Multi-relational Networks 144387 PKDD
Multi-Stage Classification 144425 ICDM
Link mining applications: progress and challenges 144431 SIGKDD Explorations
XPathMark: An XPath Benchmark for the XMark Generated Data 144444 XSym
Query By Excel 144463 VLDB
Academic Challenges in Large-Scale Multiphysics Simulations 144484 International Conference on Computational Science (2)
Parallel Feature-Preserving Mesh Smoothing 144485 ICCSA (4)
Proceedings of the 2005 OOPSLA workshop on Eclipse Technology eXchange, ETX 2005, San Diego, California, USA, October 16-17, 200 144508 ETX
A Study on Enhanced Dynamic Signature Verification for the Embedded System 144522 BVAI
Inspector Joins 144538 VLDB
Finding similar questions in large question and answer archives 144544 CIKM
Finding experts in community-based question-answering services 144547 CIKM
Similarity measures for tracking information flow 144548 CIKM
Document quality models for web ad hoc retrieval 144551 CIKM
A Translation Model for Sentence Retrieval 144579 HLT/EMNLP
Finding semantically similar questions based on their answers 144608 SIGIR
A Markov random field model for term dependencies 144619 SIGIR
Optimization strategies for complex queries 144626 SIGIR
Analysis of Statistical Question Classification for Fact-Based Questions 144671 Inf. Retr.
A Probabilistic XML Approach to Data Integration 144693 ICDE
A Multi-Level Approach to SCOP Fold Recognition 144695 BIBE
Nonnegative Lagrangian Relaxation of K-Means and Spectral Clustering 144700 ECML
A Probabilistic Approach for Optimizing Spectral Clustering 144714 NIPS
Dynamic Cluster Formation Using Level Set Methods 144716 PAKDD
Cluster Aggregate Inequality and Multi-level Hierarchical Clustering 144717 PKDD
On the Equivalence of Nonnegative Matrix Factorization and Spectral Clustering 144724 SDM
Comparative mapping of sequence-based and structure-based protein domains 144730 BMC Bioinformatics
Evolving Feature Selection 144731 IEEE Intelligent Systems
Term norm distribution and its effects on Latent Semantic Indexing 144733 Inf. Process. Manage.
A probabilistic model for Latent Semantic Indexing 144734 JASIST
Minimum Redundancy Feature Selection from Microarray Gene Expression Data 144735 J. Bioinformatics and Computational Biology
Feature Selection Based on Mutual Information: Criteria of Max-Dependency, Max-Relevance, and Min-Redundancy 144736 IEEE Trans. Pattern Anal. Mach. Intell.
Model-driven design of service-enabled web applications 144770 SIGMOD Conference
A New Combinatorial Approach to Supervised Learning: Application to Gait Recognition 144774 AMFG
A BPGC-based scalable image entropy coder resilient to errors 144778 ICIP (2)
A New Bit-Plane Entropy Coder for Scalable Image Coding 144779 ICME
Expandable and Robust Laboratory for Microprocessor Systems 144782 MSE
Face Recognition Using Neighborhood Preserving Projections 144783 PCM (2)
University of Alicante at GeoCLEF 2005 144802 CLEF
"How Much Context Do You Need?": An Experiment About the Context Size in Interactive Cross-Language Question Answering 144805 CLEF
Self-training and Co-training Applied to Spanish Named Entity Recognition 144809 MICAI
Combining Data-Driven Systems for Improving Named Entity Recognition 144814 NLDB
Computationally Sound, Automated Proofs for Security Protocols 144827 ESOP
A computational analysis of the Needham-Schroeder-(Lowe) protocol 144841 Journal of Computer Security
Feature-based similarity search in 3D object databases 144848 ACM Comput. Surv.
The Islands Approach to Nearest Neighbor Querying in Spatial Networks 144890 SSTD
Traceability Management through Use Cases when Developing Distributed Object Applications 144901 Journal of Object Technology
Topological Relationships Between Complex Lines and Complex Regions 144914 ER
SECONDO: An Extensible DBMS Platform for Research Prototyping and Teaching 144915 ICDE
Cache coherence support for non-shared bus architecture on heterogeneous MPSoCs 144917 DAC
Cache-conscious Frequent Pattern Mining on a Modern Processor 144922 VLDB
Supporting Ranked Join in Peer-to-Peer Networks 144930 DEXA Workshops
A Neighborhood-Based Clustering Algorithm 144944 PAKDD
On redundancy of training corpus for text categorization: a perspective of geometry 144945 SIGIR
A Theoretic Framework for Answering XPath Queries Using Views 144949 XSym
Tussle in cyberspace: defining tomorrow's internet 144987 IEEE/ACM Trans. Netw.
Direct virtual viewpoint synthesis from multiple viewpoints 144991 ICIP (1)
A Semi-automatic Approach to Extracting Common Sense Knowledge from Knowledge Sources 144993 NLDB
Topology Inside NCand#185; 145010 IEEE Conference on Computational Complexity
The Directed Planar Reachability Problem 145014 FSTTCS
The Directed Planar Reachability Proble 145021 Electronic Colloquium on Computational Complexity (ECCC)
Grid Graph Reachability Problem 145022 Electronic Colloquium on Computational Complexity (ECCC)
A Model-Based Monitoring and Diagnosis System for a Space-Based Astrometry Mission 145040 DEXA
Formally Specifying the Syntax and Semantics of a Visual Query Language for the Domain of High Energy Physics Data Analysis 145059 VL/HCC
Negotiating Trust on the Grid 145087 Semantic Grid
Driving and Monitoring Provisional Trust Negotiation with Metapolicies 145096 POLICY
WreC: A Scalable Middleware Architecture to Enable XML Caching for Web-Services 145172 Middleware
Mining Text for Expert Witnesses 145198 IEEE Software
Data migration to minimize the total completion time 145207 J. Algorithms
Reconstructing XML Subtrees from Relational Storage of XML documents 145227 ICDE Workshops
Combining Bayesian Networks and Decision Trees to Predict Drosophila melanogaster Protein-Protein Interactions 145229 ICDE Workshops
Image content annotation using Bayesian framework and complement components analysis 145234 ICIP (1)
XML path based relevance model for automatic image annotation 145237 ICME
I2A: an interactive image annotation system 145238 ICME
Semantic feedback for interactive image retrieval 145243 ACM Multimedia
Region based image annotation through multiple-instance learning 145244 ACM Multimedia
Content-based image database system for epilepsy 145271 Computer Methods and Programs in Biomedicine
Effects of Network Characteristics on Task Performance in a Desktop CVE System 145276 AINA
EmoEars: An Emotion Recognition System for Mandarin Speech 145283 CIS (1)
Ant Clustering Embeded in Cellular Automata 145287 ECAL
Fast Parallel Algorithms for the Longest Common Subsequence Problem Using an Optical Bus 145290 ICCSA (3)
Adaptive Parallel Ant Colony Algorithm 145296 ICNC (2)
An Adaptive Consistency Maintenance Approach for Replicated Continuous Applications 145297 ICPADS (1)
Adaptive Parallel Ant Colony Optimization 145303 ISPA
Fast Scalable Algorithm on LARPBS for Sequence Alignment 145304 ISPA Workshops
Fast Sequence Similarity Computing with LCS on LARPBS 145306 ISPA Workshops
A Hybrid IMM/SVM Approach for Wavelet-Domain Probabilistic Model Based Texture Classification 145313 WACV/MOTION
Effects of Local-Lag Mechanism on Task Performance in a Desktop CVE System 145321 J. Comput. Sci. Technol.
Face recognition based on multi-class mapping of Fisher scores 145323 Pattern Recognition
Database Selection and Result Merging in P2P Web Search 145328 DBISP2P
MINERVAinfinity: A Scalable Efficient Peer-to-Peer Search Engine 145331 Middleware
On the Usage of Global Document Occurrences in Peer-to-Peer Information Systems 145332 OTM Conferences (1)
KLEE: A Framework for Distributed Top-k Query Algorithms 145334 VLDB
Narratives of Knowledge and Intelligence, Beyond the Tacit and Explicit 145339 ECKM
HotGrid: Graduated Access to Grid-Based Science Gateways 145340 EGC
An agent infrastructure for on-demand processing of remote-sensing archives 145350 Int. J. on Digital Libraries
XPref: a preference language for P3P 145368 Computer Networks
Model-Driven Placement of Compute Tasks and Data in a Networked Utility 145391 ICAC
A Programming Language for Web Service Development 145396 ACSC
Service Interaction Patterns 145399 Business Process Management
Preface (BPS 2005) 145400 Business Process Management Workshops
Experience Using a Coordination-Based Architecture for Adaptive Web Content Provision 145407 COORDINATION
Specification of Composite Trading Activities in Supply Chain Management 145412 EEE
Programming and Compiling Web Services in GPSL 145418 ICSOC
On the Notion of Coupling in Communication Middleware 145420 OTM Conferences (2)
Facilitating the Rapid Development and Scalable Orchestration of Composite Web Services 145433 Distributed and Parallel Databases
Vers un modandegrave;le de composition de services web avec propriandeacute;tandeacute;s transactionnelles 145437 Ingandeacute;nierie des Systandegrave;mes d'Information
Monitormining: creating domain knowledge for system automation using a gray-box approach 145444 Integrated Network Management
The Design of VisFlowConnect-IP: A Link Analysis System for IP Security Situational Awareness 145445 IWIA
Efficient Classification from Multiple Heterogeneous Databases 145446 PKDD
Searching for Related Objects in Relational Databases 145448 SSDBM
Outsourcing Internet Security: Economic Analysis of Incentives for Managed Security Service Providers 145450 WINE
The Design of an Interactive Approach to Statistical Data Mining 145457 IKE
Inflatable XML Processing 145461 Middleware
XJ: facilitating XML processing in Java 145465 WWW
WOW: Wise Ordering for Writes - Combining Spatial and Temporal Locality in Non-Volatile Caches 145473 FAST
SARC: Sequential Prefetching in Adaptive Replacement Cache 145478 USENIX Annual Technical Conference, General Track
Building up to macroprogramming: an intermediate language for sensor networks 145485 IPSN
A Conceptual Image Retrieval Architecture Combining Keyword-Based Querying with Transparent and Penetrable Query-by-Example 145489 CIVR
Evaluating Score and Publication Similarity Functions in Digital Libraries 145503 ICADL
Evaluating Publication Similarity Measures 145504 IEEE Data Eng. Bull.
Using Probabilistic Models for Data Management in Acquisitional Environments 145511 CIDR
Exploiting Correlated Attributes in Acquisitional Query Processing 145516 ICDE
Learning Actions Models from Plan Examples with Incomplete Knowledge 145562 ICAPS
An Incremental Subspace Learning Algorithm to Categorize Large Scale Text Data 145563 APWeb
Preprocessing Time Series Data for Classification with Application to CRM 145564 Australian Conference on Artificial Intelligence
Semantic Sensor Net: An Extensible Framework 145575 ICCNMC
Integrating Hidden Markov Models and Spectral Analysis for Sensory Time Series Clustering 145583 ICDM
Deriving a Stationary Dynamic Bayesian Network from a Logic Program with Recursive Loops 145596 ILP
Reducing the Calibration Effort for Location Estimation Using Unlabeled Samples 145602 PerCom
Adaptive Temporal Radio Maps for Indoor Location Estimation 145603 PerCom
Scalable collaborative filtering using cluster-based smoothing 145609 SIGIR
pFind: a novel database-searching software system for automated peptide and protein identification via tandem mass spectrometry 145624 Bioinformatics
Mining Customer Value: From Association Rules to Direct Marketing 145631 Data Min. Knowl. Discov.
Guest Editors' Introduction to the Special Issue: Machine Learning for Bioinformatics - Part 1 145645 IEEE/ACM Trans. Comput. Biology Bioinform.
Guest Editors' Introduction: Special Section on Intelligent Data Preparation 145651 IEEE Trans. Knowl. Data Eng.
Lossy to lossless image compression using allpass filters 145663 ICIP (1)
Effective Bandwidth-Based QoS Provisioning for Real-Time Audio/Video Streaming over MIMO-OFDM Wireless Networks 145671 IPDPS
Supporting Large Scale Medical and Scientific Datasets 145675 PARCO
Adaptive Low-Complexity Erasure-Correcting Code-Based Protocols for QoS-Driven Mobile Multicast Services 145677 QSHINE
Cross-Layer Design of Dynamic Resource Allocation with Diverse QoS Guarantees for MIMO-OFDM Wireless Networks 145682 WOWMOM
Synopsis for Microbiological Data Stream Analysis 145705 CBMS
Sampling Bounds for Stochastic Optimization 145724 APPROX-RANDOM
Fitting tree metrics: Hierarchical clustering and Phylogeny 145726 FOCS
A tight threshold for metric Ramsey phenomena 145742 SODA
O(sqrt(log n)) approximation algorithms for min UnCut, min 2CNF deletion, and directed cut problems 145748 STOC
Aggregating inconsistent information: ranking and clustering 145749 STOC
On non-uniform multicommodity buy-at-bulk network design 145753 STOC
On the impossibility of dimension reduction in l1 145763 J. ACM
Clustering with qualitative information 145767 J. Comput. Syst. Sci.
The smallest grammar problem 145771 IEEE Transactions on Information Theory
Scientific Workflow and Semantic Grid - Presentation 145777 Semantic Grid
Actor-Oriented Design of Scientific Workflows 145788 ER
Rewriting Queries Using Views with Access Patterns Under Integrity Constraints 145795 ICDT
Guest editors' introduction to the special section on scientific workflows 145813 SIGMOD Record
Experiences with Writing Grid Clients for Mobile devices 145817 ELeGI Conference
Managing the Semantic Aspects of Learning Using the Knowledge Life Cycle 145818 ICALT
Semantic Grid Based e-Learning Using the Knowledge Life Cycle 145819 ICALT
Challenges for semantic grid based mobile learning 145821 SITIS
Facilitating Flexibility and Dynamic Exception Handling in Workflows through Worklets 145841 CAiSE Short Paper Proceedings
Specification of Composite Trading Activities in Supply Chain Management 145843 EEE
Normalizing XML schemas through relational databases 145857 ACM Southeast Regional Conference (1)
Logical Data Independence Reconsidered (Extended Abstract) 145867 ISMIS
A case study on alternate representations of data structures in XML 145883 ACM Symposium on Document Engineering
Large Visualizations for System Monitoring of Complex, Heterogeneous Systems 145886 INTERACT
Precognition: Thinking about the query before it happens 145888 WIRI
Segmenting Brain Tumors with Conditional Random Fields and Support Vector Machines 145900 CVBIA
An Analysis of Spatio-Temporal Query Processing in Sensor Networks 145903 ICDE Workshops
A Trajectory Splitting Model for Efficient Spatio-Temporal Indexing 145913 VLDB
Learning the semantics of multimedia queries and concepts from a small number of examples 145927 ACM Multimedia
Metadata Practices for Consumer Photos 145928 IEEE MultiMedia
The TaskTracker System 145938 AAAI
Learning first-order probabilistic models with combining rules 145960 ICML
TaskTracer: a desktop environment to support multi-tasking knowledge workers 145969 IUI
Learning from Sparse Data by Exploiting Monotonicity Constraints 145985 UAI
Integrating Learning from Examples into the Search for Diagnostic Policies 145999 J. Artif. Intell. Res. (JAIR)
Studying on the Awareness Model in Ontological Knowledge Community 146028 AWIC
Improved QIM Strategies for Gaussian Watermarking 146046 IWDW
Security-Driven Scheduling Algorithms Based on EigenTrust in Grid 146047 PDCAT
Monte Carlo Simulation of LEACH Protocol for Wireless Sensor Networks 146048 PDCAT
P2P Volunteers for Reliable Server Farms 146049 IASTED PDCS
On achievable error exponents for watermarking 146052 Security, Steganography, and Watermarking of Multimedia Contents
Fluid based simulation model for high volume DC conveyor systems 146057 Winter Simulation Conference
STC-Based Cooperative Relaying System with Adaptive Power Allocation 146058 WWIC
Improving reliability of beveled power semiconductor devices passivated by SIPOS 146076 Microelectronics Reliability
On the application of 3D technologies to the framework of cultural heritage 146089 Annales des Tandeacute;landeacute;communications
Querying Semantic Web Resources Using TRIPLE Views 146091 Semantic Interoperability and Integration
Multiagent Resource Allocation in the Presence of Externalities 146107 CEEMAS
Discovering Inconsistency through Examination Dialogues 146114 IJCAI
The complexity of contract negotiation 146121 Artif. Intell.
A Value-based Argument Model of Convention Degradation 146125 Artif. Intell. Law
The complexity of agent design problems: Determinism and history dependence 146126 Ann. Math. Artif. Intell.
Extremal Behaviour in Multiagent Contract Negotiation 146132 J. Artif. Intell. Res. (JAIR)
Drawing Graphs Within Graphs 146141 J. Graph Algorithms Appl.
The role of caching and context-awareness in P2P service discovery 146143 Mobile Data Management
MAMView: a visual tool for exploring and understanding metric access methods 146157 SAC
A fast XPATH evaluation technique with the facility of updates 146160 WWW (Special interest tracks and posters)
Compiling XSLT 2.0 into XQuery 1.0 146201 WWW
ViVo: Visual Vocabulary Construction for Mining Biomedical Images 146209 ICDM
A Hybrid Workflow Paradigm for Integrating Self-managing Domain-Specific Applications 146220 GCC
Facilitating e-Negotiation Processes with Semantic Web Technologies 146221 HICSS
A Metamodel Based Model Transformation Approach 146231 SERA
A probabilistic similarity metric for Medline records: A model for author name disambiguation 146248 JASIST
Journal on Data Semantics I 146297 J. Data Semantics IV
A Structured Approach to Personalize Websites Using the OO-H Personalization Framework 146307 APWeb
Event-Based Modeling of Evolution for Semantic-Driven Systems 146308 CAiSE
Using ORM to Model Web Systems 146312 OTM Workshops
Accessibility: a Web engineering approach 146314 WWW
Shortest path amidst disc obstacles is computable 146320 Symposium on Computational Geometry
Watermarking based Image Authentication using Feature Amplification 146330 ICME
Pervasive Random Beacon in the Internet for Covert Coordination 146331 Information Hiding
On the effectiveness of DDoS attacks on statistical filtering 146334 INFOCOM
Error resilient content-based image authentication over wireless channel 146335 ISCAS (3)
A unified framework for resolving ambiguity in copy detection 146338 ACM Multimedia
A Loopless Gray Code for Minimal Signed-Binary Representations 146369 ESA
Papillon: Greedy Routing in Rings 146377 DISC
Papillon: Greedy Routing in Ring 146379 CoRR
A Hill-Climbing Landmarker Generation Algorithm Based on Efficiency and Correlativity Criteria 146386 FLAIRS Conference
Conditional Random Fields for Transmembrane Helix Prediction 146394 PAKDD
The Visualization of Large Database in Stock Market 146419 Databases and Applications
For effective facilities planning: layout optimization then simulation, or vice versa 146425 Winter Simulation Conference
Implementation of knowledge maintenance modules in an expert system for fault diagnosis of chemical process operation 146429 Expert Syst. Appl.
OSS architecture and requirements for VoIP networks 146482 Bell Labs Technical Journal
Adversarial learning 146518 KDD
Informal User Interface for Graphical Computing 146521 ACII
Adaptive QoS-guarantee multiple access protocol in multimedia wireless network 146522 AICCSA
An Enhanced User-Dependent Perfect-Scheduling Multiple Access Protocol for Wireless Packet Network 146524 AINA
Effect of Mobility on the Critical Transmitting Range for Connectivity in Wireless Ad Hoc Networks 146526 AINA
Moving Block Sequence and Organizational Evolutionary Algorithm for General Floorplanning 146533 CIS (1)
An Agent Model for Binary Constraint Satisfaction Problems 146536 EvoCOP
A Global Optimization Algorithm for Protein Folds Prediction in 3D Space 146537 FSKD (2)
A Strategy for Component-Based Modeling and Refinement 146541 ICECCS
Parameter Selection of Quantum-Behaved Particle Swarm Optimization 146549 ICNC (3)
Evolutionary Agents for n-Queen Problems 146550 ICNC (3)
Job-Shop Scheduling Based on Multiagent Evolutionary Algorithm 146551 ICNC (3)
Quantum-Behaved Particle Swarm Optimization with Mutation Operator 146558 ICTAI
Audio Scene Analysis as a Control System for Hearing Aids 146564 ISM
Safety Analysis of Software Product Lines Using State-Based Modeling 146566 ISSRE
A Semantic Interoperability Extension Model to the ebXML Registry 146567 ITCC (1)
Mapping concern space to software architecture: a connector-based approach 146598 ACM SIGSOFT Software Engineering Notes
A Decision Tree Based Classification Model to Automate Trip Purpose Derivation 146601 CAINE
WS-based workflow description language for message passing 146602 CCGRID
Tracking Multiple Objects through Occlusions 146604 CVPR (2)
Optimal representations in multitree dictionaries with application to compression 146613 ICIP (1)
Choquet Integrals with Respect to Fuzzy Measure on Fuzzy sigma-Algebra 146614 ICMLC
Can We Apply Projection Based Frequent Pattern Mining Paradigm to Spatial Co-location Mining 146621 PAKDD
An end-to-end QoS framework with on-demand bandwidth reconfiguration 146626 Computer Communications
GSiB: PSE infrastructure for dynamic service-oriented Grid applications 146630 Future Generation Comp. Syst.
Nonlinear evolution equations as fast and exact solvers of estimation problems 146640 IEEE Transactions on Signal Processing
Semi-supervised graph clustering: a kernel approach 146647 ICML
Synthesis of Low Power CED Circuits Based on Parity Codes 146652 VTS
Selecting Error Correcting Codes to Minimize Power in Memory Checker Circuits 146653 J. Low Power Electronics
Person Search Made Easy 146655 CIVR
Systematic Evaluation of Machine Translation Methods for Image and Video Annotation 146658 CIVR
Joint visual-text modeling for automatic retrieval of multimedia documents 146669 ACM Multimedia
Scaling Network Services Using Programmable Network Devices 146685 IEEE Computer
CollectCast: A peer-to-peer service for media streaming 146686 Multimedia Syst.
COOWS: Adaptive BDI Agents meet Service-Oriented Computing 146699 EUMAS
Opening the home: a web service approach to domotics 146700 IADIS AC
Using Tropos to Model Agent Based Architectures for Adaptive Systems: A Case Study in Ambient Intelligence 146704 SwSTE
Bias-free Hypothesis Evaluation in Multirelational Domains 146734 LWA
A Component-Based Adaptive Model for Context-Awareness in Ubiquitous Computing 146778 EUC Workshops
On the wavelet spectrum diagnostic for Hurst parameter estimation in the analysis of Internet traffic 146790 Computer Networks
Fractional Ornstein-Uhlenbeck Landeacute;vy processes and the Telecom process: Upstairs and downstairs 146794 Signal Processing
How to Tame a Very Large ER Diagram (Using Link Analysis and Force-Directed Drawing Algorithms) 146814 ER
Mediators over taxonomy-based information sources 146828 VLDB J.
Correction to "A Comparison of Two Simple Prediction Intervals for Exponential Distribution" 146840 IEEE Transactions on Reliability
A comparison of two simple prediction intervals for exponential distribution 146841 IEEE Transactions on Reliability
Querying XML streams 146854 VLDB J.
Popular matchings 146879 SODA
Goal-Based Imitation as Probabilistic Inference over Graphical Models 146910 NIPS
Modeling Composite Web Services by Using a Logic-based Language 146916 SWAP
Data management research at the Middle East Technical University 146917 SIGMOD Record
Efficient Algorithms for Constructing Time Decompositions of Time Stamped Documents 146936 DEXA
Structure-Based Resilience Metrics for Service-Oriented Networks 146937 EDCC
In memory of Seymour Ginsburg 1928 - 2004 146989 SIGMOD Record
Content and Structure Based Approach For XML Similarity 147004 CIT
HON-P2P: A Cluster-based Hybrid Overlay Network for Multimedia Object Management 147011 ICPADS (1)
Proceedings of the 1st International Conference on Signal-Image Technology and Internet-Based Systems, SITIS 2005, November 27 - December 1, 2005, Yaounde, Cameroo 147017 SITIS
Consistency checking for interactive multimedia presentations 147018 SITIS
Exchanging intensional XML data 147033 ACM Trans. Database Syst.
A search result clustering method using informatively named entities 147055 WIDM
A similarity search algorithm for ellipsoid queries using spatial transformation 147056 Systems and Computers in Japan
Secrecy Despite Compromise: Types, Cryptography, and the Pi-Calculus 147059 CONCUR
Timed Spi-Calculus with Types for Secrecy and Authenticity 147061 CONCUR
Java Jr: Fully Abstract Trace Semantics for a Core Java Language 147065 ESOP
Full Abstraction for Polymorphic Pi-Calculus 147066 FoSSaCS
Contextual equivalence for higher-order pi-calculus revisite 147082 CoRR
Contextual equivalence for higher-order pi-calculus revisited 147093 Logical Methods in Computer Science
A fully abstract may testing semantics for concurrent objects 147099 Theor. Comput. Sci.
Real-Time Databases 147103 Encyclopedia of Database Technologies and Applications
Cubing Web Data Based on Multidimensional Arrays 147113 ASIAN
Models and Languages for Overlay Networks 147126 DBISP2P
An Approach to Parameterizing Web Service Flows 147141 ICSOC
Overlay Networks - Implementation by Specification 147146 Middleware
Agent-based virtual organisations for the Grid 147185 AAMAS
Semantic support for computational land-use modelling 147187 CCGRID
Managing Information Quality in e-Science: A Case Study in Proteomics 147196 ER (Workshops)
WINES: Wired and Wireless Intelligent Networked Systems 147207 IEEE Intelligent Systems
Automatic Generation of Data Types for Classification of Deep Web Sources 147221 DILS
Automatic Discovery and Inferencing of Complex Bioinformatics Web Interfaces 147230 World Wide Web
An infinite-game semantics for negation in logic programming 147234 GALOP
A Sufficient Condition for Strong Equivalence Under the Well-Founded Semantics 147237 ICLP
The Lazy Evaluation of Infinitesimal Logic Expressions 147243 PLC
Minimum model semantics for logic programs with negation-as-failure 147260 ACM Trans. Comput. Log.
The Indiana Center for Database Systems at Purdue University 147407 SIGMOD Record
Optimal Lexicographic Shaping of Aggregate Streaming Data 147409 IEEE Trans. Computers
The improving speed post-processing technique for blocking artifact in transform coded images 147426 SIP
A high dimensional Open Coloring Axiom 147429 Math. Log. Q.
Predicate Derivation and Monotonicity Detection in DB2 UDB 147433 ICDE
An Improved Categorization of Classifier's Sensitivity on Sample Selection Bias 147440 ICDM
Relating reinforcement learning performance to classification performance 147442 ICML
Report on UBDM-05: Workshop on Utility-Based Data Mining 147449 SIGKDD Explorations
Personalized access to multi-version XML documents in an eGovernment scenario 147461 SEBD
Analysis of using granules to find association rules 147467 GrC
Simulation Study of Language Specific Web Crawling 147519 ICDE Workshops
Compact reachability labeling for graph-structured data 147530 CIKM
BOXes: Efficient Maintenance of Order-Based Labeling for Dynamic XML Data 147533 ICDE
Coordinating Multiple Agents via Reinforcement Learning 147538 Autonomous Agents and Multi-Agent Systems
Multicast Routing in GMPLS Networks with Unequal Branching Capability 147539 IEICE Transactions
Semantic-Based Matching and Personalization in FWEB, a Publish/Subscribe-Based Web Infrastructure 147550 OTM Conferences (1)
Automatic Hyperlink Creation Using P2P and Publish/Subscribe 147553 Wissensmanagement
Automatic Hyperlink Creation Using P2P and Publish/Subscribe 147554 Wissensmanagement (LNCS Volume)
Optimal peer selection for P2P downloading and streaming 147570 INFOCOM
Improved single-round protocols for remote file synchronization 147571 INFOCOM
Efficient Query Evaluation on Large Textual Collections in a Peer-to-Peer Environment 147576 Peer-to-Peer Computing
Hierarchical substring caching for efficient content distribution to low-bandwidth clients 147589 WWW
Three-level caching for efficient query processing in large Web search engines 147591 WWW
Approximation algorithms for array partitioning problems 147599 J. Algorithms
Situation-aware risk management in autonomous agents 147608 CIKM
Making quality count in biological data sources 147618 IQIS
Knowledge Management to Support Situation-aware Risk Management in Autonomous, Self-managing Agents 147623 SOAS
A Service-Oriented Personalization Mechanism in Pervasive Environments 147669 Web Intelligence
Adaptive Multi-level Hashing for Moving Objects 147718 DASFAA
Efficient Pattern Matching of Multidimensional Sequences 147721 RSFDGrC (2)
Privacy-Preserving Frequent Pattern Mining across Private Databases 147727 ICDM
Mining N-most interesting itemsets without support threshold by the COFI-tree 147730 IJBIDM
User Profiles for Facilitating Conversations with Locked-In Users 147741 ICIS
Comparing Relationships in Conceptual Modeling: Mapping to Semantic Classifications 147768 IEEE Trans. Knowl. Data Eng.
Synopses for query optimization: A space-complexity perspective 147787 ACM Trans. Database Syst.
Efficient Stream Organization for Wireless Broadcasting of XML Data 147789 ASIAN
Interactive unawareness revisited 147902 TARK
Evidence with Uncertain Likelihoods 147922 UAI
Probabilistic Algorithmic Knowledg 147994 CoRR
Interactive Unawareness Revisite 148000 CoRR
Evidence with Uncertain Likelihood 148001 CoRR
When Ignorance is Blis 148002 CoRR
A knowledge-theoretic analysis of uniform distributed coordination and failure detectors 148009 Distributed Computing
Anonymity and information hiding in multiagent systems 148047 Journal of Computer Security
Probabilistic Algorithmic Knowledge 148054 Logical Methods in Computer Science
A cone-based distributed topology-control algorithm for wireless multi-hop networks 148071 IEEE/ACM Trans. Netw.
Abacus: A Service-Oriented Programming Language for Grid Applications 148077 IEEE SCC
Multi-Agent Based Network Management Task Decomposition and Scheduling 148085 AINA
Breaking the Constraints to a High Performance Metacomputing System: A System Approach 148107 Computers and Their Applications
Fast Motion Detection Based on Accumulative Optical Flow and Double Background Model 148115 CIS (2)
Biorthogonal Pulse Position Modulation for Time-Hopping UWB Systems 148120 CNSR
Throughput Analysis of IP Data Transmission over Terrestrial ATSC DTV Channels 148128 Communication Systems and Applications
Distributed Intelligent Network Management Model for the Large-Scale Computer Network 148129 CSCWD (Selected papers)
An Access Control Model for Secure Cluster-Computing Environments 148151 HICSS
An Active Method to Building Dynamic Dependency Model for Distributed Components 148155 ICAC
A New Algorithm of Multi-modality Medical Image Fusion Based on Pulse-Coupled Neural Networks 148171 ICNC (1)
Mixtures of Kernels for SVM Modeling 148172 ICNC (1)
A C/S and P2P Hybrid Resource Discovery Framework in Grid Environments 148173 ICPP
A Preliminary Work on Classifying Time Granularities of Temporal Questions 148188 IJCNLP
Automatic Image Annotation Using Maximum Entropy Model 148189 IJCNLP
A Framework to Support Survivable Web Services 148193 IPDPS
Impact of Compiler-based Data-Prefetching Techniques on SPEC OMP Application Performance 148195 IPDPS
A hidden Markov model for analyzing ChIP-chip experiments on genome tiling arrays and its application to p53 binding sequences 148200 ISMB (Supplement of Bioinformatics)
On Reducing Peak Current and Power during Test 148206 ISVLSI
System Software for China National Grid 148224 NPC
Real-Time Solution in Petroleum Industry's Cyber Data Acquisition Simulation System 148235 RTCSA
Distance Restricted Scan Chain Reordering to Enhance Delay Fault Coverage 148249 VLSI Design
NdPASA: a pairwise sequence alignment server for distantly related proteins 148266 Bioinformatics
Capacity and Error Probability Analysis for Orthogonal Space-Time Block Codes over Correlated Rayleigh and Rician Fading Channels 148289 IEICE Transactions
An empirical study of system design instability metric and design evolution in an agile software process 148307 Journal of Systems and Software
Performance analysis of a cellular network with multiple classes of calls 148327 IEEE Transactions on Communications
Pulse Position Amplitude Modulation for Time-Hopping Multiple-Access UWB Communications 148328 IEEE Transactions on Communications
Special issue: modeling and performance evaluation of radio resource QoS for next-generation wireless and mobile networks 148343 Wireless Communications and Mobile Computing
A resampling approach for adjustment in prediction models for covariate measurement error 148350 Computer Methods and Programs in Biomedicine
Performance analysis of handoff schemes with preemptive and nonpreemptive channel borrowing in integrated wireless cellular networks 148355 IEEE Transactions on Wireless Communications
Downloading textual hidden web content through keyword queries 148358 JCDL
Web Directory Construction Using Lexical Chains 148359 NLDB
DirectoryRank: ordering pages in web directories 148362 WIDM
On Computing Top-t Most Influential Spatial Sites 148367 VLDB
The Data Mapping Problem: Algorithmic and Logical Characterizations 148370 ICDE Workshops
Discovering complex mapping expressions with the TUPELO data mapping system 148371 IHIS
Relational data mapping in MIQIS 148372 SIGMOD Conference
Mapping Between Data Sources on the Web 148373 WIRI
Business process-based valuation of IT-security 148380 ACM SIGSOFT Software Engineering Notes
Simple and effective visual models for gene expression cancer diagnostics 148387 KDD
Microarray data mining with visual programming 148388 Bioinformatics
Bootstrapping a Hop-Optimal Network in the Weak Sensor Model 148395 ESA
Optimal Spaced Seeds for Faster Approximate String Matching 148397 ICALP
Adversarial contention resolution for simple channels 148405 SPAA
Fast and Compact Regular Expression Matchin 148409 CoRR
A Semantic Explanation and Symbolic Computation Approach for Designing Mathematical Courseware 148418 C5
Design of Automation Systems for Web Based Courseware Using XML and XSLT 148420 DNIS
Automatic Generation of Web-Based Mathematical Courseware for Solving Simultaneous Equations 148422 Human.Society@Internet
A compiler for exploiting nested parallelism in OpenMP programs 148443 Parallel Computing
Transforming Sem-ODM semantic schemas to DTDs 148452 ACM Southeast Regional Conference (1)
Resource Discovery Using Spatio-temporal Information in Mobile Ad-Hoc Networks 148480 W2GIS
PODWIS: A Personalized Tool for Ontology Development in Domain Specific Web Information System 148496 APWeb
A Hybrid Method for Detecting Data Stream Changes with Complex Semantics in Intensive Care Unit 148497 ASIAN
An Ontology Based Approach to Construct Behaviors in Web Information Systems 148499 WAIM
On off-topic access detection in information systems 148513 CIKM
Detecting Misuse of Information Retrieval Systems Using Data Mining Techniques 148515 ISI
Query length impact on misuse detection in information retrieval systems 148517 SAC
Collaborative business process technologies 148524 Data Knowl. Eng.
Option Discovery in Reinforcement Learning using Frequent Common Subsequences of Actions 148537 CIMCA/IAWTIC
Co-operation framework of case-based reasoning agents for automated product recommendation 148544 J. Exp. Theor. Artif. Intell.
Views as first-class citizens in object-oriented databases 148549 VLDB J.
An Environment for Ontology Design and Enrichment from Texts 148563 SWAP
Efficient Retrieval of DNA Sequences Using Multi-way Clustering 148566 ICDE Workshops
A native extension of SQL for mining data streams 148579 SIGMOD Conference
High-Speed and Low-Power Network Search Engine Using Adaptive Block-Selection Scheme 148599 Hot Interconnects
Efficient hashing with lookups in two memory accesses 148606 SODA
Entropy based Nearest Neighbor Search in High Dimension 148615 CoRR
Lower bounds on Locality Sensitive Hashin 148616 CoRR
The smallest grammar problem 148623 IEEE Transactions on Information Theory
Vers une implandeacute;mentation flexible des activitandeacute;s de maintenance et d'andeacute;volution du logiciel 148639 INFORSID
Design and Implementation of a Parallel Performance Data Management Framework 148641 ICPP
Configurable Process Models as a Basis for Reference Modeling 148645 Business Process Management Workshops
Towards a Business Process Management Maturity Model 148659 ECIS
Linking Theory and Practice: Performing a Reality Check on a Model of IS Success 148660 ECIS
Open Source Enterprise Systems: Towards a Viable Alternative 148664 HICSS
Ontological Evaluation of Enterprise Systems Interoperability Using ebXML 148677 IEEE Trans. Knowl. Data Eng.
Exception handling in component composition with the support of middleware 148684 SEM
Modeling Diverse and Complex Interactions Enabled by Middleware as Connectors in Software Architectures 148686 ICECCS
Modeling Architecture Based Development in UML 148687 ICECCS
A Dynamically Adaptive Distributed System for Processing Complex Continuous Queries 148689 VLDB
Automatic extraction of titles from general documents using machine learning 148695 JCDL
Ranking definitions with supervised learning methods 148697 WWW (Special interest tracks and posters)
Toward an Algorithm Understanding Approach for Legacy Systems Renovation 148707 CAINE
Vers une implandeacute;mentation flexible des activitandeacute;s de maintenance et d'andeacute;volution du logiciel 148711 INFORSID
Visual Concepts for News Story Tracking: Analyzing and Exploiting the NIST TRECVID Video Annotation Experiment 148720 CVPR (1)
Ontology Design for Video Semantic Threads 148735 ICME
Efficient String Matching Algorithms for Combinatorial Universal Denoising 148753 DCC
Workload-Optimal Histograms on Streams 148757 ESA
Structuring labeled trees for optimal succinctness, and beyond 148762 FOCS
Subquadratic Algorithms for Workload-Aware Haar Wavelet Synopses 148766 FSTTCS
MoDB: Database System for Synthesizing Human Motion 148771 ICDE
Summarizing and Mining Skewed Data Streams 148792 SDM
Sampling Algorithms in a Stream Operator 148795 SIGMOD Conference
Improved range-summable random variable construction algorithms 148802 SODA
The bin-covering technique for thresholding random geometric graph properties 148811 SODA
A Heartbeat Mechanism and Its Application in Gigascope 148826 VLDB
Detecting malicious network traffic using inverse distributions of packet contents 148832 MineNet
Parallel scheduling problems in next generation wireless networks 148856 Networks
What's hot and what's not: tracking most frequent items dynamically 148867 ACM Trans. Database Syst.
Data Streams: Algorithms and Applications 148869 Foundations and Trends in Theoretical Computer Science
LM-DTM: An Environment for XML-Based, LIP/PAPI-Compliant Deployment, Transformation and Matching of Learner Models 148876 ICALT
Using Generators for Discovering Certain and Generalized Decision Rules 148891 HIS
Faster Clustering with DBSCAN 148895 Intelligent Information Systems
Support Oriented Discovery of Generalized Disjunction-Free Representation of Frequent Patterns with Negation 148905 PAKDD
Generalized disjunction-free representation of frequent patterns with negation 148927 J. Exp. Theor. Artif. Intell.
Selective View Materialization in a Spatial Data Warehouse 148946 DaWaK
A Credential-Based Approach for Facilitating Automatic Resource Sharing Among Ad-Hoc Dynamic Coalitions 148958 DBSec
Unified Index for Mobile Object Data and Authorizations 148965 ESORICS
FS3: A Random Walk Based Free-Form Spatial Scan Statistic for Anomalous Window Detection 148969 ICDM
An Attribute Graph Based Approach to Map Local Access Control Policies to Credential Based Access Control Policies 148971 ICISS
LS3: a Linear Semantic Scan Statistic technique for detecting anomalous windows 148978 SAC
Supporting conditional delegation in secure workflow management systems 148980 SACMAT
A Clickstream-Based Collaborative Filtering Recommendation Model for E-Commerce 148984 CEC
SCHISM: a new approach to interesting subspace mining 149002 IJBIDM
Sensor Localization in an Obstructed Environment 149013 DCOSS
Learn to weight terms in information retrieval using category information 149018 ICML
Linguistic theories in efficient multimodal reference resolution: an empirical investigation 149026 IUI
A Probabilistic Approach for Optimizing Spectral Clustering 149030 NIPS
Symmetric Statistical Translation Models for Automatic Image Annotation 149035 SDM
Study of cross lingual information retrieval using on-line translation systems 149037 SIGIR
A maximum coherence model for dictionary-based cross-language information retrieval 149040 SIGIR
User term feedback in interactive text-based image retrieval 149042 SIGIR
Structural Learning of Graphical Models and Its Applications to Traditional Chinese Medicine 149054 FSKD (2)
Chip-by-Chip Iterative Multiuser Detection for VBLAST Coded Multiple-Input Multiple-Output Systems 149056 ICN (2)
Uplink channel estimation for space-time block coded multiple-input multiple-output MC-CDMA systems 149057 ISCAS (6)
Blind Channel Estimation for V-BLAST Coded DS-CDMA Systems in the Frequency-Selective Fading Environment 149063 IEICE Transactions
Flexible Business Process Management Using Forward Stepping and Alternative Paths 149111 Business Process Management
Agent Oriented Data Integration 149121 ER (Workshops)
Handling Uncertain Rules in Composite Event Systems 149122 FLAIRS Conference
On the Cardinality of Schema Matching 149132 OTM Workshops
A Cooperative Model for Wide Area Content Delivery Applications 149134 OTM Conferences (1)
A Model for Reasoning with Uncertain Rules in Event Composition Systems 149139 UAI
Measuring the Relative Performance of Schema Matchers 149141 Web Intelligence
A framework for modeling and evaluating automatic semantic reconciliation 149155 VLDB J.
An Efficient Feature Selection Algorithm for Computer-Aided Polyp Detection 149161 FLAIRS Conference
Embedded image coding with context partitioning and quantization 149168 ICIP (2)
Lossless image compression with tree coding of magnitude levels 149172 ICME
A Probabilistic Routing Algorithm for DTNs of Randomly Moving Nodes 149174 ICWN
A framework for fine-granular computational-complexity scalable motion estimation [real-time video coding applications] 149177 ISCAS (6)
A low complexity motion compensated frame interpolation method 149179 ISCAS (5)
A real-time interactive multi-view video system 149188 ACM Multimedia
IEEE 1394: Another Low Cost Viable Alternative Interconnect for High Performance Computing 149193 PDPTA
Low On-Voltage Operation AlGaN/GaN Schottky Barrier Diode with a Dual Schottky Structure 149200 IEICE Transactions
Iterative Design of Neural Network Classifiers Through Regression 149201 International Journal on Artificial Intelligence Tools
Prototype Classifier Design with Pruning 149202 International Journal on Artificial Intelligence Tools
Effects Of Nonsingular Preprocessing On Feedforward Network Training 149206 IJPRAI
An effective variable block-size early termination algorithm for H.264 video coding 149210 IEEE Trans. Circuits Syst. Video Techn.
A novel model-based rate-control method for portrait video coding 149211 IEEE Trans. Circuits Syst. Video Techn.
U-DBMS: A Database System for Managing Constantly-Evolving Data 149214 VLDB
Labeling Scheme and Structural Joins for Graph-Structured XML Data 149219 APWeb
Practical Indexing XML Document for Twig Query 149220 ASIAN
Efficient Processing of XML Path Queries Using the Disk-based Fandamp;B Index 149241 VLDB
Subgraph Join: Efficient Processing Subgraph Queries on Graph-Structured XML Document 149245 WAIM
A Grid Environment for Data Integration of Scientific Databases 149266 e-Science
A Grid-based Information Integration System for Drug Discovery 149268 ICDE Workshops
Applying classification techniques to remotely-collected program execution data 149289 ESEC/SIGSOFT FSE
On Trip Planning Queries in Spatial Databases 149299 SSTD
Convergence Analysis of Discrete Differential Geometry Operators over Surfaces 149319 IMA Conference on the Mathematics of Surfaces
A Hierachical Method for Wiring and Congestion Prediction 149321 ISVLSI
A robust algorithm for finding the real intersections of three quadric surfaces 149345 Computer Aided Geometric Design
A new algorithm for Boolean operations on general polygons 149349 Computers andamp; Graphics
An algorithm for tetrahedral mesh generation based on conforming constrained Delaunay tetrahedralization 149350 Computers andamp; Graphics
On Theoretical Upper Bounds for Routing Estimation 149358 J. UCS
Improving test effectiveness of scan-based BIST by scan chain partitioning 149360 IEEE Trans. on CAD of Integrated Circuits and Systems
Mesh blending 149362 The Visual Computer
Rank-Aware Query Processing and Optimization 149364 ICDE
RankSQL: Supporting Ranking Queries in Relational Database Management Systems 149372 VLDB
Efficient Similarity Search on Vector Sets 149374 BTW
Measuring the Quality of Approximated Clusterings 149375 BTW
Efficient and effective server-sided distributed clustering 149376 CIKM
Hierarchical Density-Based Clustering of Uncertain Data 149381 ICDM
Density-based clustering of uncertain data 149382 KDD
Clustering Moving Objects via Medoid Clusterings 149386 SSDBM
Fuzzy Decomposition of Spatially Extended Objects 149387 SSDBM
Automated data cache placement for embedded VLIW ASIPs 149393 CODES+ISSS
3D S.O.M. - A commercial software solution to 3D scanning 149405 Graphical Models
Towards an architectural treatment of software security: a connector-centric approach 149409 ACM SIGSOFT Software Engineering Notes
Improving Protein Secondary-Structure Prediction by Predicting Ends of Secondary-Structure Segments 149412 CIBCB
Correcting Sampling Bias in Structural Genomics through Iterative Selection of Underrepresented Targets 149438 SDM
DisProt: a database of protein disorder 149444 Bioinformatics
Optimizing Long Intrinsic Disorder Predictors with Protein Evolutionary Information 149449 J. Bioinformatics and Computational Biology
Collaborative Filtering Using a Regression-Based Approach 149454 Knowl. Inf. Syst.
The Approach of Transmission Scheme in Wireless Cipher Communication 149460 HPCC
Performance Enhancement of Wireless Cipher Communication 149461 ICCNMC
Analysis/Synthesis of Speech Signals Based on AbS/OLA Sinusoidal Modeling Using Elliptic Filter 149463 IDEAL
A Clustering Algorithm Based Absorbing Nearest Neighbors 149472 WAIM
DD-PREF: A Language for Expressing Preferences over Sets 149514 AAAI
Active Constrained Clustering by Examining Spectral Eigenvectors 149515 Discovery Science
Constrained Spectral Clustering under a Local Proximity Structure Assumption 149516 FLAIRS Conference
Packet classification in large ISPs: design and evaluation of decision tree classifiers 149542 SIGMETRICS
Towards an Ontology for Context Representation in Groupware 149567 CRIWG
Dynamic syslog mining for network failure monitoring 149602 KDD
A nondestructive automated defect detection system for silicon carbide wafers 149627 Mach. Vis. Appl.
GeoPQL: A Geographical Pictorial Query Language That Resolves Ambiguities in Query Interpretation 149667 J. Data Semantics III
Prediction of glycan structures from gene expression data based on glycosyltransferase reactions 149683 Bioinformatics
Modeling of Process-Oriented Learning Designs 149687 ICALT
Sharing and Reusing Learning Experiences - The Knowledge Management Perspective 149688 ICALT
Towards A Web-Based Handbook of Generic, Process-Oriented Learning Designs 149691 Educational Technology andamp; Society
Accurate and Efficient Gesture Spotting via Pruning and Subgesture Reasoning 149697 ICCV-HCI
Online and Offline Character Recognition Using Alignment to Prototypes 149698 ICDAR
Simultaneous Localization and Recognition of Dynamic Hand Gestures 149700 WACV/MOTION
Improving Data Accessibility For Mobile Clients Through Cooperative Hoarding 149705 ICDE
Protecting Consumer Data in Composite Web Services 149717 SEC
Secure Group Communication with Distributed Generation of Private Keys in Ad-hoc Networks 149718 SEC
Wide Area Service Discovery and Adaptation for Mobile Clients in Networks with Ad Hoc Behaviour 149722 ICITA (2)
ProDA: a suite of web-services for progressive data analysis 149724 SIGMOD Conference
Hyperlink analysis on the world wide web 149735 Hypertext
An online throughput-competitive algorithm for multicast routing and admission control 149767 J. Algorithms
Query-Free News Search 149776 World Wide Web
Validating Compositions of Geospatial Processing Web Services in a Scientific Workflow Environment 149778 ICWS
Creating and Providing Data Management Services for the Biological and Ecological Sciences: Science Environment for Ecological Knowledge 149779 SSDBM
LWI and Safari: A New Index Structure and Query Model for Graph Databases 149782 COMAD
A Symmetric Localization Algorithm for MANETs Based on Collapsing Coordinate Systems 149784 HiPC
WAND: a meta-data maintenance system over the internet 149788 WWW (Special interest tracks and posters)
Towards autonomic web-sites based on learning automata 149789 WWW (Special interest tracks and posters)
Context-Aware Access Control Mechanism for Ubiquitous Applications 149795 AWIC
The Conflict Detection Between Permission Assignment Constraints in Role-Based Access Control 149796 CISC
Vague Sets or Intuitionistic Fuzzy Sets for Handling Vague Data: Which One Is Better 149845 ER
Index Support for Visualizing Large, Distributed, High-Dimension Data Sets 149851 ISCA PDCS
An Adaptive Selection of Motion for Online Hand-Eye Calibration 149853 Australian Conference on Artificial Intelligence
Limn Matrix: A Tool for Visualizing Large, Distributed, High-Dimension Data Sets 149856 CAINE
Toward Protein Structure Analysis with Self-Organizing Maps 149857 CIBCB
Motion Segmentation of Multiple Translating Objects Using Line Correspondences 149860 CVPR (1)
Adaptive Noise Reduction for Engineering Drawings Based on Primitives and Noise Assessment 149867 GREC
The Cluster Distribution of Regulatory Motifs of Transcription in Yeast Introns 149881 ICIC (2)
Neuroinformatics Research in China- Current Status and Future Research Activities 149887 ICNC (1)
Eigenspectra Versus Eigenfaces: Classification with a Kernel-Based Nonlinear Representor 149888 ICNC (1)
Approximate treatment for calculation of the rate-distortion slope in EBCOT 149898 ISCAS (6)
A Hand-Eye Robotic Model for Total Knee Replacement Surgery 149901 MICCAI (2)
Metamodel-driven model interpreter evolution 149908 OOPSLA Companion
Replicators: Transformations to Address Model Scalability 149911 MoDELS
ATID: a web-oriented database for collection of publicly available alternative translational initiation events 149920 Bioinformatics
MicroRNA identification based on sequence and structure alignment 149921 Bioinformatics
htSNPer1.0: software for haplotype block partition and htSNPs selection 149922 BMC Bioinformatics
The spectrum of cyclic BSEC with block size three 149925 Discrete Mathematics
Comparative knowledge management: A pilot study of Chinese and American universities 149930 JASIST
Motion segmentation of multiple translating objects from line correspondences 149935 Pattern Recognition
A model-driven approach to enforce crosscutting assertion checking 149940 ACM SIGSOFT Software Engineering Notes
Granular Computing and Rough Sets 149944 The Data Mining and Knowledge Discovery Handbook
Secrecy of Two-Party Secure Computation 149948 DBSec
A Modal Logic for Reasoning about Possibilistic Belief Fusion 149957 IJCAI
Ordered Belief Fusion in Possibilistic Logic 149967 RSFDGrC (1)
Reasoning about relational granulation in modal logics 149969 GrC
A modal logic framework for multi-agent belief fusion 149989 ACM Trans. Comput. Log.
Justification and Hypothesis Selection in Data Mining 149991 Foundations of Data Mining and knowledge Discovery
Sampling in dynamic data streams and applications 149992 Symposium on Computational Geometry
Online Occlusion Culling 149993 ESA
Coresets in dynamic geometric data streams 149994 STOC
A Change-Aware Framework for the Knowledge Management in eGovernment 150019 EGOV (Workshops and Posters)
On the role of a user's knowledge gap in an information retrieval process 150030 K-CAP
An Approach for Defining Relevance in the Ontology-Based Information Retrieval 150041 Web Intelligence
On the Query Refinement in Searching a Bibliographic Database 150043 Wirtschaftsinformatik
Conceptual Query Refinement: The Basic Model 150045 WISE
On the query refinement in the ontology-based searching for information 150049 Inf. Syst.
EKAW 2004 150051 KI
Information-need driven query refinement 150052 Web Intelligence and Agent Systems
XML type checking with macro tree transducers 150054 PODS
On Minimizing the Maximum Flow Time in the Online Dial-a-Ride Problem 150107 WAOA
Low-state fairness: lower bounds and practical enforcement 150151 INFOCOM
Delay efficient sleep scheduling in wireless sensor networks 150156 INFOCOM
Simultaneous Optimization for Concave Costs: Single Sink Aggregation or Single Source Buy-at-Bulk 150173 Algorithmica
Part III: routers with very small buffers 150177 Computer Communication Review
Source routing and scheduling in packet networks 150181 J. ACM
An online throughput-competitive algorithm for multicast routing and admission control 150182 J. Algorithms
Approximate majorization and fair online load balancing 150187 ACM Transactions on Algorithms
Improving lookup latency in distributed hash table systems using random sampling 150189 IEEE/ACM Trans. Netw.
BAR fault tolerance for cooperative services 150208 SOSP
Using Bloom Filters to Refine Web Search Results 150215 WebDB
Instance-Independent View Serializability for Semistructured Database 150243 CoRR
Summarizing Sequential Data with Closed Partial Orders 150251 SDM
Active Learning with Partially Labeled Data via Bias Reduction 150256 FLAIRS Conference
An Improved Categorization of Classifier's Sensitivity on Sample Selection Bias 150257 ICDM
The Complexity of Inductive Definability 150274 CiE
Normal Form Theorem for Logic Programs with Cardinality Constraints 150276 Nonmonotonic Reasoning, Answer Set Programming and Constraints
Set Based Logic Programming 150277 Nonmonotonic Reasoning, Answer Set Programming and Constraints
Logic programming with infinite sets 150303 Ann. Math. Artif. Intell.
Statistics on wreath products, perfect matchings, and signed words 150337 Eur. J. Comb.
Efficient: A Toolset for Building Trusted B2B Transactions 150375 CAiSE
Using Fuzzy Analogical Reasoning to Refine the Query Answers for Relational Databases with Imprecise Information 150382 FSKD (1)
Coverage Problem of Wireless Sensor Networks 150387 CJCDGCGT
A Conceptual Design Methodology for Fuzzy Relational Databases 150399 J. Database Manag.
Two-Level 2D Projection Maps Based Horizontal Collision Detection Scheme for Avatar in Collaborative Virtual Environment 150402 ICCSA (1)
Meaning in Context 150411 CONTEXT
Constraint Solving and Language Processing, First International Workshop, CSLP 2004, Roskilde, Denmark, September 1-3, 2004, Revised Selected and Invited Paper 150412 CSLP
HYPROLOG: A New Logic Programming Language with Assumptions and Abduction 150428 ICLP
CHR grammars 150444 TPLP
Price prediction and insurance for online auctions 150453 KDD
Building Minority Language Corpora by Learning to Generate Web Search Queries 150455 Knowl. Inf. Syst.
Predicting good probabilities with supervised learning 150479 ICML
Optimizing to Arbitrary NLP Metrics using Ensemble Selection 150483 HLT/EMNLP
A method for finding single-nucleotide polymorphisms with allele frequencies in sequences of deep coverage 150512 BMC Bioinformatics
Verification of SAP Reference Models 150516 Business Process Management
A Meta Model for Process Mining Data 150518 EMOI-INTEROP
Process Mining and Verification of Properties: An Approach Based on Temporal Logic 150525 OTM Conferences (1)
bigVAT: Visual assessment of cluster tendency for large data sets 150541 Pattern Recognition
mPL6: a robust multilevel mixed-size placement engine 150552 ISPD
A Virtual Modeling and a Fast Algorithm for Grid Service Reliability 150554 PRDC
MARS-a multilevel full-chip gridless routing system 150564 IEEE Trans. on CAD of Integrated Circuits and Systems
Large-scale circuit placement 150566 ACM Trans. Design Autom. Electr. Syst.
Reply to "On Some Recent Modifications of Weibull Distribution" 150567 IEEE Transactions on Reliability
Modeling and analysis of correlated software failures of multiple types 150568 IEEE Transactions on Reliability
On a generalized k-out-of-n system and its reliability 150576 Int. J. Systems Science
Incremental Data Mining Using Concurrent Online Refresh of Materialized Data Mining Views 150599 DaWaK
Indexing of Sequences of Sets for Efficient Exact and Similar Subsequence Matching 150610 ISCIS
Mining risk patterns in medical data 150632 KDD
Processing distributed event data and multifaceted knowledge in a collaboration federation 150688 IRI
Learning Object and Dynamic E-Learning Service Technologies for Simulation-Based Medical Instruction 150728 WISE Workshops
A Knowledge Network Approach for Implementing Active Virtual Marketplaces 150743 J. Data Semantics
Outil de classification et de visualisation de grands volumes de donnandeacute;es mixtes 150784 EGC
A Modified Finite Newton Method for Fast Solution of Large Scale Linear SVMs 150807 Journal of Machine Learning Research
The foundation of e-commerce: social reputation system--a comparison between American and China 150810 ICEC
An Efficiently Preconditioned GMRES Method for Fast Parasitic-Sensitive Deep-Submicron VLSI Circuit Simulation 150817 DATE
Model-compiler based efficient statistical circuit analysis: an industry case study of a 4 GHz/6-bit ADC/DAC/DEMUX ASIC 150822 ISCAS (6)
Interactive Rendering of Large Unstructured Grids Using Dynamic Level-of-Detail 150832 IEEE Visualization
A Survey of GPU-Based Volume Rendering of Unstructured Grids 150834 RITA
Automatic Generation of Semantic Fields for Resource Discovery in the Semantic Web 150836 DEXA
Nonnegative Lagrangian Relaxation of K-Means and Spectral Clustering 150844 ECML
Identification of Functional Modules in Protein Complexes via Hyperclique Pattern Discovery 150848 Pacific Symposium on Biocomputing
Access Policy Sheet for Access Control in Fine-Grained XML 150856 EUC Workshops
Evolving Toward the Perfect Schedule: Co-scheduling Job Assignments and Data Replication in Wide-Area Systems Using a Genetic Algorithm 150863 JSSPP
On the complexity of division and set joins in the relational algebra 150872 PODS
Toward Semantic Interoperability of Heterogeneous Biological Data Sources 150874 CAiSE
Entity identification for heterogeneous database integration--a multiple classifier system approach and empirical evaluation 150900 Inf. Syst.
Scalable Parallel Octree Meshing for TeraScale Applications 150917 SC
Evaluation: nouvelle approche avec juges 150934 INFORSID
Spatio-Temporal Indexing Techniques 150935 Encyclopedia of Database Technologies and Applications
Solving Constraints on Sets of Spatial Objects 150938 PADL
Design and Implementation of a J2EE-Based Platform for Network Teaching 150943 ICWL
The Robot Scientist Project 150948 ALT
On the use of qualitative reasoning to simulate and identify metabolic pathway 150982 Bioinformatics
A Dichotomic Search Algorithm for Mining and Learning in Domain-Specific Logics 150990 Fundam. Inform.
Iteration Aware Prefetching for Remote Data Access 151001 e-Science
Bloom Filter-based XML Packets Filtering for Millions of Path Queries 151023 ICDE
Exploiting Geospatial Markers to Explore and Resocialize Localized Documents 151039 GeoS
Modeling and Verification of a Telecommunication Application Using Live Sequence Charts and the Play-Engine Tool 151049 ATVA
Synthesis Revisited: Generating Statechart Models from Scenario-Based Requirements 151052 Formal Methods in Software and Systems Modeling
Temporal Logic for Scenario-Based Specifications 151130 TACAS
Reactive Animation: Realistic Modeling of Complex Dynamic Systems 151149 IEEE Computer
Extracting Web Data Using Instance-Based Learning 151204 WISE
Web data extraction based on partial tree alignment 151205 WWW
Mobility Changes Anonymity: Mobile Ad Hoc Networks Need Efficient Anonymous Routing 151212 ISCC
A secure ad-hoc routing approach using localized self-healing communities 151216 MobiHoc
Mobile traffic sensor network versus motion-MIX: tracing and protecting mobile wireless nodes 151217 SASN
Low-cost attacks against packet delivery, localization and time synchronization services in under-water sensor networks 151220 Workshop on Wireless Security
A Novel Color C-V Method and Its Application 151246 ICIAR
Color filter array demosaicking using wavelet-based subband synthesis 151247 ICIP (2)
Regularized interpolation using Kronecker product for still images 151248 ICIP (2)
An improved QTCQ wavelet image coding method using DCT and coefficient reorganization 151260 ACM Multimedia
Integrating tradeoff support in product search tools for e-commerce sites 151264 ACM Conference on Electronic Commerce
XQuery containment in presence of variable binding dependencies 151274 WWW
Consistency Problems for Jump-Diffusion Model 151285 CoRR
Projecting the Forward Rate Flow onto a Finite Dimensional Manifol 151286 CoRR
Discrete dynamical systems in L-topological spaces 151295 Fuzzy Sets and Systems
Some characterization theorems on induced I(L)-topological spaces 151296 Fuzzy Sets and Systems
Integrating Parallelizing Compilation Technologies for SMP Clusters 151298 J. Comput. Sci. Technol.
Parallel simulation of strong ground motions during recent and historical damaging earthquakes in Tokyo, Japan 151307 Parallel Computing
A soft double regularization approach to parametric blind image deconvolution 151312 IEEE Transactions on Image Processing
Characterizing Gnutella Network Properties for Peer-to-Peer Network Simulation 151333 ISCIS
Effective Early Termination Techniques for Text Similarity Join Operator 151334 ISCIS
A histogram-based approach for object-based query-by-shape-and-color in image and video databases 151354 Image Vision Comput.
BilVideo: Design and Implementation of a Video Database Management System 151359 Multimedia Tools Appl.
Database research at Bilkent University 151361 SIGMOD Record
Datagridflows: Managing Long-Run Processes on Datagrids 151373 DMG
An Introduction to Data Grid Management Systems 151378 WISE
Adaptive Query Refinement Based on Global and Local Analysis 151383 FSKD (1)
Focused crawling by exploiting anchor text using decision tree 151386 WWW (Special interest tracks and posters)
CVA file: an index structure for high-dimensional datasets 151387 Knowl. Inf. Syst.
BM+-Tree: A Hyperplane-Based Index Method for High-Dimensional Metric Spaces 151389 DASFAA
Progressive Buffers: View-dependent Geometry and Texture for LOD Rendering 151396 Symposium on Geometry Processing
Tensor decomposition and approximation schemes for constraint satisfaction problems 151444 STOC
Games of fixed rank: A hierarchy of bimatrix game 151450 CoRR
Efficient Integration of Fine-grained Access Control in Large-scale Grid Services 151483 IEEE SCC
An Object-Relational Approach to the Representation of Multi-granular Spatio-Temporal Data 151491 CAiSE
Purpose Based Access Control for Privacy Protection in Database Systems 151502 DASFAA
Information Driven Evaluation of Data Hiding Algorithms 151503 DaWaK
Establishing and protecting digital identity in federation systems 151508 Digital Identity Management
Integration of Virtual Reality and Database System Techniques 151513 DNIS
Assuring Security Properties in Third-party Architectures 151536 ICDE
P-Hera: Scalable fine-grained access control for P2P infrastructures 151544 ICPADS (1)
Dissemination of Cultural Heritage Content through Virtual Reality and Multimedia Techniques: A Case Study 151555 MMM
Anonymity Preserving Techniques in Trust Negotiations 151561 Privacy Enhancing Technologies
PDL with Preferences 151563 POLICY
SERAT: SEcure role mApping technique for decentralized secure interoperability 151578 SACMAT
Advances in Spatial and Temporal Databases, 9th International Symposium, SSTD 2005, Angra dos Reis, Brazil, August 22-24, 2005, Proceeding 151593 SSTD
Reasoning about RDF statements with default rules 151599 Rule Languages for Interoperability
A Framework for Evaluating Privacy Preserving Data Mining Algorithms 151614 Data Min. Knowl. Discov.
A Trust-Based Context-Aware Access Control Model for Web-Services 151623 Distributed and Parallel Databases
Towards structure discovering in video data 151644 J. Exp. Theor. Artif. Intell.
Journal on Data Semantics I 151645 J. Data Semantics II
The Indiana Center for Database Systems at Purdue University 151649 SIGMOD Record
Database Security-Concepts, Approaches, and Challenges 151651 IEEE Trans. Dependable Sec. Comput.
X-GTRBAC: an XML-based policy specification framework and architecture for enterprise-wide access control 151655 ACM Trans. Inf. Syst. Secur.
Secure Interoperation in a Multidomain Environment Employing RBAC Policies 151666 IEEE Trans. Knowl. Data Eng.
Business Process Management, 3rd International Conference, BPM 2005, Nancy, France, September 5-8, 2005, Proceeding 151679 Business Process Management
Developing Adapters for Web Services Integration 151680 CAiSE
Industry Trends in Business Process Management: Getting Ready for Prime Time 151685 DEXA Workshops
Predictive Business Operations Management 151686 DNIS
Service-Oriented Computing - ICSOC 2005, Third International Conference, Amsterdam, The Netherlands, December 12-15, 2005, Proceeding 151694 ICSOC
Challenges in Business Process Analysis and Optimization 151699 TES
Visualization of protein-protein interaction network for knowledge discovery 151729 GrC
Integrating Syntactic Information by Means of Data Fusion Techniques 151735 EUROCAST
A Similarity Computing Algorithm for Volumetric Data Sets 151753 FSKD (2)
Volume fractal dimensionality: a useful parameter for measuring the complexity of 3D protein spatial structures 151758 SAC
Optimal allocation of pooled servers for situation awareness applications 151777 Communications and Computer Networks
Security Issues in Querying Encrypted Data 151781 DBSec
Designing the Ontology of XML Documents Semi-automatically 151793 ICIC (1)
Context-based Preference Analysis Method in Ubiquitous Commerce 151794 UDM
Speaker Identification Based on Subtractive Clustering Algorithm with Estimating Number of Clusters 151814 TSD
An Efficient Approach to Extracting Approximate Repeating Patterns in Music Databases 151836 DASFAA
Real-Time Scheduling for Data Stream Management Systems 151838 ECRTS
Robust Real-time Query Processing with QStream 151839 VLDB
Reverse Nearest Neighbors in Large Graphs 151855 ICDE
Medoid Queries in Large Spatial Databases 151874 SSTD
Constrained Shortest Path Computation 151876 SSTD
Query processing in spatial databases containing obstacles 151886 International Journal of Geographical Information Science
Progressive skyline computation in database systems 151897 ACM Trans. Database Syst.
BBTC: A New Update-Supporting Coding Scheme for XML Documents 151903 WAIM
TCP Congestion Window Control on an ISCSI Read Access in a Long-Latency Environment 151906 Communication Systems and Applications
Trace System of iSCSI Storage Access and Performance Improvement 151907 DASFAA
Performance Evaluation of iSCSI System Optimized for Encryption Processing in the Upper Layer 151910 ICDE Workshops
TCP Congestion Window Controlling Algorithms on iSCSI Sequential Read Access 151911 ICDE Workshops
Trace System of iSCSI Storage Access 151913 SAINT
Introducing a UML model for faster-than-real-time simulation 151917 Winter Simulation Conference
Learning Rules from Multisource Data for Cardiac Monitoring 151918 AIME
Noise-Robust Watermarking for Numerical Datasets 151965 MDAI
Dropout-Tolerant TTP-Free Mental Poker 151978 TrustBus
Probabilistic Information Loss Measures in Confidentiality Protection of Continuous Microdata 151985 Data Min. Knowl. Discov.
A Disk-Based Join With Probabilistic Guarantees 151997 SIGMOD Conference
Generalizing the Notion of Confidence 152002 ICDM
On Incremental Processing of Continual Range Queries for Location-Aware Services and Applications 152031 MobiQuitous
Efficient structural joins with on-the-fly indexing 152041 WWW (Special interest tracks and posters)
Efficient Processing of Continual Range Queries for Location-Aware Mobile Services 152051 Information Systems Frontiers
Implementing a Tamper-Evident Database System 152065 ASIAN
MYSTIQ: a system for finding more answers by using probabilities 152093 SIGMOD Conference
Foundations of probabilistic answers to queries 152098 SIGMOD Conference
Query Caching and View Selection for XML Databases 152104 VLDB
A Framework for XML-Based Integration of Data, Visualization and Analysis in a Biomedical Domain 152114 XSym
Reducing Transaction Abort Rate of Epidemic Algorithm in Replicated Databases 152146 International Conference on Computational Science (1)
Transaction Reordering for Epidemic Quorum in Replicated Databases 152147 ICCSA (4)
Dynamic Scheduling Mechanism for Result Certification in Peer to Peer Grid Computing 152153 GCC
Range and Nearest Neighbor Query Processing for Mobile Clients 152155 OTM Workshops
The CLEF 2005 Cross-Language Image Retrieval Track 152160 CLEF
Manual Query Modification and Data Fusion for Medical Image Retrieval 152161 CLEF
Evaluation axes for medical image retrieval systems: the imageCLEF experience 152167 ACM Multimedia
A survey of current work in biomedical text mining 152182 Briefings in Bioinformatics
Evaluation of biomedical text-mining systems: Lessons learned from information retrieval 152183 Briefings in Bioinformatics
Using co-occurrence network structure to extract synonymous gene and protein names from MEDLINE abstracts 152184 BMC Bioinformatics
Report on the TREC 2004 genomics track 152201 SIGIR Forum
Integration of Computational Fluid Dynamics and Computational Aero Acoustics on Grid for Dental Applications 152204 CBMS
A new dynamical domain decomposition method for parallel molecular dynamics simulation 152205 CCGRID
Neighborhood Preserving Embedding 152210 ICCV
Statistical and computational analysis of locality preserving projection 152212 ICML
Image clustering with tensor representation 152215 ACM Multimedia
Community Mining from Multi-relational Networks 152219 PKDD
Image retrieval based on incremental subspace learning 152223 Pattern Recognition
Supporting Knowledge Work with Knowledge Stance-Oriented Integrative Portals 152229 ECIS
Semiautomatische Annotation von Textdokumenten mit semantischen Metadaten 152230 Wirtschaftsinformatik
A Context-Based Approach for Supporting Knowledge Work with Semantic Portals 152231 Int. J. Semantic Web Inf. Syst.
Conjunctive Query Evaluation by Search Tree Revisited 152241 ICDT
On Digraph Coloring Problems and Treewidth Duality 152243 LICS
Definability on a Random 3-CNF Formula 152244 LICS
Non-Uniform Hardness for NP via Black-Box Adversarie 152251 Electronic Colloquium on Computational Complexity (ECCC)
Integrating UML into SoC Design Process 152274 DATE
Learning a Sparse, Corner-Based Representation for Time-varying Background Modeling 152279 ICCV
Using visual features for anti-spam filtering 152283 ICIP (3)
The super connectivity of shuffle-cubes 152293 Inf. Process. Lett.
IWTrust: Improving User Trust in Answers from the Web 152305 iTrust
P2PKM '05, Peer-to-Peer Knowledge Management, Proceedings of the Second Workshop on Peer-to-Peer Knowledge Management, July 17, 2005, UCSD, La Jolla, San Diego, California, USA - Colocated with The Second Annual International Conference on Mobile and Ubiquitous Systems: Networking and Services (MobiQuitous 2005 152307 P2PKM
Evaluation of Top-k OLAP Queries Using Aggregate R-Trees 152320 SSTD
Generalized multidimensional data mapping and query processing 152324 ACM Trans. Database Syst.
Clustering-Based Histograms for Multi-dimensional Data 152327 DaWaK
Hierarchical binary histograms for summarizing multi-dimensional data 152334 SAC
Consistent query answers on numerical databases under aggregate constraint 152340 CoRR
Model Driven Development of Cooperative Problem-Based Learning Situations Implementing Tools for Teachers and Learners from Pedagogical Models 152346 HICSS
Effective Approaches for Watermarking XML Data 152354 DASFAA
Detecting Stealth Software with Strider GhostBuster 152386 DSN
A Secure Context Management for QoS-Aware Vertical Handovers in 4G Networks 152390 Communications and Multimedia Security
Predictive Mobility Support with Secure Context Management for Vehicular Users 152400 Net-Con
Efficient 3G/WLAN Interworking Techniques for Seamless Roaming Services with Location-Aware Authentication 152405 NETWORKING
Elastic Security QoS Provisioning for Telematics Applications 152410 WISA
Organisational Culture and the Management of Technological Change: A Theoretical Perspective 152444 ECIS
Internet Traffic Prediction by W-Boost: Classification and Regression 152448 ISNN (3)
Anomaly Internet Network Traffic Detection by Kernel Principle Component Classifier 152449 ISNN (3)
Agent/goal Orientation versus Object Orientation for Requirements Engineering: A Practical Evaluation Using an Exemplar 152487 WER
BlackBoardNV: a system for enabling non-visual access to the blackboard course management system 152585 ASSETS
BioLog: A Browser Based Collaboration and Resource Navigation Assistant for BioMedical Researchers 152598 DILS
Browsing fatigue in handhelds: semantic bookmarking spells relief 152669 WWW
An approach for realizing privacy-preserving web-based services 152671 WWW (Special interest tracks and posters)
An Online Control Framework for Designing Self-Optimizing Computing Systems: Application to Power Management 152702 Self-star Properties in Complex Information Systems
Range Data Registration Using Photometric Features 152703 CVPR (2)
Subsequence Matching on Structured Time Series Data 152708 SIGMOD Conference
Precise Modeling and Verification of Topological Integrity Constraints in Spatial Databases: From an Expressive Power Study to Code Generation Principles 152724 ER
Dealing with semantic annotation for manipulating and mapping relational and XML sources 152728 IADIS AC
Les logiques de description pour le tri sandeacute;mantique de documents sur le web 152737 Ingandeacute;nierie des Systandegrave;mes d'Information
GeneFarm, structural and functional annotation of Arabidopsis gene and protein families by a network of experts 152739 Nucleic Acids Research
Location Aware Messaging - Integrating LBS Middleware and Converged Services 152767 ICEBE
Towards an enterprise XML architecture 152771 SIGMOD Conference
Supporting Information Retrieval in Peer-to-Peer Systems 152799 Peer-to-Peer Systems and Applications
Knowledge Representation and the Embodied Mind: Towards a Philosophy and Technology of Personalized Informatics 152803 Wissensmanagement
Knowledge Representation and the Embodied Mind: Towards a Philosophy and Technology of Personalized Informatics 152804 Wissensmanagement (LNCS Volume)
Improving 2D Scatterplots Effectiveness through Sampling, Displacement, and User Perception 152823 IV
Efficient Non-intersection Queries on Aggregated Geometric Data 152849 COCOON
Data confidentiality, data quality and data integration for federal databases 152912 DG.O
Applying classification techniques to remotely-collected program execution data 152916 ESEC/SIGSOFT FSE
Distributed performance testing using statistical modeling 152917 A-MOST
Distributed performance testing using statistical modeling 152924 ACM SIGSOFT Software Engineering Notes
Webified Video: Media Conversion from TV Programs to Web Content for Cross-Media Information Integration 152927 DEXA
Generation of views of TV content using TV viewers' perspectives expressed in live chats on the web 152934 ACM Multimedia
The Effect of Coupling on Understanding and Modifying OCL Expressions: An Experimental Analysis 152947 JISBD
Setup and Annotation of Metabolomic Experiments by Integrating Biological and Mass Spectrometric Metadata 152964 DILS
On the Tractability of Rule Discovery from Distributed Data 152967 ICDM
Sampling-based sequential subgroup mining 152969 KDD
An Implementation Scheme of Relational Tables 152981 ICDE Workshops
WAND: a meta-data maintenance system over the internet 152990 WWW (Special interest tracks and posters)
Browsing fatigue in handhelds: semantic bookmarking spells relief 152991 WWW
Supporting QoS Assessment and Monitoring in Virtual Organisations 152995 IEEE SCC
Agent-based virtual organisations for the Grid 152997 AAMAS
Timely data delivery in sensor networks using whirlpool 153038 DMNS
Incorporating Semantics-Based Search and Policy-Based Access Control Mechanism in Context Service Delivery 153040 ACIS-ICIS
A Comprehensive Middleware Architecture for Context-Aware Ubiquitous Computing Systems 153041 ACIS-ICIS
Context Awareness in Large Scale Ubiquitous Environments with a Service Oriented Distributed Middleware Approach 153042 ACIS-ICIS
Modeling Uncertainty in Context-Aware Computing 153043 ACIS-ICIS
A Load-Balancing and Energy-Aware Clustering Algorithm in Wireless Ad-Hoc Networks 153049 EUC Workshops
Middleware Architecture for Context Knowledge Discovery in Ubiquitous Computing 153050 EUC
A Component-based Architecture for an Autonomic Middleware Enabling Mobile Access to Grid Infrastructure 153052 EUC Workshops
A Unified Context Model: Bringing Probabilistic Models to Context Ontology 153053 EUC Workshops
AutoMAGI - an Autonomic middleware for enabling Mobile Access to Grid Infrastructure 153056 ICAS/ICNS
Context Summarization and Garbage Collecting Context 153057 ICCSA (2)
Modeling and Reasoning about Uncertainty in Context-Aware Systems 153058 ICEBE
A Trust Model for Ubiquitous Systems based on Vectors of Trust Values 153072 ISM
MAGI - Mobile Access to Grid Infrastructure: Bringing the gifts of Grid to Mobile Computing 153074 NODe/GSEM
Context Knowledge Discovery in Ubiquitous Computing 153077 OTM Workshops
OWL-Based User Preference and Behavior Routine Ontology for Ubiquitous System 153078 OTM Conferences (2)
On Building a Reflective Middleware Service for Location-Awareness 153082 RTCSA
A Distributed Middleware Solution for Context Awareness in Ubiquitous Systems 153084 RTCSA
Service Delivery in Context Aware Environments: Lookup and Access Control Issues 153085 RTCSA
Minimum-Energy Data Dissemination in Coordination-Based Sensor Networks 153086 RTCSA
Scenario Based Fault Detection in Context-Aware Ubiquitous Systems using Bayesian Networks 153095 CIMCA/IAWTIC
A Latent Usage Approach for Clustering Web Transaction and Building User Profile 153157 ADMA
Towards User Profiling for Web Recommendation 153158 Australian Conference on Artificial Intelligence
A DNA Based Evolutionary Algorithm for the Minimal Set Cover Problem 153159 ICIC (2)
Using Probabilistic Latent Semantic Analysis for Web Page Grouping 153161 RIDE
Microarchitectural Wire Management for Performance and Power in Partitioned Architectures 153165 HPCA
A 3D Model Retrieval Method Using 2D Freehand Sketches 153166 International Conference on Computational Science (2)
Three-dimensional shape searching: state-of-the-art review and future trends 153174 Computer-Aided Design
Typed Abstraction of Complex Network Compositions 153191 ICNP
Reduction of quality (RoQ) attacks on Internet end-systems 153204 INFOCOM
dPAM: a distributed prefetching protocol for scalable asynchronous multicast in P2P systems 153207 INFOCOM
Friendly virtual machines: leveraging a feedback-control model for application adaptation 153243 VEE
Inference and Labeling of Metric-Induced Network Topologies 153261 IEEE Trans. Parallel Distrib. Syst.
Position Paper for W3C Workshop on Rule Languages for Interoperability 153269 Rule Languages for Interoperability
CASIS: a context-aware speech interface system 153293 IUI
TENeT: A Framework for Distributed Smartcards 153300 SPC
Ubiquitous Computing Technologies for Ubiquitous Learning 153302 WMTE
Better Time-Space Lower Bounds for SAT and Related Problems 153332 IEEE Conference on Computational Complexity
Parallelizing time with polynomial circuits 153341 SPAA
A new algorithm for optimal 2-constraint satisfaction and its implications 153347 Theor. Comput. Sci.
Shadow Removal in Gradient Domain 153353 ICIAR
Oriented Poisson matting 153354 ICIP (2)
Self organizing map based channel prediction for OFDMA 153355 ISCAS (3)
Virtual learning environment for medical education based on VRML and VTK 153365 Computers andamp; Graphics
Cutting and Pasting Irregularly Shaped Patches for Texture Synthesis 153368 Comput. Graph. Forum
Bayesian Decision Feedback Equalizer with Receiver Diversity Combining 153370 IEICE Transactions
Designing multi-agent systems: a framework and application 153393 Expert Syst. Appl.
An Independent Set Approach to Solving the Collaborative Attack Problem 153420 IASTED PDCS
Update propagation based on tree structure in peer-to-peer networks 153434 AICCSA
A Replica Allocation Method Adapting to Topology Changes in Ad Hoc Networks 153451 DEXA
A Query Processing Method for Hybrid Wireless-Broadcast Networks 153453 DEXA Workshops
Content Description and Partitioning Methods for Collaborative Browsing by Multiple Mobile Users 153454 DEXA Workshops
Virtual Space Broadcasting based on the Speed of Avatar Movement 153460 EuroIMSA
A Query Processing Mechanism for Top-k Query in P2P Networks 153465 ICDE Workshops
An Event-driven Navigation Platform forWearable Computing Environments 153469 ISWC
SoundWeb: Hyperlinked Voice Data for Wearable Computing Environment 153470 ISWC
An adaptive TDMA slot assignment protocol in ad hoc sensor networks 153486 SAC
A Location-Based Peer-to-Peer Network for Context-Aware Services in a Ubiquitous Environment 153492 SAINT Workshops
Finding the search engine that works for you 153500 WWW (Special interest tracks and posters)
An agent system for ontology sharing on WWW 153501 WWW (Special interest tracks and posters)
Updated data dissemination methods for updating old replicas in ad hoc networks 153506 Personal and Ubiquitous Computing
Events on the edge 153523 SIGMOD Conference
Disk Infant Mortality in Large Storage Systems 153536 MASCOTS
Impact of Failure on Interconnection Networks for Large Storage Systems 153537 MSST
Accurately extracting coherent relevant passages using hidden Markov models 153545 CIKM
Implicit user modeling for personalized search 153546 CIKM
An exploration of axiomatic approaches to information retrieval 153558 SIGIR
Need For Speed : Mining Sequential Patterns in Data Streams 153595 BDA
FPT is P-Time Extremal Structure I 153627 ACiD
Computer Science 2005, Twenty-Eighth Australasian Computer Science Conference (ACSC2005), Newcastle, NSW, Australia, January/February 200 153629 ACSC
Optimal Paths for Mutually Visible Agents 153659 ISAAC
Usability of Real-Time Unconstrained WWW-Co-Browsing for Educational Settings 153675 Web Intelligence
First-Order Query Rewriting for Inconsistent Databases 153694 ICDT
Distributed/Heterogeneous Query Processing in Microsoft SQL Server 153698 ICDE
Anonymity Preserving Techniques in Trust Negotiations 153709 Privacy Enhancing Technologies
GP Ensemble for Distributed Intrusion Detection Systems 153729 ICAPR (1)
An approximate algorithm for top-k closest pairs join query in large high dimensional data 153739 Data Knowl. Eng.
Tomorrow's Needs - Yesterday's Technology: DOD's Architectural Dilemma and Plan for Resolution 153760 HASE
An Approach for Designing Highly Adaptable Process-Control Systems 153772 ISORC
Rule-Base Technique for Component Adaptation to Support QoS-based Reconfiguration 153774 ISORC
Parallel Multiple Sequence Alignment with Dynamic Scheduling 153775 ITCC (1)
Empirical Assessment of Machine Learning based Software Defect Prediction Techniques 153780 WORDS
DoD Towards Software Services 153782 WORDS
Specification-Based Verification and Validation of Web Services and Service-Oriented Operating Systems 153783 WORDS
Schema Matching using Duplicates 153801 ICDE
Combining Demographic Data with Collaborative Filtering for Automatic Music Recommendation 153809 KES (4)
Compact Access Control Labeling for Efficient Secure XML Query Evaluation 153815 ICDE Workshops
A Pure Lazy Technique for Scalable Transaction Processing in Replicated Databases 153819 ICPADS (1)
Dynamic Histograms for Non-Stationary Updates 153820 IDEAS
E-procurement and market evolution: an evolutionary game approach 153841 ICEC
Mapping Low-Level Features to High-Level Semantic Concepts in Region-Based Image Retrieval 153846 CVPR (2)
A Novel Ensemble Decision Tree Approach for Mining Genes Coding Ion Channels for Cardiopathy Subtype 153853 FSKD (2)
Adaptive Online Multi-stroke Sketch Recognition Based on Hidden Markov Model 153865 ICMLC
Hidden annotation for image retrieval with long-term relevance feedback learning 153874 Pattern Recognition
A Declarative Foundation of Process Models 153881 CAiSE
Near Tightness of the El Gamal and Cover Region for Two Descriptions 153890 DCC
A Multi-metric Index for Euclidean and Periodic Matching 153896 PKDD
On Periodicity Detection and Structural Periodic Similarity 153897 SDM
DocWizards: a system for authoring follow-me documentation wizards 153899 UIST
Signal-to-Noise Ratio Estimation for FFT-Based System 153908 IEICE Transactions
A Frequency Synchronization Utilizing Peak Phase Detector for High Rate WPANs 153909 IEICE Transactions
Information markets vs. opinion pools: an empirical comparison 153923 ACM Conference on Electronic Commerce
The Tech Buzz Game 153940 IEEE Computer
Betting Boolean-style: a framework for trading in securities based on logical formulas 153942 Decision Support Systems
Computation in a distributed information market 153945 Theor. Comput. Sci.
A content-based system for human identification based on bitewing dental X-ray images 153959 Pattern Recognition
Slicing*-tree based web page transformation for small displays 153965 CIKM
Latent Process Model for Manifold Learning 153967 ICTAI
A New Network Availability Algorithm for WDM Optical Networks 153968 CIT
Mobile Agent Based Wireless Sensor Network for Intelligent Maintenance 153972 ICIC (2)
Load-balancing contention resolution in OBS networks based on GMPLS 153985 IJHPCN
Analysis of Communities of Interest in Data Networks 153997 PAM
A Heartbeat Mechanism and Its Application in Gigascope 154001 VLDB
ACAS: automated construction of application signatures 154005 MineNet
Tool Support and Specification Quality: Experimental Validation of an RE-Tool Evaluation Framework 154018 ER (Workshops)
Eliciting security requirements with misuse cases 154039 Requir. Eng.
Email feedback: a policy-based approach to overcoming false positives 154042 FMSE
Making Decisions about Legal Responses to Cyber Attacks 154056 IFIP Int. Conf. Digital Forensics
An Agent-Based Framework for Assessing Missile Defense Doctrine and Policy 154063 POLICY
Secure UML Information Flow using FlowUML 154067 WOSIS
Honeynet Clusters as an early Warning System for Production Networks 154068 WOSIS
Maintaining privacy on derived objects 154073 WPES
Policy-based dissemination of partial web-ontologies 154078 SWS
Tableaux for constructive concurrent dynamic logic 154082 Ann. Pure Appl. Logic
Enforcing Semantics-Aware Security in Multimedia Surveillance 154087 J. Data Semantics
Optimizing cursor movement in holistic twig joins 154097 CIKM
Decentralized Peer-to-Peer Auctions 154109 Electronic Commerce Research
Indexing DNA Sequences Using q-Grams 154122 DASFAA
The development of an adapted Markov chain modelling heuristic and simulation framework in the context of transportation research 154131 Expert Syst. Appl.
Adapting the CBA algorithm by means of intensity of implication 154133 Inf. Sci.
Penalty-Reward Analysis with Uninorms: A Study of Customer (Dis)Satisfaction 154134 Intelligent Data Mining
A Multi-Agent System for 3D Media Spaces Assistance 154141 LA-WEB
Using CANNOT Framework to Generate Video-Based Applications 154142 LA-WEB
Effective Database Transformation and Efficient Support Computation for Mining Sequential Patterns 154152 DASFAA
Mining Frequent Itemsets from Data Streams with a Time-Sensitive Sliding Window 154194 SDM
An Efficient Algorithm for Near Optimal Data Allocation on Multiple Broadcast Channels 154201 Distributed and Parallel Databases
A Music Recommendation System Based on Music and User Grouping 154206 J. Intell. Inf. Syst.
Data Scheduling in Multiple Channel/Multiple Receiver Environments for Processing Data Requests with Timing Constraints 154209 J. Inf. Sci. Eng.
Constructing a Bowling Information System with Video Content Analysis 154220 Multimedia Tools Appl.
A Methodology for Developing and Deploying Distributed Applications 154238 Component Deployment
A Peer-to-Peer Infrastructure for Resilient Web Services 154249 AAA-IDEA
An Active-Architecture Approach to COTS Integration 154252 IEEE Software
A software architecture approach for structuring autonomic systems 154254 ACM SIGSOFT Software Engineering Notes
Model-Driven Placement of Compute Tasks and Data in a Networked Utility 154255 ICAC
A Hybrid Video Streaming Scheme on Hierarchical P2P Networks 154256 EuroIMSA
Creativity, Knowledge and IS: A Critical View 154284 HICSS
OmniSeer: A Cognitive Framework for User Modeling, Reuse of Prior and Tacit Knowledge, and Collaborative Knowledge Services 154325 HICSS
Ubiquitous Data Management in Knowledge Sifter via Data-DNA 154345 UDM
Workshop on Information Just-in-Time (WIJIT2005): Seeking a New Knowledge Management Paradigm 154348 Wissensmanagement (LNCS Volume)
Workshop on Information Just-in-Time (WIJIT2005): Seeking a New Knowledge Management Paradigm 154349 Wissensmanagement
Just-in-Time Knowledge Management 154350 Wissensmanagement
Just-in-Time Knowledge Management 154351 Wissensmanagement (LNCS Volume)
MAKO-PM: Just-In-Time Process Model 154352 Wissensmanagement
MAKO-PM: Just-in-Time Process Model 154353 Wissensmanagement (LNCS Volume)
Dynamic Parallelization of Grid-Enabled Web Services 154385 EGC
CASCOM: Context-Aware Service Co-ordination in Mobile P2P Environments 154393 MATES
Stochastic Reactive Production Scheduling by Multi-agent Based Asynchronous Approximate Dynamic Programming 154408 CEEMAS
Real-Time Lip Synchronization Using Wavelet Network 154420 CW
Sequential Consistency Revisit: The Sufficient Condition and Method to Reason the Consistency Model of a Multiprocessor-on-a-Chip Architecture 154425 Parallel and Distributed Computing and Networks
SCGA: Controlling Genetic Algorithms with Sarsa(0) 154429 CIMCA/IAWTIC
A granulation-based method for finding similarity between time series 154430 GrC
Tree-walking automata do not recognize all regular languages 154449 STOC
The Tango: A Tangible Tangoreceptive Whole-Hand Human Interface 154454 WHC
Making CSB+-Tree Processor Conscious 154464 DaMoN
Design of A Development Platform for HW/SW Codesign ofWireless Integrated Sensor Nodes 154466 DSD
Three-level caching for efficient query processing in large Web search engines 154483 WWW
Web Data Extraction for Business Intelligence: The Lixto Approach 154488 BTW
Asymptotic Conditional Probability in Modal Logic: A Probabilistic Reconstruction of Nonmonotonic Logic 154512 IJCAI
Data Integration: a Challenging ASP Application 154523 LPNMR
Computing cores for data exchange: new algorithms and practical solutions 154526 PODS
Boosting Information Integration: The INFOMIX System 154533 SEBD
Integrating Semi-structured Data into Business Applications: A Web Intelligence Example 154541 Wissensmanagement (LNCS Volume)
Towards a Characterization of Order-Invariant Queries over Tame Structures 154589 CSL
GAMMA: A Framework for Moving Object Simulation 154610 SSTD
When location-based services meet databases 154612 Mobile Information Systems
Data Centric Transformations on Non-Integer Iteration Spaces 154621 IEEE PACT
Servicing range queries on multidimensional datasets with partial replicas 154626 CCGRID
Enabling information integration and workflows in a grid environment with automatic wrapper generation 154631 GRID
Filter Decomposition for Supporting Coarse-Grained Pipelined Parallelism 154640 ICPP
Parallelizing a Defect Detection and Categorization Application 154652 IPDPS
Code Transformations for One-Pass Analysis 154666 LCPC
Efficient Evaluation of XQuery over Streaming Data 154680 VLDB
Communication and Memory Optimal Parallel Data Cube Construction 154693 IEEE Trans. Parallel Distrib. Syst.
Performance Evaluation and Prediction for 3D Ear Recognition 154700 AVBPA
An Integrated Prediction Model for Biometrics 154701 AVBPA
Cryptanalysis of the Hash Functions MD4 and RIPEMD 154703 EUROCRYPT
Electrical and optical on-chip interconnects in scaled microprocessors 154711 ISCAS (3)
A novel multiple access scheme in wireless multimedia networks with multi-packet reception 154713 WMuNeP
Predictions of CMOS compatible on-chip optical interconnect 154717 SLIP
Contour Matching for 3D Ear Recognition 154722 WACV/MOTION
Content-Based News Video Mining 154741 ADMA
Integration of Multiple Heterogeneous Databases in Smalltalk 154742 C5
Mining p53 Binding Sites Using Profile Hidden Markov Model 154743 ITCC (1)
Ontology-Based HTML to XML Conversion 154744 WAIM
Optimizing Progressive Query-By-Example over Pre-Clustered Large Image Databases 154745 BDA
Optimizing progressive query-by-example over pre-clustered large image databases 154746 CVDB
Quality-Aware Integration and Warehousing of Genomic Data 154753 IQ
Enriching Multimedia Content Description for Broadcast Environments: From a Unified Metadata Model to a New Generation of Authoring Tool 154754 ISM
On the Expressive Power of Node Construction in XQuery 154764 WebDB
Rough Association Mining and Its Application in Web Information Gathering 154766 Australian Conference on Artificial Intelligence
Information Fusion With Subject-Based Information Gathering Method for Intelligent Multi-Agent Models 154775 iiWAS
Mining Interesting Topics for Web Information Gathering and Web Personalization 154782 Web Intelligence
An Improvement to Collaborative Filtering for Recommender Systems 154791 CIMCA/IAWTIC
Tendances dans les expressions de gandegrave;nes : application andagrave; l'analyse du transcriptome de Plasmodium Falciparum 154826 EGC
Statistical Supports for Frequent Itemsets on Data Streams 154837 MLDM
XQuery 1.0 is nearing completion 154863 SIGMOD Record
Intelligent Virtual Agents, 5th International Working Conference, IVA 2005, Kos, Greece, September 12-14, 2005, Proceeding 154883 IVA
A Tool for Constructing 3D Environments with Virtual Agents 154896 Multimedia Tools Appl.
Discriminative Model Selection for Belief Net Structures 154903 AAAI
Learning Coordination Classifiers 154904 IJCAI
Maximum Margin Bayesian Networks 154907 UAI
InStory: a system for mobile information access, storytelling and gaming activities in physical spaces 154909 Advances in Computer Entertainment Technology
Sketch Based Construction and Rendering of Implicit Models 154942 Computational Aesthetics
Introduction 154947 Computers andamp; Graphics
Pen-and-Ink for BlobTree Implicit Models 154949 Comput. Graph. Forum
Wavelet density estimators over data streams 154952 SAC
Boosting Semantic Web Data Access Using Swoogle 154966 AAAI
Search on the Semantic Web 155026 IEEE Computer
Service Composition for Mobile Environments 155033 MONET
Similarity measurement for aggregation of spatial objects 155061 SAC
Control of fair queueing: modeling, implementation, and experiences 155075 Integrated Network Management
The long-term preservation of accurate and authentic digital data: the INTERPARES project 155094 Data Science Journal
Neighborhood Formation and Anomaly Detection in Bipartite Graphs 155096 ICDM
Design of a Simultaneous Mobile Robot Localization and Spatial Context Recognition System 155107 KES (3)
Intelligent Tutoring System with 300-Certification Program Based on WIPI 155108 KES (3)
Mining Approximate Frequent Itemsets from Noisy Data 155115 ICDM
Implementation of a High-Speed and High-Precision XML Information Retrieval System on Relational Databases 155119 INEX
Extracting salient dimensions for automatic SOM labeling 155130 IEEE Transactions on Systems, Man, and Cybernetics, Part C
Separating core and noncore knowledge: an application of neural network rule extraction to a cross-national study of brand image perception 155131 IEEE Transactions on Systems, Man, and Cybernetics, Part C
UNICORE and GRIP: Experiences of Grid Middleware Development 155135 GCA
Version Control in Online Software Repositories 155143 Software Engineering Research and Practice
On the Relation Between Dependence and Diversity in Multiple Classifier Systems 155154 ITCC (1)
The architecture of complexity: the structure and the dynamics of networks, from the web to the cell 155161 KDD
Modeling bursts and heavy tails in human dynamic 155165 CoRR
Detecting Changes to Hybrid XML Documents Using Relational Databases 155177 DEXA
Spatial Relations Between Classes of Individuals 155187 COSIT
Computational ontologies of parthood, componenthood, and containment 155197 IJCAI
Stemming Indonesian 155218 ACSC
Combining Image and Structured Text Retrieval 155223 INEX
RMIT University at INEX 2005: Ad Hoc Track 155224 INEX
Stemming Arabic Conjunctions and Prepositions 155226 SPIRE
Cache-Oblivious Comparison-Based Algorithms on Multisets 155239 ESA
A personalized search engine based on web-snippet hierarchical clustering 155264 WWW (Special interest tracks and posters)
Boosting textual compression in optimal linear time 155278 J. ACM
Indexing compressed text 155279 J. ACM
A unified Approach for Software Architecture Evolution at different abstraction levels 155364 IWPSE
MADL: Meta Architecture Description Language 155369 SERA
Mapping ADLs into UML 2.0 Using a Meta ADL 155373 WICSA
RoadMapAssembler: a new pattern-based J2EE development tool 155389 CASCON
Using a Middleware Agent to Bridge Standalone CAD Systems for Distributed and Collaborative Applications 155390 CSCWD (Selected papers)
When is Bit Allocation for Predictive Video Coding Easy 155391 DCC
A Refined Line-Line Spatial Relationship Model for Spatial Conflict Detection 155393 ER (Workshops)
Fuzzy Control of Nonlinear Pipeline Systems with Bounds on Output Peak 155394 FSKD (1)
Choosing Among Alternative Futures 155397 Haifa Verification Conference
A low-power digital PWM DC/DC converter based on passive sigma-delta modulator 155405 ISCAS (4)
The Algorithm of Repeat TPC Decoding 155415 ICITA (2)
Multiple Description Quantization via Gram-Schmidt Orthogonalizatio 155425 CoRR
Piecewise linear model for transmission line with capacitive loading and ramp input 155438 IEEE Trans. on CAD of Integrated Circuits and Systems
Worst case crosstalk noise for nonswitching victims in high-speed buses 155439 IEEE Trans. on CAD of Integrated Circuits and Systems
The capacity of finite-State Markov Channels With feedback 155442 IEEE Transactions on Information Theory
Implicit Service Calls in ActiveXML Through OWL-S 155450 ICSOC
A Logic Based Approach for the Multimedia Data Representation and Retrieval 155454 ISM
Privacy Preserving Data Mining Services on the Web 155456 TrustBus
Representing and Reasoning About Privacy Abstractions 155457 WISE
Les logiques de description pour le tri sandeacute;mantique de documents sur le web 155459 Ingandeacute;nierie des Systandegrave;mes d'Information
Dynamic Negative Selection Algorithm Based on Match Range Model 155465 Australian Conference on Artificial Intelligence
Permutation Tests for Classification 155466 COLT
An integrated framework on mining logs files for computing system management 155468 KDD
Defending against distributed denial-of-service attacks with max-min fair server-centric router throttles 155476 IEEE/ACM Trans. Netw.
Schema and ontology matching with COMA++ 155478 SIGMOD Conference
Representing Unevenly-Spaced Time Series Data for Visualization and Interactive Exploration 155506 INTERACT
Quasi-Monte Carlo sampling to improve the efficiency of Monte Carlo EM 155511 Computational Statistics andamp; Data Analysis
The Complexity of Independence-Friendly Fixpoint Logic 155516 CSL
An Extension of Muchnik's Theorem 155531 J. Log. Comput.
TopX and XXL at INEX 2005 155537 INEX
Word Sense Disambiguation for Exploiting Hierarchical Thesauri in Text Classification 155538 PKDD
A Gentle Introduction to Semantic Subtyping 155545 ICALP
A gentle introduction to semantic subtyping 155552 PPDP
Optimizing Compiler for the CELL Processor 155555 IEEE PACT
An Empirical Study On the Vectorization of Multimedia Applications for Multimedia Extensions 155563 IPDPS
Aggregate Sum Retrieval in Sensor Network by Distributed Prefix Sum Data Cube 155579 AINA
A Growth-Based Address Allocation Scheme for IPv6 155613 NETWORKING
Mutual Repairing System Using Immunity-Based Diagnostic Mobile Agent 155638 KES (2)
Quickly Finding Known Software Problems via Automated Symptom Matching 155649 ICAC
Goals and Benchmarks for Autonomic Configuration Recommenders 155651 SIGMOD Conference
Studying the XML Web: Gathering Statistics from an XML Sample 155653 World Wide Web
Join-distinct aggregate estimation over update streams 155685 PODS
A Fast Approximation Scheme for Probabilistic Wavelet Synopses 155693 SSDBM
Sketching Streams Through the Net: Distributed Approximate Query Tracking 155695 VLDB
Efficient Strategies for Continuous Distributed Tracking Tasks 155705 IEEE Data Eng. Bull.
Letter from the Special Issue Editor 155706 IEEE Data Eng. Bull.
Automatic Generation of Data Types for Classification of Deep Web Sources 155718 DILS
Domain-Specific Web Service Discovery with Service Class Descriptions 155720 ICWS
A hybrid approach for multiresolution modeling of large-scale scientific data 155724 SAC
Automatic Discovery and Inferencing of Complex Bioinformatics Web Interfaces 155733 World Wide Web
Scalable Coordination Techniques for Distributed Network Monitoring 155750 PAM
Inference and Labeling of Metric-Induced Network Topologies 155762 IEEE Trans. Parallel Distrib. Syst.
DEMO: the autonomous sciencecraft experiment onboard the EO-1 spacecraft 155786 AAMAS
Probabilistic Reasoning for Plan Robustness 155804 IJCAI
A Practical Tool for Visualizing and Data Mining Medical Time Series 155822 CBMS
Multimedia Retrieval Using Time Series Representation and Relevance Feedback 155826 ICADL
Partial Elastic Matching of Time Series 155828 ICDM
Atomic Wedgie: Efficient Query Filtering for Streaming Times Series 155829 ICDM
Efficient trajectory joins using symbolic representations 155841 Mobile Data Management
A MPAA-Based Iterative Clustering Algorithm Augmented by Nearest Neighbors Search for Time-Series Data Streams 155843 PAKDD
Recent Advances in Mining Time Series Data 155845 PKDD
Elastic Partial Matching of Time Series 155846 PKDD
Three Myths about Dynamic Time Warping Data Mining 155850 SDM
Assumption-Free Anomaly Detection in Time Series 155854 SSDBM
Visualization and Mining of Temporal Data 155855 IEEE Visualization
Visualizing and discovering non-trivial patterns in large time series databases 155863 Information Visualization
Clustering of time-series subsequences is meaningless: implications for previous and future research 155865 Knowl. Inf. Syst.
Guest Editorial 155867 Machine Learning
Reliable Web Services Composition using a Transactional Approach 155875 EEE
Ensuring required failure atomicity of composite Web services 155878 WWW
A Distributed Architecture for Management and Retrieval of Extended Points of Interest 155884 ICDCS Workshops
Demo: ontology-based context-aware delivery of extended points of interest 155887 Mobile Data Management
Loosely Coupling Ontological Reasoning with an Efficient Middleware for Context-awareness 155889 MobiQuitous
An Efficient Algorithm for Minimizing Time Granularity Periodical Representations 155898 TIME
Towards an Information Market Paradigm 155924 CAiSE Short Paper Proceedings
The Information Market: Its Basic Concepts and Its Challenges 155925 WISE
Visualization and Data Mining for High Dimensional Datasets 155927 The Data Mining and Knowledge Discovery Handbook
Probability Based Power Aware Error Resilient Coding 155959 ICDCS Workshops
An Experimental Study on Energy Consumption of Video Encryption for Mobile Handheld Devices 155961 ICME
Quality Adapted Backlight Scaling (QABS) for Video Streaming to Mobile Handheld Devices 155962 ICN (1)
A Cross-Layer Approach for Power-Performance Optimization in Distributed Mobile Systems 155965 IPDPS
An Energy-Efficient Middleware for Supporting Multimedia Services in Mobile Grid Environments 155969 ITCC (2)
Multi-Constraint Dynamic Access Selection in Always Best Connected Networks 155980 MobiQuitous
Some successful approaches to software reliability modeling in industry 156006 Journal of Systems and Software
On maximum-likelihood estimation of clock offset 156007 IEEE Transactions on Communications
Adjusting software failure rates that are estimated from test data 156009 IEEE Transactions on Reliability
Efficient Similarity Search on Vector Sets 156015 BTW
Efficient and effective server-sided distributed clustering 156018 CIKM
Multi-represented kNN-Classification for Large Class Sets 156023 DASFAA
Online Hierarchical Clustering in a Data Warehouse Environment 156058 ICDM
Shortest-Path Kernels on Graphs 156059 ICDM
Effective and Efficient Distributed Model-Based Clustering 156060 ICDM
Dirichlet enhanced relational learning 156063 ICML
Density-based clustering of uncertain data 156069 KDD
Database Support for Haptic Exploration in Very Large Virtual Environments 156072 MMM
A Probabilistic Clustering-Projection Model for Discrete Data 156077 PKDD
Accurate and Efficient Similarity Search on 3D Objects Using Point Sampling, Redundancy, and Proportionality 156091 SSTD
Efficient Processing of Distributed Top-k Queries 156121 DEXA
New Hardware Support for Database Operations 156123 IEEE Data Eng. Bull.
Conceptual Modeling Based on Transformation Linguistic Patterns 156126 ER
Service Oriented Architecture for Biomedical Collaborative Research 156127 ISBMDA
Microarray Data Analysis and Management in Colorectal Cancer 156128 ISBMDA
Cooperative Agents and Software Fingerprinting for Security in Intrusion Detection Systems based on Autonomous Agents 156139 Databases and Applications
Design of an Enhanced PKI for Ubiquitous Networks 156140 DEXA Workshops
Cramer-Rao Bound Analysis of Quantized RSSI Based Localization in Wireless Sensor Networks 156161 ICPADS (2)
A Two-Level Strategy for Topology Control in Wireless Sensor Networks 156162 ICPADS (2)
A flexible authentication and authorization scheme for a learner information management web service 156173 International Journal of Information Technology and Decision Making
Initial probe on the development of e-commerce 156182 ICEC
Constructing Knowledge Bases for e-Learning Using Protege 2000 and Web Services 156184 AINA
Blocking Blog Spam with Language Model Disagreement 156209 AIRWeb
Use Cases and the UML 156220 Encyclopedia of Information Science and Technology (V)
Current Practices in the Use of UML 156223 ER (Workshops)
What do the pictures mean? Guidelines for experimental evaluation of representation fidelity in diagrammatical conceptual modeling techniques 156234 Data Knowl. Eng.
Bias Management of Bayesian Network Classifiers 156241 Discovery Science
Introduction 156245 EPIA
Knowledge Discovery in Databases: PKDD 2005, 9th European Conference on Principles and Practice of Knowledge Discovery in Databases, Porto, Portugal, October 3-7, 2005, Proceeding 156250 PKDD
Learning Decision Trees from Dynamic Data Streams 156261 J. UCS
Mechanized Metatheory for the Masses: The PoplMark Challenge 156265 TPHOLs
Divide-and-conquer approach for the exemplar breakpoint distance 156281 Bioinformatics
What should computer science students learn from mathematics 156289 SIGACT News
Demosaicing of images obtained from single-chip imaging sensors in YUV color space 156320 Pattern Recognition Letters
Efficient evaluation of parameterized pattern queries 156331 CIKM
Introduction to the Special Issue 156348 GeoInformatica
Ontology Integration for Statistical Information 156351 EUROCAST
Reweaving the Tapestry: Integrating Database and Messaging Systems in the Wake of New Middleware Technologies 156359 Data Management in a Connected World
Tool-Supported Verification of Product Line Requirements 156374 Autom. Softw. Eng.
Improving the efficiency of static timing analysis with false paths 156384 ICCAD
Physical Synthesis of Energy-Efficient Networks-on-Chip Through Topology Exploration and Wire Style Optimizationz 156386 ICCD
Editing and Exploring Topic Map-based E-Learning Repositories 156388 IMSA
The over-constrained airport gate assignment problem 156392 Computers andamp; OR
System Ontology and its role in Software Development 156397 EMOI-INTEROP
Enterprise Ontology 156410 ICEIS (1)
Applying SDBC in the Cultural-Heritage Sector 156415 ICEIS (3)
Applying Component-Based UML-Driven Conceptual Modeling in SDBC 156416 ICEIS (3)
MIOS+INTEROP 2005 PC Co-chairs' Message 156422 OTM Workshops
A World Ontology Specification Language 156423 OTM Workshops
Basic notions regarding business processes and supporting information systems 156438 Requir. Eng.
The Biozon System for Complex Analysis of Heterogeneous Interrelated Biological Data and Discovery of Emergent Structures 156439 DILS
The distance-profile representation and its application to detection of distantly related protein families 156449 BMC Bioinformatics
Automation of gene assignments to metabolic pathways using high-throughput expression data 156452 BMC Bioinformatics
The URMS-RMS Hybrid Algorithm for Fast and Sensitive Local Protein Structure Alignment 156455 Journal of Computational Biology
A Novel Wavelet Transform Based on Polar Coordinates for Datamining Applications 156498 FSKD (2)
Mining coherent dense subgraphs across massive biological networks for functional discovery 156512 ISMB (Supplement of Bioinformatics)
Microstructure Evolution of the K4169 Superalloy Blade Based on Cellular Automaton Simulation 156535 ICNC (3)
FleMA: A Flexible Measurement Architecture for ChinaGrid 156541 ISPA Workshops
CGSV: An Adaptable Stream-Integrated Grid Monitoring System 156545 NPC
Quantitative Modeling for Web Objects' Cacheability 156550 WAIM
Learning to compete, compromise, and cooperate in repeated general-sum games 156571 ICML
Target Acquisition, Localization, and Surveillance Using a Fixed-Wing Mini-UAV and Gimbaled Camera 156576 ICRA
Validating human-robot interaction schemes in multitasking environments 156587 IEEE Transactions on Systems, Man, and Cybernetics, Part A
Exploiting Temporal Correlation in Temporal Data Warehouses 156592 DASFAA
Scalable Index Structures for Biological Data 156598 Data Mining in Bioinformatics
Scalable ranking for preference queries 156599 CIKM
ViVo: Visual Vocabulary Construction for Mining Biomedical Images 156616 ICDM
Distributed Data Streams Indexing using Content-Based Routing Paradigm 156620 IPDPS
Compact reachability labeling for graph-structured data 156670 CIKM
Data Stream Mining and Resource Adaptive Computation 156681 DASFAA
Optimal Component Composition for Scalable Stream Processing 156700 ICDCS
Text Classification without Labeled Negative Documents 156714 ICDE
Focused Community Discovery 156733 ICDM
Combining Multiple Clusterings by Soft Correspondence 156734 ICDM
A Border-Based Approach for Hiding Sensitive Frequent Itemsets 156735 ICDM
Mining Evolving Streams with Resource Adaptive Computation 156754 ISM
Cross-relational clustering with user's guidance 156763 KDD
Supporting multi-party voice-over-IP services with peer-to-peer stream processing 156772 ACM Multimedia
A Two-Level Distributed Architecture for Efficient Web Content Adaptation and Delivery 156787 SAINT
Pushing Feature Selection Ahead Of Join 156790 SDM
Iterative Mining for Rules with Constrained Antecedents 156791 SDM
On Periodicity Detection and Structural Periodic Similarity 156792 SDM
Near-Neighbor Search in Pattern Distance Spaces 156793 SDM
Adding the Temporal Dimension to Search - A Case Study in Publication Search 156835 Web Intelligence
An Improved Biclustering Method for Analyzing Gene Expression Profiles 156856 International Journal on Artificial Intelligence Tools
Efficient Processing of Continual Range Queries for Location-Aware Mobile Services 156858 Information Systems Frontiers
Demand-driven frequent itemset mining using pattern structures 156863 Knowl. Inf. Syst.
Quasi-cyclic low-density parity-check coded multi-band-OFDM UWB systems 156956 ISCAS (1)
A Framework for XML-Based Integration of Data, Visualization and Analysis in a Biomedical Domain 156967 XSym
Integrating DB and IR Technologies: What is the Sound of One Hand Clapping 156981 CIDR
Towards a Robust Query Optimizer: A Principled and Practical Approach 156999 SIGMOD Conference
Database tuning advisor for microsoft SQL server 2005: demo 157000 SIGMOD Conference
Flexible Database Generators 157008 VLDB
Can Proactive Behavior turn Chatterbots into Conversational Agents? 157044 IAT
Graph Encoding and Recursion Computation 157047 Encyclopedia of Information Science and Technology (II)
Path-Oriented Queries and Tree Inclusion Problems 157048 Encyclopedia of Database Technologies and Applications
On the General Signature Trees 157058 DEXA
On the Signature Trees and Balanced Signature Trees 157065 ICDE
XML-Based Evaluation of Synthesized Queries 157078 WEBIST
Building an XQuery interpreter in a compiler construction course 157094 SIGCSE
Efficient Processing of Ordered XML Twig Pattern 157103 DEXA
Anodic bonding of glass and silicon wafers with an intermediate silicon nitride film and its application to batch fabrication of SPM tip arrays 157104 Microelectronics Journal
Trace System of iSCSI Storage Access and Performance Improvement 157106 DASFAA
Performance Evaluation of iSCSI System Optimized for Encryption Processing in the Upper Layer 157111 ICDE Workshops
TCP Congestion Window Controlling Algorithms on iSCSI Sequential Read Access 157112 ICDE Workshops
Trace System of iSCSI Storage Access 157113 SAINT
Rcast: A Randomized Communication Scheme for Improving Energy Efficiency in MANETs 157125 ICDCS
A multi-threaded PIPELINED Web server architecture for SMP/SoC machines 157168 WWW
Performance analysis of a QoS capable cluster interconnect 157179 Perform. Eval.
Efficient Processing of Ranked Queries with Sweeping Selection 157213 PKDD
Catching the Best Views of Skyline: A Semantic Approach Based on Decisive Subspaces 157220 VLDB
Efficient interval management using object-relational database servers 157240 Inform., Forsch. Entwickl.
Representing Association Classification Rules Mined from Health Data 157289 KES (3)
On Dynamic Bit-Probe Complexity 157305 ICALP
Stick-slip Actuation of Electrostatic Stepper Micropositioners for Data Storage - the andmicro;Walker 157306 ICMENS
Logarithmic Lower Bounds in the Cell-Probe Mode 157317 CoRR
SIOUX: An Efficient Index for Processing Structural XQueries 157322 DEXA
Optimizing existential queries in stratifiable deductive databases 157338 SAC
Graceful service degradation (or, how to know your payment is late) 157340 ACM Conference on Electronic Commerce
SIOUX: An Efficient Index for Processing Structural XQueries 157369 DEXA
Entrepandocirc;t de donnandeacute;es spatiales basandeacute; sur GML : politique de gestion de cache 157377 EGC
Benchmarking an XML Mediator 157382 ICEIS (1)
CanTree: A Tree Structure for Efficient Incremental Mining of Frequent Patterns 157421 ICDM
Multigroup classification of audio signals using time-frequency parameters 157441 IEEE Transactions on Multimedia
Motifs sandeacute;quentiels multidimensionnels andeacute;toilandeacute;s 157444 BDA
An Incremental Document Clustering for the Large Document Database 157460 AIRS
A landmark extraction method for protein 2DE gel images based on multi-dimensional clustering 157472 Artificial Intelligence in Medicine
Adaptive Selection of Materialized Queries in a Mediator 157478 Parallel Processing Letters
Managing the Network Usage of Applications 157539 CAINE
Improving Information Quality Management Using Caldea and Evamecal 157562 IQ
Classifying Software Architecture Quality Research 157568 WICSA
A Reusability Model for Portlets 157569 WISE Workshops
Physically-based Simulation of Hair Strips in Real-Time 157591 WSCG (Short Papers)
A histogram-based approach for object-based query-by-shape-and-color in image and video databases 157601 Image Vision Comput.
A model-driven approach to rapid service introduction 157620 Integrated Network Management
A unified classification system for research in the computing disciplines 157650 Information andamp; Software Technology
Using Probabilistic Latent Semantic Analysis for Personalized Web Search 157658 APWeb
Block-Based Language Modeling Approach Towards Web Search 157659 APWeb
Graduiertenkollegs: Elitefandouml;rderung oder bald Regelfall 157705 GI Jahrestagung (1)
Privacy in e-commerce: stated preferences vs. actual behavior 157727 Commun. ACM
RFID and the perception of control: the consumer's view 157728 Commun. ACM
On the use of linear programming for unsupervised text classification 157748 KDD
ScriptGen: an automated script generation tool for honeyd 157752 ACSAC
The Use of Packet Inter-Arrival Times for Investigating Unsolicited Internet Traffic 157765 SADFE
Comparative Survey of Local Honeypot Sensors to Assist Network Forensics 157766 SADFE
Assessment and Accreditation of Computer Science Undergraduate Program 157773 FECS
Simulation of Error Latency and Error Recovery in Concurrent Processing 157778 PDPTA
Towards Information Visualization and Clustering Techniques for MRI Data Sets 157782 AIME

4 Return publications from a specific journal

In [7]:
%sql SELECT DISTINCT TITLE, ID, JOURNAL, PAGES, YEAR FROM pubs WHERE pubs.JOURNAL = 'HIP'
Done.
Out[7]:
TITLE ID JOURNAL PAGES YEAR
Visual CAPTCHA with Handwritten Image Analysis 30 HIP 42-52 2005

5 Returns publications with a substring in the title

In [8]:
%sql SELECT DISTINCT TITLE, ID, JOURNAL, PAGES, YEAR from pubs where pubs.TITLE LIKE '%Web%'
Done.
Out[8]:
TITLE ID JOURNAL PAGES YEAR
An investigation on a community's web search variability 130 ACSC 117-126 2008
Fast generation of result snippets in web search 151 SIGIR 127-134 2007
Query association surrogates for Web search 163 JASIST 637-650 2004
A Study of the Web-based Learning System for Supply Chain Management Course Teaching 171 ICALT 101-102 2006
On the Design of Web-Based Interactive Multimedia Contents for English Learning 172 ICALT None 2004
Design and Implementation of an Intelligent Web-based Design and Implementation of an Intelligent Web-based 179 ICME None 2001
Progressive Analysis Scheme for Web Document Classification 199 Web Intelligence 606-609 2005
Towards A Two-Layered Framework for Managing Web Services Interaction 266 ACIS-ICIS 87-92 2007
Sustaining Web Services High-Availability Using Communities 267 ARES 834-841 2008
A mediation framework for Web services in a peer-to-peer environment 272 AICCSA 133 2005
A Multi-Layer and Multi-Perspective Approach to Compose Web Services 274 AINA 31-37 2007
Using Argumentative Agents to Manage Communities of Web Services 275 AINA Workshops (2) 588-593 2007
Conversations for Web Services Composition 276 APWeb 560-571 2005
Composing Data-Providing Web Services in P2P-Based Collaboration Environments 280 CAiSE 531-545 2007
Policies for Context-Driven Transactional Web Services 281 CAiSE 249-263 2007
A Framework for Data and Web Services Semantic Mediation in Peer-to-Peer Based Medical Information Systems 284 CBMS 87-92 2006
Context and Semantic Composition of Web Services 285 DEXA 266-275 2006
On Tracking Personalized Web Services Using Views 286 EEE 432-437 2005
On Self-Coordinating Web Services Using Similarity and Neural Networks 287 EEE 171-176 2005
A Context Model for Semantic Mediation in Web Services Composition 288 ER 12-25 2006
WeSCo_CBR: How to Compose Web Services via Case Based Reasoning 292 ICEBE 618-622 2006
Towards a Contextual Model-Driven Development Approach for Web Services 293 ICEIS (3) 78-85 2006
A Policy-Based Approach to Secure Context in a Web Services Environment 294 ICEIS (4) 100-105 2006
CP4WS - A Method for Designing and Developing Systems Based on Web Services 296 ICEIS (3) 452-458 2007
Specification and Verification of Views over Composite Web Services Using High Level Petri-Nets 297 ICEIS (4) 107-112 2007
CP4TWS - A Prototype Demonstrating Context and Policies for Transactional Web Services 298 ICSOC 620-622 2007
Acquiring owl ontologies from data-intensive web sites 299 ICWE 361-368 2006
A View-based Approach for Tracking Composite Web Services 300 ECOWS 170-181 2005
Towards an Approach forWeb services Substitution 302 IDEAS 166-173 2006
Engineering Communities of Web Services 304 iiWAS 57-66 2007
Sandeacute;lection dynamique de services Web - Une approche andagrave; base de communautandeacute;s 307 INFORSID 505-520 2007
On Checking the Compatibility of Web Servicesand#146; Policies 309 PDCAT 125-130 2007
Tuple spaces for self-coordination of web services 310 SAC 1656-1660 2005
Special track on Web Technologies: editorial message 311 SAC 2352 2008
Towards Context-based Mediation for Semantic Web Services Composition 312 SEKE 714-719 2006
Building domain-specific ontology from data-intensive web site: an HTML forms-based reverse engineering approach 313 SITIS 246-251 2005
Web Service = E + F + I 315 WETICE 41-46 2006
Using context to enable semantic mediation in web service communities 316 CSSSIA 3 2008
Using CEP technology to adapt messages exchanged by web services 317 WWW 1231-1232 2008
Composing and optimizing data providing web services 318 WWW 1141-1142 2008
Exposing Web Services to Business Partners: Security and Quality of Service Issue 320 ICDIM 69-74 2006
What can context do for web services 321 Commun. ACM 98-103 2006
Towards a context-based multi-type policy approach for Web services composition 322 Data Knowl. Eng. 327-351 2007
Preface - Context-aware Web services 323 Distributed and Parallel Databases 1-3 2007
An Argumentation Framework for Communities of Web Services 326 IEEE Intelligent Systems 75-83 2007
Views in Composite Web Services 327 IEEE Internet Computing 79-84 2005
A context-based mediation approach to compose semantic Web services 330 ACM Trans. Internet Techn. None 2007
A web-centric semantic mediation approach for spatial information systems 332 J. Vis. Lang. Comput. 1-24 2006
Towards a semantic- and context-based approach for composing web services 333 IJWGS 268-286 2005
KPS: a Web Information Mining Algorithm 394 Computer Networks 1495-1507 1999
BioThesaurus: a web-based thesaurus of protein and gene names 493 Bioinformatics 103-105 2006
GeneFIND web server for protein family identification and information retrieval 495 Bioinformatics 223-224 1998
On the Performance Regularity of Web Servers 549 World Wide Web 241-258 2004
Concurrency Management in Transactional Web Services Coordination 645 DEXA 592-601 2006
Gathering Metadata from Web-Based Repositories of Historical Publications 677 DEXA Workshop 473-478 1998
A Directory for Web Service Integration Supporting Custom Query Pruning and Ranking 697 ECOWS 87-101 2004
Optimally Distributing Interactions Between Composed Semantic Web Services 700 ESWC 32-46 2005
Decentralized Orchestration of CompositeWeb Services 709 ICWS 869-876 2006
An Evaluation of Multiversion Concurrency Control forWeb Service Directories 710 ICWS 35-42 2007
An Extensible Directory Enabling Efficient Semantic Web Service Integration 722 International Semantic Web Conference 605-619 2004
Translating XML Web Data into Ontologies 824 OTM Workshops 967-976 2005
A Planning Approach for Message-Oriented Semantic Web Service Composition 860 AAAI 1389-1394 2007
Using Workflows to Coordinate Web Services in Pervasive Computing Environments 869 ICWS 288-295 2004
ModelingWeb Services using Semantic Graph Transformations to aid Automatic Composition 870 ICWS 78-85 2007
Power browser: efficient Web browsing for PDAs 936 CHI 430-437 2000
Exploiting Geographical Location Information of Web Pages 939 WebDB (Informal Proceedings) 91-96 1999
Seeing the whole in parts: text summarization for web browsing on handheld devices 940 WWW 652-662 2001
Efficient Web form entry on PDAs 941 WWW 663-672 2001
Focused Web searching with PDAs 942 Computer Networks 213-230 2000
A social network caught in the Web 943 First Monday None 2003
Efficient web browsing on handheld devices using page and form summarization 945 ACM Trans. Inf. Syst. 82-115 2002
Translating Web Data 1013 VLDB 598-609 2002
iRobot: an intelligent crawler for web forums 1128 WWW 447-456 2008
A product-line architecture for web service-based visual composition of web applications 1135 Journal of Systems and Software 855-867 2008
Hilda: A High-Level Language for Data-DrivenWeb Applications 1143 ICDE 32 2006
Automatic client-server partitioning of data-driven web applications 1152 SIGMOD Conference 760-762 2006
Efficiently Detecting Webpage Updates Using Samples 1171 ICWE 285-300 2007
PARAgrab: A Comprehensive Architecture for Web Image Management and Multimodal Querying 1176 VLDB 1163-1166 2006
Designing efficient sampling techniques to detect webpage updates 1179 WWW 1147-1148 2007
Finding Structure and Characteristics of Web Documents for Classification 1231 ACM SIGMOD Workshop on Research Issues in Data Mining and Knowledge Discovery 96-105 2000
Linear and Sublinear Time Algorithms for Mining Frequent Traversal Path Patterns from Very Large Web Logs 1246 IDEAS 117-122 2003
Optimal Algorithms for Finding User Access Sessions from Very Large Web Logs 1260 PAKDD 290-296 2002
Optimal Algorithms for Finding User Access Sessions from Very Large Web Logs 1302 World Wide Web 259-279 2003
An Effective Web Services Discovery Strategy for Web Services Composition 1309 CIT 257-263 2005
An Effective Service Discovery Model for Highly Reliable Web Services Composition in a Specific Domain 1310 APWeb 886-892 2006
Keeping coherence among web sources 1402 WIDM 16-23 2001
Discovering Conceptual Page Hierarchy of a Web Site from User Traversal History 1582 ADMA 536-543 2005
Bringing Web Principles to Services: Ontology-BasedWeb Services 1594 IEEE SCW 73-80 2007
Automatic Creation and Simplified Querying of Semantic Web Content: An Approach Based on Information-Extraction Ontologies 1597 ASWC 400-414 2006
Conceptual Modeling for E-Business and the Web, ER 2000 Workshops on Conceptual Modeling Approaches for E-Business and The World Wide Web and Conceptual Modeling, Salt Lake City, Utah, USA, October 9-12, 2000, Proceeding 1602 ER (Workshops) None 2000
Advances in Conceptual Modeling: ER '99 Workshops on Evolution and Change in Data Management, Reverse Engineering in Information Systems, and the World Wide Web and Conceptual Modeling, Paris, France, November 15-18, 1999, Proceeding 1605 ER (Workshops) None 1999
Conceptual Model Based Semantic Web Services 1606 ER 288-303 2005
A Conceptual-Modeling Approach to Extracting Data from the Web 1608 ER 78-91 1998
Extracting Data behind Web Forms 1612 ER (Workshops) 402-413 2002
On the Automatic Extraction of Data from the Hidden Web 1614 ER (Workshops) 212-226 2001
Conceptual-Model-Based Data Extraction from Multiple-Record Web Pages 1626 Data Knowl. Eng. 227-251 1999
Psst: a web-based system for tracking political statements 1693 WWW 1143-1144 2008
STEWARD: demo of spatio-textual extraction on the web aiding the retrieval of documents 1715 DG.O 300-301 2007
A Comparison of Alternative Web Service Allocation and Scheduling Policies 1719 IEEE SCC 319-326 2004
A Document as a Web Service: Two Complementary Frameworks 1720 EDBT Workshops 450-461 2002
Proteus: A System for Dynamically Composing and Intelligently Executing Web Services 1721 ICWS 17-21 2003
DeW: A Dependable Web Services Framework 1722 RIDE 111-118 2004
Efficient TCP Connection Failover in Web Server Clusters 1758 INFOCOM None 2004
MetroNet: Case Study for Collaborative Data Sharing on the World Wide Web 1769 IPSN 557-558 2008
A Feedback Control Approach for Guaranteeing Relative Delays in Web Servers 1790 IEEE Real Time Technology and Applications Symposium 51-62 2001
Feedback Control Architecture and Design Methodology for Service Delay Guarantees in Web Servers 1908 IEEE Trans. Parallel Distrib. Syst. 1014-1027 2006
COEUR-SW: Concepts On Enriching, Understanding and Retrieving the Semantics on the web 1922 CAiSE Workshops (3) 333-336 2004
DNAFSMiner: a web-based software toolbox to recognize two types of functional sites in DNA sequences 1998 Bioinformatics 671-673 2005
SNPsFinder - a web-based application for genome-wide discovery of single nucleotide polymorphisms in microbial genomes 2039 Bioinformatics 2083-2084 2005
Notions of Indistinguishability for Semantic Web Languages 2062 International Semantic Web Conference 30-38 2002
Performance Issues of a Web Database 2112 DEXA 825-834 2000
Performance Analysis of Web Database Systems 2113 DEXA 805-814 2000
Performance Modeling and Metrics of Database-Backed Web Sites 2114 DEXA Workshop 494-498 2000
Web Databases and Related Performance Issues 2116 ICEIS 90-96 2000
Web User Segmentation Based on a Mixture of Factor Analyzers 2126 EC-Web 11-20 2006
Semantically Enhanced Collaborative Filtering on the Web 2127 EWMF 57-76 2003
A Web Recommendation System Based on Maximum Entropy 2128 ITCC (1) 213-218 2005
Web usage mining based on probabilistic latent semantic analysis 2129 KDD 197-205 2004
A maximum entropy web recommendation system: combining collaborative and content features 2130 KDD 612-617 2005
Task-Oriented Web User Modeling for Recommendation 2131 User Modeling 109-118 2005
Delivering Push Objects Using Extended Web Channels 2134 WebNet 846-847 2000
Unifying Textual and Visual Cues for Content-Based Image Retrieval on the World Wide Web 2207 Computer Vision and Image Understanding 86-98 1999
Metadata for Traveling Statistics - The World of Statistics Meets the Semantic Web 2252 SSDBM 191 2002
Web security sourcebook andntilde; a complete guide to web security threats and solutions; A. D. Rubin, D. Geer, M. J. Ranum 2343 Computer Communications 591- 1999
Semantic Web Based Simulation Service Customization and Composition 2432 CIT 235-240 2007
Analysis of lexical signatures for improving information persistence on the World Wide Web 2456 ACM Trans. Inf. Syst. 540-572 2004
A Biological Taxonomy Database System an World-Wide Web 2526 German Conference on Bioinformatics 244-246 1996
Web Extensions to UML: Using the MVC Triad 2577 ER 105-119 2002
An E-check Framework for Electronic Payment Systems in the Web Based Environment 2578 EC-Web 91-100 2001
Priority Mechanisms for OLTP and Transactional Web Applications 2588 ICDE 535-546 2004
SRPT Scheduling for Web Servers 2592 JSSPP 11-20 2001
Connection Scheduling in Web Servers 2610 USENIX Symposium on Internet Technologies and Systems None 1999
Analysis of join-the-shortest-queue routing for web server farms 2620 Perform. Eval. 1062-1081 2007
Size-based scheduling to improve web performance 2634 ACM Trans. Comput. Syst. 207-233 2003
Web servers under overload: How scheduling can help 2635 ACM Trans. Internet Techn. 20-52 2006
2D Conditional Random Fields for Web information extraction 2661 ICML 1044-1051 2005
Dynamic hierarchical Markov random fields and their application to web data extraction 2662 ICML 1175-1182 2007
Simultaneous record detection and attribute labeling in web data extraction 2698 KDD 494-503 2006
Webpage understanding: an integrated approach 2699 KDD 903-912 2007
Emerging Web Graphics Standards and Technologies 2737 IEEE Computer Graphics and Applications 66-75 2003
Ranking Web Documents with Dynamic Evaluation by Expert Groups 2814 CAiSE 437-448 2003
Web Communication Technologies and Internet-Related Social Issues - HSI 2003, Second International Conference on Human Society@Internet, Seoul, Korea, June 18-20, 2003, Proceeding 2821 Human.Society.Internet None 2003
Rough Set Based Information Retrieval from Argumentative Data Points in Weblogs 2841 FBIT 417-424 2007
Collection fusion using Bayesian estimation of a linear regression model in image databases on the Web 2860 Inf. Process. Manage. 267-285 2003
Heterogeneous image database selection on the Web 2873 Journal of Systems and Software 131-149 2002
WS-Membership - Failure Management in a Web-Services World 2912 WWW (Alternate Paper Tracks) None 2003
A Web Service Composition and Deployment Framework for Scientific Workflows 2920 ICWS 814- 2004
DIA: A Web Services-based Infrastructure for Semantic Integration in Geoinformatics 2921 ICWS 1016-1023 2007
Web-based Multimedia Support for Distributed Cooperative Software Engineering* 2924 ISMSE 25-32 2000
Web-Based Support for Cooperative Software Engineering 2930 Ann. Software Eng. 167-191 2001
A Similarity Reinforcement Algorithm for Heterogeneous Web Pages 2937 APWeb 121-132 2005
Mining the Web for Answers to Natural Language Questions 2938 CIKM 143-150 2001
Optimizing web search using web click-through data 2944 CIKM 118-126 2004
Ranking Function Optimization for Effective Web Search by Genetic Programming: An Empirical Study 2954 HICSS None 2004
Determining Success for Different Website Goals 2957 HICSS None 2006
An Empirical Study of Web-Based Knowledge Community Success 2958 HICSS 178 2007
Mining Context Specific Similarity Relationships Using The World Wide Web 2969 HLT/EMNLP None 2005
Improving web search results using affinity graph 2978 SIGIR 504-511 2005
VT at TREC-2003: The Web Track Report 2980 TREC 837- 2003
Probabilistic question answering on the web 2981 WWW 408-419 2002
Web site success metrics: addressing the duality of goals 2984 Commun. ACM 114-116 2006
Mining web navigations for intelligence 2989 Decision Support Systems 574-591 2006
Adaptive Web Search: Evolving a Program That Finds Information 2993 IEEE Intelligent Systems 72-77 2006
The effects of fitness functions on genetic programming-based ranking discovery forWeb search 2996 JASIST 628-636 2004
Probabilistic question answering on the Web 2997 JASIST 571-583 2005
Getting answers to natural language questions on the Web 2998 JASIST 359-364 2002
Literature-based discovery on the World Wide Web 3001 ACM Trans. Internet Techn. 261-275 2002
University of Glasgow at WebCLEF 2005: Experiments in Per-Field Normalisation and Language Specific Stemming 3010 CLEF 898-907 2005
Building Bilingual Dictionaries from Parallel Web Documents 3022 ECIR 303-323 2002
Combination of Document Priors in Web Information Retrieval 3027 ECIR 732-736 2007
Information Theoretic Query Context Detection for Web Information Retrieval 3035 ICWI 977-980 2003
A Utility-Oriented Hyperlink Analysis Model for the Web 3039 LA-WEB 123-131 2003
Using Hierarchical Clustering and Summarisation Approaches for Web Retrieval: Glasgow at the TREC 2002 Interactive Track 3053 TREC None 2002
University of Glasgow at the Web Track of TREC 2002 3054 TREC None 2002
University of Glasgow at the Web Track: Dynamic Application of Hyperlink Analysis using the Query Scope 3055 TREC 646-652 2003
Dempster-Shafer Theory for a Query-Biased Combination of Evidence on the Web 3063 Inf. Retr. 197-218 2005
The Static Absorbing Model for the Web 3065 J. Web Eng. 165-186 2005
Report on ACM SIGIR workshop on "semantic web" SWIR 2003 3066 SIGIR Forum 45-49 2003
PathBank: Web-Based Querying and Visualziation of an Integrated Biological Pathway Database 3069 CGIV 84-89 2006
Web-Based Genomic Information Integration with Gene Ontology 3076 APWeb 812-817 2006
Multiresolution Spatial Databases: Making Web-Based Spatial Applications Faster 3078 APWeb 36-47 2004
A methodology for estimating interdomain web traffic demand 3110 Internet Measurement Conference 322-335 2004
Unweaving a web of documents 3114 KDD 574-579 2005
Efficient Distributed Skylining for Web Information Systems 3165 EDBT 256-273 2004
Cleaning Web Pages for Effective Web Content Mining 3209 DEXA 560-571 2006
Incremental Mining of Web Sequential Patterns Using PLWAP Tree on Tolerance MinSupport 3212 IDEAS 465-469 2004
Position Coded Pre-order Linked WAP-Tree for Web Log Sequential Pattern Mining 3213 PAKDD 337-349 2003
Mining Web Sequential Patterns Incrementally with Revised PLWAP Tree 3214 WAIM 539-548 2004
Mining Web Log Sequential Patterns with Position Coded Pre-Order Linked WAP-Tree 3215 Data Min. Knowl. Discov. 5-38 2005
Content-Based Detection of Terrorists Browsing the Web Using an Advanced Terror Detection System (ATDS) 3221 ISI 244-255 2005
Anomaly detection in web documents using crisp and fuzzy-based cosine clustering methodology 3229 Inf. Sci. 467-475 2007
Supporting User-Profiled Semantic Web-Oriented Search 3238 CIA 26-31 2001
Modeling Web-search scenarios exploiting user and source profiles 3275 AI Commun. 215-230 2001
Towards Efficient Dominant Relationship Exploration of the Product Items on the Web 3302 AAAI 1483-1488 2007
Towards efficient dominant relationship exploration of the product items on the web 3313 WWW 1205-1206 2007
Automatic categorization of web sites based on source types 3322 Hypertext 38-39 2004
EShopMonitor: A Web Content Monitoring Tool 3324 ICDE 817-820 2004
Automatic Sales Lead Generation from Web Data 3325 ICDE 101 2006
A bag of paths model for measuring structural similarity in Web documents 3329 KDD 577-582 2003
The eShopmonitor: A comprehensive data extraction tool for monitoring Web sites 3331 IBM Journal of Research and Development 679-692 2004
WebIQ: Learning from the Web to Match Deep-Web Query Interfaces 3351 ICDE 44 2006
Matching Schemas in Online Communities: A Web 2.0 Approach 3356 ICDE 110-119 2008
Merging Interface Schemas on the Deep Web via Clustering Aggregation 3360 ICDM 801-804 2005
An Interactive Clustering-based Approach to Integrating Source Query interfaces on the Deep Web 3369 SIGMOD Conference 95-106 2004
Bootstrapping Domain Ontology for Semantic Web Services from Source Web Sites 3371 TES 11-22 2005
Building Structured Web Community Portals: A Top-Down, Compositional, and Incremental Approach 3380 VLDB 399-410 2007
Proceedings of the Eight International Workshop on the Web andamp; Databases (WebDB 2005), Baltimore, Maryland, USA, Collocated mith ACM SIGMOD/PODS 2005, June 16-17, 200 3381 WebDB None 2005
Learning to map between ontologies on the semantic web 3384 WWW 662-673 2002
Semantic Integration Workshop at the Second International Semantic Web Conference (ISWC-2003) 3386 AI Magazine 109-112 2004
Semantic Integration Workshop at the 2nd International Semantic Web Conference (ISWC-2003) 3393 SIGMOD Record 138-140 2004
Databases and Web 2.0 panel at VLDB 2007 3396 SIGMOD Record 49-52 2008
Learning to match ontologies on the Semantic Web 3397 VLDB J. 303-319 2003
Data Extraction from the Web Based on Pre-Defined Schema 3406 J. Comput. Sci. Technol. 377-388 2002
DWEB: A Data Warehouse Engineering Benchmark 3432 DaWaK 85-94 2005
DWEB: A Data Warehouse Engineering Benchmar 3455 CoRR None 2007
Warehousing Web Dat 3456 CoRR None 2007
Web data modeling for integration in data warehouse 3457 CoRR None 2007
Life Under Your Feet: An End-to-End Soil Ecology Sensor Network, Database, Web Server, and Analysis Servic 3561 CoRR None 2007
Efficient Data Distribution in a Web Server Farm 3562 IEEE Internet Computing 56-65 2001
Consistency and locking for distributing updates to web servers using a file system 3565 SIGMETRICS Performance Evaluation Review 15-21 2000
Web search personalization with ontological user profiles 3576 CIKM 525-534 2007
Representing Context in Web Search with Ontological User Profiles 3577 CONTEXT 439-452 2007
Crawling Attacks Against Web-based Recommender Systems 3578 DMIN 183-189 2007
Ontological User Profiles for Representing Context in Web Search 3582 Web Intelligence/IAT Workshops 91-94 2007
Hybrid Web Recommender Systems 3594 The Adaptive Web 377-408 2007
Intelligent context-sensitive interactions on desktop and the web 3757 CAI 23-27 2006
Complexity and composition of synthesized web services 3763 PODS 231-240 2008
Adaptive Workflow Management with Open Kernel Framework Based on Web Services 3839 ICWS 124-130 2003
Web Services Enabled E-Market Access Control (EMAC) 3841 ICWS 69-75 2003
Automatic discovery of similarity relationships through Web mining 3855 Decision Support Systems 149-166 2003
Web services and process management: a union of convenience or a new area of research? Editorial 3856 Decision Support Systems 1-8 2005
An Extensible Workflow Architecture through Web Services 3868 Int. J. Web Service Res. 1-15 2004
Web Services Enabled E-Market Access Control Model 3869 Int. J. Web Service Res. 21-40 2004
Facilitating Informal Cooperation in Web-Based Learning Programs 3888 ICALT 487 2003
An object-oriented extension of XML for autonomous web applications 3897 CIKM 161-168 2002
OntoBuilder: Fully Automatic Extraction and Consolidation of Ontologies from Web Sources 3901 ICDE 853 2004
Design and performance evaluation of a web-based multi-tier federated system for a catalogue of life 3925 WIDM 104-107 2002
Content Replication in Web++ 3969 NCA 33- 2003
Web++: A System for Fast and Reliable Web Service 3982 USENIX Annual Technical Conference, General Track 171-184 1999
A Unified Algorithm for Cache Replacement and Consistency in Web Proxy Servers 3984 WebDB 1-13 1998
A Case for Delay-Conscious Caching of Web Documents 3992 Computer Networks 997-1005 1997
Personal Service Areas for Mobile Web Applications 3999 IEEE Internet Computing 34-39 2004
Distributed Web Log Mining Using Maximal Large Itemsets 4007 Knowl. Inf. Syst. 389-404 2001
Selection algorithms for replicated Web servers 4008 SIGMETRICS Performance Evaluation Review 44-50 1998
Web++ architecture, design and performance 4020 World Wide Web 65-77 2000
BuddyWeb: A P2P-Based Collaborative Web Caching System 4040 NETWORKING Workshops 247-251 2002
Automatic discovery of the sequential accesses from web log data files via a genetic algorithm 4119 Knowl.-Based Syst. 180-186 2006
Discovering gis sources on the web using summaries 4128 JCDL 94-103 2008
Web-Enhanced GPS 4129 LoCA 95-104 2005
Scalable Techniques for Clustering the Web 4236 WebDB (Informal Proceedings) 129-134 2000
Evaluating strategies for similarity search on the web 4237 WWW 432-442 2002
Web data modeling for integration in data warehouse 4289 CoRR None 2007
Web-Enabled Knowledge-Based Analysis of Genetic Data 4313 ISMDA 113-119 2001
CiteSeer: An Autonous Web Agent for Automatic Retrieval and Identification of Interesting Publications 4402 Agents 116-123 1998
Searching the Web: Can You Find What You Want 4409 CIKM 1-2 1999
Persistence of information on the web: Analyzing citations contained in research articles 4413 CIKM 235-242 2000
Designing clustering-based web crawling policies for search engine crawlers 4416 CIKM 535-544 2007
A System for Automatic Personalized Tracking of Scientific Literature on the Web 4423 ACM DL 105-113 1999
Knowledge Discovery in Web-Directories: Finding Term-Relations to Build a Business Ontology 4426 EC-Web 188-197 2005
Personlization of Search Engine Web Sites: All Bark, Little Bite 4434 International Conference on Internet Computing 581-587 2002
Boosting the Feature Space: Text Classification for Unstructured Data on the Web 4438 ICDM 1064-1069 2006
Extracting Author Meta-Data from Web Using Visual Features 4442 ICDM Workshops 33-40 2007
Evolving Strategies for Focused Web Crawling 4444 ICML 298-305 2003
Learning User Clicks in Web Search 4453 IJCAI 1162-1167 2007
Identifying Content Blocks from Web Documents 4456 ISMIS 285-293 2005
Efficient identification of Web communities 4474 KDD 150-160 2000
Extracting collective probabilistic forecasts from web games 4475 KDD 174-183 2001
Text and Image Metasearch on the Web 4495 PDPTA 829-835 1999
Automatic extraction of informative blocks from webpages 4500 SAC 1722-1726 2005
Feature Selection in Web Applications by ROC Inflections and Powerset Pruning 4503 SAINT 5-14 2001
Improving Category Specific Web Search by Learning Query Modifications 4504 SAINT 23- 2001
Inquirus Web Meta-Search Tool: A User Evlaution Study 4520 WebNet 819-820 2000
CiteSeerx: an architecture and web service design for an academic document search engine 4525 WWW 883-884 2006
A clustering method for web data with multi-type interrelated components 4528 WWW 1121-1122 2007
Extraction and search of chemical formulae in text documents on the web 4529 WWW 251-260 2007
Mining, indexing, and searching for textual chemical molecule information on the web 4535 WWW 735-744 2008
Web Search - Your Way 4541 Commun. ACM 97-102 2001
Self-Organization and Identification of Web Communities 4544 IEEE Computer 66-71 2002
Persistence of Web References in Scientific Research 4546 IEEE Computer 26-31 2001
Discovering Relevant Scientific Literature on the Web 4548 IEEE Intelligent Systems 42-47 2000
Context and Page Analysis for Improved Web Search 4556 IEEE Internet Computing 38-46 1998
Accessibility of information on the Web 4569 Intelligence 32-39 2000
WebKDD/SNAKDD 2007: web mining and social network analysis post-workshop report 4570 SIGKDD Explorations 87-92 2007
Automatic Identification of Informative Sections of Web Pages 4571 IEEE Trans. Knowl. Data Eng. 1233-1246 2005
Analysis of lexical signatures for improving information persistence on the World Wide Web 4574 ACM Trans. Inf. Syst. 540-572 2004
IEIP: An Inter-Enterprise Integration Platform for e-Commerce Based on Web Service Mediation 4631 ECOWS 201-210 2006
Guest Editorial: Special Issue on the 1st Web Information Systems Engineering Conference (WISE'00) 4720 Inf. Syst. 59-60 2001
An Access Control System for a Web Map Management Service 4742 RIDE 33-39 2004
WebDB: A Web Query System and Its Modeling, Language, and Implementation 4791 ADL 216-227 1998
Discovering Web Document Associations for Web Site Summarization 4795 DaWaK 152-161 2001
Engineering High Performance Database-Driven E-commerce Web Sites through Dynamic Content Caching 4797 EC-Web 250-259 2001
PowerBookmarks: An Advanced Web Bookmark Database System and its Information Sharing and Management 4799 FODO 200-209 1998
Defining logical domains in a web site 4801 Hypertext 123-132 2000
Integrating Image Matching and Classification for Multimedia Retrieval on the Web 4807 ICMCS, Vol. 1 257-263 1999
Using Random Walks for Mining Web Document Associations 4810 PAKDD 294-305 2000
Enabling Dynamic Content Caching for Database-Driven Web Sites 4815 SIGMOD Conference 532-543 2001
PowerBookmarks: A System for Personalizable Web Information Organization, Sharing, and Management 4817 SIGMOD Conference 565-567 1999
Cache Portal: Technology for Accelerating Database-driven e-commerce Web Sites 4822 VLDB 699-700 2001
Issues and Evaluations of Caching Solutions for Web Application Acceleration 4823 VLDB 1019-1030 2002
CachePortal II: Acceleration of Very Large Scale Data Center-Hosted Database-driven Web Applications 4824 VLDB 1109-1112 2003
Discovering Web Document Associations for Web Site Summarization 4827 WWW Posters None 2001
Retrieving and organizing web pages by ``information unit'' 4828 WWW 230-244 2001
Challenges and practices in deploying web acceleration solutions for distributed enterprise systems 4829 WWW 297-308 2004
Engineering and hosting adaptive freshness-sensitive web applications on data centers 4830 WWW 587-598 2003
Constructing multi-granular and topic-focused web site maps 4831 WWW 343-354 2001
Web Acceleration for Electronic Commerce Applications 4832 WWW Posters None 2001
Acceleration of Web Service Workflow Execution through Edge Computing 4833 WWW (Alternate Paper Tracks) None 2003
Facilitating Complex Web Queries Through Visual User Interfaces and Query Relaxation 4834 Computer Networks 149-159 1998
PowerBookmarks: A System for Personalizable Web Information Organization, Sharing, and Management 4835 Computer Networks 1375-1389 1999
Automating extraction of logical domains in a web site 4837 Data Knowl. Eng. 179-205 2002
Supporting web query expansion efficiently using multi-granularity indexing and query processing 4838 Data Knowl. Eng. 239-257 2000
Reasoning for Web document associations and its applications in site map construction 4839 Data Knowl. Eng. 121-150 2002
On demand synchronization and load distribution for database grid-based Web applications 4842 Data Knowl. Eng. 295-323 2004
Evaluations of architectural designs and implementation for database-driven web sites 4844 Data Knowl. Eng. 151-177 2002
Freshness-driven adaptive caching for dynamic content Web sites 4845 Data Knowl. Eng. 269-296 2003
Corrigendum to: "Freshness-driven adaptive caching for dynamic content web sites" [Data andamp; Knowledge Engineering 47 (2) (2003) 269-296] 4846 Data Knowl. Eng. 297 2003
Facilitating Object-Based Navigation Through Multimedia Web Databases 4852 TAPOS 261-283 1998
Query Relaxation by Structure and Semantics for Retrieval of Logical Web Documents 4854 IEEE Trans. Knowl. Data Eng. 768-791 2002
WebDB: A System for Querying Semi-structured Data on the Web 4855 J. Vis. Lang. Comput. 3-33 2002
Konstruktion von Featurerandauml;umen und Metaverfahren zur Klassifikation von Webdokumenten 4859 BTW 197-206 2003
The BINGO! System for Information Portal Generation and Expert Web Search 4861 CIDR None 2003
Know the Right People? Recommender Systems for Web 2.0 4870 LWA 330-337 2007
From Focused Crawling to Expert Information: an Application Framework for Web Exploration and Portal Generation 4872 VLDB 1105-1108 2003
What Makes You Think That? The Semantic Web's Proof Layer 4877 IEEE Intelligent Systems 94-99 2007
Towards Ubiquitous Bio-Information Computing: Data Protocols, Middleware, and Web Services for Heterogeneous Biological Information Integration and Retrieval 4879 BIBE 57-64 2004
Ubic2 - Towards Ubiquitous Bio-Information Computing: Data Protocols, Middleware, and Web Services for Heterogeneous Biological Information Integration and Retrieval 4902 International Journal of Software Engineering and Knowledge Engineering 475-486 2005
Automatic Template Detection for Structured Web Pages 5043 CSCWD 708-713 2006
Web Agents for Spatial Mining on Air Pollution Meteorology 5045 CSCWD 293-298 2001
Accessing Hidden Web Documents by Metasearching a Directory of Specialty Search Engines 5048 DNIS 27-41 2003
A solid modeling library for the World Wide Web 5066 Computer Networks 1853-1863 1998
Automatic web pages categorization with ReliefF and Hidden Naive Bayes 5148 SAC 617-621 2007
Network and Web Security and E-Commerce and Other Applications 5165 COMPSAC 131 2000
Security Issues for the Semantic Web 5167 COMPSAC 632-637 2003
Web and Information Security: Workshop Summary 5171 COMPSAC 933 2002
Secure Model Management Operations for the Web 5182 DBSec 237-251 2005
Web Security and Privacy (Panel) 5186 DBSec 125-126 2000
Security and Privacy Issues for the World Wide Web: Panel Discussion 5192 DBSec 269-284 1998
Security and Privacy for Web Databases and Services 5199 EDBT 17-28 2004
Towards Access Control for Visual Web Model Management 5201 EEE 722-727 2005
DAGIS: A Geospatial Semantic Web Services Discovery and Selection Framework 5203 GeoS 268-277 2007
Geospatial data qualities as web services performance metrics 5204 GIS 66 2007
Delegation-Based Security Model for Web Services 5205 HASE 82-91 2007
Building Secure Survivable Semantic Webs 5214 ICTAI 395-398 2002
Confidentiality, Privacy and Trust Policy Enforcement for the Semantic Web 5238 POLICY 8-11 2007
Directions for Web and E-Commerce Applications Security 5246 WETICE 200-204 2001
Dependable Semantic Web 5249 WORDS 305-310 2002
Directions and trends of XML and web service security 5251 SWS 1-2 2006
Access control for web data: models and policy languages 5252 Annales des Tandeacute;landeacute;communications 245-266 2006
Web Information Management and its Application to Electronic Commerce 5267 International Journal on Artificial Intelligence Tools 107-117 1999
Geospatial Semantic Web, Definition 5302 Encyclopedia of GIS 398 2008
A Web-Based Ontology Browsing and Editing System 5305 AAAI/IAAI 927-934 2002
Hybrid Approach to Web Content Outlier Mining Without Query Vector 5325 DaWaK 285-294 2005
WCOND-Mine: Algorithm for Detecting Web Content Outliers from Web Documents 5360 ISCC 885-890 2005
Framework for mining web content outliers 5383 SAC 590-594 2004
Mining web content outliers using structure oriented weighting techniques and N-grams 5384 SAC 482-487 2005
Web outlier mining: Discovering outliers from web datasets 5399 Intell. Data Anal. 473-486 2005
Exploiting NIC Memory for Improving Cluster-Based Webserver Performance 5474 CLUSTER 1-10 2005
Improving Response Time in Cluster-Based Web Servers through Coscheduling 5477 IPDPS None 2004
A multi-threaded PIPELINED Web server architecture for SMP/SoC machines 5479 WWW 730-739 2005
An SSL Back-End Forwarding Scheme in Cluster-Based Web Servers 5481 IEEE Trans. Parallel Distrib. Syst. 946-957 2007
Fuzzy and Presentation Algebras for Web and Multimedia Data 5526 IDEAS 134-144 2000
Towards a Model for Quality of Web and Grid Services 5541 WETICE 271-276 2004
An Extraction Language for the Web 5542 Workshop on Web Information and Data Management 49-52 1998
A similarity based relational algebra for Web and multimedia data 5550 Inf. Process. Manage. 307-322 2003
An Imprecision-based Language for the Web 5558 J. Vis. Lang. Comput. 3-35 2001
Improving Web Performance through New Networking Technologies 5602 AICT/ICIW 204 2006
Analysis and Visualization of the DX Community with Information Extracted from the Web 5629 DEXA 726-735 2005
Semantic Knowledge Building for Image Database by Analyzing Web Page Contents 5660 ICME 1282-1285 2005
DAML-QoS Ontology for Web Services 5666 ICWS 472-479 2004
Multimedia Web Services for an Object Tracking and Highlighting Application 5686 MMM (2) 238-247 2007
Web Image Clustering with Reduced Keywords and Weighted Bipartite Spectral Graph Partitioning 5691 PCM 880-889 2006
Web Services Discovery with DAML-QoS Ontology 5705 Int. J. Web Service Res. 43-66 2005
A Multi-Layer and Multi-Perspective Approach to Compose Web Services 5730 AINA 31-37 2007
On Tracking Personalized Web Services Using Views 5731 EEE 432-437 2005
Views in Composite Web Services 5732 IEEE Internet Computing 79-84 2005
A context-based mediation approach to compose semantic Web services 5733 ACM Trans. Internet Techn. 219-229 2007
XRank: Learning More fromWeb User Behaviors 5736 CIT 36 2006
From WebArchive to WebDigest : Concept and Examples 5738 ADC 11 2008
On the Construction of a Large Scale Chinese Web Test Collection 5739 AIRS 117-128 2008
A Pattern-Based Voting Approach for Concept Discovery on the Web 5743 APWeb 109-120 2005
Architectural Design and Evaluation of an Efficient Web-crawling System 5761 IPDPS 174 2001
Building a story tracer out of a web archive 5771 JCDL 455 2008
Promotional Ranking of Search Engine Results: Giving New Web Pages a Chance to Prove Their Values 5779 APWeb/WAIM 503-510 2007
The Evolution of Link-Attributes for Pages and Its Implications on Web Crawling 5780 Web Intelligence 578-581 2004
A teapot graph and its hierarchical structure of the chinese web 5783 WWW 1133-1134 2008
Representing a web page as sets of named entities of multiple types: a model and some preliminary applications 5784 WWW 1099-1100 2008
Towards a global schema for web entities 5785 WWW 999-1008 2008
Improved Relevance Ranking in WebGather 5791 J. Comput. Sci. Technol. 410-417 2001
Architectural design and evaluation of an efficient Web-crawling system 5792 Journal of Systems and Software 185-193 2002
A Preprocessing Framework and Approach for Web Applications 5793 J. Web Eng. 176-192 2004
Invited Talk: The Many Wonders of the Web Graph 5799 CAAN 154-154 2004
The Next Generation Web Search and the Demise of the Classic IR Model 5809 ECIR 1 2007
Information Retrieval on the Web 5815 FOCS 6 1998
The Future of Web Search: From Information Retrieval to Information Supply 5825 NGITS 362 2006
Summary Cache: A Scalable Wide-Area Web Cache Sharing Protocol 5830 SIGCOMM 254-265 1998
Keynote Address - exploring, modeling, and using the web graph 5831 SIGIR 1 2003
Robust classification of rare queries using web knowledge 5833 SIGIR 231-238 2007
Sic transit gloria telae: towards an understanding of the web's decay 5857 WWW 328-337 2004
Efficient URL caching for world wide web crawling 5861 WWW 679-689 2003
How search engines shape the web 5862 WWW (Special interest tracks and posters) 879 2005
Proceedings of the International Conference on Web Search and Web Data Mining, WSDM 2008, Palo Alto, California, USA, February 11-12, 200 5864 WSDML None 2008
A Technique for Measuring the Relative Size and Overlap of Public Web Search Engines 5865 Computer Networks 379-388 1998
Mirror, Mirror on the Web: A Study of Host Pairs with Replicated Content 5866 Computer Networks 1579-1590 1999
The Connectivity Server: Fast Access to Linkage Information on the Web 5867 Computer Networks 469-477 1998
Syntactic Clustering of the Web 5868 Computer Networks 1157-1166 1997
Graph structure in the Web 5869 Computer Networks 309-320 2000
A taxonomy of web search 5893 SIGIR Forum 3-10 2002
Summary cache: a scalable wide-area web cache sharing protocol 5895 IEEE/ACM Trans. Netw. 281-293 2000
QoS-Driven Web Service Composition with Inter Service Conflicts 5902 APWeb 121-132 2006
Mining Models of Composite Web Services for Performance Analysis 5910 DASFAA 828-837 2006
WebGIS-RBDL - A Rare Book Digital Library Supporting Spatio-Temporary Retrieval 5927 ICADL 255-265 2004
Web Service Composition Using Integer Programming-based Models 5933 ICEBE 603-606 2005
Question Answering System Based on Ontology and Semantic Web 5961 RSKT 652-659 2008
Web Service Composition Using Markov Decision Processes 5967 WAIM 308-319 2005
jpHMM at GOBICS: a web server to detect genomic recombinations in HIV-1 5991 Nucleic Acids Research 463-465 2006
Privacy Preserving Composition of Government Web Services 6002 DG.O None 2002
WebDG - A Platform for E-Government Web Services 6004 ER (Workshops) 553-565 2004
DIA: A Web Services-based Infrastructure for Semantic Integration in Geoinformatics 6005 ICWS 1016-1023 2007
A Reputation-Based Approach to Preserving Privacy in Web Services 6006 TES 91-103 2003
Preserving privacy in web services 6007 WIDM 56-62 2002
Privacy on the Web: Facts, Challenges, and Solutions 6009 IEEE Security andamp; Privacy 40-49 2003
Infrastructure for E-Government Web Services 6010 IEEE Internet Computing 58-65 2003
A Scalable Middleware for Web Databases 6011 J. Database Manag. 20-46 2006
SemWebDL: A privacy-preserving Semantic Web infrastructure for digital libraries 6012 Int. J. on Digital Libraries 171-184 2004
Clustering Web Documents Based on Knowledge Granularity 6022 APWeb 85-96 2006
Cooperative Strategy for Web Data Mining and Cleaning 6062 Applied Artificial Intelligence 443-460 2003
Identifying Interesting Customers through Web Log Classification 6084 IEEE Intelligent Systems 55-59 2005
Scalable Peer-to-Peer Web Retrieval with Highly Discriminative Keys 6112 ICDE 1096-1105 2007
Modeling Web Sources for Information Integration 6127 AAAI/IAAI 211-218 1998
Web - A Technology to Make Information Available on the Web 6144 WETICE 147-153 1995
Accurately and Reliably Extracting Data from the Web: A Machine Learning Approach 6151 IEEE Data Eng. Bull. 33-41 2000
The Ariadne Approach to Web-Based Information Integration 6152 Int. J. Cooperative Inf. Syst. 145-169 2001
Visualization of Web-based Australian Export Trading 6234 VDB 281-295 2002
Automatic Pattern-Taxonomy Extraction for Web Mining 6238 Web Intelligence 242-248 2004
Data Quality in Web Information Systems 6361 ER 397-413 2002
A Model for Data Quality in Web Information Systems 6377 SEBD 59-72 2002
Enabling Data Quality Notification in Cooperative Information Systems through aWeb-Service Based Architecture 6382 WISE 329-334 2003
Data Quality in Web Information Systems 6387 J. Data Semantics 48-68 2003
A Service Discovery Approach in Support of Web Service Integration 6422 BIBE 65-72 2004
Developing Web Service 6435 ICDE 477-481 2001
The Future of Web Services - I 6437 SIGMOD Conference 635 2003
Data Routing Rather than Databases: The Meaning of the Next Wave of the Web Revolution to Data Management 6439 VLDB None 2002
Web services considered harmful 6442 WWW (Special interest tracks and posters) 800 2005
Learning from the web 6446 ACM Queue 26-32 2005
Learning Response Times for WebSources: A Comparison of a Web Prediction Tool (WebPT) and a Neural Network 6461 CoopIS 160-171 1999
Wrapper Generation for Web Accessible Data Sources 6462 CoopIS 14-23 1998
Profile-Based Data Delivery for Web Applications 6464 EDBT PhD Workshop 31-40 2002
Profile-Based Data Delivery for Web Applications 6465 EDBT Workshops 577-586 2002
Web Query Optimizer 6467 ICDE 661-663 2000
Efficient evaluation of queries in a mediator for WebSources 6469 SIGMOD Conference 85-96 2002
Using Latency-Recency Profiles for Data Delivery on the Web 6471 VLDB 550-561 2002
Optimization of Wrappers and Mediators for Web Accessible Data Sources (WebSources) 6472 Workshop on Web Information and Data Management 40-44 1998
PEWeb: Product Extraction from the Web Based on Entropy Estimation 6534 Web Intelligence 590-593 2004
Learning to classify short and sparse text andamp; web with hidden topics from large-scale data collections 6535 WWW 91-100 2008
Automated data extraction from the web with conditional models 6550 IJBIDM 194-209 2005
KinasePhos: a web tool for identifying protein kinase-specific phosphorylation sites 6592 Nucleic Acids Research 226-229 2005
RegRNA: an integrated web server for identifying regulatory RNA motifs and elements 6594 Nucleic Acids Research 429-434 2006
KinasePhos 2.0: a web server for identifying protein kinase-specific phosphorylation sites based on sequences and coupling patterns 6599 Nucleic Acids Research 588-594 2007
Interactive Query Expansion Based on Fuzzy Association Thesaurus for Web Information Retrieval 6610 FUZZ-IEEE 724-727 2001
Efficient GML-native processors for web-based GIS: techniques and tools 6611 GIS 91-98 2006
Mining Translations of Chinese Names from Web Corpora Using a Query Expansion Technique and Support Vector Machine 6612 Web Intelligence/IAT Workshops 530-533 2007
Web Appearance Disambiguation of Personal Names Based on Network Motif 6619 Web Intelligence 386-389 2006
Adding structure to web search with itrails [position paper] 6645 ICDE Workshops 262-265 2008
Optimistic Replication for Collaborative Applications on the Web 6705 Workshop on Information Integration on the Web 179-183 2001
Optimistic Replication in Pharos, a Collaborative Application on the Web 6713 J. Braz. Comp. Soc. 7-11 2002
User-centric personalized extensibility for data-driven web applications 6760 SIGMOD Conference 1125-1127 2007
A unified platform for data driven web applications with automatic client-server partitioning 6769 WWW 341-350 2007
The Framework of Web-Based Voice of the Customers Management for Business Process Management in Service Industry 6860 EC-Web 168-177 2005
Web-page classification through summarization 6882 SIGIR 242-249 2004
GE-CKO: A Method to Optimize Composite Kernels for Web Page Classification 6885 Web Intelligence 299-305 2004
Multi-type Features Based Web Document Clustering 6886 WISE 253-265 2004
Affinity rank: a new scheme for efficient web search 6887 WWW (Alternate Track Papers andamp; Posters) 338-339 2004
The powerrank web link analysis algorithm 6888 WWW (Alternate Track Papers andamp; Posters) 254-255 2004
Privacy-enhancing personalized web search 6890 WWW 591-600 2007
Object-oriented Web Engineering for Large-scale Web Service Management 6914 HICSS None 1999
Adding Usability to Web Engineering Models and Tools 6926 ICWE 36-41 2005
A Proxy-Based Infrastructure for Web Application Sharing and Remote Collaboration on Web Pages 6928 INTERACT (1) 74-87 2007
Paper-to-Web: Papier als Eingabemedium fanduuml;r Formulare im World-Wide Web 6937 Mensch andamp; Computer None 2001
Knowing the user's every move: user activity tracking for website usability evaluation and implicit interaction 6957 WWW 203-212 2006
Visitor awareness in the web 6958 WWW 745-753 2001
Look who's visiting: supporting visitor awareness in the web 6973 Int. J. Hum.-Comput. Stud. 25-46 2002
Extending Web Engineering Models and Tools for Automatic Usability Validation 6974 J. Web Eng. 43-64 2006
A scalable force propagation approach for web-baseddeformable simulation of soft tissues 7023 Web3D 185-193 2002
The Influence of Web Page Images on the Performance of Web Servers 7073 ICN (1) 821-828 2001
Model driven distribution pattern design for dynamic web service compositions 7075 ICWE 129-136 2006
WebView: A Tool for Retrieving Internal Structures and Extracting Information from HTML Documents 7138 DASFAA 71-80 1999
OntoWeb - A Semantic Web Community Portal 7211 PAKM 189-200 2002
Amicalola Report: Database and Information System Research Challenges and Opportunities in Semantic Web and Enterprises 7229 SIGMOD Record 98-106 2002
Strategic Web-Service Agreements 7249 ICWS 119-126 2006
Techniques for Developing and Measuring High Performance Web Servers over High Speed ATM Networks 7498 INFOCOM 1222-1231 1998
Developing flexible and high-performance Web servers with frameworks and patterns 7587 ACM Comput. Surv. 39 2000
Topic Exploration and Distillation for Web Search by a Similarity-Based Analysis 7629 WAIM 316-327 2002
DBCache: database caching for web application servers 7770 SIGMOD Conference 612 2002
Similarity-based Web Service Matchmaking 7799 IEEE SCC 287-294 2005
Describing and Verifying Web Service Using Type Theory 7811 CSCWD 746-750 2006
A Boolean Lattice Based Improved Fuzzy Description Logic in Web Computing 7812 Description Logics None 2007
An Approach to Semantic Matching of Web Services 7832 SWWS 63-72 2006
An Ontology-Based Approach for Organizing, Sharing, and Querying Knowledge Objects on the Web 7876 DEXA Workshops 604-609 2003
SuperWeb: Towards a Global Web-Based Parallel Computing Infrastructure 7933 IPPS 100-106 1997
SuperWeb: research issues in Java-based global computing 7947 Concurrency - Practice and Experience 535-553 1997
Rank aggregation methods for the Web 8028 WWW 613-622 2001
Advances in Web-Age Information Management: 5th International Conference, WAIM 2004, Dalian, China, July 15-17, 200 8108 WAIM None 2004
Web Information Systems - WISE 2006 Workshops, WISE 2006 International Workshops, Wuhan, China, October 23-26, 2006, Proceeding 8123 WISE Workshops None 2006
Crawling the Web 8183 Web Dynamics 153-178 2004
6S: Distributing Crawling and Searching Across Web Peers 8191 Web Technologies, Applications, and Services 159-164 2005
Using Hyperlink Features to Personalize Web Search 8194 WebKDD 104-115 2004
Evaluating Topic-Driven Web Crawlers 8195 SIGIR 241-249 2001
ALife Meets Web: Lessons Learned 8196 Virtual Worlds 156-167 1998
Small world peer networks in distributed web search 8197 WWW (Alternate Track Papers andamp; Posters) 396-397 2004
On the lack of typical behavior in the global Web traffic network 8199 WWW 510-518 2005
Adaptive query routing in peer web search 8201 WWW (Special interest tracks and posters) 1074-1075 2005
Ranking web sites with real user traffic 8202 WSDM 65-76 2008
MySpiders: Evolve Your Own Intelligent Web Crawlers 8203 Autonomous Agents and Multi-Agent Systems 221-229 2002
Links tell us about lexical and semantic Web conten 8206 CoRR None 2001
Navigating the Small World Web by Textual Cue 8207 CoRR None 2002
Complementing search engines with online web mining agents 8210 Decision Support Systems 195-212 2003
Mapping the Semantics of Web Text and Links 8215 IEEE Internet Computing 27-36 2005
Lexical and semantic clustering by Web links 8217 JASIST 1261-1269 2004
Introduction to the special topic section on mining Web resources for enhancing information retrieval 8218 JASIST 1791-1792 2007
Adaptive Retrieval Agents: Internalizing Local Context and Scaling up to the Web 8220 Machine Learning 203-242 2000
Topical web crawlers: Evaluating adaptive algorithms 8222 ACM Trans. Internet Techn. 378-419 2004
Learning to extract information from large websites using sequential models 8230 COMAD 3-14 2005
Learning to extract information from large domain-specific websites using sequential models 8280 SIGKDD Explorations 61-66 2004
Mining Web Sequential Patterns Using Reinforcement Learning 8286 APWeb 920-923 2004
Mapping Web Usage Patterns to MDP Model and Mining with Reinforcement Learning 8294 FSKD (2) 698-702 2005
Describing and Verifying Web Service Using Type Theory 8358 CSCWD 746-750 2006
Time Management for Web Service Composition 8359 CSCWD 550-555 2007
Web Services Testing, the Methodology, and the Implementation of the Automation-Testing Tool 8370 GCC (1) 940-947 2003
An Algorithm for Semantic Web Services Composition Based on Output and Input Matching 8375 I3E (2) 297-307 2007
Visually Mining Web User Clickpaths 8380 ICDM 771-774 2002
The Framework Supporting QoS-Enabled Web Services 8396 ICWS 156-159 2003
WSCE: A Flexible Web Service Composition Environment 8399 ICWS 428-435 2004
Analyzing XML Parser Memory Characteristics: Experiments towards ImprovingWeb Services Performance 8400 ICWS 681-688 2006
Personal name classification in web queries 8443 WSDM 149-158 2008
Using web-based computer graphics to teach surgery 8447 Computers andamp; Graphics 157-161 2000
Soft Object Modelling with Generalised ChainMail - Extending the Boundaries of Web-based Graphics 8448 Comput. Graph. Forum 717-728 2003
Discovering Empirical Laws of Web Dynamics 8614 SAINT 168-175 2002
Semantic Knowledge Building for Image Database by Analyzing Web Page Contents 8659 ICME 1282-1285 2005
Web-based toolkits for topology prediction of transmembrane helical proteins, fold recognition, structure and binding scoring, folding-kinetics analysis and comparative analysis of domain combinations 8663 Nucleic Acids Research 193-197 2005
Cryptanalysis on the Robust and Simple Authentication Protocol for Secure Communication on the Web 8684 IEICE Transactions 1859-1862 2006
Tools for the Design of User Friendly Web Applications 8706 EC-Web 29-38 2001
Using ontologies for federation of Web accessible databases 8717 SEKE 87-94 2001
Capacity Bound-free Web Warehouse 8785 CIDR None 2003
LRU-SP: A Size-Adjusted and Popularity-Aware LRU Replacement Algorithm for Web Caching 8792 COMPSAC 48-53 2000
Map-Based Range Query Processing for Geographic Web Search Systems 8831 Digital Cities 274-283 2003
Web Notary Systems for Privacy Keeping E-Commerce 8838 DS-9 87-101 2001
Increasing Realized Revenue in a Web Based Dutch Auction 8839 EC-Web 7-16 2002
Designing Web Menu for Configurable Goods 8842 EC-Web 348-358 2003
A Web-Based Lecture Video Database System with Flexible Indexing Method Using Action Logs 8874 ICWL 313-324 2002
Functions of a Web Warehouse 8883 Kyoto International Conference on Digital Libraries 372-379 2000
Secured Web Access 8884 Kyoto International Conference on Digital Libraries 340-347 2000
Visual Query Processing for GIS with Web Contents 8909 VDB 171-185 2002
Using Database Technology to Improve Performance of Web Proxy Servers 8919 WebDB 73-78 2001
WISE 2000, Proceedings of the First International Conference on Web Information Systems Engineering, Volume I (Main Program), Hong Kong, China, June 19-21, 200 8920 None None 2000
Proceedings of the 2nd International Conference on Web Information Systems Engineering (WISE'01), Organized by WISE Society and Kyoto University, Kyoto, Japan, 3-6 December 2001, Volume 1 (Main program 8921 None None 2001
Proceedings of the 2nd International Conference on Web Information Systems Engineering (WISE'01), Organized by WISE Society and Kyoto University, Kyoto, Japan, 3-6 December 2001, Volume 2 (Workshops 8922 None None 2001
Multicache-Based Content Management for Web Caching 8923 WISE 42-49 2000
Web Locality Based Ranking Utilizing Location Names and Link Structure 8926 WISE Workshops 56-63 2002
Classification of Web Pages with Geographic Scope and Level of Details for Mobile Cache Management 8928 WISE Workshops 22-29 2002
Web-Based Inference Rules for Processing Conceptual Geographical Relationships 8929 WISE (2) 14- 2001
On the Usage of Data Mining to Support Website Designers to Have Better DesignedWebsites 9008 AICT/ICIW 171 2006
Datenbanksysteme in Business, Technologie und Web (BTW 2007), Workshop Proceedings, 5.-6. Mandauml;rz 2007, Aachen, German 9017 BTW Workshops None 2007
Proceedings of the Studierendenprogramm at the 12th GI-conference on Database Systems in Business, Technology and Web, Aachen, March 6, 200 9018 BTW Studierendenprogramm None 2007
Database to Semantic Web Mapping Using RDF Query Languages 9042 ER 241-254 2006
Association Rule Mining and Website's Design Improvement 9056 Grundlagen von Datenbanken 115-119 2006
Bringing Relational Data into the SemanticWeb using SPARQL and Relational.OWL 9059 ICDE Workshops 55 2006
A Semantic Web based Identification Mechanism for Databases 9065 KRDB None 2003
Web Usage Mining for Adaptive and Personalized Websites 9066 LWA 342-349 2006
The Role of Web Services in Digital Government 9114 EGOV 161-166 2003
Multiple Use of Content in a Web-Based Language Learning System 9116 ICALT None 2004
A Collaborative Courseware Generating System Based on WebDAV, XML, and JSP 9117 ICALT 197-198 2001
A Web-Based Language Learning System 9119 ICWL 106-118 2002
A Thesaurus Construction Method from Large ScaleWeb Dictionaries 9139 AINA 932-939 2007
An Integrated Method for Web Resource Categorization 9147 AINA Workshops 1211-1216 2008
Two Approaches to Browse LargeWeb Pages Using Mobile Devices 9181 MDM 52 2006
A Collaborative Web Browsing System for Multiple Mobile Users 9189 PerCom 22-35 2006
OPA browser: a web browser for cellular phone users 9205 UIST 71-80 2007
A web browsing system based on adaptive presentation of web contents for cellular phones 9206 W4A 86-89 2006
A Web Mining Method Based on Personal Ontology for Semi-structured RDF 9208 WISE Workshops 227-234 2005
Wikipedia Mining for an Association Web Thesaurus Construction 9209 WISE 322-334 2007
Image classification for mobile web browsing 9210 WWW 43-52 2006
A web browsing system for cellular-phone users based on adaptive presentation 9230 Universal Access in the Information Society 259-271 2007
A General Attribute based RBAC Model for Web Service 9246 IEEE SCC 236-239 2007
An Efficient Topic-Specific Web Text Filtering Framework 9248 APWeb 157-163 2005
An Extended Role-Based Access Control for Web Services 9273 SECRYPT 471-474 2006
Service-Oriented Device Communications Using the Devices Profile for Web services 9283 AINA Workshops (1) 947-955 2007
Service-oriented device communications using the devices profile for web services 9286 MPAC 1-8 2005
Integrating Data Warehouses with Web Data: A Survey 9295 IEEE Trans. Knowl. Data Eng. 940-955 2008
WebObjects: A New Approach for Querying the Web 9318 DEXA 548-557 2003
On Performance Evaluation of Web GIS Applications 9320 DEXA Workshops 497-501 2005
OntoEditor: A Web Tool for Manipulating Ontologies Stored in Database Servers 9321 DEXA Workshops 151-155 2004
Migratool: Towards a Web-Based Spatial Database Migration Tool 9323 DEXA Workshops 480-484 2005
Easyform: A Framework to Make Web-Based Systems Easy 9330 ICWI 332-339 2002
MEDIweb: A Mediator-Based Environment for Data Integration on the Web 9331 ICEIS 34-41 2002
Using Semantic Searching for Web Portals Interoperability 9337 Workshop on Information Integration on the Web 125-132 2001
SEI-Tur: A System Based on Composed Web-Service Discovery to Support the Creation of Trip Plans 9340 ICDS 28 2007
Learning probabilistic models of the Web 9397 SIGIR 369-371 2000
Active Network Approach for Web Caching 9424 AWIC 260-265 2005
Clustering Web Content for Efficient Replication 9450 ICNP 165-174 2002
The Research and Application of Web Services in Enterprise Application Integration 9456 CONFENIS (1) 201-205 2007
Web Pre-fetching Using Adaptive Weight Hybrid-Order Markov Model 9479 WISE 313-318 2004
Web Services for Peer-to-Peer Resource Discovery on the Grid 9513 DELOS Workshop: Digital Library Architectures 73-84 2004
The Open Grid Services Architecture: Where the Grid Meets the Web 9590 IEEE Internet Computing 67-71 2002
Aspect Separation in Web Service Orchestration: A Reflective Approach and its Application to Decentralized Execution 9620 ICWS 1189-1190 2007
Decentralized web service orchestration: a reflective approach 9630 SAC 494-498 2008
ZenFlow: A Visual Web Service Composition Tool for BPEL4WS 9640 VL/HCC 181-188 2005
WS-replication: a framework for highly available web services 9643 WWW 357-366 2006
Automated SLA Monitoring for Web Services 9667 DSOM 28-41 2002
Web Services Management Network: An Overlay Network for Federated Service Management 9678 Integrated Network Management 351-364 2003
Web E-Speak: Facilitating Web-Based E-Services 9690 IEEE MultiMedia 43-55 2002
Guest Editors' Introduction: Business Processes on the Web 9691 IEEE Internet Computing 28-29 2004
Advances in Web-Age Information Management, Second International Conference, WAIM 2001, Xi'an, China, July 9-11, 2001, Proceeding 9753 WAIM None 2001
Trust but verify: authorization for web services 9757 SWS 47-55 2004
Data-Grey-BoxWeb Services in Data-Centric Environments 9807 ICWS 976-983 2007
Mining product reputations on the Web 9880 KDD 341-349 2002
Improving Web Clustering by Cluster Selection 9914 Web Intelligence 172-178 2005
Standardized Evaluation Method for Web Clustering Results 9915 Web Intelligence 280-283 2005
Learning Information Extraction Patterns from Tabular Web Pages without Manual Labelling 9916 Web Intelligence 495-498 2003
Query Directed Web Page Clustering 9917 Web Intelligence 202-210 2006
Automatic Pattern Construction For Web Information Extraction 9920 International Journal of Uncertainty, Fuzziness and Knowledge-Based Systems 447-470 2004
Composing and Maintaining Web-based Virtual Enterprises 9978 TES 155-174 2000
Internet, education, and the Web 9986 WETICE 27-33 1996
Webbis: An Infrastructure For Agile Integration Of Web Services 10007 Int. J. Cooperative Inf. Syst. 121-158 2004
WVTDB - A Semantic Content-Based Video Database System on the World Wide Web 10045 IEEE Trans. Knowl. Data Eng. 947-966 1998
Composing Web services on the Semantic Web 10062 VLDB J. 333-351 2003
Enhancing the privacy of web-based communication 10143 WWW (Special interest tracks and posters) 1096-1097 2005
A Web Service Platform for Web-Accessible Archaeological Databases 10195 ISCIS 362-370 2005
A Formal Specification for Web Services Composition and Verification 10206 CIT 252-256 2005
Exception Handling of Workflow for Web Services 10207 CIT 273-277 2004
P2P-Based Web Text Information Retrieval 10218 APWeb 247-252 2005
A Method to Select the Optimum Web Services 10220 APWeb 868-873 2006
TDWF: A Workflow Model Based on Cooperation of Web Services 10229 CSCWD 740-745 2006
Extracting WEB Table Information in Cooperative Learning Activities Based on Abstract Semantic Model 10230 CSCWD 492-497 2001
Analysis of Web Services Composition and Substitution Via CCS 10235 DEECS 236-245 2006
PictureBook: A Text-and-Image Summary System for Web Search Result 10239 ICDE 1612-1615 2008
XML Arouse the WEB Architecture Revolution 10244 ICSC 461-466 1999
Refining Web Authoritative Resource by Frequent Structures 10247 IDEAS 250-257 2003
Web Service Collaboration Analysis via Automata 10267 WAIM 858-863 2005
Compatibility Analysis of Web Services 10274 Web Intelligence 483-486 2005
Automatic Composition of Web Services Based on Task Dependency Specification 10287 Journal of Computer Research and Development 2110-2116 2006
Wrapper Generation for Web Accessible Data Sources 10295 CoopIS 14-23 1998
Using standards for Data Integration over the Web (Panel) 10311 DIWeb 143-145 2002
Equal Time for Data on the Internet with WebSemantics 10314 EDBT 87-101 1998
Query Rewriting in the Semantic Web7 10322 ICDE Workshops 7 2006
The Distributed Information Search Component (Disco) and the World Wide Web 10335 SIGMOD Conference 546-548 1997
Source Selection and Ranking in the WebSemantics Architecture: Using Quality of Data Metadata 10347 Advances in Computers 89-119 2001
Learning Response Time for WebSources Using Query Feedback and Application in Query Optimization 10371 VLDB J. 18-37 2000
Locating and accessing data repositories with WebSemantics 10373 VLDB J. 47-57 2002
Data and web management research at Politecnico di Milano 10403 SIGMOD Record 43-48 2007
A new cache replacement algorithm for the integration of web caching and prefectching 10498 CIKM 632-634 2002
Entropy-based link analysis for mining web informative structures 10504 CIKM 574-581 2002
Using Pattern-Join and Purchase-Combination for Mining Web Transaction Patterns in an Electronic Commerce Environment 10515 COMPSAC 99-104 2000
Capturing User Access Patterns in the Web for Data Mining 10568 ICTAI 345-348 1999
Mining Web Transaction Patterns in an Electronic Commerce Environment 10590 PAKDD 216-219 2000
DOMISA: DOM-Based Information Space Adsorption of Web Information Hierarchy Mining 10603 SDM None 2004
VIPAS: Virtual Link Powered Authority Search in the Web 10614 VLDB 381-392 2003
Clustering for Web Information Hierarchy Mining 10617 Web Intelligence 698-701 2003
Web log mining with adaptive support thresholds 10620 WWW (Special interest tracks and posters) 1188-1189 2005
WISDOM: Web Intrapage Informative Structure Mining Based on Document Object Model 10655 IEEE Trans. Knowl. Data Eng. 614-627 2005
Mining Web Informative Structures and Contents Based on Entropy Analysis 10656 IEEE Trans. Knowl. Data Eng. 41-55 2004
Integrating Web Caching and Web Prefetching in Client-Side Proxies 10689 IEEE Trans. Parallel Distrib. Syst. 444-455 2005
Efficient algorithms for incremental Web log mining with dynamic thresholds 10698 VLDB J. None 2008
ODISSEA: A Peer-to-Peer Architecture for Scalable Web Search and Information Retrieval 10736 WebDB 67-72 2003
ODISSEA: A Peer-to-Peer Architecture for Scalable Web Search and Information Retrieval 10737 WWW (Posters) None 2003
An Intelligent Web Service System 10785 Engineering Information Systems in the Internet Context 177-201 2002
Semantic Web Modeling and Programming with XDD 10794 SWWS 161-180 2001
Semantic Web Modeling and Programming with XDD 10795 The Emerging Semantic Web None 2001
XML Declarative Description: A Language for the Semantic Web 10811 IEEE Intelligent Systems 54-65 2001
Adding AI to Web Services 10822 AMKM 322-338 2003
Current Trends in Database Technology - EDBT 2004 Workshops, EDBT 2004 Workshops PhD, DataX, PIM, P2Pandamp;DB, and ClustWeb, Heraklion, Crete, Greece, March 14-18, 2004, Revised Selected Paper 10872 EDBT Workshops None 2004
Database Selection and Result Merging in P2P Web Search 10901 DBISP2P 26-37 2005
Bookmark-driven Query Routing in Peer-to-Peer Web Search 10908 Workshop on Peer-to-Peer Information Retrieval None 2004
COMPASS: A Concept-based Web Search Engine for HTML, XML, and Deep Web Data 10910 VLDB 1313-1316 2004
Das MINERVA-Projekt: Datenbankselektion fanduuml;r Peer-to-Peer-Websuche 10911 Inform., Forsch. Entwickl. 152-166 2005
Using Web Archive for Improving Search Engine Results 10946 APWeb 893-898 2006
A Personal Web Bulletin Board with Autonomic Behaviors and Virtual Portal Function 10947 APWeb 1066-1069 2005
My Portal Viewer: Integration System Based on User Preferences for News Web Sites 10949 DEXA 156-165 2005
Journey to the past: proposal of a framework for past web browser 10951 Hypertext 135-144 2006
A browser for browsing the past web 10958 WWW 877-878 2006
Visualizing historical content of web pages 10960 WWW 1221-1222 2008
Efficient integration of web services with distributed data flow and active mediation 10964 ICEC 11-20 2004
Composition of engineering web services with distributed data-flows and computations 10991 Advanced Engineering Informatics 25-42 2005
Distributed cooperative Apache web server 11102 WWW 555-564 2001
Mining web logs to debug distant connectivity problems 11136 MineNet 287-292 2006
Web Services Discovery Based On Schema Matching 11198 ACSC 107-113 2007
WSXplorer: Searching for Desired Web Services 11200 CAiSE 173-187 2007
A comparison of voice controlled and mouse controlled web browsing 11331 ASSETS 72-79 2000
Domain Name Based Visualization of Web Histories in a Zoomable User Interface 11367 DEXA Workshop 591-600 2000
Human-computer interaction themes in digital government: web site comprehension and statistics visualization 11376 DG.O 7-8 2005
Dynamic Aggregation to Support Pattern Discovery: A Case Study with Web Logs 11380 Discovery Science 464-469 2001
Visual Metaphor and the Problem of Complexity in the Design of Web Sites: Techniques for Generating, Recognizing and Visualizing Structure 11395 Hypertext 257 1996
Categorizing web search results into meaningful and stable categories using fast-feature techniques 11415 JCDL 210-219 2006
Elastic Windows: A Hierarchical Multi-Window World-Wide Web Browser 11425 ACM Symposium on User Interface Software and Technology 169-177 1997
Web science: a provocative invitation to computer science 11465 Commun. ACM 25-27 2007
Colour-coded pixel-based highly interactive Web mapping for georeferenced data exploration 11483 International Journal of Geographical Information Science 413-428 2005
Designing information-abundant web sites: issues and recommendations 11500 Int. J. Hum.-Comput. Stud. 5-29 1997
Dynamic query visualizations on World Wide Web clients: a DHTML solution for maps and scattergrams 11501 Int. J. Web Eng. Technol. 63-78 2003
Finding governmental statistical data on the Web: A study of categorically organized links for the FedStats topics page 11524 JASIST 1008-1015 2004
Extracting Content Structure for Web Pages Based on Visual Representation 11633 APWeb 406-417 2003
Organizing WWW images based on the analysis of page layout and Web link structure 11640 ICME 113-116 2004
Block-based web search 11654 SIGIR 456-463 2004
Microsoft Research Asia at the Web Track of TREC 2003 11657 TREC 408-417 2003
Improving pseudo-relevance feedback in web information retrieval using web page segmentation 11658 WWW 11-18 2003
OMWSC- An Ontology-Based Model for Web Services Composition 11669 QSIC 464-469 2005
Discovering Web Services Based on Probabilistic Latent Factor Model 11670 APWeb/WAIM 18-29 2007
A probabilistic semantic approach for discovering web services 11671 WWW 1221-1222 2007
Efficiently finding web services using a clustering semantic approach 11672 CSSSIA 5 2008
Web Search Model for Dynamic and Fuzzy Directory Search 11733 CICLing 406-409 2006
A Hybrid Region Weighting Approach for Relevance Feedback in Region-Based Image Search on the Web 11751 SOFSEM (1) 705-715 2007
Equivalent Individuals on the Semantic Web 11813 IRI 253-258 2004
Manage Distributed Ontologies on the Semantic Web 11814 ISPA 1047-1054 2005
VIPAS: Virtual Link Powered Authority Search in the Web 11998 VLDB 381-392 2003
Web-Enabled Raster GIS Services for Large Image and Map Databases 12009 DEXA Workshop 870-874 2001
Large-Scale, Standards-Based Earth Observation Imagery and Web Mapping Services 12030 VLDB 1141-1144 2003
Mining officially unrecognized side effects of drugs by combining web search and machine learning 12145 CIKM 365-372 2005
Personalized web search by mapping user queries to categories 12149 CIKM 558-565 2002
Merging Source Query Interfaces onWeb Databases 12168 ICDE 46 2006
Segmentation of Publication Records of Authors from the Web 12181 ICDE 120 2006
Annotating Structured Data of the Deep Web 12186 ICDE 376-385 2007
Evaluating strategies and systems for content based indexing of person images on the Web 12193 ACM Multimedia 313-321 2000
Diogenes: a web search agent for person images 12194 ACM Multimedia 481-482 2000
Multiple evidence combination in image retrieval: diogenes searches for people on the Web 12198 SIGIR 88-95 2000
UIC at TREC 2002: Web Track 12227 TREC None 2002
Experiments in Using Virtual and Textual Clues for Image Hunting on the Web 12228 VISUAL 108-119 2000
WISE-Integrator: An Automatic Integrator of Web Search Interfaces for E-Commerce 12230 VLDB 357-368 2003
WISE-Integrator: A System for Extracting and Integrating Complex Web Search Interfaces of the Deep Web 12231 VLDB 1314-1317 2005
Constructing Interface Schemas for Search Interfaces of Web Databases 12243 WISE 29-42 2005
Querying Capability Modeling and Construction of Deep Web Sources 12246 WISE 13-25 2007
Automatic extraction of web search interfaces for interface schema integration 12247 WWW (Alternate Track Papers andamp; Posters) 414-415 2004
Towards Deeper Understanding of the Search Interfaces of the Deep Web 12251 World Wide Web 133-155 2007
Personalized Web Search For Improving Retrieval Effectiveness 12296 IEEE Trans. Knowl. Data Eng. 28-40 2004
Automatic integration of Web search interfaces with WISE-Integrator 12315 VLDB J. 256-273 2004
Incorporating query difference for learning retrieval functions in world wide web search 12349 CIKM 307-316 2006
Automatic Topic Identification Using Webpage Clustering 12359 ICDM 195-202 2001
A spectral method to separate disconnected and nearly-disconnected web graph components 12370 KDD 275-280 2001
Web document clustering using hyperlink structures 12396 Computational Statistics andamp; Data Analysis 19-45 2002
Eliminating noisy information in Web pages for data mining 12447 KDD 296-305 2003
Innovating Web Page Classification Through Reducing Noise 12451 J. Comput. Sci. Technol. 9-17 2002
Extracting Business Rules from Web Product Descriptions 12542 WISE 135-146 2004
Extraction of Cognitively-Significant Place Names and Regions from Web-Based Physical Proximity Co-occurrences 12544 WISE 113-124 2004
Web Technology for Education and Training 12581 DEXA Workshops 337-341 2003
Metadata Replication in E-Learning Using Web-Services and Ontologies 12585 iiWAS None 2004
The Lixto Project: Exploring New Frontiers of Web Data Extraction 12610 BNCOD 1-15 2006
Using Ontologies for Extracting Product Features from Web Pages 12611 International Semantic Web Conference 286-299 2006
Visually guided bottom-up table detection and segmentation in web documents 12612 WWW 933-934 2006
Towards domain-independent information extraction from web tables 12614 WWW 71-80 2007
Exploiting semantic web technologies to model web form interactions 12615 WWW 1145-1146 2008
Knowledge Discovery from Users Web-Page Navigation 12638 RIDE 0- 1997
A PSO-Based Web Document Query Optimization Algorithm 12688 ASWC 609-615 2006
Using Instruction Strategy for a Web-Based Intelligent Tutoring System 12712 Edutainment 132-139 2006
OPC-based Architecture of Embedded Web Server 12741 ICESS 362-367 2004
Context sensitive stemming for web search 12800 SIGIR 639-646 2007
Investigation of partial query proximity in web search 12817 WWW 1183-1184 2008
Identifying regional sensitive queries in web search 12818 WWW 1185-1186 2008
An answer passage retrieval strategy for web-based question answering 12827 Infoscale 57 2007
Getting work done on the web: supporting transactional queries 12991 SIGIR 557-564 2006
Board Forum Crawling: A Web Crawling Method for Web Forum 13037 Web Intelligence 745-748 2006
An automatic approach to construct domain-specific web portals 13043 CIKM 849-852 2007
Topic-Centric Querying of Web Information Resources 13044 DEXA 699-711 2001
Efficient Processing of Category-Restricted Queries for Web Directories 13045 ECIR 695-699 2008
Metadata-based modeling of information resources on the Web 13051 JASIST 97-110 2004
Querying web metadata: Native score management and text support in databases 13052 ACM Trans. Database Syst. 581-634 2004
Web Cache Focusing Devices 13091 Computer Networks 682-684 1998
Optimal Hash Routing for Web Proxies 13128 ICDCS 191-198 2001
Session-Affinity Aware Request Allocation for Web Clusters 13129 ICDCS 142-149 2004
On caching effectiveness of web clusters under persistent connections 13189 J. Parallel Distrib. Comput. 981-995 2003
Adaptive hash routing for a cluster of client-side web proxies 13190 J. Parallel Distrib. Comput. 1168-1184 2004
Coordinated En-Route Web Caching 13202 IEEE Trans. Computers 595-607 2002
Minimal Cost Replication of Dynamic Web Contents under Flat Update Delivery 13210 IEEE Trans. Parallel Distrib. Syst. 431-439 2004
RIBOWEB: Linking Structural Computations to a Knowledge Base of Published Experimental Data 13232 ISMB 84-87 1997
RiboWeb: An Ontology-Based System for Collaborative Molecular Biology 13279 IEEE Intelligent Systems 68-76 1999
WebFEATURE: an interactive web tool for identifying and visualizing functional sites on macromolecular structures 13291 Nucleic Acids Research 3324-3327 2003
Negotiating Trust on the Web 13418 IEEE Internet Computing 30-37 2002
Applying the Semantic Web Layers to Access Control 13445 DEXA Workshops 622-626 2003
A Semantic Approach for Access Control in Web Services 13458 EuroWeb None 2002
Putting Together Web Services and Compositional Software Agents 13477 ICWE 44-53 2003
Middleware Support for Multimedia Collaborative Applications over the Web: A Case Study 13478 IDMS 219-233 1999
Using UML Profiles for Documenting Web-Based Application Frameworks 13526 Ann. Software Eng. 249-264 2002
A Java Framework for Web-Based Multimedia and Collaborative Applications 13545 IEEE Internet Computing 55-64 1999
Coordinating distributed components on the web: an integrated development environment 13559 Softw., Pract. Exper. 209-233 2001
Fact: A Learning Based Web Query Processing System 13625 SIGMOD Conference 587 2000
Toward Learning Based Web Query Processing 13628 VLDB 317-328 2000
On the Approximability of Trade-offs and Optimal Access of Web Sources 13661 FOCS 86-92 2000
Real-Time Creation Method of Personalized Mobile Web Contents for Ubiquitous Contents Access 13867 APWeb/WAIM Workshops 180-185 2007
Selecting Useful Images from the Web for Mobile Services 13869 CSCWD 782-786 2006
Pre-service and Post-transcoding Schema for an Adaptive PC to Mobile Web Contents Transcoding System 13871 EC-Web 112-121 2006
An Application-Independent Multimedia Adaptation Framework for the Mobile Web 13874 ICCSA (2) 28-39 2006
Scalable Mobile Internet Servers: Selecting Useful Images from the Web for Mobile Services 13882 ICCSA (2) 400-409 2006
A Design and Implementation of Transcoder for Displaying Diagram Data of Multimedia Title on Web Browser 13884 ICCSA (2) 360-369 2007
An Automatic Mobile Web Generation Method from PC Web Using DFS and W-DFS 13885 ICCSA (2) 207-215 2007
A Method of Selecting and Transcoding Content for Mobile Web Service 13887 KES (3) 616-625 2007
Content Aware Selecting Method for Reducing the Response Time of an Adaptive Mobile Web Service 13889 UIC 748-757 2007
A Study on the Mobile Web Generating using Mobile Computing - Focused on News Website 13891 MoMM 247-254 2007
An Adaptive PC to Mobile Web Contents Transcoding System Based on MPEG-21 Multimedia Framework 13893 Advances in Web Intelligence and Data Mining 101-110 2006
An Instructable, Adaptive Interface for Discovering and Monitoring Information on the World-Wide Web 13950 Intelligent User Interfaces 157-160 1999
Ubiquitous Access to Web Databases 14150 Web-Powered Databases 246-265 2003
Web Service Modeling for Biological Processes 14154 DEXA Workshops 595-599 2005
Semantic Web Enabled E-Government Services 14155 DG.O None 2003
Web Service Mining for Biological Pathway Discovery 14157 DILS 292-295 2005
Data Sharing on the Web 14160 EDOC 258- 1997
Supporting Dynamic Changes in Web Service Environments 14164 ICSOC 319-334 2003
A Query Paradigm for Web Services 14165 ICWS 152-155 2003
A Web Service Mining Framework 14167 ICWS 1096-1103 2007
Efficient Access to Wireless Web Services 14170 MDM 30 2006
World Wide Database - Integrating the Web, CORBA, and Databases 14172 SIGMOD Conference 594-596 1999
A Reputation-Based Approach to Preserving Privacy in Web Services 14173 TES 91-103 2003
Managing Changes to Virtual Enterprises on the Semantic Web 14175 WISE 472-478 2004
Evaluating Rater Credibility for Reputation Assessment of Web Services 14176 WISE 38-49 2007
A Dynamic Foundational Architecture for Semantic Web Services 14180 Distributed and Parallel Databases 179-206 2005
Query Processing and Optimization on the Web 14181 Distributed and Parallel Databases 187-218 2004
IEEE Internet Computing: Guest Editors' Introduction - Database Technology on the Web 14183 IEEE Distributed Systems Online None 2002
Customized Delivery of E-Government Web Services 14184 IEEE Intelligent Systems 77-84 2005
Guest Editors' Introduction: Database Technology on the Web 14186 IEEE Internet Computing 31-32 2002
Webfind: An Architecture and System for Querying Web Databases 14187 IEEE Internet Computing 30-41 1999
Efficient Access to Web Services 14188 IEEE Internet Computing 34-44 2004
Supporting Dynamic Interactions among Web-Based Information Sources 14194 IEEE Trans. Knowl. Data Eng. 779-801 2000
A Multilevel Composability Model for Semantic Web Services 14195 IEEE Trans. Knowl. Data Eng. 954-968 2005
Introduction to special issue on semantic Web services 14198 ACM Trans. Internet Techn. None 2007
Organizing and accessing web services on air 14199 IEEE Transactions on Systems, Man, and Cybernetics, Part A 742-757 2003
Deploying and managing Web services: issues, solutions, and directions 14200 VLDB J. 333-351 2008
Framework for Web service query algebra and optimization 14201 TWEB None 2008
From Legacy to Web through Interaction Modeling 14361 ICSM 320- 2002
Understanding Web Usage for Dynamic Web-Site Adaptation: A Case Study 14368 WSE 53- 2002
User Interface Reverse Engineering in Support of Interface Migration to the Web 14371 Autom. Softw. Eng. 271-301 2003
Analysis of Web-usage behavior for focused Web sites: a case study 14372 Journal of Software Maintenance 129-150 2004
MOQ: Web Services Ontologies for QOS and General Quality Evaluations 14376 ECIS None 2005
Perceived Service Quality in a University Web Portal: Revising the E-Qual Instrument 14378 HICSS 147 2007
Evaluation of Different Visualizations of Web Search Results 14418 DEXA Workshop 586-590 2000
A visual information seeking system for Web search 14436 Mensch andamp; Computer None 2001
INSYDER: a content-based visual-information-seeking system for the Web 14447 Int. J. on Digital Libraries 25-41 2005
Querying web data: an object-oriented approach 14456 ACM Southeast Regional Conference 253-261 2000
Network Documentation: A Web-Based Relational Database Approach 14480 Conference on Network Administration 31-38 1999
Extensible soft semantic web services agent 14495 Soft Comput. 1021-1029 2006
Software Architecture for the UARC Web-Based Collaboratory 14684 IEEE Internet Computing 46-54 1999
SemanticBio: Building Conceptual Scientific Workflows over Web Services 14704 DILS 296-299 2005
Development of web-based decision support system for field-based crop management 14772 GIS 52 2007
Web Technologies Research and Development - APWeb 2005, 7th Asia-Pacific Web Conference, Shanghai, China, March 29 - April 1, 2005, Proceeding 14797 APWeb None 2005
Cooperative Ontology Development Environment CODE and a Demo Semantic Web on Economics 14798 APWeb 1049-1052 2005
Ontology Construction for Semantic Web: A Role-Based Collaborative Development Method 14799 APWeb 609-619 2005
A Semi-automatic Ontology Acquisition Method for the Semantic Web 14826 WAIM 209-220 2005
Managing Security Policy in a Large Distributed Web Services Environment 14995 COMPSAC 610-615 2003
An OLAP-based Scalable Web Access Analysis Engine 14999 DaWaK 210-223 2000
Building a Scalable Web Query System 15002 DNIS 322-328 2007
Web-Based Visualization of Large Hierarchical Graphs Using Invisible Links in a Hyperbolic Space 15032 VDB 83-94 2000
From Marketplaces to Web Services 15038 WISE 7-10 2002
Conductor: An Enabler for Web Services-based Business Collaboration 15040 IEEE Data Eng. Bull. 22-26 2002
The Semantic Web As "Perfection Seeking": A View from Drug Terminology 15155 SWWS 5-16 2001
The Semantic Web as "Perfection Seeking": A View from Drug Terminology 15156 The Emerging Semantic Web None 2001
Classify Web Document by Key Phrase Understanding 15318 WAIM 80-90 2001
Personalized Courseware Construction based on Web Data Mining 15319 WISE (2) 204-211 2000
Web-Based Application for Traffic Anomaly Detection Algorithm 15320 ICIW 44 2007
Web Document Filtering Technique Based on Natural Language Understanding 15321 Int. J. Comput. Proc. Oriental Lang. 279-291 2001
Web Usage Mining with Time Constrained Association Rules 15342 ICEIS (2) 343-348 2004
Analysis of Caching Mechanisms from Sporting Event Web Sites 15376 ASIAN 76-86 2002
Controlling the robots of Web search engines 15446 SIGMETRICS/Performance 236-244 2001
Optimal capacity allocation for Web systems with end-to-end delay guarantees 15485 Perform. Eval. 400-416 2005
Traffic model and performance evaluation of Web servers 15487 Perform. Eval. 77-100 2001
Web traffic modeling at finer time scales and performance implications 15489 Perform. Eval. 181-201 2005
Traffic modeling and performance analysis of commercial web sites 15496 SIGMETRICS Performance Evaluation Review 32-34 2002
Optimizing the Number of Robots for Web Search Engines 15500 Telecommunication Systems 243-264 2001
Are Web Services the Next Revolution in e-Commerce? (Panel) 15581 VLDB 614-617 2001
DCbot: Finding Spatial Information on the Web 15957 DASFAA 779-790 2005
DCbot: Exploring the Web as Value-Added Service for Location-Based Applications 15966 ICDE 1100-1101 2005
A SVM Method for Web Page Categorization Based on Weight Adjustment and Boosting Mechanism 16031 FSKD (2) 801-810 2005
Web-page classification through summarization 16050 SIGIR 242-249 2004
Web-page summarization using clickthrough data 16051 SIGIR 194-201 2005
Recommendation of Web Pages Based on Concept Association 16053 WECWIS 221-227 2002
CubeSVD: a novel approach to personalized Web search 16054 WWW 382-390 2005
The Semantic Web: Research and Applications, 4th European Semantic Web Conference, ESWC 2007, Innsbruck, Austria, June 3-7, 2007, Proceeding 16121 ESWC None 2007
Rules and Rule Markup Languages for the Semantic Web, Second International Conference, RuleML 2006, Athens, Georgia, USA, November 10-11, 2006, Proceeding 16137 RuleML None 2006
Introduction to Semantic Web Ontology Languages 16138 Reasoning Web 1-21 2005
Reasoning Web, Second International Summer School 2006, Lisbon, Portugal, September 4-8, 2006, Tutorial Lecture 16139 Reasoning Web None 2006
An access control language for web services 16226 SACMAT 23-30 2002
Classification Pruning for Web-request Prediction 16241 WWW Posters None 2001
Web-Log Cleaning for Constructing Sequential Classifiers 16247 Applied Artificial Intelligence 431-441 2003
Building Association-Rule Based Sequential Classifiers for Web-Document Prediction 16251 Data Min. Knowl. Discov. 253-273 2004
Mining Generalized Associations of Semantic Relations from Textual Web Content 16271 IEEE Trans. Knowl. Data Eng. 164-179 2007
Matchmaking of Semantic Web Services Using Semantic-Distance Information 16288 ADVIS 177-186 2006
Web Service Standards and Real Business Scenario Challenges 16289 EUROMICRO 421-424 2003
Super Peer Web Service Discovery Architecture 16292 ICDE 1360-1364 2007
Mobile Web Services: A New Agent-Based Framework 16299 IEEE Internet Computing 58-65 2006
Disambiguation Algorithm for People Search on the Web 16306 ICDE 1258-1260 2007
Consistency for Web Services Applications 16326 VLDB 1199-1203 2005
Asynchronous Messaging between Web Services Using SSDL 16328 IEEE Internet Computing 26-39 2006
Data Management: Lasting Impact of the Wild, Wild, Web 16331 SIGMOD Conference 569-570 2001
Triple Space Computing Based Semantic Web Services Communication 16487 IITA 377-380 2007
Building XML statistics for the hidden web 16540 CIKM 358-365 2003
A Language for Developing Collaborative Learning Activities on World Wide Web 16560 COMPSAC 548- 1996
Using Role Theory in Monitoring Web Group Learning Systems 16582 ICCE 884-888 2002
A Multi-User Educational Online Game with Web Based Mathematic Learning by Using Activity Theory Analysis 16586 WEBIST (2) 312-319 2006
Managing Activity Dynamics of Web-Based Collaborative Applications 16590 International Journal on Artificial Intelligence Tools 207-227 1999
Preloading Browsers for Optimizing Automatic Access to Hidden Web: A Ranking-Based Repository Solution 16605 ADBIS 171-183 2006
Optimization of Automatic Navigation to Hidden Web Pages by Ranking-Based Browser Preloading 16606 DEECS 40-49 2006
Maintaining Web Navigation Flows for Wrappers 16607 DEECS 100-114 2006
DeepBot: a focused crawler for accessing hidden web content 16608 DEECS 18-25 2007
Finding and Extracting Data Records from Web Pages 16611 EUC 466-478 2007
Crawling the client-side hidden web 16612 ICWI 1179-1182 2004
Crawling the Content Hidden Behind Web Forms 16613 ICCSA (2) 322-333 2007
An Automatic Approach to Displaying Web Applications as Portlets 16614 ICDCIT 264-277 2006
Automatically Maintaining Wrappers for Web Sources 16617 IDEAS 105-114 2005
Semi-Automatic Wrapper Generation for Commercial Web Sources 16618 Engineering Information Systems in the Internet Context 265-283 2002
Efficiently Updating Cost Repository Values for Query Optimization on Web Data Sources in a Mediator/Wrapper Environment 16620 NGITS 1-12 2006
Automatic wrapper maintenance for semi-structured web sources using results from previous queries 16621 SAC 654-659 2005
Crawling Web Pages with Support for Client-Side Dynamism 16623 WAIM 252-262 2006
ITPilot: A Toolkit for Industrial-Strength Web Data Extraction 16624 Web Intelligence 798-801 2005
Automatically Generating Labeled Examples for Web Wrapper Maintenance 16625 Web Intelligence 250-256 2005
A Web Agent for Automating E-Commerce Operations 16627 CEC 16-19 2003
Using Clustering and Edit Distance Techniques for Automatic Web Data Extraction 16628 WISE 212-224 2007
Automatically maintaining wrappers for semi-structured web sources 16630 Data Knowl. Eng. 331-358 2007
Automatically maintaining navigation sequences for querying semi-structured web sources 16631 Data Knowl. Eng. 795-810 2007
Extracting lists of data records from semi-structured web pages 16632 Data Knowl. Eng. 491-509 2008
A Task-specific Approach for Crawling the Deep Web 16633 Engineering Letters 204-215 2006
METU-Emar: An Agent-Based Electronic Marketplace on the Web 16670 ECDL 777-790 1998
A Semantic-Based User Privacy Protection Framework for Web Services 16676 ITWP 289-305 2003
Improving the Functionality of UDDI Registries through Web Service Semantics 16690 TES 9-18 2002
ExploitingWeb Service Semantics: Taxonomies vs. Ontologie 16695 CoRR None 2002
Improving the Functionality of UDDI Registries through Web Service Semantic 16696 CoRR None 2002
Exploiting Web Service Semantics: Taxonomies vs. Ontologies 16699 IEEE Data Eng. Bull. 10-16 2002
Artemis: Deploying semantically enriched Web services in the healthcare domain 16709 Inf. Syst. 321-339 2006
A Workflow-based Electronic Marketplace on the Web 16720 SIGMOD Record 25-31 1998
Semantically Enriched Web Services for the Travel Industry 16722 SIGMOD Record 21-27 2004
CRISOL: An Approach for Automatically Populating Semantic Web from Unstructured Text Collections 16733 DEXA 243-252 2004
CRISOL: Una aproximaciandoacute;n a la generaciandoacute;n automandaacute;tica de instancias para una Web Semandaacute;ntica 16737 JISBD 573-582 2003
Sailer: an effective search engine for unified retrieval of heterogeneous xml and web documents 16786 WWW 1061-1062 2008
A Hierarchical Model of Web Graph 17060 ADMA 790-797 2006
Web Scale Competitor Discovery Using Mutual Information 17061 ADMA 798-808 2006
An Algorithm for Enumerating SCCs in Web Graph 17063 APWeb 655-667 2005
Using Probabilistic Latent Semantic Analysis for Personalized Web Search 17064 APWeb 707-717 2005
China Web Graph Measurements and Evolution 17065 APWeb 668-679 2005
A Unified Probabilistic Framework for Clustering Correlated Heterogeneous Web Objects 17066 APWeb 76-87 2005
Block-Based Language Modeling Approach Towards Web Search 17067 APWeb 170-182 2005
Providing an Uncertainty Reasoning Service for Semantic Web Application 17068 APWeb 628-639 2006
Integrating Web Services into Ontology-Based Web Portal 17072 APWeb 585-596 2005
A Semantic Rewriting Approach to Automatic Information Providing Web Service Composition 17073 ASWC 488-500 2006
IRC: An Iterative Reinforcement Categorization Algorithm for Interrelated Web Objects 17092 ICDM 273-280 2004
CoMiner: An Effective Algorithm for Mining Competitors from the Web 17093 ICDM 948-952 2006
SEM: Mining Spatial Events from the Web 17122 PAKDD 393-404 2008
Recognizing the Relations between Web Pages Using Artificial Neural Network 17128 SAC 1217-1221 2003
Semplore: An IR Approach to Scalable Hybrid Query of Semantic Web Data 17131 ISWC/ASWC 652-665 2007
Effective and efficient semantic web data management over DB2 17139 SIGMOD Conference 1183-1194 2008
A Novel Web Page Categorization Algorithm Based on Block Propagation Using Query-Log Information 17142 WAIM 435-446 2006
Importance-Based Web Page Classification Using Cost-Sensitive SVM 17146 WAIM 127-137 2005
Automatic Identification of Chinese Weblogger's Interests Based on Text Classification 17149 Web Intelligence 247-253 2006
Optimizing Web Search Using Spreading Activation on the Clickthrough Data 17151 WISE 409-414 2004
Exploring social annotations for the semantic web 17156 WWW 417-426 2006
Optimizing web search using social annotations 17158 WWW 501-510 2007
Exploring in the weblog space by detecting informative and affective articles 17159 WWW 281-290 2007
Identifying ambiguous queries in web search 17160 WWW 1169-1170 2007
Homepage live: automatic block tracing for web personalization 17161 WWW 1-10 2007
Can chinese web pages be classified with english data source 17163 WWW 969-978 2008
Reinforcing Web-object Categorization Through Interrelationships 17175 Data Min. Knowl. Discov. 229-248 2006
Multitype Features Coselection for Web Document Clustering 17179 IEEE Trans. Knowl. Data Eng. 448-459 2006
Using Non-Linear Dynamical Systems for Web Searching and Ranking 17204 PODS 59-70 2004
Mining the inner structure of the Web graph 17207 WebDB 145-150 2005
Finding authorities and hubs from link structures on the World Wide Web 17209 WWW 415-429 2001
Efficient Matching for Web-Based Publish/Subscribe Systems 17255 CoopIS 162-173 2000
WebFilter: A High-throughput XML-based Publish and Subscribe System 17265 VLDB 723-724 2001
Publish/Subscribe on the Web at Extreme Speed 17266 VLDB 627-630 2000
Data Management in the Worldwide Sensor Web 17309 IEEE Pervasive Computing 30-40 2007
On Mining Web Access Logs 17315 ACM SIGMOD Workshop on Research Issues in Data Mining and Knowledge Discovery 63-69 2000
EShopMonitor: A Web Content Monitoring Tool 17317 ICDE 817-820 2004
One Step Evolutionary Mining of Context Sensitive Associations and Web Navigation Patterns 17326 SDM None 2002
Warehousing and Mining Web Logs 17327 Workshop on Web Information and Data Management 63-68 1999
Extracting Web User Profiles Using Relational Competitive Fuzzy Clustering 17331 International Journal on Artificial Intelligence Tools 509-526 2000
An Evolutionary Approach to Mining Robust Multi-Resolution Web Profiles and Context Sensitive URL Associations 17333 International Journal of Computational Intelligence and Applications 339-348 2002
The powerrank web link analysis algorithm 17423 WWW (Alternate Track Papers andamp; Posters) 254-255 2004
Supporting Similarity Operations Based on Approximate String Matching on the Web 17514 CoopIS/DOA/ODBASE (1) 227-244 2004
Assessing Robustness of Web-Services Infrastructures 17561 DSN 131-136 2007
Testing and Comparing Web Vulnerability Scanning Tools for SQL Injection and XSS Attacks 17592 PRDC 365-372 2007
Benchmarking the Robustness of Web Services 17593 PRDC 322-329 2007
Dependability Benchmarking of Web-Servers 17598 SAFECOMP 297-310 2004
Managing Information Quality in e-Science Using Semantic Web Technology 17644 ESWC 472-486 2006
First International Workshop on Semantic Metadata Management and Applications, SeMMA 2008, Located at the Fifth European Semantic Web Conference (ESWC 2008), Tenerife, Spain, June 2nd, 2008. Proceeding 17645 SeMMA None 2008
An Automatic Data Grabber for Large Web Sites 17656 VLDB 1321-1324 2004
Fine-grain web site structure discovery 17658 WIDM 15-22 2003
Clustering Web pages based on their structure 17662 Data Knowl. Eng. 279-299 2005
Ranking Web News Via Homepage Visual Layout and Cross-Site Voting 17670 ECIR 131-142 2006
Large-Scale Duplicate Detection for Web Image Search 17673 ICME 353-356 2006
Web object indexing using domain knowledge 17675 KDD 294-303 2005
Photo-to-search: using multimodal queries to search the web from mobile devices 17676 Multimedia Information Retrieval 143-150 2005
Bipartite graph reinforcement model for web image annotation 17679 ACM Multimedia 585-594 2007
Automatic Refinement of Keyword Annotations for Web Image Search 17684 MMM (1) 259-268 2007
Pseudo Relevance Feedback Based on Iterative Probabilistic One-Class SVMs in Web Image Retrieval 17685 PCM (2) 213-220 2004
Improving relevance judgment of web search results with image excerpts 17689 WWW 21-30 2008
Searching One Billion Web Images by Content: Challenges and Opportunities 17690 MCAM 33-36 2007
Mining "Hidden Phrase" Definitions from the Web 17691 APWeb 156-165 2003
Semantic Web Services: The Future of Integration 17697 ADBIS 1-2 2003
Modelling B2B Conversations with COOL for SemanticWeb Services 17698 AICT/ICIW 131 2006
Role of Triple Space Computing in Semantic Web Services 17700 APWeb 714-719 2006
Semantic Interfaces of Web Services 17709 DEEC 3-6 2005
The Semantic Web: Research and Applications, First European Semantic Web Symposium, ESWS 2004, Heraklion, Crete, Greece, May 10-12, 2004, Proceeding 17719 ESWS None 2004
A B2B Conversational Architecture for Semantic Web Services Based on BPIMS-WS 17725 ICECCS 252-259 2005
WWW or What Is Wrong with Web Services 17728 ECOWS 235-243 2005
Web-Service Semantic Enabled Implementation of Machine vs.Machine Business Negotiation 17729 ICWS 106-115 2004
A Web Portal Integration Architecture Based on Semantic Web Services 17731 iiWAS 175-184 2005
Una Arquitectura para la Integraciandoacute;n de Portales Web basada en Servicios Web Semandaacute;nticos 17733 JISBD 43-50 2005
Semantic Web Services - Fundamentals and Advanced Topics 17734 Net.ObjectDays 1-8 2004
Semantic Web and Databases, Second International Workshop, SWDB 2004, Toronto, Canada, August 29-30, 2004, Revised Selected Paper 17739 SWDB None 2005
Semantic Web Enabled Web Services 17740 International Semantic Web Conference 1-2 2002
Web Services, E-Business, and the Semantic Web, CAiSE 2002 International Workshop, WES 2002, Toronto, Canada, May 27-28, 2002, Revised Paper 17747 WES None 2002
Web Services, E-Business, and the Semantic Web, Second International Workshop, WES 2003, Klagenfurt, Austria, June 16-17, 2003, Revised Selected Paper 17748 WES None 2004
Web Information Systems - WISE 2004 Workshops: WISE 2004 International Workshops, Brisbane, Australia, November 22-24, 2004. Proceeding 17749 WISE Workshops None 2004
Semantic Web Services: Reflections on Web Service Mediation and Composition 17750 WISE 253-260 2003
Peer-to-Peer Technology Usage in Web Service Discovery and Matchmaking 17751 WISE 418-425 2005
Proceedings of the WWW2004 Workshop on Application Design, Development and Implementation Issues in the Semantic Web, New York, NY, USA, May 18, 2004 17753 WWW Workshop on Application Design, Development and Implementation Issues in the Semantic Web None 2004
The Fractal Nature of Web Services 17755 IEEE Computer 93-95 2007
The Role of Semantic Web Technology in Enterprise Application Integration 17757 IEEE Data Eng. Bull. 62-68 2003
The Web Service Modeling Framework WSMF 17759 Electronic Commerce Research and Applications 113-137 2002
Web Services: Been There, Done That 17761 IEEE Intelligent Systems 72-85 2003
Message mediation in composite Web Services 17765 Int. J. Web Eng. Technol. 373-395 2006
A Semantic Web Services Architecture 17766 IEEE Internet Computing 72-81 2005
The Semantic Web and Web Services 17769 Inf. Syst. 229-231 2006
A Conceptual Architecture for Semantic Web Enabled Web Services 17771 SIGMOD Record 24-29 2002
Web Service Modeling Ontology 17772 Applied Ontology 77-106 2005
Controlling Quality of Service in Multi-Tier Web Applications 17839 ICDCS 25 2006
Modeling Differentiated Services of Multi-Tier Web Applications 17844 MASCOTS 314-326 2006
Robust Runtime Optimization of Data Transfer in Queries over Web Services 17861 ICDE 596-605 2008
Self-optimizing block transfer in web service grids 17862 WIDM 49-56 2007
A control theoretical approach to self-optimizing block transfer in Web service grids 17863 TAAS None 2008
Categorizing web queries according to geographical locality 17865 CIKM 325-333 2003
Characterizing Web Resources for Improved Search 17866 DELOS Workshop: Information Seeking, Searching and Querying in Digital Libraries None 2000
Web Mining Meets Web Search 17871 DMKD None 2002
Evaluating Top-k Queries over Web-Accessible Databases 17874 ICDE 369- 2002
Extending SDARTS: extracting metadata from web databases and interfacing with the open archives initiative 17882 JCDL 162-170 2002
PERSIVAL demo: categorizing hidden-web resources 17883 JCDL 454 2001
Probe, Count, and Classify: Categorizing Hidden Web Databases 17900 SIGMOD Conference 67-78 2001
Computing Geographical Scopes of Web Resources 17904 VLDB 545-556 2000
Distributed Search over the Hidden Web: Hierarchical Database Sampling and Selection 17909 VLDB 394-405 2002
Proceedings of the Seventh International Workshop on the Web and Databases, WebDB 2004, June 17-18, 2004, Maison de la Chimie, Paris, France, Colocated with ACM SIGMOD/PODS 200 17910 WebDB None 2004
Text joins in an RDBMS for web data integration 17915 WWW 90-101 2003
Query- vs. Crawling-based Classification of Searchable Web Databases 17922 IEEE Data Eng. Bull. 43-50 2002
Evaluating top-k queries over web-accessible databases 17931 ACM Trans. Database Syst. 319-362 2004
QProber: A system for automatic classification of hidden-Web databases 17934 ACM Trans. Inf. Syst. 1-41 2003
Classification-aware hidden-web text database selection 17936 ACM Trans. Inf. Syst. None 2008
Learning to find answers to questions on the Web 17937 ACM Trans. Internet Techn. 129-162 2004
WebSSQL andamp;mdash; A Query Language for Multimedia Web Documents 17941 ADL 58-70 2000
WISE-Integrator: An Automatic Integrator of Web Search Interfaces for E-Commerce 17944 VLDB 357-368 2003
Configuring Java-Based Web Application Development Environment for an Academic Setting 17947 Workshop on Web-based Support Systems 111-118 2004
Towards Deeper Understanding of the Search Interfaces of the Deep Web 17951 World Wide Web 133-155 2007
Retrieval of Multimedia Web Documents and Removal of Redundant Information 17952 International Journal on Artificial Intelligence Tools 19-42 1999
Comparing Web Services Performance and Recovery in the Presence of Faults 17962 ICWS 623-630 2007
Testing and Comparing Web Vulnerability Scanning Tools for SQL Injection and XSS Attacks 17965 PRDC 365-372 2007
Dependability Benchmarking of Web-Servers 17967 SAFECOMP 297-310 2004
Scheduling Algorithms for Web Crawling 17988 WebMedia/LA-WEB 10-17 2004
ImprovingWeb Searches with Distributed Buckets Structures 17990 LA-WEB 119-126 2006
Crawling a country: better strategies than breadth-first for web page ordering 18004 WWW (Special interest tracks and posters) 864-872 2005
Tightly Integrated Probabilistic Description Logic Programs for the Semantic Web 18025 ICLP 428-429 2007
Optimized Querying of Integrated Data over the Web 18026 Engineering Information Systems in the Internet Context 285-301 2002
Query Optimisation for Web Data Sources: Minimisation of the Number of Accesses 18042 SEBD 316-323 2007
Decentralizing execution of composite web services 18185 OOPSLA 170-187 2004
DTL's DataSpot: Database Exploration as Easy as Browsing the Web .. 18236 SIGMOD Conference 590-592 1998
Securing web applications with static and dynamic information flow tracking 18266 PEPM 3-12 2008
Using web application construction frameworks to protect against code injection attacks 18267 PLAS 95-104 2007
AjaxScope: a platform for remotely monitoring the client-side behavior of web 2.0 applications 18271 SOSP 17-30 2007
Web Information Acquisition with Lixto Suite 18272 ICDE 747-749 2003
Digging the Wild Web: An Interactive Tool for Web Data Consolidation 18274 WISE 613-622 2007
DeepWeb Navigation in Web Data Extraction 18275 CIMCA/IAWTIC 698-703 2005
Specification and Generation of Model 2 Web Interfaces 18370 APCHI 101-110 2004
Improving the Web Presentation Layer Architecture 18371 APWeb 324-332 2003
A Source Code Independent Reverse Engineering Tool for Dynamic Web Sites 18373 CSMR 168-177 2005
Realistic Load Testing ofWeb Applications 18374 CSMR 57-70 2006
Conceptual Modeling for Emerging Web Application Technologies 18377 ER (Workshops) 1-2 2006
Classifying Differential Equations on the Web 18386 MKM 104-115 2004
A Spreadsheet Client for Web Applications 18387 NGITS 274-286 2006
Generator Code Opaque Recovery of Form-Oriented Web Site Models 18398 WCRE 302-303 2004
P2P Web Search: Make It Light, Make It Fly (Demo) 18414 CIDR 164-168 2007
Building WEB services portals: implementation experiences 18485 IEEE SCC 217-223 2005
Using Ontologies for Extracting Product Features from Web Pages 18511 International Semantic Web Conference 286-299 2006
Incremental mining of information interest for personalized web scanning 18533 Inf. Syst. 630-648 2005
Automated Schematization for Web Service Applications 18707 W2GIS 216-226 2007
Web and Wireless Geographical Information Systems, 7th International Symposium, W2GIS 2007, Cardiff, UK, November 28-29, 2007. Proceeding 18710 W2GIS None 2007
Map generalization in the Web age 18715 International Journal of Geographical Information Science 859-870 2005
Web mining with relational clustering 18877 Int. J. Approx. Reasoning 217-236 2003
Relational mountain (density) clustering method and web log analysis 18879 Int. J. Intell. Syst. 375-392 2005
A semantic web approach to handling soft constraints in virtual organisations 18942 ICEC 151-161 2006
Mobile Constraints for Semantic Web Applications 18974 Intelligent Information Processing 117-128 2002
Semantic Web Reasoning Using a Blackboard System 18981 PPSWR 204-218 2006
The Hidden Web 19089 AI Magazine 27-36 1997
Referral Web: Combining Social Networks and Collaborative Filtering 19093 Commun. ACM 63-65 1997
STYX: Connecting the XML Web to the World of Semantics 19125 EDBT 759-761 2002
Managing RDF Metadata for Community Webs 19128 ER (Workshops) 140-151 2000
Mapping XML Fragments to Community Web Ontologies 19143 WebDB 97-102 2001
A Web Service-Based Platform for CSCW over Heterogeneous End-User Applications 19160 ISCA PDCS 462-469 2004
Discovering Web Services and JXTA Peer-to-Peer Services in a Unified Manner 19168 ICSOC 104-115 2006
A Unified Approach for the Discovery of Web and Peer-to-Peer Services 19170 ICWS 901-902 2006
Distributed Technologies CORBA, Enterprise JavaBeans, Web Services - A Comparative Presentation 19171 PDP 280-284 2006
PYRAMID-S: A Scalable Infrastructure for Semantic Web Service Publication and Discovery 19172 RIDE 15-22 2004
An Overview of Standards and Related Technology in Web Services 19180 Distributed and Parallel Databases 135-162 2002
Using Web Services for supporting the users of wireless devices 19181 Decision Support Systems 77-94 2007
On the Existence and Significance of Data Preprocessing Biases in Web-Usage Mining 19233 INFORMS Journal on Computing 148-170 2003
Landmark Extraction: A Web Mining Approach 19238 COSIT 379-396 2005
WebDriving: Web Browsing Based on a Driving Metaphor for Improved Children's e-Learning 19240 DEXA 499-508 2006
Improving Web Retrieval Precision Based on Semantic Relationships and Proximity of Query Keywords 19241 DEXA 54-63 2006
Mining the Web for Appearance Description 19242 DEXA 790-800 2007
Trustworthiness Analysis of Web Search Results 19243 ECDL 38-49 2007
Web Search Improvement Based on Proximity and Density of Miltiple Keywords 19247 ICDE Workshops 133 2006
Context-Aware Query Refinement for Mobile Web Search 19252 SAINT Workshops 15 2007
Web and Wireless Geographical Information Systems, 6th International Symposium, W2GIS 2006, Hong Kong, China, December 4-5, 2006, Proceeding 19253 W2GIS None 2006
Temporal and Spatial Attribute Extraction from Web Documents and Time-Specific Regional Web Search System 19254 W2GIS 14-25 2004
Honto? Search: Estimating Trustworthiness of Web Information by Search Results Aggregation and Temporal Analysis 19256 APWeb/WAIM 253-264 2007
Web Driving: An Image-Based Opportunistic Web Browser That Visualizes a Peripheral Information Space 19258 WISE 548-553 2006
Toward tighter integration of web search with a geographic information system 19259 WWW 277-286 2006
Creating Collaborative Environments for Web-based Training Scenarios 19333 Computers and Education. Towards an Interconnected Society 61-69 2001
Discovering Resources in the Semantic Web 19335 CoopIS/DOA/ODBASE 1360 2002
A Conceptual Modelling Framework for Standards-Driven Web-Based Distance Learning 19339 ER 585-598 2001
Observing Standards for Web-Based Learning from the Web 19346 ICCSA (2) 922-931 2004
SmartCrawl: a new strategy for the exploration of the hidden web 19355 WIDM 9-15 2004
A Scalability Service for Dynamic Web Applications 19400 CIDR 56-69 2005
Transforming Heterogeneous Messages Automatically in Web Service Composition 19449 APWeb 145-156 2006
Semantic Based Web Services Discovery 19455 AWCC 388-393 2004
Verification of Web Service Conversations Specified in WSCL 19457 COMPSAC (2) 432-437 2007
ArnetMiner: An Expertise Oriented Search System for Web Community 19467 Semantic Web Challenge None 2007
Modeling and Implementation of Unified Semantic Web Platform 19470 Web Intelligence 603-606 2004
Enhancing Semantic Web by Semantic Annotation: Experiences in Building an Automatic Conference Calendar 19472 Web Intelligence 439-442 2007
Association search in semantic web: search + inference 19475 WWW (Special interest tracks and posters) 992-993 2005
SWARMS: A New Tool for Domain Exploration in Semantic Web 19478 SKG 65 2006
A Semantic Matchmaker for Ranking Web Services 19479 J. Comput. Sci. Technol. 574-581 2006
iASA: Learning to Annotate the Semantic Web 19480 J. Data Semantics IV 110-145 2005
Preventing Denial-of-Service Attacks on a and#181;-Kernel for WebOSes 19523 Workshop on Hot Topics in Operating Systems 73-79 1997
Data Mining for Intelligent Web Caching 19565 ITCC 599-603 2001
Web log data warehousing and mining for intelligent web caching 19586 Data Knowl. Eng. 165-189 2001
The WorlInfo Assistant: Spatio-Temporal Information Integration on the Web 19600 VLDB 717-718 2001
Role-Based Database Designing for Managing Complex Objects and Their Relationships on the Web 19679 TOOLS (36) 212-219 2000
SPD - a web-based secreted protein database 19700 Nucleic Acids Research 169-173 2005
WEGO: a web tool for plotting GO annotations 19701 Nucleic Acids Research 293-297 2006
Tools for Media Conversion and Fusion of TV and Web Contents 19913 APWeb 1075-1078 2005
WebCarrousel: Restructuring Web Search Results for Passive Viewing in Mobile Environments 19915 DASFAA 164-165 2001
WebCarousel: Automatic Presentation and Semantic Restructuring of Web Search Result for Mobile Environments 19916 DEXA 712-722 2001
Web Content Transformed into Humorous Dialogue-Based TV-Program-Like Content 19920 INTETAIN 256-261 2005
u-PaV: Automatic Transformation of Web Content into TV-like Video Content for Ubiquitous Environment 19922 MDM 61 2006
Complementing your TV-viewing by web content automatically-transformed into TV-program-type content 19923 ACM Multimedia 41-50 2005
Concurrent Browsing of Bilingual Web Sites by Content-Synchronization and Difference-Detection 19925 WISE 189-199 2003
Web2Talkshow: transforming web content into TV-program-like content based on the creation of dialogue 19926 WWW (Special interest tracks and posters) 1144-1145 2005
A comparative web browser (CWB) for browsing and comparing web pages 19927 WWW 727-735 2003
B-CWB: Bilingual Comparative Web Browser Based on Content-Synchronization and Viewpoint Retrieval 19931 World Wide Web 347-367 2005
BF*: Web Services Discovery and Composition as Graph Search Problem 19934 EEE 784-786 2005
Building a Web-Enabled Multimedia Data Warehouse 19972 Human.Society@Internet 2003 594-600 2003
A Web Site Indexing Process for an Internet Information Retrieval Agent System 19998 WISE 254-259 2000
Semantic Based Web Services Discovery 20006 AWCC 388-393 2004
Verification of Web Service Conversations Specified in WSCL 20007 COMPSAC (2) 432-437 2007
Association search in semantic web: search + inference 20017 WWW (Special interest tracks and posters) 992-993 2005
WWW 2008 workshop on social web search and mining: SWSM2008 20019 WWW 1281-1282 2008
iASA: Learning to Annotate the Semantic Web 20022 J. Data Semantics IV 110-145 2005
DAML Enabled Web Services and Agents in the Semantic Web 20027 Web, Web-Services, and Database Systems 46-58 2002
The two cultures: mashing up web 2.0 and the semantic web 20034 WWW 825-834 2007
The two cultures: Mashing up Web 2.0 and the Semantic Web 20037 J. Web Sem. 70-75 2008
Persistent Topic Maps for Knowledge and Web Content Management 20042 WISE (2) 151-158 2001
Document Representations for Classification of Short Web-Page Descriptions 20049 DaWaK 544-553 2006
The AIS: A Model for Developing Scalable Web Services 20074 IMSA 174-179 2002
Scalable Delivery of Web Pages Using Cyclic Best-Effort Multicast 20075 INFOCOM 1214-1221 1998
Applying Web Usage Mining Techniques to Discover Potential Browsing Problems of Users 20164 ICALT 929-930 2007
UBB Mining: Finding Unexpected Browsing Behaviour in Clickstream Data to Improve a Web Site's Design 20170 Web Intelligence 179-185 2005
Mining web multi-resolution community-based popularity for information retrieval 20283 CIKM 545-554 2007
Long-Term Learning for Web Search Engines 20358 PKDD 263-274 2002
A Novel Web Text Mining Method Using the Discrete Cosine Transform 20362 PKDD 385-396 2002
Personalized PageRank for Web Page Prediction Based on Access Time-Length and Frequency 20377 Web Intelligence 687-690 2007
Task-Oriented World Wide Web Retrieval by Document Type Classification 20437 CIKM 109-113 1999
Mining product reputations on the Web 20439 KDD 341-349 2002
A Web-Based Method for Building Company Name Knowledge Base 20442 APWeb 1118-1125 2006
Keyword-Based Queries Over Web Databases 20447 Effective Databases for Text andamp; Document Management 74-92 2003
Integrating Web Data and Geographic Knowledge into Spatial Databases 20450 Spatial Databases 23-47 2005
Using Nested Tables for Representing and Querying Semistructured Web Data 20452 CAiSE 719-723 2002
Web-DL: an experience in building digital libraries from the web 20453 CIKM 675-677 2002
Searching web databases by structuring keyword-based queries 20454 CIKM 26-33 2002
Managing Web Data through Views 20463 EC-Web 154-165 2001
Representing Web Data as Complex Objects 20464 EC-Web 216-228 2000
Representing and Querying Semistructured Web Data Using Nested Tables with Structural Variants 20469 ER 135-151 2002
The Web as a Data Source for Spatial Databases 20477 GeoInfo None 2003
Geographic web search based on positioning expressions 20478 GIR 61-64 2005
Discovering geographic locations in web pages using urban addresses 20479 GIR 31-36 2007
The Web-DL Environment for Building Digital Libraries from the Web 20483 JCDL 346-357 2003
Structuring keyword-based queries for web databases 20487 JCDL 94-95 2002
Using web information for creating publication venue authority files 20490 JCDL 295-304 2008
The Role of Gazetteers in Geographic Knowledge Discovery on the Web 20491 LA-WEB 157-165 2005
Gerandecirc;ncia de Dados na Web (Web Data Management) 20497 SBBD 5 2001
ASByE: uma Ferramenta Baseada em Exemplos para Especificaandccedil;andatilde;o de Agentes para Coleta de Documentos Web 20505 SBBD 217-231 2000
Consultando Bancos de Dados Disponandiacute;veis na Web Usando Palavras-Chave 20510 SBBD 194-208 2002
CoBWeb - A Crawler for the Brazilian Web 20518 SPIRE/CRIWG 184-191 1999
Fifth ACM CIKM International Workshop on Web Information and Data Management (WIDM 2003), New Orleans, Louisiana, USA, November 7-8, 200 20521 WIDM None 2003
Sixth ACM CIKM International Workshop on Web Information and Data Management (WIDM 2004), Washington, DC, USA, November 12-13, 200 20522 WIDM None 2004
Collecting hidden web pages for data extraction 20523 WIDM 69-75 2002
An Environment for Building and Maintaining Web Views 20524 Workshop on Information Integration on the Web 172-178 2001
Automatic web news extraction using tree edit distance 20526 WWW 502-511 2004
Fourth ACM International Workshop on Web Information and Data Management (WIDM 2002) 20529 Data Knowl. Eng. 127-128 2004
Fifth ACM International Workshop on Web Information and Data Management (WIDM 2003) 20530 Data Knowl. Eng. 277-278 2005
Automatic generation of agents for collecting hidden Web pages for data extraction 20533 Data Knowl. Eng. 177-196 2004
Sixth ACM International Workshop on Web Information and Data Management (WIDM 2004) 20534 Data Knowl. Eng. 211-212 2006
The Debye Environment for Web Data Management 20537 IEEE Internet Computing 60-69 2002
A Bayesian network approach to searching Web databases through keyword-based queries 20538 Inf. Process. Manage. 773-790 2004
LABRADOR: Efficiently publishing relational databases on the web by using keyword-based query interfaces 20539 Inf. Process. Manage. 983-1004 2007
A Web services-based framework for building componentized digital libraries 20547 Journal of Systems and Software 809-822 2008
Report on the fifth ACM international workshop on Web information and data management (WIDM 2003) 20549 SIGIR Forum 65-68 2004
Report on the 6th ACM international workshop on web information and data management (WIDM 2004) held at CIKM 2004 20550 SIGIR Forum 31-33 2005
A Brief Survey of Web Data Extraction Tools 20552 SIGMOD Record 84-93 2002
Topic 15: Peer-to-Peer and Web Computing 20566 Euro-Par 993 2006
Proactive Hot Spot Avoidance for Web Server Dependability 20599 SRDS 309-318 2004
Scalable Filtering of XML Data for Web Services 20610 IEEE Internet Computing 49-57 2003
Adaptive schemes for distributed web caching 20638 J. Parallel Distrib. Comput. 1483-1496 2005
Web Dragons: Inside the Myths of Search Engine Technolog 20641 None None 2006
WebCrow: A Web-Based System for Crossword Solving 20642 AAAI 1412-1417 2005
Solving Italian Crosswords Using the Web 20646 AI*IA 393-405 2005
Recognition of Common Areas in a Web Page Using a Visualization Approach 20650 AIMSA 203-212 2002
A Neural Network Approach to Web Graph Processing 20651 APWeb 27-38 2005
Searching the Web: learning based techniques 20661 ESANN 257-264 2001
An introduction to learning in web domains 20662 ESANN 1-8 2003
Recognition of Common Areas in a Web Page Using Visual Information: a possible application in a page classification 20679 ICDM 250-257 2002
A Learning Algorithm for Web Page Scoring Systems 20684 IJCAI 575-580 2003
Learning Web Page Scores by Error Back-Propagation 20685 IJCAI 684-689 2005
Webcrow: A Web-Based Crosswords Solver 20692 INTETAIN 295-298 2005
MumbleSearch Extraction of High Quality Web information for SME 20701 Web Intelligence 757-760 2004
PageRank and Web Communities 20702 Web Intelligence 365-371 2003
Detecting Near-Replicas on the Web by Content and Hyperlink Analysis 20703 Web Intelligence 249-255 2003
Graph Neural Networks for Ranking Web Pages 20704 Web Intelligence 666-672 2005
Web page scoring systems for horizontal and vertical search 20708 WWW 508-516 2002
Detecting Near-replicas on the Web by Content and Hyperlink Analysis 20709 WWW (Posters) None 2003
The bubble of web visibility 20712 Commun. ACM 115-117 2005
A Unified Probabilistic Framework for Web Page Scoring Systems 20744 IEEE Trans. Knowl. Data Eng. 4-16 2004
Searching for web information more efficiently using presentational layout analysis 20749 IJEB 310-326 2003
Size-Adjusted Sliding Window LFU - A New Web Caching Scheme 20776 DEXA 567-576 2001
AI for the Web - Ontology-Based Community Web Portals 20828 AAAI/IAAI 1034-1039 2000
SEAL - A Framework for Developing SEmantic Web PortALs 20833 BNCOD 1-22 2001
GETESS - Searching the Web Exploiting German Texts 20835 CIA 113-124 1999
KAON - Towards a Large Scale Semantic Web 20847 EC-Web 304-313 2002
Economic Reflections on Managing Web Service Using Semantics 20853 EMISA 194-207 2005
Semantic Web Service Architecture -- Evolving Web Service Standards toward the Semantic Web 20861 FLAIRS Conference 425-429 2002
Semantic Management of Web Services 20866 ICSOC 514-519 2005
Semantic Management of Web Services 20867 ICWS 833-834 2005
Workshop on Applications of Semantic Web Technologies for E-learning p 20876 Intelligent Tutoring Systems 912 2004
A System for Facilitating and Engancing Web Search 20878 IWANN (2) 706-714 1999
Leveraging Metadata Creation for the Semantic Web with CREAM 20884 KI 19-33 2003
Views for Light-weight Web Ontologies 20899 SAC 1168-1173 2003
Surfing the Service Web 20900 International Semantic Web Conference 211-226 2003
Learning Ontologies for the Semantic Web 20909 SemWeb None 2001
COMM: Designing a Well-Founded Multimedia Ontology for the Web 20910 ISWC/ASWC 30-43 2007
OntoEdit: Collaborative Ontology Development for the Semantic Web 20911 International Semantic Web Conference 221-235 2002
Proceedings of the WWW2002 International Workshop on the Semantic Web, Hawaii, May 7, 200 20915 Workshop on the Semantic Web None 2002
Knowledge Technologies for the Semantic Web 20919 WebNet 1174-1183 2001
Towards the self-annotating web 20928 WWW 462-471 2004
Authoring and annotation of web pages in CREAM 20931 WWW 462-473 2002
An application server for the semantic web 20934 WWW (Alternate Track Papers andamp; Posters) 220-221 2004
KAON SERVER - A Semantic Web Management System 20936 WWW (Alternate Paper Tracks) None 2003
Networked graphs: a declarative mechanism for SPARQL rules, SPARQL views and RDF data integration on the web 20937 WWW 585-594 2008
CREAM: CREAting Metadata for the Semantic Web 20944 Computer Networks 579-598 2003
Semantic community Web portals 20945 Computer Networks 473-491 2000
SEAL - Tying Up Information Integration and Web Site Management by Ontologies 20948 IEEE Data Eng. Bull. 10-17 2002
Web Systems: Semantic Management of Distributed Web Applications 20949 IEEE Distributed Systems Online None 2006
Annotation for the Deep Web 20950 IEEE Intelligent Systems 42-48 2003
Ontology Learning for the Semantic Web 20951 IEEE Intelligent Systems 72-79 2001
KAON - The Karlsruhe Ontology and Semantic Web Meta Project 20968 KI 27- 2003
Three Dimensions of Knowledge Representation in WonderWeb 20969 KI 31- 2005
Report on the Semantic Web Workshop at WWW 2002 20974 SIGMOD Record 64-67 2002
Supporting application development in the semantic web 20976 ACM Trans. Internet Techn. 328-358 2005
World Wide Web Conference 2004 - Semantic Web Track 20978 J. Web Sem. 107 2004
Annotation, composition and invocation of semantic web services 20979 J. Web Sem. 31-48 2004
World Wide Web Conference 2005 - Semantic Web track 20982 J. Web Sem. 245-246 2005
Unveiling the hidden bride: deep annotation for mapping and migrating legacy data to the Semantic Web 20983 J. Web Sem. 187-206 2004
On-the-fly Intrusion Detection for Web Portals 21040 ITCC 325-330 2003
Preliminary measurements on the effect of server adaptation for web content delivery 21254 Internet Measurement Workshop 323-324 2002
Design, implementation, and evaluation of a client characterization driven web server 21279 WWW 138-147 2003
WebScript - A Scripting Language for the We 21283 CoRR None 1999
Supporting Web Development in the OPEN Process: Additional Tasks 21325 COMPSAC 383- 2001
Supporting Web Development in the OPEN Process: Additional Roles and Techniques 21358 OOIS 82-94 2002
OPEN Process Support for Web Development 21415 Ann. Software Eng. 163-201 2002
Ontological Evaluation of the UML Using the Bunge-Wand-Weber Model 21466 Software and System Modeling 43-67 2002
Generating Multidimensional Schemas from the Semantic Web 21475 CAiSE Forum None 2007
Reasoning about the Semantic Web using Answer Set Programming 21551 APPIA-GULP-PRODE 324-336 2003
An agent system reasoning about the web and the user 21555 WWW (Alternate Track Papers andamp; Posters) 492-493 2004
My Portal Viewer: Integration System Based on User Preferences for News Web Sites 21583 DEXA 156-165 2005
Approaches to Semantic Web Services: an Overview and Comparisons 21593 ESWS 225-239 2004
Supporting Complex Thematic, Spatial and Temporal Queries over Semantic Web Data 21595 GeoS 228-246 2007
Semantic Web Service Composition in IRS-III: The Structured Approach 21598 CEC 484-487 2005
A Semantic Web Based Architecture for Analytical Tools 21599 CEC 347-354 2005
Semantics of the MibML Conceptual Modeling Grammar: An Ontological Analysis Using the Bunge-Wang-Weber Framework 21755 J. Database Manag. 1-19 2007
CSCW in Design on the Semantic Web 21780 GCC (2) 736-743 2003
Manage Distributed Ontologies on the Semantic Web 21789 ISPA 1047-1054 2005
Classification of Web Caching Systems 21823 ICWI 768-773 2002
WEBCAP: Internet Tool for Periodical Scheduling of Data Refreshing with Workload Considerations 21832 Parallel and Distributed Computing and Networks 279-284 2006
WEBCAP: a capacity planning tool for web resource management 21834 WWW (Special interest tracks and posters) 918-919 2005
Alternative strategies for Performing Spatial Joins on Web Sources 21838 Knowl. Inf. Syst. 290-314 2004
Query Expansion Using Web Access Log Files 21851 DEXA 686-695 2005
Exploiting NIC Memory for Improving Cluster-Based Webserver Performance 21868 CLUSTER 1-10 2005
An SSL Back-End Forwarding Scheme in Cluster-Based Web Servers 21871 IEEE Trans. Parallel Distrib. Syst. 946-957 2007
Selection of Web Services for Composition Using Location of Provider Hosts Criterion 21873 CAiSE Workshops None 2003
Enabling Personalized Composition and Adaptive Provisioning of Web Services 21875 CAiSE 322-337 2004
Declarative Composition and Peer-to-Peer Provisioning of Dynamic Web Services 21876 ICDE 297-308 2002
A Novel Approach for Robust Web Services Provisioning 21877 ICEIS (4) 121-128 2007
ContextUML: A UML-Based Modeling Language for Model-Driven Development of Context-Aware Web Services 21878 ICMB 206-212 2005
SELF-SERV: A Platform for Rapid Composition of Web Services in a Peer-to-Peer Environment 21882 VLDB 1051-1054 2002
Web Information Systems Engineering - WISE 2005, 6th International Conference on Web Information Systems Engineering, New York, NY, USA, November 20-22, 2005, Proceeding 21883 WISE None 2005
Web Information Systems Engineering - WISE 2005 Workshops, WISE 2005 International Workshops, New York, NY, USA, November 20-22, 2005, Proceeding 21884 WISE Workshops None 2005
Proceedings of the 2008 International Workshop on Context Enabled Source and Service Selection, Integration and Adaptation: organized with the 17th International World Wide Web Conference (WWW 2008), CSSSIA 2008, Beijing, China, April 22, 200 21885 CSSSIA None 2008
Quality driven web services composition 21886 WWW 411-421 2003
Facilitating the Rapid Development and Scalable Orchestration of Composite Web Services 21889 Distributed and Parallel Databases 5-37 2005
A three-level specification approach for an environment of software agents and Web services 21890 Electronic Commerce Research and Applications 214-231 2004
The Self-Serv Environment for Web Services Composition 21891 IEEE Internet Computing 40-48 2003
Towards a conversation-driven composition of web services 21893 Web Intelligence and Agent Systems 145-150 2004
Automatic Composition of Semantic Web Services 21949 ICWS 38-41 2003
Ontology-Driven Web Services Composition Platform 21956 CEC 146-152 2004
Ranking Complex Relationships on the Semantic Web 21958 IEEE Internet Computing 37-44 2005
Ontology-driven Web services composition platform 21959 Inf. Syst. E-Business Management 175-199 2005
Detecting geographic locations from web resources 22008 GIR 17-24 2005
Web resource geographic location classification and detection 22017 WWW (Special interest tracks and posters) 1138-1139 2005
A Probabilistic QoS Model and Computation Framework for Web Services-Based Workflows 22176 ER 596-609 2004
Building a web of trust without explicit trust ratings 22192 ICDE Workshops 531-536 2008
Web Mining: Information and Pattern Discovery on the World Wide Web 22205 ICTAI 558-567 1997
WEBKDD 2001 - Mining Web Log Data Across All Customers Touch Points, Third International Workshop, San Francisco, CA, USA, August 26, 2001, Revised Paper 22213 WEBKDD None 2002
WEBKDD 2002 - MiningWeb Data for Discovering Usage Patterns and Profiles, 4th International Workshop, Edmonton, Canada, July 23, 2002, Revised Paper 22214 WEBKDD None 2003
Discovery of Interesting Usage Patterns from Web Data 22215 WEBKDD 163-182 1999
Web mining for e-commerce (workshop session - title only) 22219 KDD 534 2000
Advances in Web Mining and Web Usage Analysis, 8th International Workshop on Knowledge Discovery on the Web, WebKDD 2006, Philadelphia, PA, USA, August 20, 2006, Revised Paper 22222 WebKDD None 2007
Mining Temporally Changing Web Usage Graphs 22224 WebKDD 1-17 2004
Automatic personalization based on Web usage mining 22245 Commun. ACM 142-151 2000
Web Mining 22247 Data Min. Knowl. Discov. 5-8 2002
Web Business Intelligence: Mining the Web for Actionable Knowledge 22253 INFORMS Journal on Computing 191-207 2003
A probabilistic approach to modeling and estimating the QoS of web-services-based workflows 22258 Inf. Sci. 5484-5503 2007
First 20 Precision Among World Web Search Services (Search Engines) 22259 JASIS 870-881 1999
Data Preparation for Mining World Wide Web Browsing Patterns 22262 Knowl. Inf. Syst. 5-32 1999
WEBKDD 2002 - Web Mining for Usage Patterns andamp; Profiles 22269 SIGKDD Explorations 125 2002
WEBKDD 2000 - Web Mining for E-Commerce 22270 SIGKDD Explorations 106-107 2000
Web Usage Mining: Discovery and Applications of Usage Patterns from Web Data 22271 SIGKDD Explorations 12-23 2000
WebKDD 2006: web mining and web usage analysis post-workshop report 22272 SIGKDD Explorations 84-89 2006
From XML to Semantic Web 22347 DASFAA 582-587 2005
A Conceptual Model for the Web 22411 ER 225-238 2000
Web Communication Technologies and Internet-Related Social Issues - HSI 2003, Second International Conference on Human Society@Internet, Seoul, Korea, June 18-20, 2003, Proceeding 22418 Human.Society.Internet None 2003
Web and Communication Technologies and Internet-Related Social Issues - HSI 2005, 3rd International Conference on Human.Society@Internet, Tokyo, Japan, July 27-29, 2005, Proceeding 22419 Human.Society.Internet None 2005
3rd International Conference on Web Information Systems Engineering (WISE 2002), 12-14 December 2002, Singapore, Proceeding 22436 WISE None 2002
3rd International Conference on Web Information Systems Engineering Workshops (WISE 2002 Workshops), 11 December 2002, Singapore, Proceeding 22437 WISE Workshops None 2002
Les logiques de description pour le tri sandeacute;mantique de documents sur le web 22494 Ingandeacute;nierie des Systandegrave;mes d'Information 69-89 2005
Developing Web Applications with OPM/Web 22497 DIWeb 47-61 2001
OPOSSUM: Bridging the Gap Between Web Services and the Semantic Web 22507 NGITS 357-358 2006
OPM/Web - Object-Process Methodology for Developing Web Applications 22510 Ann. Software Eng. 141-161 2002
OPM vs. UML - Experimenting with Comprehension and Construction of Web Application Models 22511 Empirical Software Engineering 57-80 2005
Modelling code mobility and migration: an OPM/Web approach 22512 Int. J. Web Eng. Technol. 6-28 2005
Showing the context of nodes in the World-Wide Web 22643 CHI 95 Conference Companion 326-327 1995
Organizing topic-specific web information 22650 Hypertext 133-141 2000
Focus + Context Views of World-Wide Web Nodes 22651 Hypertext 187-196 1997
An Integrated Development Environment for Web Service Composition 22654 ICWS 839-847 2007
Visualizing World-Wide Web Search Engine Results 22655 IV 400- 1999
Discovering Biomedical Relations Utilizing the World-Wide Web 22659 Pacific Symposium on Biocomputing 164-175 2006
Utilizing Resource Importance for Ranking Semantic Web Query Results 22662 SWDB 185-198 2004
Information retrieval and knowledge discovery utilising a biomedical Semantic Web 22667 Briefings in Bioinformatics 252-262 2005
WTMS: a system for collecting and analyzing topic-specific Web information 22668 Computer Networks 457-471 2000
Visualizing the World-Wide Web with the Navigational View Builder 22669 Computer Networks and ISDN Systems 1075-1087 1995
Towards a Multimedia World-Wide Web Information Retrieval Engine 22670 Computer Networks 1181-1191 1997
Discovering and Analyzing World Wide Web Collections 22675 Knowl. Inf. Syst. 230-241 2004
Information Retrieval and Knowledge Discovery Utilizing a BioMedical Patent Semantic Web 22677 IEEE Trans. Knowl. Data Eng. 1099-1110 2005
Automatically Determining Semantics for World Wide Web Multimedia Information Retrieval 22680 J. Vis. Lang. Comput. 585-606 1999
AMORE: A World Wide Web Image Retrieval Engine 22681 World Wide Web 115-132 1999
Discovering semantic biomedical relations utilizing the Web 22682 TKDD None 2008
Artefact: A Framework for Low-Overhead Web-Based Collaborative Systems 22723 CSCW 189-196 1998
Processing Top-N Queries in P2P-based Web Integration Systems with Probabilistic Guarantees 22777 WebDB 109-114 2005
A web-based system for collaborative annotation of large image and video collections: an evaluation and user study 22830 ACM Multimedia 892-901 2005
Image and Video Search Engine for the World Wide Web 22840 Storage and Retrieval for Image and Video Databases (SPIE) 84-95 1997
Visually Searching the Web for Content 22848 IEEE MultiMedia 12-20 1997
1 Billion Pages = 1 Million Dollars? Mining the Web to Play "Who Wants to be a Millionaire?" 22939 UAI 337-345 2003
Web-Based Interactive Visualization of Data Cubes 22972 MSV 136-143 2005
Modeling Web Application Architecture with UML 22982 TOOLS (36) 265-274 2000
Web-Scale Data Integration: You can afford to Pay as You Go 22995 CIDR 342-350 2007
Adaptive Query Processing: Enabling Web-based Query Processing 22998 GI Jahrestagung (1) 336-336 2001
Mangrove: Enticing Ordinary People onto the Semantic Web via Instant Gratification 23009 International Semantic Web Conference 754-770 2003
Simlarity Search for Web Services 23023 VLDB 372-383 2004
What does Web 2.0 have to do with databases 23029 VLDB 1443 2007
Piazza: data management infrastructure for semantic web applications 23035 WWW 556-567 2003
Evolving the Semantic Web with Mangrove 23036 WWW (Posters) None 2003
Structured Data Meets the Web: A Few Observations 23043 IEEE Data Eng. Bull. 19-26 2006
Learning to match ontologies on the Semantic Web 23056 VLDB J. 303-319 2003
Piazza: mediation and integration infrastructure for Semantic Web data 23063 J. Web Sem. 155-175 2004
Challenges in Crawling the Web 23220 BNCOD 3 2003
WebBase: Building a Web Warehouse 23251 ENC 2 2004
Extracting Structured Data from Web Pages 23281 ICDE 698-698 2003
Representing Web Graphs 23294 ICDE 405-416 2003
Extracting Structured Data from Web Pages 23348 SIGMOD Conference 337-348 2003
Finding Replicated Web Collections 23356 SIGMOD Conference 355-366 2000
The Evolution of the Web and Implications for an Incremental Crawler 23383 VLDB 200-209 2000
Combating Web Spam with TrustRank 23393 VLDB 576-587 2004
Crawling the Hidden Web 23395 VLDB 129-138 2001
Complex Queries over Web Repositories 23396 VLDB 33-44 2003
Multicasting a Web Repository 23402 WebDB 25-30 2001
Finding Near-Replicas of Documents and Servers on the Web 23404 WebDB 204-212 1998
Building a distributed full-text index for the Web 23408 WWW 396-406 2001
Evaluation of Delivery Techniques for Dynamic Web Content 23409 WWW (Posters) None 2003
Crawling the Hidden Web 23411 WWW Posters None 2001
Web graph similarity for anomaly detection (poster) 23413 WWW 1167-1168 2008
Web Spam Taxonomy 23415 AIRWeb 39-47 2005
Web information management: past, present and future 23416 WSDM 1 2008
Can social bookmarking improve web search 23417 WSDM 195-206 2008
WebBase: a repository of Web pages 23421 Computer Networks 277-293 2000
Collaborative Value Filtering on the Web 23423 Computer Networks 736-738 1998
Fighting Spam on Social Web Sites: A Survey of Approaches and Future Challenges 23451 IEEE Internet Computing 36-45 2007
InfoMonitor: unobtrusively archiving a World Wide Web server 23457 Int. J. on Digital Libraries 106-119 2005
Crawler-Friendly Web Servers 23458 SIGMETRICS Performance Evaluation Review 9-14 2000
Effective page refresh policies for Web crawlers 23480 ACM Trans. Database Syst. 390-426 2003
Building a distributed full-text index for the web 23494 ACM Trans. Inf. Syst. 217-241 2001
Searching the Web 23495 ACM Trans. Internet Techn. 2-43 2001
Stanford WebBase components and applications 23497 ACM Trans. Internet Techn. 153-186 2006
Vinci: a service-oriented architecture for rapid development of web applications 23533 WWW 355-365 2001
Vinci: a service-oriented architecture for rapid development of Web applications 23534 Computer Networks 523-539 2002
Ensuring information quality in a very large web-based information network 23580 Information Systems in the WWW Environment 3-20 1998
SymOntoX: A Web-Ontology Tool for eBusiness Domains 23601 WISE 343-346 2003
International Conference on Enterprise Information Systems and Web Technologies, EISWT-07, Orlando, Florida, USA, July 9-12, 200 23602 Enterprise Information Systems and Web Technologies None 2007
Integrated Approach to Web Ontology Learning and Engineering 23605 IEEE Computer 60-63 2002
Hypermedia Fusion - A Document Generator for the World Wide Web 23631 ICMCS, Vol. 2 892-896 1999
Using Case-Based Reasoning to Support Web Service Composition 23741 International Conference on Computational Science (4) 87-94 2006
A Peer-to-Peer Approach to Semantic Web Services Discovery 23742 International Conference on Computational Science (4) 73-80 2006
A Semantic Peer-to-Peer Overlay for Web Services Discovery 23756 SOFSEM (1) 750-760 2007
A Scalable Update Management Mechanism for Query Result Caching Systems at Database-Driven Web Sites 23778 APWeb 850-855 2006
Design and Performance of a Web Server Accelerator 23783 INFOCOM 135-143 1999
Content Aggregation Middleware (CAM) for Fast Development of High Performance Web Syndication Services 23788 NPC 195-204 2004
Maintaining Consistency Under Isolation Relaxation of Web Services Transactions 23792 WISE 245-257 2005
A framework for handling dependencies among web services transactions 23793 WWW (Special interest tracks and posters) 1130-1131 2005
Architecture of a Web server accelerator 23796 Computer Networks 75-97 2002
Accelerating Database Processing at Database-Driven Web Sites 23801 IEICE Transactions 2724-2738 2006
Web Recommendation System Based on a Markov-Chainmodel 23847 ICEIS (4) 56-63 2005
Dynamic Web Service Composition within a Service-Oriented Architecture 23850 ICWS 304-311 2007
Miro Web: Integrating Multiple Data Sources through Semistructured Data Types 23914 VLDB 750-753 1999
Proceedings of the 2nd ECOWS07 Workshop on Emerging Web Services Technology, WEWST 2007, Halle (Saale), Germany, November 26, 200 24042 WEWST None 2008
Autonomic Execution of Web Service Compositions 24045 ICWS 435-442 2005
ADkwik: Web 2.0 Collaboration System for Architectural Decision Engineering 24046 SEKE 255-260 2007
Flexible Binding for Reusable Composition of Web Services 24047 Software Composition 151-166 2005
From Web Service Composition to Megaprogramming 24049 TES 39-53 2004
JOpera: An Agile Environment for Web Service Composition with Visual Unit Testing and Refactoring 24050 VL/HCC 311-313 2005
Visual composition of web services 24051 HCC 92-99 2003
Restful web services vs. "big"' web services: making the right architectural decision 24052 WWW 805-814 2008
Enforcing web services business protocols at run-time: a process-driven approach 24056 Int. J. Web Eng. Technol. 396-411 2006
Orientando a Aspectos la captura de datos de Internet para activar Reglas de Decisiandoacute;n en Agentes Web 24126 JISBD 113-128 2001
OCELOT: a system for summarizing Web pages 24166 SIGIR 144-151 2000
Can A Semantic Web for Life Sciences Improve Drug Discovery 24219 ICDE 2 2004
Biodash: A Semantic Web Dashboard for Drug Development 24220 Pacific Symposium on Biocomputing 176-187 2006
WebService-basierte Integration externer Datenquellen in relationale Datenbanksysteme 24236 XMIDX 11-21 2003
Supporting the ETL-process by Web Service technologies 24239 IJWGS 31-47 2005
Visual Based Content Understanding towards Web Adaptation 24241 AH 164-173 2002
Calculating Webpage Importance with Site Structure Constraints 24242 AIRS 546-551 2005
KNM: A Novel Intelligent User Interface for Webpage Navigation 24244 AIRS 641-646 2005
Building Web-Scale Data Mining Infrastructure for Search 24251 APWeb 9 2008
Web page clustering enhanced by summarization 24254 CIKM 242-243 2004
Hybrid index structures for location-based web search 24255 CIKM 155-162 2005
A comparative study on classifying the functions of web page blocks 24256 CIKM 776-777 2006
Ranking web objects from multiple communities 24257 CIKM 377-386 2006
Computing Geographical Serving Area Based on Search Logs and Website Categorization 24267 DEXA 811-822 2007
Exploring URL Hit Priors for Web Search 24268 ECIR 277-288 2006
Detecting geographic locations from web resources 24271 GIR 17-24 2005
Detecting Geographical Serving Area of Web Resources 24273 GIR None 2006
Extracting Objects from the Web 24276 ICDE 123 2006
Query Selection Techniques for Efficient Crawling of Structured Web Sources 24277 ICDE 47 2006
IRC: An Iterative Reinforcement Categorization Algorithm for Interrelated Web Objects 24279 ICDM 273-280 2004
Using Implicit Relevane Feedback to Advance Web Image Search 24290 ICME 1773-1776 2006
Inquiring of the Sights from the Web via Camera Mobiles 24291 ICME 661-664 2006
Multi-graph enabled active learning for multimodal web image retrieval 24304 Multimedia Information Retrieval 65-72 2005
Similarity space projection for web image search and annotation 24307 Multimedia Information Retrieval 49-56 2005
Effective browsing of web image search results 24308 Multimedia Information Retrieval 84-90 2004
From relevance to intelligence: toward next generation web search 24309 Multimedia Information Retrieval 1 2005
Web image clustering by consistent utilization of visual features and surrounding texts 24313 ACM Multimedia 112-121 2005
Grouping web image search result 24319 ACM Multimedia 436-439 2004
Multi-model similarity propagation and its application for web image retrieval 24320 ACM Multimedia 944-951 2004
Iteratively clustering web images based on link and attribute reinforcements 24321 ACM Multimedia 122-131 2005
IGroup: web image search results clustering 24326 ACM Multimedia 377-384 2006
IGroup: a web image search engine with semantic clustering of search results 24329 ACM Multimedia 497-498 2006
Level-Biased Statistics in the Hierarchical Structure of the Web 24346 PAKDD 313-322 2006
Learning Image Manifold Using Web Data 24354 PCM (2) 907-914 2004
Improving Web Browsing on Small Devices Based on Table Classification 24355 PCM (2) 88-95 2004
Efficient Browsing of Web Search Results on Mobile Devices Based on Block Importance Model 24358 PerCom 17-26 2005
Building a web thesaurus from web link structure 24359 SIGIR 48-55 2003
AggregateRank: bringing order to web sites 24360 SIGIR 75-82 2006
A study of relevance propagation for web search 24362 SIGIR 408-415 2005
Implicit link analysis for small web search 24367 SIGIR 56-63 2003
Learning to cluster web search results 24368 SIGIR 210-217 2004
Improving web search results using affinity graph 24369 SIGIR 504-511 2005
Webstudio: building infrastructure for web data management 24371 SIGMOD Conference 875-876 2007
Collapse-to-zoom: viewing web pages on small screen devices by interactively removing irrelevant content 24374 UIST 91-94 2004
Instance-based Schema Matching for Web Databases by Domain-specific Query Probing 24376 VLDB 408-419 2004
Webpage Importance Analysis Using Conditional Markov Random Walk 24377 Web Intelligence 515-521 2005
An Editor Labeling Model for Training Set Expansion in Web Categorization 24378 Web Intelligence 165-171 2005
Ranking user's relevance to a topic through link analysis on web logs 24379 WIDM 49-54 2002
A Unified Framework for Web Link Analysis 24380 WISE 63-72 2002
Towards Next Generation Web Information Retrieval 24382 WISE 17 2004
Optimizing Web Search Using Spreading Activation on the Clickthrough Data 24383 WISE 409-414 2004
A Unified Framework for Clustering Heterogeneous Web Objects 24385 WISE 161-172 2002
Detecting web page structure for adaptive viewing on small form factor devices 24386 WWW 225-233 2003
DRESS: A Slicing Tree Based Web Page Representation for Various Display Sizes 24387 WWW (Posters) None 2003
Representing personal web information using a topic-oriented interface 24389 WWW (Special interest tracks and posters) 1142-1143 2005
Proceedings of the 17th International Conference on World Wide Web, WWW 2008, Beijing, China, April 21-25, 200 24390 WWW None 2008
Site abstraction for rare category classification in large-scale web directory 24391 WWW (Special interest tracks and posters) 1108-1109 2005
An experimental study on large-scale web categorization 24392 WWW (Special interest tracks and posters) 1106-1107 2005
Media Companion: Delivering Content-oriented Web Services to Internet Media 24393 WWW (Posters) 254-255 2003
Object-level ranking: bringing order to Web objects 24394 WWW 567-574 2005
Learning block importance models for web pages 24396 WWW 203-211 2004
Web resource geographic location classification and detection 24397 WWW (Special interest tracks and posters) 1138-1139 2005
User Access Pattern Enhanced Small Web Search 24401 WWW (Posters) None 2003
Web object retrieval 24402 WWW 81-90 2007
Rich media and web 2.0 24403 WWW 1259-1260 2008
Adapting Web Pages for Small-Screen Devices 24406 IEEE Internet Computing 50-56 2005
An adaptive web page layout structure for small devices 24414 Multimedia Syst. 34-44 2005
Learning important models for web page blocks based on layout and content analysis 24420 SIGKDD Explorations 14-23 2004
Design and Performance Studies of an Adaptive Scheme for Serving Dynamic Web Content in a Mobile Computing Environment 24426 IEEE Trans. Mob. Comput. 1650-1662 2006
User Intention Modelling in Web Applications Using Data Mining 24428 World Wide Web 181-192 2002
Mining Web Query Hierarchies from Clickthrough Data 24430 AAAI 341-346 2007
Optimizing web search using web click-through data 24433 CIKM 118-126 2004
Subjectivity Categorization of Weblog with Part-of-Speech Based Smoothing 24441 ICDM 285-294 2006
Building a web thesaurus from web link structure 24453 SIGIR 48-55 2003
IFind: A Web Image Search Engine 24454 SIGIR 450-450 2001
Web-page classification through summarization 24455 SIGIR 242-249 2004
Building bridges for web query classification 24456 SIGIR 131-138 2006
Learning to cluster web search results 24461 SIGIR 210-217 2004
A Unified Framework for Web Link Analysis 24463 WISE 63-72 2002
A Web Media Agent 24465 WWW Posters 161-172 2001
Affinity rank: a new scheme for efficient web search 24466 WWW (Alternate Track Papers andamp; Posters) 338-339 2004
A comparison of implicit and explicit links for web page classification 24467 WWW 643-650 2006
CWS: a comparative web search system 24469 WWW 467-476 2006
Mining clickthrough data for collaborative web search 24470 WWW 947-948 2006
Privacy-enhancing personalized web search 24472 WWW 591-600 2007
Noise reduction through summarization for Web-page classification 24478 Inf. Process. Manage. 1735-1747 2007
Web mining for Web image retrieval 24480 JASIST 831-839 2001
A media agent for automatically building a personalized semantic index of Web media objects 24481 JASIST 853-855 2001
User Intention Modelling in Web Applications Using Data Mining 24485 World Wide Web 181-192 2002
W3QS: A Query System for the World-Wide Web 24605 VLDB 54-65 1995
Architectures for Internal Web Services Deployment 24606 VLDB 641-644 2001
WebSuite: A Tool Suite for Harnessing Web Data 24609 WebDB 152-171 1998
Information Gathering in the World-Wide Web: The W3QL Query Language and the W3QS System 24643 ACM Trans. Database Syst. 369-410 1998
Finding more useful information faster from web search results 24650 CIKM 568-571 2003
Improving Concept Hierarchy Development for Web Returned Documents Using Automatic Classification 24651 International Conference on Internet Computing 99-105 2005
A Hybrid Classifier Approach for Web Retrieved Documents Classification 24654 ITCC (1) 326- 2004
Web mining from competitors' websites 24657 KDD 550-555 2005
People search: Searching people sharing similar interests from the Web 24660 JASIST 111-125 2008
A Formal Approach to Evaluate and Compare Internet Search Engines: A Case Study on Searching the Chinese Web 24664 APWeb 195-206 2005
WSInterConnect: Dynamic Composition of Web Services Through Web Services 24890 DAIS 181-186 2006
Adaptation-Aware Web Caching: Caching in the Future Pervasive Web 24917 KiVS 55-66 2003
NL sampler: random sampling of web documents based on natural language with query hit estimation 24930 SAC 812-818 2007
Flexible Web-based Decision Support System Generator (FWDSSG) Utiolising Software Agents 24965 DEXA Workshop 892-897 2001
Ontology Versioning and Change Detection on the Web 24979 EKAW 197-212 2002
A Peer-to-Peer Infrastructure for Resilient Web Services 25030 AAA-IDEA 65-72 2005
Structuring Web Sites Using Linear Programming 25045 EC-Web 328-337 2004
Goal Programming Approach to Compose the Web Service Quality of Service 25046 ICCSA (4) 787-797 2006
A customizable view for Web-based STEP data 25053 Data Knowl. Eng. 29-56 2002
WW-FLOW: Web-Based Workflow Management with Runtime Encapsulation 25055 IEEE Internet Computing 55-64 2000
Managing Integrity for Data Exchanged on the Web 25076 WebDB 13-18 2005
An Extended Planning Mechanism to Increase Web Service Utilization 25122 APWeb 536-547 2005
An Update-Risk Based Approach to TTL Estimation in Web Caching 25142 WISE 21-29 2002
Designing a Three-Layer Ontology in a Web-based Interconnection Scenario 25180 DEXA Workshop 21-26 2001
Extending Policy Languages to the Semantic Web 25194 ICWE 330-343 2004
An Interorganizational Knowledge Mediation Scheme for Information Sources over the Web 25203 SEBD 273-280 2001
A uniform framework for Web data modeling and integration 25204 SEBD 153-166 2000
Regulating Access To Semistructured Information on the Web 25209 SEC 351-360 2000
Towards securing XML Web services 25222 XML Security 90-96 2002
An XML-based approach to combine firewalls and web services security specifications 25223 XML Security 69-78 2003
A Web Service Architecture for Enforcing Access Control Policies 25227 Electr. Notes Theor. Comput. Sci. 47-62 2006
An XML-based Integration Scheme for Web Data Sources 25233 Ingandeacute;nierie des Systandegrave;mes d'Information 99-122 2001
Linear prediction models with graph regularization for web-page categorization 25291 KDD 821-826 2006
An LOD Model for Graph Visualization and Its Application in Web Navigation 25349 APWeb 441-452 2005
EIAW: Towards a Business-Friendly Data Warehouse Using Semantic Web Technologies 25360 ISWC/ASWC 857-870 2007
Explorations in the use of semantic web technologies for product information management 25363 WWW 747-756 2007
Enabling scalable online personalization on the Web 25383 ACM Conference on Electronic Commerce 185-196 2000
Dynamic Content Acceleration: A Caching Solution to Enable Scalable Dynamic Web Page Generation 25384 SIGMOD Conference 616 2001
Proxy-based acceleration of dynamically generated content on the world wide web: an approach and implementation 25385 SIGMOD Conference 97-108 2002
Toward a Comprehensive Model of the Content and Structure, and User Interaction of a Web Site 25386 TES 63-76 2000
A Comparative Study of Alternative Middle Tier Caching Solutions to Support Dynamic Web Content Acceleration 25388 VLDB 667-670 2001
Demonstration: Enabling Scalable Online Personalization on the Web 25390 VLDB 631-634 2000
FUSION: A System Allowing Dynamic Web Service Composition and Automatic Execution 25394 CEC 399-404 2003
Accelerating Dynamic Web Content Generation 25397 IEEE Internet Computing 27-36 2002
Proxy-based acceleration of dynamically generated content on the world wide web: An approach and implementation 25407 ACM Trans. Database Syst. 403-443 2004
An architecture to support scalable online personalization on the Web 25413 VLDB J. 104-117 2001
Representing Web Service Policies in OWL-DL 25451 International Semantic Web Conference 461-475 2005
Analyzing web access control policies 25452 WWW 677-686 2007
Applying Web-based Networking Protocols and Software Architectures for providing adaptivity, personalization, and remotization features to Industrial Human Machine Interface Applications 25465 AINA 940-947 2007
Architectural Issues and Solutions in the Development of Data-Intensive Web Applications 25469 CIDR None 2003
Sharing Software Tools on the WEB: The IDEA Web Lab 25472 DOOD 4-19 1997
Commercial Tools for the Development of Personalized Web Applications: A Survey 25474 EC-Web 99-108 2002
A Conceptual Model and a Tool Environment for Developing More Scalable, Dynamic, and Customizable Web Applications 25476 EDBT 421-435 1998
Building Multi-device, Content-Centric Applications Using WebML and the W3I3 Tool Suite 25477 ER (Workshops) 64-75 2000
Web Engineering - 4th International Conference, ICWE 2004, Munich, Germany, July 26-30, 2004, Proceeding 25480 ICWE None 2004
WebRatio, an Innovative Technology for Web Application Development 25481 ICWE 613-614 2004
Towards Model-Driven Testing of a Web Application Generator 25482 ICWE 75-86 2005
Web Engineering, 7th International Conference, ICWE 2007, Como, Italy, July 16-20, 2007, Proceeding 25484 ICWE None 2007
MDWEnet: A Practical Approach to Achieving Interoperability of Model-Driven Web Engineering Methods 25485 MDWE None 2007
A UML 2.0 profile for WebML modeling 25486 ICWE Workshops 4 2006
Conceptual-Level Log Analysis for the Evaluation of Web Application Quality 25488 LA-WEB 46-57 2003
Hypertext Semantics for Web Applications 25492 SEBD 73-86 2002
A Semantic Model for Specifying Hypermedia Applications Using WebML 25495 SEBD 155-162 2001
A semantic model for specifying data-intensive Web applications using WebML 25497 SWWS 566-585 2001
Declarative Specification of Web Applications exploiting Web Services and Workflows 25498 SIGMOD Conference 909-910 2004
Model-driven design of service-enabled web applications 25499 SIGMOD Conference 851-856 2005
The IDEA Web Lab 25501 SIGMOD Conference 587-589 1998
Data-Driven, One-To-One Web Site Generation for Data-Intensive Applications 25503 VLDB 615-626 1999
Modeling Data Entry and Operations in WebML 25505 WebDB (Informal Proceedings) 87-92 2000
Modeling Data Entry and Operations in WebML 25506 WebDB (Selected Papers) 201-214 2000
One-to-One Personalization of Data-Intensive Web Sites 25507 WebDB (Informal Proceedings) 1-6 1999
Conceptual Modelling of Web Applications, Workflows and Web Services 25508 WISE 373 2003
Capturing RIA concepts in a web modeling language 25510 WWW 907-908 2006
Exploiting conceptual modeling for web application quality evaluation 25512 WWW (Alternate Track Papers andamp; Posters) 342-343 2004
Exploiting the Combined Potential of Web Applications and Web Services 25513 WWW (Posters) None 2003
Web Modeling Language (WebML): a modeling language for designing Web sites 25515 Computer Networks 137-157 2000
Web Development Tools: A Survey 25516 Computer Networks 631-633 1998
Tools and Approaches for Developing Data-Intensive Web Applications: A Survey 25517 ACM Comput. Surv. 227-263 1999
Model-driven Specification of Web Services Composition and Integration with Data-intensive Web Applications 25518 IEEE Data Eng. Bull. 53-59 2002
A CASE tool for modelling and automatically generating web service-enabled applications 25521 Int. J. Web Eng. Technol. 354-372 2006
Conceptual Modeling of Data-Intensive Web Applications 25523 IEEE Internet Computing 20-30 2002
Model-Driven Web Usage Analysis for the Evaluation of Web Application Quality 25526 J. Web Eng. 124-152 2004
Design Principles for Data-Intensive Web Sites 25528 SIGMOD Record 84-89 1999
Model-driven design of collaborative Web applications 25529 Softw., Pract. Exper. 701-732 2003
Model-driven development of Web applications: the AutoWeb system 25534 ACM Trans. Inf. Syst. 323-382 2000
Model-driven design and deployment of service-enabled web applications 25536 ACM Trans. Internet Techn. 439-479 2005
Process modeling in Web applications 25537 ACM Trans. Softw. Eng. Methodol. 360-409 2006
Integrating Web Information with XML Concrete Views 25621 Databases and Applications 268-273 2004
Classifying XML Materialized views for their maintenance on distributed Web sources 25622 EGC 433-444 2005
Mediating the semantic web 25623 EGC 1-14 2004
Statistical Identification of Encrypted Web Browsing Traffic 25848 IEEE Symposium on Security and Privacy 19-30 2002
Distributed Query Processing on the Web 25875 ICDE 84 2000
DIASPORA: A highly distributed web-query processing system 25881 World Wide Web 111-124 2000
WebACE: A Web Agent for Document Categorization and Exploration 25884 Agents 408-415 1998
Crawling Attacks Against Web-based Recommender Systems 25886 DMIN 183-189 2007
Integrating Web Usage and Content Mining for More Effective Personalization 25888 EC-Web 165-176 2000
Ontological User Profiles for Representing Context in Web Search 25890 Web Intelligence/IAT Workshops 91-94 2007
A Road Map to More Effective Web Personalization: Integrating Domain Knowledge with Web Usage Mining 25891 International Conference on Internet Computing 58-64 2003
Using Sequential and Non-Sequential Patterns in Predictive Web Usage Mining Tasks 25893 ICDM 669-672 2002
Intelligent Techniques for Web Personalization 25894 ITWP 1-36 2003
Intelligent Techniques for Web Personalization, IJCAI 2003 Workshop, ITWP 2003, Acapulco, Mexico, August 11, 2003, Revised Selected Paper 25895 ITWP None 2005
The Impact of Site Structure and User Environment on Session Reconstruction in Web Usage Analysis 25898 WEBKDD 159-179 2002
Web usage mining based on probabilistic latent semantic analysis 25899 KDD 197-205 2004
Advances in Web Mining and Web Usage Analysis, 7th International Workshop on Knowledge Discovery on the Web, WebKDD 2005, Chicago, IL, USA, August 21, 2005. Revised Paper 25900 WebKDD 612-617 2006
Advances in Web Mining and Web Usage Analysis, 8th International Workshop on Knowledge Discovery on the Web, WebKDD 2006, Philadelphia, PA, USA, August 20, 2006, Revised Paper 25901 WebKDD 96-118 2007
Advances in Web Mining and Web Usage Analysis, 6th International Workshop on Knowledge Discovery on the Web, WebKDD 2004, Seattle, WA, USA, August 22-25, 2004, Revised Selected Paper 25902 WebKDD None 2006
Effective personalization based on association rule discovery from web usage data 25905 WIDM 9-15 2001
Data Mining for Web Personalization 25906 The Adaptive Web 90-135 2007
Document Categorization and Query Generation on the World Wide Web Using WebACE 25909 Artif. Intell. Rev. 365-391 1999
Discovery and Evaluation of Aggregate Usage Profiles for Web Personalization 25910 Data Min. Knowl. Discov. 61-82 2002
A Framework for the Evaluation of Session Reconstruction Heuristics in Web-Usage Analysis 25912 INFORMS Journal on Computing 171-190 2003
WebKDD 2004: web mining and web usage analysis post-workshop report 25914 SIGKDD Explorations 147-151 2004
WebKDD 2005: web mining and web usage analysis post-workshop report 25915 SIGKDD Explorations 139-142 2005
WebKDD/SNAKDD 2007: web mining and social network analysis post-workshop report 25916 SIGKDD Explorations 87-92 2007
Introduction to intelligent techniques for Web personalization 25918 ACM Trans. Internet Techn. None 2007
Using semantic web technology in multi-agent systems: a case study in the TAGA trading agent environment 25971 ICEC 95-101 2003
Swoogle: Searching for Knowledge on the Semantic Web 25972 AAAI 1682-1683 2005
Using the Semantic Web to Integrate Ecoinformatics Resources 25974 AAAI None 2006
Swoogle: a search and metadata engine for the semantic web 25978 CIKM 652-659 2004
Finding and Ranking Knowledge on the Semantic Web 25985 International Semantic Web Conference 156-170 2005
Search on the Semantic Web 25991 IEEE Computer 62-69 2005
Query enrichment for web-query classification 25997 ACM Trans. Inf. Syst. 320-352 2006
Virtual web services: application of software agents to personalization of web services 26000 ICEC 409-418 2004
Generic Architecture of Web Servers Supporting Cooperative Work 26003 DEXA 909-918 2000
Web Servers with Semi-Transactions for e-Learning Activities 26004 DEXA Workshops 297-301 2003
Using multiversion web servers for data-based synchronization of cooperative work 26009 Advanced Network Enterprises 131-140 2000
Structured Data Meets the Web: A Few Observations 26029 IEEE Data Eng. Bull. 19-26 2006
Cost-Effective Web Search in Bootstrapping for Named Entity Recognition 26034 DASFAA 393-407 2008
Automatically Labeling the Inputs and Outputs of Web Services 26072 AAAI None 2006
Automatically identifying and georeferencing street maps on the web 26094 GIR 35-38 2005
Proceedings of IJCAI-03 Workshop on Information Integration on the Web (IIWeb-03), August 9-10, 2003, Acapulco, Mexic 26108 IIWeb 17-21 2003
Deploying Information Agents on the Web 26112 IJCAI 1580-1586 2003
Learning Semantic Descriptions of Web Information Sources 26116 IJCAI 2695-2700 2007
Using the Structure of Web Sites for Automatic Segmentation of Tables 26129 SIGMOD Conference 119-130 2004
Exploiting a Search Engine to Develop More Flexible Web Agents 26133 Web Intelligence 54-60 2003
Guest Editors' Introduction: Information Integration on the Web 26149 IEEE Intelligent Systems 14-15 2003
Retrieving and Semantically Integrating Heterogeneous Data from the Web 26151 IEEE Intelligent Systems 72-79 2004
Guest Editors' Introduction: Mining Actionable Knowledge on the Web 26152 IEEE Intelligent Systems 30-31 2004
Information integration on the Web: a view from AI and databases (report on IIWeb-03) 26166 SIGMOD Record 122-123 2003
Composing, optimizing, and executing plans for bioinformatics web services 26168 VLDB J. 330-353 2005
SERGEANT: A framework for building more flexible web agents by exploiting a search engine 26169 Web Intelligence and Agent Systems 1-15 2005
A P2P-based Architecture for SemanticWeb Service Automatic Composition 26182 DEXA Workshops 429-433 2007
WaDer: A Middleware System for Modeling and Searching the Web 26185 HICSS None 1999
Semantic Web Service Composition in the NeP4B Project: Challenges and Architectural Issues 26190 SEBD 414-421 2007
DSphere: A Source-Centric Approach to Crawling, Indexing and Searching the World Wide Web 26199 ICDE 1515-1516 2007
A Supervised Visual Wrapper Generator for Web-Data Extraction 26200 COMPSAC 657-662 2003
Automatic Data Extraction from Data-Rich Web Pages 26201 DASFAA 828-839 2005
Schema-guided wrapper maintenance for web-data extraction 26202 WIDM 1-8 2003
NPS: A Non-Interfering Deployable Web Prefetching System 26261 USENIX Symposium on Internet Technologies and Systems None 2003
Peer-to-peer form based web information systems 26341 ADC 79-88 2006
Scalable Web Service Discovery on P2P Overlay Network 26362 IEEE SCC 122-129 2007
Web Service Discovery and Dynamic Invocation Based on UDDI/OWL-S 26363 Business Process Management Workshops 47-55 2005
SNet: skip graph based semantic web services discovery 26371 SAC 1393-1397 2007
Systematic Multiresolution and Its Application to the World Wide Web 26379 ICDE 40-49 1999
CRISOL: An Approach for Automatically Populating Semantic Web from Unstructured Text Collections 26454 DEXA 243-252 2004
Automatic Generation of Semantic Fields for Resource Discovery in the Semantic Web 26455 DEXA 706-715 2005
Resolution of Semantic Queries on a Set of Web Services 26457 DEXA 385-394 2005
CRISOL: Una aproximaciandoacute;n a la generaciandoacute;n automandaacute;tica de instancias para una Web Semandaacute;ntica 26470 JISBD 573-582 2003
Propuesta de un controlador JDBC para la consulta de Web Services 26471 JISBD 763-766 2003
An Ontology-Driven Architecture for Re-using Semantic Web Services 26474 OTM Workshops (2) 1215-1221 2007
Interactive path analysis of web site traffic 26608 KDD 414-419 2001
Transparent Fault Tolerance for Web Services Based Architectures 26660 Euro-Par 889-898 2002
Supporting ad-hoc resource sharing on the Web: A peer-to-peer approach to hypermedia link services 26664 ACM Trans. Internet Techn. None 2007
Personal Trusted Devices for Web Services: Revisiting Multilevel Security 26683 MONET 151-157 2003
Modeling Web Sources for Information Integration 26684 AAAI/IAAI 211-218 1998
Argos: An Ontology and Web Service Composition Infrastructure for Goods Movement Analysis 26687 DG.O None 2004
Argos: Dynamic Composition of Web Services for Goods Movement Analysis and Planning 26688 DG.O None 2004
Argos: dynamic composition of web services for goods movement analysis and planning 26689 DG.O 319-320 2006
Argos: dynamic composition of web services for goods movement analysis and planning 26690 DG.O 275-276 2005
ARGOS: dynamic composition of web services for goods movement analysis and planning (project highlights 2007) 26695 DG.O 246-247 2007
Proteus: A System for Dynamically Composing and Intelligently Executing Web Services 26699 ICWS 17-21 2003
Retrieving and Semantically Integrating Heterogeneous Data from the Web 26703 IEEE Intelligent Systems 72-79 2004
Composing, optimizing, and executing plans for bioinformatics web services 26705 VLDB J. 330-353 2005
A Study on Workload Characterization for a Web Proxy Server 26793 Applied Informatics 779-784 2003
Knowledge Representation, Ontologies, and the Semantic Web 26794 APWeb 382-387 2003
A Web-Based Evolutionary Model for Internet Data Caching 26798 DEXA Workshop 650-654 1999
LRU-based Algorithms for Web Cache Replacement 26800 EC-Web 409-418 2000
An Overview of Web Data Clustering Practices 26802 EDBT Workshops 597-606 2004
A Divergence-Oriented Approach for Web Users Clustering 26806 ICCSA (2) 1229-1238 2006
A similarity based approach for integrated Web caching and content replication in CDNs 26810 IDEAS 239-242 2006
Model-Based Cluster Analysis for Web Users Sessions 26813 ISMIS 219-227 2005
A probabilistic validation algorithm for Web users' clusters 26818 SMC (5) 4129-4134 2004
Web-based delegation using XML 26819 SMC (6) 5189-5194 2004
Evolutionary Techniques for Web Caching 26825 Distributed and Parallel Databases 93-116 2002
Validation and interpretation of Web users' sessions clusters 26834 Inf. Process. Manage. 1348-1367 2007
Time-Aware Web Users' Clustering 26840 IEEE Trans. Knowl. Data Eng. 653-667 2008
Prefetching in Content Distribution Networks via Web Communities Identification and Outsourcing 26842 World Wide Web 39-70 2008
Beyond the Web: Retrieval in Social Information Spaces 26868 ECIR 84-95 2006
Mediatorbasierte ad hoc Integration autonomer Web Services 26875 GI Jahrestagung (1) 326-330 2004
The Indilib Approach: How to Integrate Heterogeneous SGML/XML Data by Means of the Semantic Web 26879 ICWI 595-602 2003
Three Pillars for Congenial Web Searching - Continuous Evaluation for enhancing Web Search Effectiveness 26957 J. Web Eng. 252-280 2004
State Estimation Techniques for 3D Visualizations of Web-based Tele-operated Mobile Robots 26963 KI 16-22 2000
Web Mapping and Web Cartography 26988 Encyclopedia of GIS 1261-1269 2008
Comparison of interestingness functions for learning web usage patterns 26994 CIKM 617-620 2002
Discovery of Interesting Association Rules from Livelink Web Log Data 26997 ICDM 763-766 2002
Clustering Web Surfers with Probabilistic Models in a Real Application 27007 Web Intelligence 761-765 2004
Dynamic Web log session identification with statistical language models 27014 JASIST 1290-1303 2004
Feature Selection with Rough Sets for Web Page Classification 27016 T. Rough Sets 1-13 2004
Optimizing Web Structures Using Web Mining Techniques 27071 IDEAL 653-662 2007
XML views based approach for Web services 27081 IRI 458-463 2005
Hybrid approach for predicting the behavior of Web users 27082 IRI 217-222 2005
Framework for mining web content outliers 27096 SAC 590-594 2004
Adaptive weighted multi-criteria fuzzy query processing for web based real estate applications 27101 SAC 987-991 2008
Web outlier mining: Discovering outliers from web datasets 27113 Intell. Data Anal. 473-486 2005
Managing RDF Metadata for Community Webs 27161 ER (Workshops) 140-151 2000
Ontology-Based Integration of XML Web Resources 27169 International Semantic Web Conference 117-131 2002
On labeling schemes for the semantic web 27179 WWW 544-555 2003
Querying the Semantic Web with RQL 27182 Computer Networks 617-640 2003
Optimizing taxonomic semantic web queries using labeling schemes 27192 J. Web Sem. 207-228 2004
Profiting from Untrusted Parties in Web-Based Applications 27228 EC-Web 216-226 2003
Learning Robust Web Wrappers 27280 DEXA 736-745 2005
Using Web Directories for Similarity Measurement in Personal Name Disambiguation 27286 AINA Workshops (1) 379-384 2007
Web Page Grouping Based on Parameterized Connectivity 27290 DASFAA 374-380 2004
Using a knowledge base to disambiguate personal name in web search results 27332 SAC 839-843 2007
WMS and GML based Interoperable Web Mapping System 27416 ACM-GIS 106-111 2001
A Web-based browsing and spatial analysis system for regional natural resource analysis and mapping 27417 ACM-GIS 95-101 2000
UMN-MapServer: A High-Performance, Interoperable, and Open Source Web Mapping and Geo-spatial Analysis System 27419 GIScience 400-417 2006
Hopfilter: An Agent for Filtering Web Pages Based on the Hopfield Artificial Neural Network Model 27432 BNCOD 164-167 2007
Personalized Web Page Filtering Using a Hopfield Neural Network 27435 ICANN (2) 417-424 2007
ExploitingWeb Service Semantics: Taxonomies vs. Ontologie 27439 CoRR 191-202 2002
Efficient and Decentralized PageRank Approximation in a Peer-to-Peer Web Search Network 27479 VLDB 415-426 2006
Computing Trusted Authority Scores in Peer-to-Peer Web Search Networks 27482 AIRWeb None 2007
p2pDating: Real life inspired semantic overlay networks for Web search 27483 Inf. Process. Manage. 643-664 2007
The Juxtaposed approximate PageRank method for robust PageRank approximation in a peer-to-peer web search network 27484 VLDB J. 291-313 2008
Integrating Cobweb with a Relational Database 27537 IMECS 868-873 2007
How to Make Personalized Web Browising Simple, Secure, and Anonymous 27568 Financial Cryptography 17-32 1997
Consistent, Yet Anonymous, Web Access with LPWA 27623 Commun. ACM 42-47 1999
Recherche documentaire sur le Web 27660 EGC 43-54 2001
Project Internet for All - Creating Web Presentations and Graphics by means of a Dialogue System 27663 International Conference on Internet Computing 381-384 2007
Web text retrieval with a P2P query-driven index 27673 SIGIR 679-686 2007
Finding the boundaries of information resources on the web 27779 WWW (Special interest tracks and posters) 1124-1125 2005
"Drop-In" Publishing with the World Wide Web 27782 Computer Networks and ISDN Systems 247-255 1995
Preservation Risk Management for Web Resources: Virtual Remote Control in Cornell's Project Prism 27796 D-Lib Magazine None 2002
XWRAP: An XML-Enabled Wrapper Construction System for Web Information Sources 27839 ICDE 611-621 2000
An XML-based Wrapper Generator for Web Information Extraction 27846 SIGMOD Conference 540-543 1999
An XML-enabled data extraction toolkit for web sources 27852 Inf. Syst. 563-583 2001
Querying Multiple Bioinformatics Data Sources: Can Semantic Web Research Help 27853 SIGMOD Record 59-64 2002
Wrapping Web Data into XML 27854 SIGMOD Record 33-38 2001
Acquiring XML pages for a WebHouse 27882 BDA None 2000
STYX: Connecting the XML Web to the World of Semantics 27884 EDBT 759-761 2002
Schema-driven Customization of Web Services 27888 VLDB 1093-1096 2003
Distributed Replication and Caching: A Mechanism for Architecting Responsive Web Services 27944 AINA (2) 289-292 2004
Web Locality Based Ranking Utilizing Location Names and Link Structure 28046 WISE Workshops 56-63 2002
Web-Based Inference Rules for Processing Conceptual Geographical Relationships 28047 WISE (2) 14- 2001
Integrating recommendation models for improved web page prediction accuracy 28050 ACSC 91-100 2008
A Framework of Combining Markov Model With Association Rules for Predicting Web Page Accesses 28057 AusDM 177-184 2006
An Intelligent Web Recommendation System: A Web Usage Mining Approach 28081 ISMIS 342-350 2002
On the Effectiveness of Web Usage Mining for Page Recommendation and Restructuring 28082 Web, Web-Services, and Database Systems 253-267 2002
Active Knowledge Mining for Intelligent Web Page Management 28083 KES 975-983 2003
The Web as a Graph: Measurements, Models, and Methods 28125 COCOON 1-17 1999
Random graph models for the web graph 28128 FOCS 57-65 2000
Mining and Knowledge Discovery from the Web 28131 ISPAN 4-11 2004
Hierarchical topic segmentation of websites 28137 KDD 257-266 2006
Hyperlink-Aware Mining and Analysis of the Web 28139 PAKDD 4 2000
The Web as a Graph 28142 PODS 1-10 2000
Self-similarity in the Web 28150 VLDB 69-78 2001
Extracting Large-Scale Knowledge Bases from the Web 28153 VLDB 639-650 1999
On Semi-Automated Web Taxonomy Construction 28154 WebDB 91-96 2001
SemTag and seeker: bootstrapping the semantic web via automated semantic annotation 28155 WWW 178-186 2003
The volume and evolution of web page templates 28157 WWW (Special interest tracks and posters) 830-839 2005
Anti-aliasing on the web 28161 WWW 30-39 2004
Technical challenges in exploiting the web as a business resource 28162 WWW (Special interest tracks and posters) 875 2005
The discoverability of the web 28163 WWW 421-430 2007
Trawling the Web for Emerging Cyber-Communities 28170 Computer Networks 1481-1493 1999
Mining the Web's Link Structure 28171 IEEE Computer 60-67 1999
The Web and Social Networks 28172 IEEE Computer 32-36 2002
Toward a PeopleWeb 28173 IEEE Computer 63-72 2007
How to build a WebFountain: An architecture for very large-scale text analytics 28175 IBM Systems Journal 64-77 2004
Self-similarity in the web 28183 ACM Trans. Internet Techn. 205-223 2002
An e-Learning collaborative RIA environment for Web Application Modeling and Code Generation 28322 DEXA Workshops 638-642 2007
Exception Management Within Web Applications Implementing Business Processes 28323 Advanced Topics in Exception Handling Techniques 101-120 2006
A Model and an XSL Framework for Analyzing the Quality of WebML Conceptual Schemas 28325 ER (Workshops) 339-350 2002
Semantics-Aware Querying in the WWW: The WG-Log Web Query System 28328 ICMCS, Vol. 2 317-322 1999
Engineering Advanced Web Applications: Proceedings of Workshops in connection with the 4th International Conference on Web Engineering (ICWE 2004), Munich, Germany, 28-30 July, 200 28330 ICWE Workshops None None
Level of Detail Concepts in Data-Intensive Web Applications 28331 ICWE 209-220 2005
Editorial message: special track on web technologies and applications 28335 SAC 1628-1629 2005
Web Technologies and Applications Track Editorial 28337 SAC 1155-1156 2003
Editorial message: special track on web technologies and applications 28338 SAC 1617-1618 2004
Editorial message: special track on web and E-business applications 28339 SAC 1086-1087 2002
Exception Handling in Workflow-Driven Web Applications 28340 SEBD 16-23 2005
A semantic model for specifying data-intensive Web applications using WebML 28344 SWWS 566-585 2001
Exception handling in workflow-driven Web applications 28348 WWW 170-179 2005
Model-driven design and deployment of service-enabled web applications 28352 ACM Trans. Internet Techn. 439-479 2005
Datenbanksysteme in Business, Technologie und Web (BTW 2007), 12. Fachtagung des GI-Fachbereichs "Datenbanken und Informationssysteme" (DBIS), Proceedings, 7.-9. Mandauml;rz 2007, Aachen, German 28363 BTW None 2007
Ganymed: Scalable Replication for Transactional Web Applications 28368 Middleware 155-174 2004
On the Automated Creation of Understandable Positive Security Models for Web Applications 28386 PerCom 554-559 2008
An Evaluation of Concurrency Control Protocols for Web Services Oriented E-Commerce 28405 DASFAA 530-540 2006
Storage Management for Web Proxies 28430 USENIX Annual Technical Conference, General Track 203-216 2001
Consistent, Yet Anonymous, Web Access with LPWA 28431 Commun. ACM 42-47 1999
A Practical Web-Based NSS Framework for E-Business Negotiation 28441 HICSS None 2005
A Web-based Operation Management System for Distributed Divisional Organizations 28446 ICEB 640-645 2004
Bayesian Methods to Estimate Future Load in Web Farms 28466 AWIC 217-226 2004
SemTag and seeker: bootstrapping the semantic web via automated semantic annotation 28504 WWW 178-186 2003
Query Clustering in the Web Context 28664 Clustering and Information Retrieval 195-226 2003
Extracting Objects from the Web 28673 ICDE 123 2006
Organizing WWW images based on the analysis of page layout and Web link structure 28674 ICME 113-116 2004
Instance-based Schema Matching for Web Databases by Domain-specific Query Probing 28683 VLDB 408-419 2004
Object-level ranking: bringing order to Web objects 28685 WWW 567-574 2005
Identifying ambiguous queries in web search 28687 WWW 1169-1170 2007
An Efficient Method for Mining Associated Service Patterns in Mobile Web Environments 28700 SAC 455-459 2003
Mining multilevel and location-aware service patterns in mobile web environments 28706 IEEE Transactions on Systems, Man, and Cybernetics, Part B 2480-2485 2004
Using standards for Data Integration over the Web (Panel) 28795 DIWeb 143-145 2002
Recommendation Models for User Accesses to Web Pages 28802 ICANN 1003-1010 2003
A Poisson Model for User Accesses to Web Pages 28819 ISCIS 332-339 2003
A Web page prediction model based on click-stream tree representation of user behavior 28821 KDD 535-540 2003
Querying Web Data - The WebQA Approach 28850 WISE 139-148 2002
Incremental click-stream tree model: Learning from new users for web page prediction 28861 Distributed and Parallel Databases 5-27 2006
Review - Record-Boundary Discovery in Web Documents 28864 ACM SIGMOD Digital Review None 2000
Report on the Dagstuhl Seminar: "data quality on the Web" 28873 SIGMOD Record 127-132 2004
Editorial: Introduction to Web Media Information Systems 28894 World Wide Web 179-180 2002
Special Issue on The 2nd Web Information Systems Engineering Conference (WISE'01) 28895 World Wide Web 147-149 2001
Evaluation of Strong Consistency Web Caching Techniques 28896 World Wide Web 95-124 2002
Alternative Architectures and Protocols for Providing Strong Consistency in Dynamic Web Applications 28897 World Wide Web 215-251 2006
XRank: Learning More fromWeb User Behaviors 28901 CIT 36 2006
A Semantic Rewriting Approach to Automatic Information Providing Web Service Composition 28907 ASWC 488-500 2006
IGroup: presenting web image search results in semantic clusters 28911 CHI 587-596 2007
Learning query-biased web page summarization 28912 CIKM 555-562 2007
Similarity space projection for web image search and annotation 28975 Multimedia Information Retrieval 49-56 2005
IGroup: web image search results clustering 28981 ACM Multimedia 377-384 2006
Scalable relevance feedback using click-through data for web image retrieval 28982 ACM Multimedia 173-176 2006
SBIA: search-based image annotation by leveraging web-scale images 28986 ACM Multimedia 467-468 2007
Integrating Context in Modelling for Web Information Systems 29003 WES 77-88 2003
Exploring social annotations for the semantic web 29005 WWW 417-426 2006
iRobot: an intelligent crawler for web forums 29007 WWW 447-456 2008
Information Retrieval Aware Web Site Modelling and Generation 29161 ER 402-419 2004
A Multi-agent System for Web Document Authoring 29162 AWIC 189-198 2003
A Dynamic and Scalable Agent-Based Approach for Knowledge Discovery : Web Site Exploration 29179 ICEIS (4) 451-454 2003
Caching Strategies for Data-Intensive Web Sites 29195 BDA 333-337 2000
Caching Strategies for Data-Intensive Web Sites 29275 VLDB 188-199 2000
Building and Customizing Data-Intensive Web Sites Using Weave 29276 VLDB None 2000
The Ecobase Project: Database and Web Technologies for Environmental Information Systems 29298 SIGMOD Record 70-75 2001
XML Document Retrieval System Supporting Multimedia Web Service for Digital Museum 29415 ICWS 1001-1007 2007
E-Government in China: A Content Analysis of National and Provincial Web Sites 29503 J. Computer-Mediated Communication None 2004
MONTANA: Towards a Web-Based Infrastructure to Improve Lecture and Research in a University Environment 29602 WECWIS 58-66 2000
Using Memex to archive and mine community Web browsing experience 29609 Computer Networks 669-684 2000
CiteSeerx: an architecture and web service design for an academic document search engine 29659 WWW 883-884 2006
Scheduling web requests in broadcast environments 29660 WWW (Alternate Track Papers andamp; Posters) 280-281 2004
An intelligent Agent for Web Advertisements 29698 CODAS 107-114 2001
An Intelligent Agent for Web Advertisements 29709 Int. J. Found. Comput. Sci. 531-554 2002
Obtaining the optimal cache document replacement policy for the caching system of an EC website 29729 European Journal of Operational Research 828-841 2007
Conceptual Modeling of Privacy-Aware Web Service Protocols 29789 CAiSE 233-248 2007
Inferring Web Communities from Link Topology 29810 Hypertext 225-234 1998
Analysing Reputation in Web Communities 29811 International Conference on Internet Computing 10-16 2003
Surfing the web by site 29818 WWW (Alternate Track Papers andamp; Posters) 496-497 2004
Surfing the Web Backwards 29821 Computer Networks 1679-1693 1999
How to build a WebFountain: An architecture for very large-scale text analytics 29822 IBM Systems Journal 64-77 2004
Web Based Peer Assessment Using Knowledge Acquisition Techniques: Tools for Supporting Contexture Awareness 29844 ICCE 1338-1339 2002
Managing Activity Dynamics of Web-Based Collaborative Applications 29856 International Journal on Artificial Intelligence Tools 207-227 1999
Web Technologies and Applications, 5th Asian-Pacific Web Conference, APWeb 2003, Xian, China, April 23-25, 2002, Proceeding 29889 APWeb None 2003
Towards More Personalized Web: Extraction and Integration of Dynamic Content from the Web 29890 APWeb 668-679 2006
The Next Generation Messaging Technology ? Makes Web Services Effective 29892 APWeb 13-19 2004
Integrating Web Based Applications - Challenges and Opportunities 29907 DASFAA 3 2001
Web Services, E-Business, and the Semantic Web, CAiSE 2002 International Workshop, WES 2002, Toronto, Canada, May 27-28, 2002, Revised Paper 29946 WES None 2002
Web Information Systems - WISE 2004, 5th International Conference on Web Information Systems Engineering, Brisbane, Australia, November 22-24, 2004, Proceeding 29947 WISE None 2004
SemanticWeb Services: Facts and Fiction 29948 WISE 369-372 2003
Robust web content extraction 29950 WWW 887-888 2006
Dewex: An Exploration Facility for Enabling the Deep Web Integration 30068 ICDE 1511-1512 2007
Query Routing: Finding Ways in the Maze of the DeepWeb 30069 WIRI 64-73 2005
Dynamic Fusion of Web Data 30072 XSym 14-16 2007
Automated Concept Discovery from Web Resources 30247 Web Intelligence 309-312 2006
Feature Interactions in Web Services 30260 FIW 149-158 2003
Towards a Classification of Web Service Feature Interactions 30267 ICSOC 101-114 2005
On Feature Interactions among Web Services 30268 ICWS 88-95 2004
UCM-Driven Testing of Web Applications 30272 SDL Forum 247-264 2005
Towards a classification of web service feature interactions 30283 Computer Networks 359-381 2007
Semantic Web Approach in Designing a Collaborative E-Item Bank System 30313 SOFSEM (1) 693-704 2007
Web Page Ranking Based on Events 30360 EC-Web 287-295 2004
An Integrated Method for Web Resource Categorization 30421 AINA Workshops 1211-1216 2008
ONOMATOPEDIA: Onomatopoeia Online Example Dictionary System Extracted from Data on the Web 30424 APWeb 601-612 2008
A Runtime System for Interactive Web Services 30441 Computer Networks 1391-1401 1999
Querying Semantically Tagged Documents on the World-Wide Web 30486 NGITS 2-19 1999
Distributed Safety Controllers for Web Services 30538 FASE 270-284 1998
A Type System for Dynamic Web Documents 30555 POPL 290-301 2000
Contracts for Cooperation between Web Service Programmers and HTML Designers 30566 J. Web Eng. 65-90 2006
Extending Java for high-level Web service construction 30577 ACM Trans. Program. Lang. Syst. 814-875 2003
Trustworthiness Analysis of Web Search Results 30590 ECDL 38-49 2007
Towards Improving Web Search by Utilizing Social Bookmarks 30592 ICWE 343-357 2007
Change Summarization in Web Collections 30593 IEA/AIE 653-662 2004
Can social bookmarking enhance search in the web 30595 JCDL 107-116 2007
Summarization of Dynamic Content in Web Collections 30597 PKDD 245-254 2004
Temporal Web Page Summarization 30600 WISE 303-312 2004
Web page summarization using dynamic content 30601 WWW (Alternate Track Papers andamp; Posters) 344-345 2004
Achieving Interoperability of Genome DB through Intelligent Web Mediators 30614 BIBE 118-125 2000
Mobile Agent and Web Service Integration Security Architecture 30649 SOCA 172-179 2007
A New Security Scheme for Integration of Mobile Agents and Web Services 30650 ICIW 43 2007
Koala: capture, share, automate, personalize business processes on the web 30657 CHI 943-946 2007
A1: Spreadsheet-based Scripting for Developing Web Tools 30663 LISA 197-208 2005
A1: end-user programming for web-based system administration 30666 UIST 211-220 2005
Conceptual Content Management for Enterprise Web Services 30748 ER (Workshops) 343-353 2005
Open and Dynamic Schema Evolution in Content-Intensive Web Applications 30791 WEBIST (1) 109-116 2006
Intelligent Agents for Matching Information Providers and Consumers on the World-Wide-Web 30822 HICSS (4) 189-199 1997
A Cube Model and Cluster Analysis for Web Access Sessions 30826 WEBKDD 48-67 2001
Text-Source Discovery and GlOSS Update in a Dynamic Web 30833 PAKDD 432-441 2000
Using Contextual Semantics to Automate the Web Document Search and Analysis 30845 WISE (2) 19-23 2000
WSIPL: An XML scripting language for integrating web service data and applications 30861 Web Intelligence and Agent Systems 25-41 2006
The Semantic Web 30897 I3E 203-213 2003
Automatic Matchmaking of Web Services 30903 ICWS 45-54 2006
Implementing Views for Light-Weight Web Ontologies 30904 IDEAS 160-169 2003
OntoWeb - A Semantic Web Community Portal 30917 PAKM 189-200 2002
An Approach for the Ranking of Query Results in the Semantic Web 30922 International Semantic Web Conference 500-516 2003
The Semantic Web: Suppliers and Customers 30923 International Semantic Web Conference 995-996 2006
Knowledge Technologies for the Semantic Web 30929 WebNet 1174-1183 2001
Preference-based selection of highly configurable web services 30934 WWW 1013-1022 2007
The Semantic Web in One Day 30947 IEEE Intelligent Systems 85-87 2005
Lessons Learned from Applying AI to the Web 30953 Int. J. Cooperative Inf. Syst. 361-382 2000
Semantic Web - State of the Art and Future Directions 30963 KI 5- 2003
A new journal for a new era of the World Wide Web 30969 J. Web Sem. 1-5 2003
Ontology Creation: Extraction of Domain Knowledge from Web Documents 31100 ER 256-269 2005
User Centric Walk: An Integrated Approach for Modeling the Browsing Behavior of Users on the Web 31114 Annual Simulation Symposium 149-159 2005
The development and customization of GIS-based applications and Web-based GIS applications with the CASE tool AIGLE 31158 ACM-GIS 194-196 2000
Voting Model for Ranking Web Pages 31161 International Conference on Internet Computing 143-148 2000
Implementation of a Modern Web Search Engine Cluster 31163 USENIX Annual Technical Conference, FREENIX Track 1-14 2003
I/O-Conscious Data Preparation for Large-Scale Web Search Engines 31164 VLDB 382-393 2002
Web-based Data Collection for Uterine Adnexal Tumors: A Case Study 31167 CBMS 282-287 2002
INCLUSive: a web portal and service registry for microarray and regulatory sequence analysis 31234 Nucleic Acids Research 3468-3470 2003
A Method for Web Information Extraction 31277 APWeb 383-394 2008
Automatic Image Annotation by Mining the Web 31278 DaWaK 449-458 2006
Web Query Expansion by WordNet 31279 DEXA 166-175 2005
Multi-term Web Query Expansion Using WordNet 31280 DEXA 379-388 2006
Mockup Supporting Web Requirements Engineering 31281 International Conference on Internet Computing 684-687 2003
An Implementation of Web Image Search Engines 31283 ICADL 355-367 2004
Web Image Semantic Clustering 31284 OTM Conferences (2) 1416-1431 2005
Automatic Hidden Web Database Classification 31285 PKDD 454-461 2007
Web Image Retrieval Refinement by Visual Contents 31288 WAIM 134-145 2006
Web image indexing by using associated texts 31289 Knowl. Inf. Syst. 243-264 2006
Discovering Web Communities in the Blogspace 31490 HICSS 85 2007
Extending the Web Services Model to IT Services 31492 ICWS 824- 2004
Query optimizing on a decentralized web search engine 31495 SAC 880-881 2007
Analysis of Weblog Link Structure - A Community Perspective 31497 WEBIST (2) 13-20 2006
Analysis of Weblog Link Structure - A Community Perspective 31498 WEBIST (Selected Papers) 307-320 2006
Enhancing the US Navy's GIDB Portal with Web Services 31550 IEEE Internet Computing 53-60 2006
Automatic Classification of Web Resources using Java and Dewey Decimal Classification 31594 Computer Networks 646-648 1998
Searching the world wide web: an evaluation of available tools and methodologies 31597 Information andamp; Software Technology 985-994 1998
e-Science and Web Services Grids 31602 GCC 3 2004
Consistent, Yet Anonymous, Web Access with LPWA 31672 Commun. ACM 42-47 1999
WIEAS: Helping to Discover Web Information Sources and Extract Data from Them 31722 APWeb 732-737 2004
EGA: An Algorithm for Automatic Semi-structured Web Documents Extraction 31724 DASFAA 787-798 2004
Greedy Cached Query Rewriting in Content-Oriented XML Web Engine 31731 IPDPS None 2002
COMMIX: towards effective web information extraction, integration and query answering 31736 SIGMOD Conference 620 2002
CCWrapper: Adaptive Predefined Schema Guided Web Extraction 31738 WAIM 275-286 2006
Fact: A Learning Based Web Query Processing System 31768 SIGMOD Conference 587 2000
Supporting Exploratory Queries in Database Centric Web Application 31833 CoRR None 2003
Secure Web Tunneling 31952 Computer Networks 531-539 1998
Web-collaborative filtering: recommending music by crawling the Web 32061 Computer Networks 685-698 2000
Learning Page-Independent Heuristics for Extracting Data from Web Pages 32062 Computer Networks 1641-1652 1999
FGF: A web tool for Fishing Gene Family in a whole genome database 32065 Nucleic Acids Research 121-125 2007
Message from the WEBH Workshop Chairs 32131 DEXA Workshops 835-838 2002
Efficiency and Effectiveness of XML Tools and Techniques and Data Integration over the Web, VLDB 2002 Workshop EEXTT and CAiSE 2002 Workshop DTWeb. Revised Paper 32136 EEXTT None 2003
Discovering geographical-specific interests from web click data 32180 LocWeb 41-48 2008
Adaptive Website Design Using Caching Algorithms 32197 WEBKDD 1-20 2006
CODAR - A POA-based CORBA Database Adaptor for Web Service Infrastructures 32198 Web-Powered Databases 266-297 2003
A Role based Access Control for Web Services 32200 IEEE SCC 49-56 2004
Optimizing Web Services Performance by Using Similarity-Based Multicast Protocol 32220 ECOWS 119-128 2006
Matching Strictly Dependent Global Constraints for Composite Web Services 32221 ECOWS 139-148 2007
A High-Level Functional Matching for Semantic Web Services 32237 ICSOC 115-129 2005
Exact functional context matching for web services 32238 ICSOC 143-152 2004
A Task-Based Adaptive TTL Approach for Web Server Load Balancing 32240 ISCC 877-884 2005
A workflow-based dynamic scheduling approach for Web services platforms 32244 ISCC 31-37 2004
Efficient SOAP Binding for Mobile Web Services 32249 LCN 218-225 2005
An XML-based Conversational Protocol for Web Services 32262 SAC 1179-1184 2003
Verification of web service descriptions using graph-based traversal algorithms 32263 SAC 1385-1392 2007
Scenario Matching Using Functional Substitutability in Web Services 32266 WISE 59-65 2004
Web Services: Modeling, Architecture and Infrastructure, Proceedings of the 1st Workshop on Web Services: Modeling, Architecture and Infrastructure (WSMAI-2003), In conjunction with ICEIS 2003, Angers, France, April 200 32267 WSMAI None 2003
Matching independent global constraints for composite web services 32268 WWW 765-774 2008
Toward the Right Communication Protocol for Web Services 32282 Int. J. Web Service Res. 19-42 2005
Correctness-aware high-level functional matching approaches for semantic Web services 32288 TWEB None 2008
Engineering Safe and Efficient Shareability within Web Systems 32340 APWeb 697-710 2004
An Integrated Approach to Static Safety of Web Applications 32348 WWW (Posters) None 2003
Server Enforced Program Safety for Web Applications 32351 J. Web Eng. 339-371 2005
Visualizing and Animating Search Operations on Quadtrees on the Worldwide Web 32377 EWCG 70-76 2000
Visualizing and Animating R-trees and Spatial Operations in Spatial Databases on the Worldwide Web 32432 VDB 123-140 1998
Client-Based Spatial Browsing on the World Wide Web 32477 IEEE Internet Computing 52-59 2007
Visual access to city websites: A challenge for PDA's GUI 32537 J. Vis. Lang. Comput. 339-355 2007
User-Oriented Adaptive Web Information Retrieval Based on Implicit Observations 32572 APWeb 636-643 2004
A Method of Improving Feature Vector for Web Pages Reflecting the Contents of Their Out-Linked Pages 32573 DEXA 891-901 2002
Refinement of TF-IDF schemes for web pages using their hyperlinked neighboring pages 32574 Hypertext 198-207 2003
Personal Name Disambiguation in Web Search Results Based on a Semi-supervised Clustering Approach 32575 ICADL 250-256 2007
Adaptive web search based on user profile constructed without any effort from users 32576 WWW 675-684 2004
Improvement in TF-IDF scheme for Web pages based on the contents of their hyperlinked neighboring pages 32577 Systems and Computers in Japan 56-68 2005
InfoWeaver: Dynamic and Tailor-made Integration of Structured Documents, Web, and Databases 32617 ACM DL 235-236 1999
Navigator-based Query Processing in the World Wide Web Wrapper 32618 FODO 191-199 1998
Dynamic Creation of Multimedia Web Views on Heterogeneous Information Sources 32619 HICSS None 2000
A Tool to Compute ReliableWeb Links and Its Applications 32624 ICDE Workshops 1255 2005
PageChaser: A Tool for the Automatic Correction of Broken Web Links 32625 ICDE 1486-1488 2008
An Example-based Web-site Construction Tool and Its Implementation 32626 ISDB 136-141 2002
World Wide Web based grades management 32627 SAC 65-69 1997
Enabling End-users to Construct Data-intensive Web-sites from XML Repositories: An Example-based Approach 32631 VLDB 703-704 2001
Design and Implementation of the Physical Layer in WebBases: The XRover Experience 32635 Computational Logic 1094-1105 2000
Extraction Techniques for Mining Services from Web Sources 32641 ICDM 601-604 2002
Fixing Weakly Annotated Web Data Using Relational Models 32642 ICWE 385-399 2007
On the Power of Semantic Partitioning of Web Documents 32643 IIWeb 39-44 2003
WinAgent: a system for creating and executing personal information assistants using a web browser 32646 Intelligent User Interfaces 356-357 2004
OntoMiner: Bootstrapping and Populating Ontologies from Domain Specific Web Sites 32651 SWDB 259-276 2003
YellowPager: a tool for ontology-based mining of service directories from web sources 32652 SIGIR 458 2002
A Layered Architecture for Querying Dynamic Web Content 32654 SIGMOD Conference 491-502 1999
Term Ranking for Clustering Web Search Results 32655 WebDB None 2007
Automated Metadata and Instance Extraction from News Web Sites 32657 Web Intelligence 38-41 2005
Baum-Welch Style EM Approach on Simple Bayesian Models forWeb Data Annotation 32658 Web Intelligence 736-742 2007
Datarover: a taxonomy based crawler for automated data extraction from data-intensive websites 32659 WIDM 9-14 2003
Improving Web Data Annotations with Spreading Activation 32660 WISE 95-106 2005
Semantic Partitioning of Web Pages 32661 WISE 107-118 2005
CTR-S: a logic for specifying contracts in semantic web services 32662 WWW (Alternate Track Papers andamp; Posters) 144-153 2004
OntoMiner: bootstrapping ontologies from overlapping domain specific web sites 32663 WWW (Alternate Track Papers andamp; Posters) 500-501 2004
METEOR: metadata and instance extraction from object referral lists on the web 32664 WWW (Special interest tracks and posters) 1180-1181 2005
Information Extraction from Web Pages Using Presentation Regularities and Domain Knowledge 32665 World Wide Web 157-179 2007
OntoMiner: Bootstrapping and Populating Ontologies from Domain-Specific Web Sites 32666 IEEE Intelligent Systems 24-33 2003
OntoMiner: automated metadata and instance mining from news websites 32667 IJWGS 196-221 2005
A Semantic-Based User Privacy Protection Framework for Web Services 32670 ITWP 289-305 2003
Model-Driven Web Service Development 32719 CAiSE 290-306 2004
Advanced Web and Network Technologies, and Applications, APWeb 2006 International Workshops: XRA, IWSN, MEGA, and ICSE, Harbin, China, January 16-18, 2006, Proceeding 32798 APWeb Workshops None 2006
Advances in Web and Network Technologies, and Information Management, APWeb/WAIM 2007 International Workshops: DBMAN 2007, WebETrends 2007, PAIS 2007 and ASWAN 2007, Huang Shan, China, June 16-18, 2007, Proceeding 32799 APWeb/WAIM Workshops 88-99 2007
EviRank: An Evidence Based Content Trust Model for Web Spam Detection 32805 APWeb/WAIM Workshops 299-307 2007
A Semantic Reputation Mechanism in P2P Semantic Web 32807 ASWC 682-688 2006
Management Assistance for Work First via a Dynamic Website 32845 DG.O None 2003
Webview: A Distributed Geographical Image Retrieval System 32848 DG.O None 2002
Parallel Web Spiders for Cooperative Information Gathering 32859 GCC 1192-1197 2005
PictureBook: A Text-and-Image Summary System for Web Search Result 32895 ICDE 1612-1615 2008
Beyond Supervised Learning of Wrappers for Extracting Information from Unseen Web Sites 32927 IDEAL 725-733 2003
A Novel Active Learning Approach for SVM Based Web Image Retrieval 32988 PCM 40-49 2007
A Reputation Multi-agent System in Semantic Web 32992 PRIMA 211-219 2006
A QoS-Enabled WorkManager Model for Web Application Servers 32995 QSIC 40-49 2007
Collaborative Web caching based on proxy affinities 33005 SIGMETRICS 78-89 2000
An Early DiscoWeb Prototype at TREC8 33020 TREC None 1999
Advances in Web-Age Information Management, 4th International Conference, WAIM 2003, Chengdu, China, August 17-19, 2003, Proceeding 33028 WAIM None 2003
Advances in Data and Web Management, Joint 9th Asia-Pacific Web Conference, APWeb 2007, and 8th International Conference, on Web-Age Information Management, WAIM 2007, Huang Shan, China, June 16-18, 2007, Proceeding 33033 APWeb/WAIM 345-356 2007
Modeling Multi-party Web-Based Business Collaborations 33134 OTM Workshops 866-875 2005
Towards Supporting User-Defined Hypertext Contexts in Web Searching 33140 ADL 48-57 2000
XML, the WEB and Database Functionality? 33147 CIKM 592 2001
Jedi: Extracting and Synthesizing Information from the Web 33150 CoopIS 32-43 1998
ConSearch: Using hypertext contexts as web search boundaries 33151 CoopIS 42-53 2000
Semantic Web Application Modeling 33167 ER 1-2 2003
Extending Your Neighborhood-Relationship-Based Recommendations Using Your Personal Web Context 33181 ICADL 523-532 2004
Databases and the Web: What's in it for Databases? (Panel) 33185 ICDE 192 1997
Using Link-Based Domain Models in Web Searching 33200 Kyoto International Conference on Digital Libraries 364-371 2000
Intelligent Web Service - From Web Services to .Plugandamp;Play. Service Integration 33206 OTM Conferences (1) 18-19 2005
Adaptive Web Meta-search Enhanced by Constraint-Based Query Constructing and Mapping 33224 WAIM 400-407 2001
Supporting Model-Based Construction of Semantic-Enabled Web Applications 33228 WISE 232-241 2003
Using Link Types in Web Page Ranking and Filtering 33229 WISE (1) 311-320 2001
Form-based proxy caching for database-backed web sites: keywords and functions 33361 VLDB J. None 2008
Web-based access to mouse models of human cancers: the Mouse Tumor Biology (MTB) Database 33490 Nucleic Acids Research 95-97 2001
PageRate: counting Web users' votes 33574 Hypertext 131-132 2001
Using Markov models for web site link prediction 33575 Hypertext 169-170 2002
A Robust Approach to Schema Matching overWeb Query Interfaces 33576 ICDE Workshops 46 2006
Using Markov Chains for Link Prediction in Adaptive Web Sites 33580 Soft-Ware 60-73 2002
PageCluster: Mining conceptual link hierarchies from Web log files for adaptive Web site navigation 33585 ACM Trans. Internet Techn. 185-208 2004
AxPRE Summaries: Exploring the (Semi-)Structure of XML Web Collections 33654 ICDE 1519-1521 2008
Visualizing structural patterns in web collections 33660 WWW 1333-1334 2007
Fast Answering of XPath Query Workloads on Web Collections 33661 XSym 31-45 2007
Bridging relational database history and the web: the XML approach 33785 WIDM 3-10 2006
Putting Enhanced Hypermedia Personalization into Practice via Web Mining 33794 DEXA 947-956 2004
Developing a meta model for the Bunge-Wand-Weber ontological constructs 33812 Inf. Syst. 75-91 2002
Web Proxy Cache Replacement: Do's, Don'ts, and Expectations 33911 NCA 59-66 2003
ProxyTeller: A Tool for Guiding Web Proxy Cache Placement Decisions 33913 WWW (Posters) None 2003
Reviewing the Design of DAML+OIL: An Ontology Language for the Semantic Web 34127 AAAI/IAAI 792-797 2002
Description Logics as Ontology Languages for the Semantic Web 34132 Mechanizing Mathematical Reasoning 228-248 2005
Extending Datatype Support in Web Ontology Reasoning 34138 CoopIS/DOA/ODBASE 1067-1081 2002
Ontologies and Schema Languages on the Web 34140 Spinning the Semantic Web 95-139 2003
Knowledge Representation on the Web 34144 Description Logics 89-97 2000
OilEd: a Reason-able Ontology Editor for the Semantic Web 34147 Description Logics None 2001
Digital Libraries and Web-based Information Systems 34155 Description Logic Handbook 427-449 2003
DAML+OIL: A Reason-able Web Ontology Language 34177 EDBT 2-13 2002
Semantic Web: The Story So Far 34183 ICTAI (1) None 2007
OilEd: A Reason-able Ontology Editor for the Semantic Web 34191 KI/andOuml;GAI 396-408 2001
Semantic Web Architecture: Stack or Two Towers? 34202 PPSWR 37-41 2005
The Semantic Web - ISWC 2002, First International Semantic Web Conference, Sardinia, Italy, June 9-12, 2002, Proceeding 34203 International Semantic Web Conference None 2002
Querying the Semantic Web: A Formal Approach 34206 International Semantic Web Conference 177-191 2002
Metamodeling Architecture of Web Ontology Languages 34208 SWWS 131-149 2001
Metamodeling Architecture of Web Ontology Languages 34209 The Emerging Semantic Web None 2001
Web Ontology Reasoning with Datatype Groups 34211 International Semantic Web Conference 47-63 2003
A Little Semantic Web Goes a Long Way in Biology 34214 International Semantic Web Conference 786-800 2005
OBO and OWL: Leveraging Semantic Web Technologies for the Life Sciences 34215 ISWC/ASWC 169-182 2007
Semantic web: the story so far 34225 W4A 120-125 2007
DAML+OIL: A Reason-Able Web Ontology Language 34226 WES 174 2002
A software framework for matchmaking based on semantic web technology 34227 WWW 331-339 2003
Enabling knowledge representation on the Web by extending RDF schema 34228 WWW 467-478 2001
Three theses of representation in the semantic web 34230 WWW 39-47 2003
Position paper: a comparison of two modelling paradigms in the Semantic Web 34233 WWW 3-12 2006
Enabling knowledge representation on the Web by extending RDF Schema 34241 Computer Networks 609-634 2002
DAML+OIL: a Description Logic for the Semantic Web 34246 IEEE Data Eng. Bull. 4-9 2002
OIL: An Ontology Infrastructure for the Semantic Web 34248 IEEE Intelligent Systems 38-45 2001
The Semantic Web: The Roles of XML and RDF 34252 IEEE Internet Computing 63-74 2000
Description Logics for the Semantic Web 34259 KI 57-59 2002
OWL-QL - a language for deductive query answering on the Semantic Web 34266 J. Web Sem. 19-29 2004
A comparison of two modelling paradigms in the Semantic Web 34267 J. Web Sem. 240-250 2007
From SHIQ and RDF to OWL: the making of a Web Ontology Language 34271 J. Web Sem. 7-26 2003
Information Extraction and Database Techniques: A User-Oriented Approach to Querying the Web 34311 CAiSE 289-304 1998
Looking at the Web through XML Glasses 34313 CoopIS 148-159 1999
"My Personal Web": A Seminar on Personalization and Privacy for Web and Converged Services 34314 ICDE 872 2004
User-oriented smart-cache for the Web: What You Seek is What You Get 34318 SIGMOD Conference 572-574 1998
Building Light-Weight Wrappers for Legacy Web Data-Sources Using W4F 34321 VLDB 738-741 1999
Web Ecology: Recycling HTML Pages as XML Documents Using W4F 34324 WebDB (Informal Proceedings) 31-36 1999
Building intelligent Web applications using lightweight wrappers 34329 Data Knowl. Eng. 283-316 2001
WebService Composition with O'GRAPE and OSIRIS 34444 VLDB 1081-1084 2003
Knowledge Representation, Ontologies, and the Semantic Web 34507 APWeb 382-387 2003
A Web-based Framework For On-line Collaborative Learning 34520 CSCWD 1387-1392 2006
A Latent Image Semantic Indexing Scheme for Image Retrieval on the Web 34533 WISE 315-326 2006
Efficient Management of Semi-Persistent Data for the Evolving Web 34550 AINA Workshops 1193-1198 2008
LRU-SP: A Size-Adjusted and Popularity-Aware LRU Replacement Algorithm for Web Caching 34551 COMPSAC 48-53 2000
Web Notary Systems for Privacy Keeping E-Commerce 34552 DS-9 87-101 2001
A Web-Based Classroom Environment for Enhanced Residential College Education 34553 ICWL 56-65 2005
Research and Implementation of Dynamic Web Services Composition 34562 APPT 457-466 2003
A Fault-Tolerant Web Services Architecture 34563 APWeb Workshops 664-671 2006
WISE: A Prototype for Ontology Driven Development of Web Information Systems 34564 APWeb 1163-1167 2006
Research and Implementation of CORBA Web Services 34569 ER (Workshops) 314-322 2004
Agent-Oriented Formal Specification of Web Services 34571 GCC Workshops 633-641 2004
Collaborative Process Execution for Service Composition with StarWebService 34585 NPC 141-145 2004
A Web based Intelligent Sensory Evaluation System in the Textile Integrated Supply Chain 34597 E-Service Intelligence 435-456 2007
Web Search via Hub Synthesis 34602 FOCS 500-509 2001
Scalable Web Server Design for Distributed Data Management 34617 ICDE 96 1999
Distributed cooperative Apache web server 34631 WWW 555-564 2001
Distributed Cooperative Web Servers 34634 Computer Networks 1215-1229 1999
Reusing Experiences for an Effective Learning in a Web-Based Context 34652 APWeb 961-966 2006
Building a Personal Knowledge Recommendation System using Agents, Learning Ontologies and Web Mining 34675 CSCWD 147-152 2006
Olympus: Personal Knowledge Recommendation Using Agents, Ontologies and Web Mining 34682 CSCWD (Selected Papers) 53-62 2006
Desenvolvimento de SIG para Web utilizando MDA 34696 GeoInfo 233-238 2007
Perspectives on Creativity in Web learning 34705 ICWL 145-156 2003
Web Engineering - Die Disziplin zur systematischen Entwicklung von Web-Anwendungen 34726 Web Engineering: Systematische Entwicklung von Web-Anwendungen 1-28 2003
Architektur von Web-Informationssystemen 34727 Web andamp; Datenbanken 101-134 2003
Web Engineering: Systematische Entwicklung von Web-Anwendunge 34728 Web Engineering: Systematische Entwicklung von Web-Anwendungen None 2003
Self-maintaining web pages: an overview 34729 ADC 83-90 2001
Ready for Prime Time: Pre-Generation of Web Pages in TIScover 34730 CIKM 63-68 1999
E-Commerce and Web Technologies, 5th International Conference, EC-Web 2004, Zaragoza, Spain, August 31-September 3, 2004, Proceeding 34733 EC-Web None 2004
E-Commerce and Web Technologies: 6th International Conference, EC-Web 2005, Copenhagen, Denmark, August 23-26, 2005, Proceeding 34734 EC-Web None 2005
E-Commerce and Web Technologies, 7th International Conference, EC-Web 2006, Krakow, Poland, September 5-7, 2006, Proceeding 34735 EC-Web None 2006
Modelling Ubiquitous Web Applications - The WUML Approach 34736 ER (Workshops) 183-197 2001
Web Engineering - Old Wine in New Bottles 34738 ICWE 6-12 2004
Ready for Prime Time - Pre-Generation of Web Pages in TIScover 34740 WebDB (Informal Proceedings) 67-72 1999
TIScover - Eine generische Plattform fuer webbasierte Tourismusinformationssysteme 34741 Inform., Forsch. Entwickl. 1-13 2001
Customisation for ubiquitous web applications a comparison of approaches 34742 Int. J. Web Eng. Technol. 79-111 2003
Self-maintaining web pages 34743 Inf. Syst. 1005-1036 2003
Multilevel Web Personalization 34833 Web Intelligence 649-652 2005
Technical Note - WebEntree: A Web Service Aggregator 34837 IBM Systems Journal 584-595 1998
Performance Studies of a WebSphere Application, Trade, in Scale-out and Scale-up Environments 34896 IPDPS 1-8 2007
WIQS: Web Integration Query System 35017 Computers and Their Applications 326-331 2006
Towards Developing a Web-based Gap Management Information System for Cucumber in China 35133 CCTA 1205-1212 2007
Multi-Instance Learning Based Web Mining 35222 Appl. Intell. 135-147 2005
Web Services for the Virtual Observator 35434 CoRR None 2002
TerraService.NET: An Introduction to Web Service 35438 CoRR None 2002
A State Machine Based Approach for a Process Driven Development of Web-Applications 35541 CAiSE 52-66 2002
A Framework for Analyzing and Measuring Business Performance with Web Services 35565 CEC 405- 2003
Probing and Monitoring of WSBPEL Processes with Web Services 35566 CEC/EEE 30 2006
A Web-Service based framework for analyzing and measuring business performance 35571 Inf. Syst. E-Business Management 89-110 2004
Designing WebSphere Application Server for performance: An evolutionary approach 35580 IBM Systems Journal 327-350 2004
Periodic Polling for Web Cache Consistency 35588 WebNet 800-804 1999
Audience-Driven Web Site Design 35589 Encyclopedia of Information Science and Technology (I) 184-187 2005
Audience-driven Web Design 35590 Information Modeling in the New Millennium 442-462 2001
Automatic Runtime Validation and Correction of the Navigational Design of Web Sites 35591 APWeb 453-463 2005
On Generating Content and Structural Annotated Websites Using Conceptual Modeling 35597 ER 267-280 2006
Structuring Web Sites Using Audience Class Hierarchies 35598 ER (Workshops) 198-211 2001
Designing Well-Structured Websites: Lessons to Be Learned from Database Schema Methodology 35599 ER 51-64 1998
Using Ontologies to Build Virtual Worlds for the Web 35603 ICWI 683-690 2004
Solving Semantic Conflicts in Audience Driven Web Design 35604 ICWI 443-450 2003
Using Adaptive Techniques to Validate and Correct an Audience Driven Design of Web Sites 35606 ICWE 55-59 2004
Generating semantic annotations during the web design process 35607 ICWE 91-92 2006
Annotation for the Semantic Web During Website Development 35608 ICWE 349-353 2004
Proceedings of the 2nd International Workshop on Adaptation and Evolution in Web Systems Engineering AEWSE'07, Como, Italy, July 19, 200 35609 AEWSE None 2007
Using ORM to Model Web Systems 35616 OTM Workshops 700-709 2005
Design Time Support for Adaptive Behavior in Web Sites 35617 SAC 1222-1228 2003
Designing Localized Web Sites 35622 WISE 547-558 2004
Accessibility: a Web engineering approach 35623 WWW 353-362 2005
Web Design for the Semantic Web 35624 WWW Workshop on Application Design, Development and Implementation Issues in the Semantic Web None 2004
Conceptual View Integration for Audience Driven Web Design 35625 WWW (Posters) None 2003
WSDM: A User Centered Design Method for Web Sites 35626 Computer Networks 85-94 1998
Exploiting link types during the conceptual design of websites 35628 Int. J. Web Eng. Technol. 17-40 2003
On Cultural Differences in Local Web Interfaces 35629 J. Web Eng. 246-264 2006
Conceptual modelling of web sites for end-users 35632 World Wide Web 27-42 2000
Implementing Role Based Access Control for Federated Information Systems on the Web 35633 ACSW Frontiers 87-95 2003
An Integrated Information System on the Web for Catchment Management 35635 ACM-GIS 8-13 1998
Efficient Web Access to Distributed Biological Collections Using a Taxonomy Browser 35638 SSDBM 25-38 2000
Improvement of the Recall and the Precision for Semantic Web Services Search 35647 ACIS-ICIS 763-768 2007
PSR : Pre-computing Solutions in RDBMS for FastWeb Services Composition Search 35649 ICWS 808-815 2007
A Web-based Tutoring Tool for Calculating Default Logic Extensions 35690 WebNet 1251-1252 1999
DBpedia: A Nucleus for a Web of Open Data 35710 ISWC/ASWC 722-735 2007
Piazza: data management infrastructure for semantic web applications 35721 WWW 556-567 2003
Reformatting Web Documents via Header Trees 35758 ACL None 2005
Extracting Paraphrases of Japanese Action Word of Sentence Ending Part from Web and Mobile News Articles 35759 AIRS 94-105 2004
NAYOSE: A System for Reference Disambiguation of Proper Nouns Appearing on Web Pages 35760 AIRS 338-349 2006
Specification Retrieval - How to Find Attribute-Value Information on the Web 35771 IJCNLP 338-347 2004
WebExperimenter for Multiple-Choice Question Generation 35777 HLT/EMNLP None 2005
Person Name Disambiguation in Web Pages Using Social Network, Compound Words and Latent Topics 35781 PAKDD 260-271 2008
Web-based acquisition of Japanese katakana variants 35782 SIGIR 338-344 2005
Towards Ontology-Based Harmonization of Web Content Standards 35804 ER (Workshops) 1-6 2000
A Proposal for a Web Service-based Architecture to Support the Enhancement Of Units of Learning 35833 EMISA 180-193 2005
Engineering Modular Web-based Education Systems to Support EML Units of Learning 35839 Education for the 21st Century 273-277 2006
Meta-modeling of Educational Practices for Adaptive Web Based Education Systems 35841 WISE 595-596 2005
Towards the Use of Web Services to Support the Provision of Learning Environments in Educational Modeling Languages 35842 WISE Workshops 114-123 2005
A component model for standardized web-based education 35843 ACM Journal of Educational Resources in Computing 1 2001
A Web-Geographical Information System to Support Territorial Data Integration 35846 Encyclopedia of Information Science and Technology (I) 33-37 2005
Combining conceptual modeling and active rules for the design of adaptive web applications 35859 ICWE Workshops 10 2006
WebGD Framework and WebGD-GEN Application Generator 35982 SSDBM 55-58 2005
Scalable template-based query containment checking for web semantic caches 36074 ICDE 493-504 2003
DBProxy: A dynamic data cache for Web applications 36075 ICDE 821-831 2003
Characterizing Web Document Change 36087 WAIM 133-144 2001
Dynamic maintenance of web indexes using landmarks 36092 WWW 102-111 2003
Efficient Update of Indexes for Dynamically Changing Web Documents 36093 World Wide Web 37-69 2007
Web-Scale Data Integration: You can afford to Pay as You Go 36100 CIDR 342-350 2007
Simlarity Search for Web Services 36106 VLDB 372-383 2004
Learning to map between ontologies on the semantic web 36108 WWW 662-673 2002
Structured Data Meets the Web: A Few Observations 36109 IEEE Data Eng. Bull. 19-26 2006
Web Agents for Requirements Consistency Management 36156 Web Intelligence 710-716 2003
Extending Semantic Web Service Description by Service Assumption 36157 Web Intelligence 637-643 2006
aZIMAS: Web Mobile Agent System 36309 Mobile Agents 1-15 2002
A Conceptual Annotation Approach to Indexing in a Web-Based Information System 36386 WECWIS 160-165 1999
EDBT04 Workshop on Database Technologies for Handling XML Information on the Web 36398 SIGMOD Record 132-134 2004
Query Rewriting in the Semantic Web7 36406 ICDE Workshops 7 2006
Data Management for Mobile Ajax Web 2.0 Applications 36442 DEXA 424-433 2007
Transaction Synchronization for XML Data in Client-Server Web Applications 36446 GI Jahrestagung (1) 388-395 2001
Caching XML Data on Mobile Web Clients 36453 International Conference on Internet Computing 150-156 2004
Building Semantic Webs for e-government with Wiki technology 36494 EG 36-55 2006
Distributed Versioning: Consistent Replication for Scaling Back-End Databases of Dynamic Content Web Sites 36577 Middleware 282-304 2003
Caching Dynamic Web Content: Designing and Analysing an Aspect-Oriented Solution 36578 Middleware 1-21 2006
Performance Comparison of Middleware Architectures for Generating Dynamic Web Content 36580 Middleware 242-261 2003
Efficient Support for P-HTTP in Cluster-Based Web Servers 36609 USENIX Annual Technical Conference, General Track 185-198 1999
Flash: An efficient and portable Web server 36614 USENIX Annual Technical Conference, General Track 199-212 1999
A method for transparent admission control and request scheduling in e-commerce web sites 36622 WWW 276-286 2004
A self-managing data cache for edge-of-network web applications 36770 CIKM 177-185 2002
A Scalable and Highly Available Web Server 36772 COMPCON 85-92 1996
Scalable template-based query containment checking for web semantic caches 36776 ICDE 493-504 2003
Enhancing Web Performance 36779 Communication Systems: The State of the Art (IFIP World Computer Congress) 95-126 2002
Adaptive Leases: A Strong Consistency Mechanism for the World Wide Web 36780 INFOCOM 834-843 2000
Kernel Mechanisms for Service Differentiation in Overloaded Web Servers 36784 USENIX Annual Technical Conference, General Track 189-202 2001
Using Bloom Filters to Refine Web Search Results 36785 WebDB 25-30 2005
An observation-based approach towards self-managing web servers 36787 Computer Communications 1174-1188 2006
Adaptive Leases: A Strong Consistency Mechanism for the World Wide Web 36790 IEEE Trans. Knowl. Data Eng. 1266-1276 2003
Personal Web Space 36797 ICDCS Workshops 169-175 2002
A System on Web-Based Continuous Software Process Assessment (Continuous SPA) 36798 ICEIS (3) 529-532 2007
The potential for the evolution of co-operation among web agents 36874 Int. J. Hum.-Comput. Stud. 9-29 1998
Integrating Data Grid and Web Services for E-Science Applications: A Case Study of Exploring Species Distributions 36902 e-Science 31 2006
Tracking Dynamics of Geospatial Phenomena in Distributed and Heterogeneous Environments Using Scientific Workflow and Web Services Technologies 36903 GCC 474-481 2006
Database and Metadata Support of a Web-Based Multimedia Digital Library for Medical Education 36909 ICWL 339-350 2002
Validating Compositions of Geospatial Processing Web Services in a Scientific Workflow Environment 36910 ICWS 821-822 2005
Performance Evaluations of Geospatial Web Services Composition and Invocation 36911 ICWS 1128-1135 2007
A Scientific Workflow Approach to Distributed Geospatial Data Processing using Web Services 36914 SSDBM 87-90 2005
Using Web Services and Scientific Workflow for Species Distribution Prediction Modeling 36915 WAIM 610-617 2005
Untangling compound documents on the web 36977 Hypertext 85-94 2003
Extracting Spatial Knowledge from the Web 36979 SAINT 326-333 2003
Analysis of anchor text for web search 36980 SIGIR 459-460 2003
An adaptive model for optimizing performance of an incremental web crawler 36983 WWW 106-113 2001
Ranking the web frontier 36984 WWW 309-318 2004
Searching the workplace web 36985 WWW 366-375 2003
Geospatial mapping and navigation of the web 36986 WWW 221-229 2001
Natural Language Sales Assistant - A Web-Based Dialog System for Online Sales 37063 IAAI 19-26 2001
An Architecture for Proactive Timed Web Service Compositions 37144 Business Process Management Workshops 323-335 2006
Kooperation von Workflowsystemen im World-Wide Web 37182 EMISA None 1996
Response Time Histograms for Composite Web Services 37189 ICWS 832-833 2004
Multi-Layer Analysis of Web Browsing Performance for Wireless PDAs 37208 LCN 660-667 2004
Towards an Automatically Generated Music Information System Via Web Content Mining 37224 ECIR 585-590 2008
Artist Classification with Web-Based Data 37253 ISMIR None 2004
Discovering and Visualizing Prototypical Artists by Web-Based Co-Occurrence Analysis 37258 ISMIR 21-28 2005
Assigning and Visualizing Music Genres by Web-based Co-Occurrence Analysis 37262 ISMIR 260-265 2006
Combining audio-based similarity with web-based data to accelerate automatic music playlist generation 37265 Multimedia Information Retrieval 147-154 2006
A music search engine built upon audio-based and web-based similarity measures 37272 SIGIR 447-454 2007
Investigating Web-Based Approaches to Revealing Prototypical Music Artists in Genre Taxonomies 37274 ICDIM 519-524 2006
Datenbanksysteme in Business, Technologie und Web, 11. Fachtagung des GI-Fachbereichs "Datenbanken und Informationssysteme" (DBIS), Karlsruhe, 2.-4. Mandauml;rz 200 37368 BTW None 2005
Web Services: Distributed Applications Without Limits 37369 BTW 2-23 2003
Die Kombination von Web Services und Grid - Eine neue Art IT zu verstehen 37373 Berliner XML Tage 22 2004
Combining Web Services and the Grid: Towards Adaptive Enterprise Applications 37374 CAiSE Workshops (2) 9-21 2005
Pricing Web Services 37378 The Role of Business Processes in Service Oriented Architectures None 2006
Facilitating Complex Web Service Interactions through a Tuplespace Binding 37381 DAIS 275-280 2008
Object Orientation and Web Services 37382 ECOOP Workshops 179-189 2003
Web Services and Their Composition 37389 EWSPT 1-2 2001
The Influence of Web Services on Software: Potentials and Tasks 37391 GI Jahrestagung (1) 14-25 2004
Web Services als technische Grundlage fanduuml;r E-Business-Engineering 37392 GI Jahrestagung (2) 678-682 2001
Semantic Business Process Management: A Vision Towards Using Semantic Web Services for Business Process Management 37395 ICEBE 535-540 2005
An Approach to Parameterizing Web Service Flows 37396 ICSOC 533-538 2005
BPEL for Semantic Web Services (BPEL4SWS) 37411 OTM Workshops (1) 179-188 2007
On Web Services Aggregation 37413 TES 1-13 2003
Web Services Invocation Framwork: A Step towards Virtualization Components 37418 XMIDX 33-44 2003
Web-Services - Kurz erklandauml;rt 37422 Datenbank-Spektrum 54-55 2003
Information Integration und Semantic Web 37423 Datenbank-Spektrum 5-6 2003
Semantic Web Services, Part 1 37427 IEEE Intelligent Systems 12-17 2007
Business processes for Web Services: Principles and applications 37431 IBM Systems Journal 425-446 2006
Business process choreography in WebSphere: Combining the power of BPEL and J2EE 37432 IBM Systems Journal 270-296 2004
Web services and business process management 37436 IBM Systems Journal 198-211 2002
Web Services 37439 Informatik Spektrum 117-128 2004
Editorial (Web Services) 37440 Informatik Spektrum 113 2004
Enabling Technology: Ein J2EE-basiertes Business Process Management System zur Ausfanduuml;hrung von BPEL- und Web Service-basierten Geschandauml;ftsprozessen 37443 it - Information Technology 184-192 2004
XtremWeb andamp; Condor sharing resources between Internet connected Condor pools 37502 CCGRID 382-389 2003
Memory Management for Scalable Web Data Servers 37546 ICDE 510-519 1997
An Ontology-Based Method for Querying the Web Data 37643 AINA 628-631 2003
SESQ: A Novel System for Building Domain Specific Web Search Engines 37644 APWeb 1173-1176 2006
A Highly Adaptable Web Information Extractor Using Graph Data Model 37645 APWeb 916-919 2004
Three-Level Schema Model in a Web Data Engine 37647 ASIAN 286-287 2005
A New Query Processing Scheme in a Web Data Engine 37657 DNIS 74-87 2002
WEBDL: A Specific Digital Library for Web Data 37664 ICADL 654-655 2004
Using Structured Tokens to Identify Webpages for Data Extraction 37681 APWeb/WAIM 241-252 2007
A Hybrid Method for Web Data Extraction 37682 Web Intelligence 417-420 2003
Leveraging Webpage Classification for Data Object Recognition 37683 Web Intelligence 667-670 2007
Meta-search Based Web Resource Discovery for Object-Level Vertical Search 37685 WISE 16-27 2006
Semantic and Interoperable WebGIS 37686 WISE (2) 42-47 2001
Building a Domain Independent Platform for Collecting Domain Specific Data from the Web 37687 WISE 3 2006
Querying the Semantic Web: A Formal Approach 37732 International Semantic Web Conference 177-191 2002
Analysis and Visualization of the DX Community with Information Extracted from the Web 37743 DEXA 726-735 2005
Management and Retrieval of Web Services Based on Formal Concept Analysis 37764 CIT 269-275 2005
Efficient Community Management and Optimization Strategies of Web Services in Peer-to-Peer Environments 37771 APWeb 301-310 2004
Towards Load Balancing in Peer-to-Peer Environment of Web Services 37778 APWeb 311-320 2004
A Framework of Web Service Composition for Distributed XML Query Evaluation 37779 APWeb 572-578 2005
Modeling Web Services Based on the Bayesian Network 37783 ASIAN 263-264 2005
Mobile-Agent Based Distributed Web GIS 37787 CoopIS 53-66 2001
WSQuery: XQuery for Web Services Integration 37788 DASFAA 372-384 2005
Concept-Based Retrieval of Alternate Web Services 37789 DASFAA 359-371 2005
Efficient Web Service Composition Based on Syntactical Matching 37799 EEE 782-783 2005
Service Selection in Dynamic Demand-Driven Web Services 37812 ICWS 376-383 2004
Web-Age Information Management, First International Conference, WAIM 2000, Shanghai, China, June 21-23, 2000, Proceeding 37825 WAIM 204-215 2000
Capacity Planning for Composite Web Services Using Queueing Network-Based Models 37830 WAIM 439-448 2004
Peer-Serv: A Framework of Web Services in Peer-to-Peer Environment 37832 WAIM 298-305 2003
An Empirical Study of Learning-Based Web Search 37833 WAIM 116-125 2002
Academic web search engine: generating a survey automatically 37841 WWW 1161-1162 2007
VsLattice: A vector-based conceptual index structure for web service retrieval 37849 Information Systems Frontiers 423-437 2007
ParaMEME: a parallel implementation and a web interface for a DNA and protein motif discovery tool 37899 Computer Applications in the Biosciences 303-310 1996
Server Side Website Wrapping the XWeb approach 37920 DIWeb 100-113 2001
Accessing COM-Based Applications from Java Using Web Services 37924 ICWS 487-492 2003
The Opsis Project: Materialized Views for Data Warehouses and the Web 37955 Panhellenic Conference on Informatics 64-81 2001
WebView Materialization 37965 SIGMOD Conference 367-378 2000
Update Propagation Strategies for Improving the Quality of Data on the Web 37980 VLDB 391-400 2001
Balancing Performance and Data Freshness in Web Database Servers 37981 VLDB 393-404 2003
Adaptive WebView Materialization 37989 WebDB 85-90 2001
On the Materialization of WebViews 37990 WebDB (Informal Proceedings) 79-84 1999
Efficient Dissemination of Aggregate Data over the Wireless Web 37991 WebDB 93-98 2003
Generating Dynamic Content at Database-Backed Web Servers: cgi-bin vs. mod_perl 38014 SIGMOD Record 26-31 2000
Exploring the tradeoff between performance and data freshness in database-driven Web servers 38034 VLDB J. 240-255 2004
Web page clustering enhanced by summarization 38105 CIKM 242-243 2004
Subjectivity Categorization of Weblog with Part-of-Speech Based Smoothing 38107 ICDM 285-294 2006
Learn from web search logs to organize search results 38112 SIGIR 87-94 2007
Instant Web Retrieval for Instance-Attribute Queries 38113 Web Intelligence 579-585 2007
Semantic Caching via Query Matching for Web Sources 38174 CIKM 77-85 1999
BF*: Web Services Discovery and Composition as Graph Search Problem 38180 EEE 784-786 2005
WSBen: A Web Services Discovery and Composition Benchmark 38189 ICWS 239-248 2006
OpenArXiv = arXiv + RDBMS + web services 38192 JCDL 374 2006
Pollock: automatic generation of virtual web services from web sites 38196 SAC 1650-1655 2005
Algorithms for Web Services Discovery and Composition Based on Syntactic and Semantic Service Descriptions 38200 CEC/EEE 66 2006
Semantic Web-Service Discovery and Composition Using Flexible Parameter Matching 38201 CEC/EEE 533-542 2007
Seventh ACM International Workshop on Web Information and Data Management (WIDM 2005), Bremen, Germany, November 4, 200 38202 WIDM None 2005
Web based linkage 38203 WIDM 121-128 2007
Conjunctive Point Predicate-based Semantic Caching for Wrappers in Web Databases 38204 Workshop on Web Information and Data Management 45-48 1998
Towards Intelligent Semantic Caching for Web Sources 38211 J. Intell. Inf. Syst. 23-45 2001
Report on the 7th ACM International Workshop on Web Information and Data Management (WIDM 2005) 38214 SIGIR Forum 31-33 2006
Report on the 7th ACM International Workshop on Web Information and Data Management: (WIDM 2005) 38217 SIGMOD Record 59-61 2006
A Semantic Web-based Architecture for Collaborative Multi-Agent Functional Modeling in Design 38233 CSCWD 677-682 2006
Meta-Data Modeling for Quality of Service (QoS) Management in the World Wide Web (WWW) 38403 MMM 223- 1998
DBCache: database caching for web application servers 38506 SIGMOD Conference 612 2002
Extending Conceptual Models for Web Based Applications 38539 ER 216-231 2003
Monsters at the Gate: When Softbots Visit Web Search Engine 38544 International Conference on Internet Computing 620-626 2003
Multitasking Web Search on Alta Vista 38547 ITCC (1) 309-313 2004
How search engines shape the web 38566 WWW (Special interest tracks and posters) 879 2005
Multitasking during Web search sessions 38572 Inf. Process. Manage. 264-275 2006
A temporal comparison of AltaVista Web searching 38574 JASIST 559-570 2005
The Effect of Specialized Multimedia Collections on Web Searching 38575 J. Web Eng. 182-199 2004
Automated gathering of Web information: An in-depth examination of agents interacting with search engines 38577 ACM Trans. Internet Techn. 442-464 2006
A Fuzzy Visual Query Language for a Domain-Specific Web Search Engine 38627 Diagrams 176-190 2002
Personalisation of Web Search 38754 ITWP 201-228 2003
Web Information Systems Engineering - WISE 2007, 8th International Conference on Web Information Systems Engineering, Nancy, France, December 3-7, 2007, Proceeding 38893 WISE None 2007
Signature-Based Indexing Techniques for Web Access Logs 38938 Encyclopedia of Information Science and Technology (V) 2481-2485 2005
Advanced Signature Indexing for Multimedia and Web Application 38939 None None 2003
Finding Generalized Path Patterns for Web Log Data Mining 38942 ADBIS-DASFAA 215-228 2000
Exploiting Web Log Mining for Web Cache Enhancement 38953 WEBKDD 68-87 2001
Indexing web access-logs for pattern queries 38960 WIDM 63-68 2002
A Data Mining Algorithm for Generalized Web Prefetching 38976 IEEE Trans. Knowl. Data Eng. 1155-1169 2003
Web projections: learning from contextual subgraphs of the web 38990 WWW 471-480 2007
Protecting Datasources over the Web: Policies, Models, and Mechanisms 38998 Web-Powered Databases 299-330 2003
From Surface to Intensive Matching of Semantic Web Ontologies 39013 DEXA Workshops 140-144 2004
A General Methodological Framework for the Development of Web-Based Information Systems 39024 ER (Workshops) 128-139 2000
The MX Formalism for Semantic Web Compatible Representation of Music Metadata 39037 Multimedia Information Systems 78-92 2005
On specifying security policies for web documents with an XML-based language 39040 SACMAT 57-65 2001
The InterData methodological framework for the development of Web-based information systems 39050 SEBD 139-152 2000
A Semantic Web ontology for context-based classification and retrieval of music resources 39082 TOMCCAP 177-198 2006
The O3-Vet project: A veterinary electronic patient record based on the web technology and the ADT-IHE actor for veterinary hospitals 39085 Computer Methods and Programs in Biomedicine 68-77 2007
Web Search via Hub Synthesis 39091 FOCS 500-509 2001
Special Issue on Algorithms and Models for the Web-Graph 39130 Internet Mathematics None 2005
Learning to Extract Symbolic Knowledge from the World Wide Web 39140 AAAI/IAAI 509-516 1998
Machine Learning in the World Wide Web 39152 ECML 32 1995
Web Watcher: A Tour Guide for the World Wide Web 39162 IJCAI (1) 770-777 1997
Extracting targeted data from the web 39171 KDD 3 2001
Learning, Information Extraction and the Web 39178 ECML/PKDD 1 2007
Learning to construct knowledge bases from the World Wide Web 39182 Artif. Intell. 69-113 2000
ComposingWeb Services with Nondeterministic Behavior 39270 ICWS 909-912 2006
Automatic Composition of Web Services in Colombo 39294 SEBD 8-15 2005
Automatic Composition of Transition-based Semantic Web Services with Messaging 39303 VLDB 613-624 2005
Query Answering Using Views for Data Integration over the Web 39304 WebDB (Informal Proceedings) 73-78 1999
Using Visual Features for Fine-Grained Genre Classification of Web Pages 39378 HICSS 131 2008
Facilitating situation assessment through gir with multi-scale open source web documents 39435 GIR 95-96 2007
Efficiently Detecting Webpage Updates Using Samples 39437 ICWE 285-300 2007
Designing efficient sampling techniques to detect webpage updates 39451 WWW 1147-1148 2007
Extraction and search of chemical formulae in text documents on the web 39452 WWW 251-260 2007
Framework for the Semantic Web: An RDF Tutorial 39456 IEEE Internet Computing 68-73 2000
Interactive Discovery and Composition of Complex Web Services 39458 ADBIS 216-231 2006
Rule-Assisted Prefetching in Web-Server Caching 39463 CIKM 504-511 2000
Information Extraction - Tree Alignment Approach to Pattern Discovery in Web Documents 39471 DEXA 789-798 2002
Information Aggregation Using the Camandeacute;landeacute;on# Web Wrapper 39484 EC-Web 76-86 2005
iiWAS'2003 - The Fifth International Conference on Information Integrationand Web-based Applications Services, 15-17 September 2003, Jakarta, Indonesi 39492 iiWAS 327-328 2003
iiWAS'2004 - The sixth International Conference on Information Integrationand Web-based Applications Services, 27-29 September 2004, Jakarta, Indonesi 39493 iiWAS None 2004
iiWAS'2005 - The Seventh International Conference on Information Integrationand Web-based Applications Services, 19-21 September 2005, Kuala Lumpur, Malaysi 39496 iiWAS None 2006
Introduction to Part I: Web-Languages and Logic 39498 INAP (LNCS Volume) 3-4 2001
Making Web Servers Pushier 39502 WEBKDD 112-125 1999
Extracting Information from Semi-structured Web Documents 39504 OOIS Workshops 166-175 2002
Information Brokering on the World Wide Web 39511 WebNet None 1997
Semantic Query Transformation for the Intelligent Integration of Information Sources over the Web 39513 Workshop on Information Integration on the Web 164-171 2001
Indexing the Indonesian Web: Language Identification and Miscellaneous Issues 39519 WWW Posters None 2001
Clustering web documents using co-citation, coupling, incoming, and outgoing hyperlinks: a comparative performance analysis of algorithms 39524 IJWIS 69-76 2006
Hybrid Transformation for Indexing and Searching Web Documents in the Cartographic Paradigm 39526 Inf. Syst. 75-92 2001
Effective Integration of Declarative Rules with External Evaluations for Semantic-Web Reasoning 39533 ESWC 273-287 2006
Searching and Surfing the Web Using a Semi-Adaptive Meta-Engine 39535 ITCC 416-420 2001
dlvhex: A Prover for Semantic-Web Reasoning under the Answer-Set Semantics 39547 Web Intelligence 1073-1074 2006
Intelligent anticipated exploration of Web sites 39550 AI Commun. 197-214 2001
Intelligent Anticipated Exploration of Web Site 39553 CoRR 165-195 2001
Jena: implementing the semantic web recommendations 39561 WWW (Alternate Track Papers andamp; Posters) 74-83 2004
Supporting Scalable, Persistent Semantic Web Applications 39563 IEEE Data Eng. Bull. 33-39 2003
Choosing Appropriate Method Guidelines for Web-Ontology Building 39590 ER 270-287 2005
Supporting Relative Workflows with Web Services 39598 APWeb 680-691 2006
Semantic-Enabled Organization of Web Services 39599 APWeb 511-521 2008
Web Service Based Architecture for Workflow Management Systems 39609 DEXA 34-43 2004
Implementing a Flexible Compensation Mechanism for Business Processes in Web Service Environment 39613 ICWS 753-760 2006
Deriving Transactional Properties of CompositeWeb Services 39614 ICWS 631-638 2007
Efficiently Computing Frequent Tree-Like Topology Patterns in a Web Environment 39627 TOOLS (31) 440-447 1999
Accessing Active Application-oriented DBMS from the World Wide Web 39652 CODAS 171-173 1996
Automatically Maintaining Wrappers for Web Sources 39673 IDEAS 105-114 2005
ITPilot: A Toolkit for Industrial-Strength Web Data Extraction 39677 Web Intelligence 798-801 2005
A Robust Web-Based Approach for Broadcasting Downward Messages in a Large-Scaled Company 39690 WISE 222-233 2006
How Valuable is External Link Evidence When Searching Enterprise Webs 39700 ADC 77-84 2004
Automated Discovery of Search Interfaces on the Web 39701 ADC 181-189 2003
Performance and Cost Tradeoffs in Web Search. 39702 ADC 161-169 2004
Server selection on the World Wide Web 39708 ACM DL 37-46 2000
Overview of the TREC-2002 Web Track 39714 TREC None 2002
TREC12 Web and Interactive Tracks at CSIRO 39715 TREC 193-203 2003
TREC10 Web and Interactive Tracks at CSIRO 39716 TREC None 2001
Overview of the TREC 2003 Web Track 39717 TREC 78-92 2003
Task Descriptions: Web Track 2003 39718 TREC 204-214 2003
TREC 11 Web and Interactive Tracks at CSIRO 39719 TREC None 2002
Overview of the TREC-8 Web Track 39724 TREC None 1999
Overview of the TREC-8 Web Track - Results 39725 TREC None 1999
Testbed for information extraction from deep web 39727 WWW (Alternate Track Papers andamp; Posters) 346-347 2004
Results and Challenges in Web Search Evaluation 39730 Computer Networks 1321-1330 1999
Engineering a multi-purpose test collection for Web retrieval experiments 39731 Inf. Process. Manage. 853-871 2003
Beyond Webservices - Conceptual Modelling for Service Oriented Architectures 39757 ER 865-866 2004
Experiences in Federated Databases: From IRO-DB to MIRO-Web 39772 VLDB 655-658 1998
Visual Querying for the Semantic Web 39826 ER 852-853 2004
Reasoning on the Web: Language Prototypes and Perspectives 39827 EWIMT None 2004
Towards static type checking of Web query language 39828 Grundlagen von Datenbanken 28-32 2005
Vorfanduuml;hrung von Xcerpt und visXcerpt, Anfragesprachen fanduuml;r das Web 39829 Grundlagen von Datenbanken 12 2006
Xcerpt und visXcerpt: deduktive Anfragesprachen fanduuml;r das Web 39830 Grundlagen von Datenbanken 18-22 2004
Xcerpt et visXcerpt : langages dandeacute;ductifs d'interrogation du Web 39831 JFPLC None 2004
Modular Web Queries - From Rules to Stores 39832 OTM Workshops (2) 1165-1175 2007
Xcerpt and visXcerpt: IntegratingWeb Querying 39833 PLAN-X 84 2006
Effective and Efficient Data Access in the Versatile Web Query Language Xcerpt 39834 PPSWR 219-224 2006
A Visual Language for Web Querying and Reasoning 39835 PPSWR 99-112 2003
A Generic Module System for Web Rule Languages: Divide and Rule 39837 RuleML 63-77 2007
Beyond XML and RDF: The Versatile Web Query Language Xcerpt 39840 WWW 1053-1054 2006
Completing Queries: Rewriting of Incomplete Web Queries Under Schema Constraints 39841 RR 319-328 2007
Querying the Web Reconsidered: Design Principles for Versatile Web Query Languages 39842 Int. J. Semantic Web Inf. Syst. 1-21 2005
Issues in Cache-Answerability for XML Queries on the Web( 39876 APWeb 252-257 2004
A Scalable Solution to XML View Materialization on the Web 39877 BNCOD 270-273 2006
Handling Updates for Cache-Answerability of XML Queries on the Web 39879 BNCOD 124-135 2004
Layered Web-Caching Technique for VOD Services 39892 ICCSA (1) 345-351 2004
Data Integration and Cache-Answerability of Queries through XML View of Data Source on the Web 39895 IMSA 242-247 2005
Web-based Traffic Management for Customer Network Management 39899 CIMCA/IAWTIC 155 2006
Catching the boat with Strudel: experiences with a Web Site management system 39905 BDA None 1998
Catching the Boat with Strudel: Experiences with a Web-Site Management System 39912 SIGMOD Conference 414-425 1998
STRUDEL: A Web-site Management System 39913 SIGMOD Conference 549-552 1997
Selective Approach To Handling Topic Oriented Tasks On The World Wide Web 39916 CIDM 343-348 2007
Overview of Strudel - A Web-Site Management System 39919 Networking and Information Systems 115-140 1998
An Empirical Study on the Change of Web Pages 39920 APWeb 632-642 2005
Effective Criteria for Web Page Changes 39921 APWeb 837-842 2006
A Precise Metric for Measuring How Much Web Pages Change 39922 DASFAA 557-571 2006
Implementation of a Web Robot and Statistics on the Korean Web 39925 Human.Society@Internet 2003 341-350 2003
Estimating the Change of Web Pages 39927 International Conference on Computational Science (3) 798-805 2007
Using SiteRank for Decentralized Computation of Web Document Ranking 39932 AH 265-274 2004
A Framework for Decentralized Ranking in Web Information Retrieval 39934 APWeb 213-226 2003
Towards a Common Framework for Peer-to-Peer Web Retrieval 39936 From Integrated Publication and Information Systems to Virtual Information and Knowledge Environments 138-151 2005
Towards P2P-Based Semantic Web Service Discovery with QoS Support 39937 Business Process Management Workshops 18-31 2005
Summary of the Results of the Break-out Session "Social Issues around the Semantic Web" 39953 Semantic Interoperability and Integration None 2005
Data Management in the Social Web 39967 EDBT 1203-1204 2006
Topic 18: Peer-to-Peer and Web Computing 39971 Euro-Par 1013 2004
Using a Layered Markov Model for Distributed Web Ranking Computation 39984 ICDCS 533-542 2005
Databases and the Web: What's in it for Databases? (Panel) 39989 ICDE 192 1997
Scalable Peer-to-Peer Web Retrieval with Highly Discriminative Keys 39991 ICDE 1096-1105 2007
Swarm Intelligent Surfing in the Web 39995 ICWE 431-440 2003
The Chatty Web Approach for Global Semantic Agreements 40005 MMGPS None 2003
The Semantic Web, 6th International Semantic Web Conference, 2nd Asian Semantic Web Conference, ISWC 2007 + ASWC 2007, Busan, Korea, November 11-15, 2007 40022 ISWC/ASWC None 2007
Web text retrieval with a P2P query-driven index 40024 SIGIR 679-686 2007
The Advanced Web Query System of GPCRDB 40028 SSDBM 281 1999
Beyond "web of trust": Enabling P2P E-commerce 40038 CEC 303-312 2003
Web Information Systems - WISE 2006, 7th International Conference on Web Information Systems Engineering, Wuhan, China, October 23-26, 2006, Proceeding 40039 WISE None 2006
The chatty web: emergent semantics through gossiping 40040 WWW 197-206 2003
Separating Business Process from User Interaction in Web-Based Information Commerce 40049 Electronic Commerce Research 83-111 2003
From bioinformatic web portals to semantically integrated Data Grid networks 40051 Future Generation Comp. Syst. 485-496 2007
Start making sense: The Chatty Web approach for global semantic agreements 40071 J. Web Sem. 89-114 2003
Online data migration for autonomic provisioning of databases in dynamic content web servers 40120 CASCON 268-282 2005
Using Semantic Information to Improve Transparent Query Caching for Dynamic Content Web Sites 40121 DEEC 132-138 2005
Transparent caching with strong consistency in dynamic content web sites 40127 ICS 264-273 2005
Request Rewriting-Based Web Service Discovery 40164 International Semantic Web Conference 242-257 2003
D2CP et compute BCov. Un prototype et un algorithme pour la dandeacute;couverte de services web dans le contexte du web sandeacute;mantiqu 40166 Ingandeacute;nierie des Systandegrave;mes d'Information 83-112 2003
On automating Web services discovery 40167 VLDB J. 84-96 2005
Web Rendering Systems: Techniques, Classification Criteria and Challenges 40206 Visualizing the Semantic Web 63-89 2002
Web-Based Information Access 40215 CoopIS 10-19 1999
Materializing the Web 40218 CoopIS 24-31 1998
Conceptual Views over the Web 40237 KRDB 3.1-3.6 1997
Accessing the Web: exploiting the DB paradigm 40242 OM None 1998
A no-frills approach for accessible Web-based learning material 40263 W4A 19-27 2004
Querying Multiple Databases Dynamically on the World Wide Web 40264 WISE 238-245 2000
Databases and the Web: New Requirements for Easy Access 40268 ACM Comput. Surv. 131 1996
WAG: Web-at-a-Glance 40272 Int. J. Cooperative Inf. Syst. 187-214 1998
A light-weight Web-at-a-Glance system for intelligent information retrieval 40281 Knowl.-Based Syst. 115-124 1998
Managing Evolving Ontologies in the WebOntEx System 40399 International Conference on Internet Computing (1) 97-103 2001
Extracting XML DTDs from Relational Schemas in the WebOntEx System 40400 International Conference on Internet Computing (1) 192-198 2001
Semantic Web Mining 40401 IKE 75-81 2004
Special track on the Semantic Web and Applications: editorial message 40405 SAC 2230 2008
PIES: A Web Information Extraction System Using Ontology and Tag Patterns 40406 WAIM 688-693 2005
Web Data Cleansing and Preparation for Ontology Extraction using WordNet 40407 WISE (2) 11-18 2000
Learning Rules for Conceptual Structure on the Web 40410 J. Intell. Inf. Syst. 237-256 2004
Persistence of information on the web: Analyzing citations contained in research articles 40413 CIKM 235-242 2000
Persistence of Web References in Scientific Research 40418 IEEE Computer 26-31 2001
Strategies for minimising errors in hierarchical web categorisation 40530 CIKM 525-531 2002
What's Changed? Measuring Document Change in Web Crawling for Search Engines 40543 SPIRE 28-42 2003
Searchable words on the Web 40554 Int. J. on Digital Libraries 99-105 2005
Supporting Collaborative Authoring of Web Content by Customizable Resource Repositories 40569 GI Jahrestagung (1) 358-367 2001
Composing and Maintaining Web-based Virtual Enterprises 40594 TES 155-174 2000
Preserving privacy in web services 40595 WIDM 56-62 2002
A Dynamic Foundational Architecture for Semantic Web Services 40596 Distributed and Parallel Databases 179-206 2005
Context-based matching for Web service composition 40597 Distributed and Parallel Databases 5-37 2007
Organizing and accessing web services on air 40599 IEEE Transactions on Systems, Man, and Cybernetics, Part A 742-757 2003
Data-Warehouse-Einsatz zur Web-Zugriffsanalyse 40667 Web andamp; Datenbanken 335-362 2003
OLAP-Auswertung von Web-Zugriffen 40672 GI-Workshop Internet-Datenbanken 95-104 2000
Supporting Range Queries on Web Data Using k-Nearest Neighbor Search 40680 W2GIS 61-75 2007
Supporting Range Queries on Web Data Using k-Nearest Neighbor Search 40681 WebDB None 2007
Reactive Web Agents with Open Constraint Programming 40698 ISADS 251-254 2001
Web Caching 40721 Web andamp; Datenbanken 191-216 2003
Harvesting and Organizing Knowledge from the Web 40724 ADBIS 12-13 2007
BTW 2003, Datenbanksysteme fanduuml;r Business, Technologie und Web, Tagungsband der 10. BTW-Konferenz, 26.-28. Februar 2003, Leipzi 40726 BTW None 2003
Rank synopses for efficient time travel on the web graph 40741 CIKM 864-865 2006
The Web in 2010: Challenges and Opportunities for Database Research 40744 Informatics 1-23 2001
Exploiting Community Behavior for Enhanced Link Analysis and Web Search 40746 Web Information Retrieval and Linear Algebra Algorithms None 2007
Towards a Statistically Semantic Web 40762 ER 3-17 2004
P2P Directories for Distributed Web Search: From Each According to His Ability, to Each According to His Needs 40772 ICDE Workshops 51 2006
Web search clickstreams 40785 Internet Measurement Conference 245-250 2006
Combining linguistic and statistical analysis to extract relations from web documents 40789 KDD 712-717 2006
The Web in Ten Years: Challenges and Opportunities for Database Research 40801 SEBD 3-15 2002
A Pocket Guide to Web History 40816 SPIRE 86-97 2007
The SphereSearch Engine for Unified Ranked Retrieval of Heterogeneous XML and Web Documents 40825 VLDB 529-540 2005
Global Document Frequency Estimation in Peer-to-Peer Web Search 40841 WebDB None 2006
Exploiting Community Behavior for Enhanced Link Analysis and Web Search 40842 WebDB None 2006
Query-Log Based Authority Analysis for Web Information Search 40844 WISE 90-101 2004
Unstoppable Stateful PHP Web Services 40845 WISE 132-143 2006
The Role of Web Services in Information Search 40858 IEEE Data Eng. Bull. 60-65 2002
p2pDating: Real life inspired semantic overlay networks for Web search 40878 Inf. Process. Manage. 643-664 2007
Report on the 10th Conference on Database Systems for Business, Technology, and the Web (BTW 2003) 40890 SIGMOD Record 90-92 2003
The Juxtaposed approximate PageRank method for robust PageRank approximation in a peer-to-peer web search network 40901 VLDB J. 291-313 2008
A Transaction-Oriented Framework for Composing Transactional Web Services 40905 IEEE SCC 654-663 2004
Extending workflow patterns with transactional dependencies to define reliable composite Web services 40906 AICT/ICIW 145 2006
Overview of Transactional Patterns: Combining Workflow Flexibility and Transactional Reliability for Composite Web Services 40908 Business Process Management 440-445 2005
Towards Formal Verification of Web Service Composition 40912 Business Process Management 257-273 2006
Specification and Verification of Authorization Policies for Web Services Composition 40914 CAiSE Forum None 2007
Reliable Web Services Composition using a Transactional Approach 40919 EEE 15-21 2005
Securing Web Service Compositions: Formalizing Authorization Policies Using Event Calculus 40930 ICSOC 440-446 2006
Analysis of Composite Web Services Using Logging Facilities 40931 ICSOC Workshops 74-85 2006
Transactional patterns for reliable web services compositions 40932 ICWE 137-144 2006
Discovering and Improving Recovery Mechanisms of CompositeWeb Services 40935 ICWS 99-110 2006
Reasoning about Events to Specify Authorization Policies forWeb Services Composition 40936 ICWS 481-488 2007
Web Service Mining and Verification of Properties: An Approach Based on Event Calculus 40940 OTM Conferences (1) 408-425 2006
An Event-Based Model for Web Services Coordination 40947 WEBIST (1) 81-88 2006
A Contract-Based Approach for Monitoring Collaborative Web Services Using Commitments in the Event Calculus 40949 WISE 426-434 2005
Web Information Systems Engineering - WISE 2007 Workshops, WISE 2007 International Workshops, Nancy, France, December 3, 2007, Proceeding 40950 WISE Workshops None 2007
Ensuring required failure atomicity of composite Web services 40952 WWW 138-147 2005
Exploring the Bounds of Web Latency Reduction from Caching and Prefetching 41019 USENIX Symposium on Internet Technologies and Systems None 1997
Digital Libraries and Web-based Information Systems 41259 Description Logic Handbook 427-449 2003
Semantic Web: The Story of the RIFt so Far 41265 ICLP 2 2006
Supporting online problem-solving communities with the semantic web 41280 WWW 575-584 2006
A description logic-based configurator on the web 41292 SIGART Bulletin 20-22 1998
Staging Software Visualizations on the Web 41324 VL 368-375 1997
Fostering Debugging Communities on the Web 41326 Commun. ACM 65-71 1997
An Effective Web-based Software Visualization Learning Environment 41331 J. Vis. Lang. Comput. 485-508 1998
Web page clustering enhanced by summarization 41335 CIKM 242-243 2004
IRC: An Iterative Reinforcement Categorization Algorithm for Interrelated Web Objects 41339 ICDM 273-280 2004
Web-page summarization using clickthrough data 41342 SIGIR 194-201 2005
A comparison of implicit and explicit links for web page classification 41343 WWW 643-650 2006
Personal name classification in web queries 41344 WSDM 149-158 2008
Noise reduction through summarization for Web-page classification 41345 Inf. Process. Manage. 1735-1747 2007
The Egloo Fuzzy Web Data Source Selection Tool 41368 DEXA Workshops 355-359 2007
A web tool for web document and data source selection with SQLFI 41371 ICEIS (1) 449-452 2007
QoS-Aware Middleware for Web Services Composition 41486 IEEE Trans. Software Eng. 311-327 2004
Fast Algorithms for Large-State-Space HMMs with Applications to Web Usage Analysis 41567 NIPS None 2003
Data Intensive Intra- andamp; Internet Applications - Experiences Using Java and CORBA in the World Wide Web 41664 ICDE 302-311 1998
Modeling and generating application logic for data-intensive web applications 41669 ICWE 77-84 2006
Towards an operation model for generated web applications 41670 ICWE Workshops 7 2006
Data-intensive Intra- and Internet Applications based on Java, CORBA, and the World Wide Web 41702 TAPOS 181-197 1999
Rule-Assisted Prefetching in Web-Server Caching 41714 CIKM 504-511 2000
Hybrid Transformation for Indexing and Searching Web Documents in the Cartographic Paradigm 41812 Inf. Syst. 75-92 2001
Task-Oriented Integrated Use of Biological Web Data Sources 41851 SSDBM 81-90 2006
Expressive Profile Specification and Its Semantics for a Web Monitoring System 41853 ER 420-433 2004
CX-DIFF: A Change Detection Algorithm for XML Content and Change Presentation Issues for WebVigiL 41854 ER (Workshops) 273-284 2003
WEBVIGIL: Monitoring Multiple Web Pages and Presentation of XML Pages 41855 ICDE Workshops 1276 2005
CX-DIFF: a change detection algorithm for XML content and change visualization for WebVigiL 41856 Data Knowl. Eng. 209-230 2005
Effective compression for the web: exploiting document linkages 41869 ADC 68-75 2001
Enhancing the US Navy's GIDB Portal with Web Services 42101 IEEE Internet Computing 53-60 2006
A Framework for Web-Based Interactive Applications of High-Resolution 3D Medical Image Data 42102 CBMS 119-124 2006
SEM-Ether: Semantic Web Based Pervasive Computing Framework - Integrating Web, Devices and People 42157 AAAI 1028-1029 2004
A QoS Oriented Framework for Adaptive Management of Web Service Based Workflows 42159 DEXA 826-835 2003
Characterizing Quality of Knowledge on Semantic Web 42162 FLAIRS Conference None 2004
Provisioning Resilient, Adaptive Web Services-based Workflow: A Semantic Modeling Approach 42163 ICWS 480-487 2004
Towards Intelligent Web Services for Automating Medical Service Composition 42164 ICWS 384- 2004
OntoKhoj: a semantic web portal for ontology searching, ranking and classification 42176 WIDM 58-61 2003
Compositional knowledge management for medical services on semantic web 42177 WWW (Alternate Track Papers andamp; Posters) 498-499 2004
Database Management Issues in the Web Environment 42183 Effective Databases for Text andamp; Document Management 109-134 2003
Integrity Issues in the Web: Beyond Distributed Databases 42184 Database Integrity 293-321 2002
Database Technologies on the Web 42185 Encyclopedia of Information Science and Technology (II) 745-749 2005
Applying Database Techniques to the Semantic Web 42186 Encyclopedia of Database Technologies and Applications 18-22 2005
Automatic Generation of Semantic Fields for Resource Discovery in the Semantic Web 42188 DEXA 706-715 2005
Embedding Semantic Annotations into Dynamic Web Contents 42189 DEXA Workshops 231-235 2004
Querying the Web with Datalog 42193 IADT 499-504 1998
A Survey on Disk Oriented Querying and Reasoning on the Semantic Web 42195 ICDE Workshops 58 2006
Recuperaciandoacute;n de Informaciandoacute;n en la WWW: D3Web 42204 JIDBD 31-40 1997
Anotaciandoacute;n Semandaacute;ntica de Documentos Web 42205 JISBD 551-562 2003
Arquitectura para la Clasificaciandoacute;n y Composiciandoacute;n de Servicios Web 42206 JISBD 283-288 2005
Deep Crawling in the Semantic Web: In Search of Deep Knowledge 42209 WISE 541-546 2004
A Design Methodology for Semantic Web Database-Based Systems 42210 ICITA (1) 233-237 2005
A Prototype for Discovering Compositions of Semantic Web Services 42211 SWAP None 2006
Putting the Semantic Web to Work with DB Technology 42213 IEEE Data Eng. Bull. 49-54 2003
Current Trends in Database Technology - EDBT 2006, EDBT 2006 Workshops PhD, DataX, IIDB, IIHA, ICSNW, QLQP, PIM, PaRMA, and Reactivity on the Web, Munich, Germany, March 26-31, 2006, Revised Selected Paper 42240 EDBT Workshops None 2006
Semantic Web Technology for Agent Communication Protocols 42243 ESWC 5-18 2008
Searching the Web: From Keywords to Semantic Queries 42260 ICITA (1) 244-249 2005
The consistent web: a vision for the future 42614 CoNEXT 240-241 2005
Graph Structure of the Korea Web 42616 DASFAA 930-935 2007
Organizing and sharing distributed personal web-service data 42674 WWW 755-764 2008
A Binary-Categorization Approach for Classifying Multiple-Record Web Documents Using Application Ontologies and a Probabilistic Model 42696 DASFAA 58-65 2001
Recognizing Ontology-Applicable Multiple-Record Web Documents 42699 ER 555-570 2001
A Sentence-Based Copy Detection Approach for Web Documents 42700 FSKD (1) 557-570 2005
SemiLog: A Logic-Based Query Language for Hierarchical Data in Web Documents 42701 ICSC 109-120 1999
Using Word Clusters to Detect Similar Web Documents 42705 KSEM 215-228 2006
A Probabilistic Model for Classification of Multiple-Record Web Documents 42707 OOIS 349-357 2000
Record-Boundary Discovery in Web Documents 42708 SIGMOD Conference 467-478 1999
A Client-Based Web-Cache Management System 42709 WAIM 379-386 2002
A Client-Based Web Prefetching Management System Based on Detection Theory 42710 WCW 129-143 2004
An Ontology-Based Binary-Categorization Approach for Recognizing Multiple-Record Web Documents Using a Probabilistic Retrieval Model 42714 Inf. Retr. 295-332 2003
Answering form-based web queries using the data-mining approach 42715 J. Intell. Inf. Syst. 1-32 2008
Performing Binary-Categorization on Multiple-Record Web Documents Using Information Retrieval Models and Application Ontologies 42717 World Wide Web 281-303 2003
An Experimental Study of Prefetching and Caching Algorithms for the World Wide Web 42719 ALENEX 71-85 2002
Algorithms and Experiments for the Webgraph 42732 ESA 703-714 2003
Algorithms and Models for the Web-Graph: Third International Workshop, WAW 2004, Rome, Italy, October 16, 2004, Proceeeding 42765 WAW 206-217 2004
Link-Based Characterization and Detection of Web Spam 42770 AIRWeb 1-8 2006
A reference collection for web spam 42792 SIGIR Forum 11-24 2006
The Web as a graph: How far we are 42799 ACM Trans. Internet Techn. None 2007
Link analysis for Web spam detection 42800 TWEB None 2008
An Intelligent Web Service System 42804 Engineering Information Systems in the Internet Context 177-201 2002
Semantic Web Modeling and Programming with XDD 42806 SWWS 161-180 2001
WWWatch: Watching the World in Different Views with Semantic Web 42808 Semantic Web Challenge None 2007
XML Declarative Description: A Language for the Semantic Web 42810 IEEE Intelligent Systems 54-65 2001
A Language for Wireless Sensor Webs 42818 CNSR 293-300 2004
The Implications of Visualization Ability and Structure Preview Design for Web Information Search Tasks 42840 Int. J. Hum. Comput. Interaction 75-95 2001
Creating Synthetic Temporal Document Collections for Web Archive Benchmarking 42847 Advances in Web Intelligence and Data Mining 171-180 2006
Adapting Question Answering Techniques to the Web 42882 Language Engineering Conference 163 2002
A rough fuzzy approach to web usage categorization 42890 Fuzzy Sets and Systems 119-129 2004
Practical Case Study of a Web-based Tutor Payment System 42941 Web-Powered Databases 88-120 2003
Web-Powered Database 42943 None None 2003
Dynamic Approach for Integrating Web Data Warehouses 42978 ICCSA (4) 207-216 2006
A Systematic Design Approach for XML-View Driven Web Document Warehouses 42979 ICCSA (2) 914-924 2005
Synthetic Environment Representational Semantics Using the Web Ontology Language 42987 IDEAL 9-16 2005
The New Object-Relational Generation and its Application in Web Databases 43000 iiWAS 27-29 2006
Structured Web Pages Management for Efficient Data Retrieval 43017 WISE (2) 97-104 2000
A high performance integrated web data warehousing 43023 Cluster Computing 95-109 2007
Database Design for Web-Based Product Catalog 43036 I. J. Comput. Appl. 78-91 2004
Study of Using an Object-Relational Paradigm in Building a Web Database Application 43038 I. J. Comput. Appl. 171-184 2003
WISE-Integrator: An Automatic Integrator of Web Search Interfaces for E-Commerce 43075 VLDB 357-368 2003
Constructing Interface Schemas for Search Interfaces of Web Databases 43077 WISE 29-42 2005
Automatic extraction of web search interfaces for interface schema integration 43078 WWW (Alternate Track Papers andamp; Posters) 414-415 2004
Towards Deeper Understanding of the Search Interfaces of the Deep Web 43079 World Wide Web 133-155 2007
Agile development of secure web applications 43121 ICWE 305-312 2006
A Web Services Description Framework to Support Dynamic Run-Time Binding in Grid-based Systems 43125 iiWAS 85-96 2005
Knowledge Discovery from Users Web-Page Navigation 43180 RIDE 0- 1997
Reverse Engineering for Web Data: From Visual to Semantic Structure 43223 ICDE 53-63 2002
Quixote: Building XML Repositories from Topic Specific Web Documents 43227 WebDB 103-108 2001
Make it fresh, make it quick: searching a network of personal webservers 43258 WWW 577-586 2003
Querying Websites Using Compact Skeletons 43339 PODS None 2001
Querying websites using compact skeletons 43433 J. Comput. Syst. Sci. 809-851 2003
Warehousing and incremental evaluation for Web Site management 43480 BDA 77- 1998
Caching Strategies for Data-Intensive Web Sites 43482 BDA None 2000
XL: a platform for Web Services 43486 CIDR None 2003
Verifying Integrity Constraints on Web Sites 43490 IJCAI 614-619 1999
Reasoning About Web-Site Structure 43491 KRDB 10.1-10.9 1998
XL: a platform for web services 43494 SIGMOD Conference 625 2002
Is Web-site Management a Database Problem 43505 VLDB 696 1998
Optimization of Run-time Management of Data Intensive Web-sites 43506 VLDB 627-638 1999
Run-Time Management of Data Intensive Web Sites 43514 WebDB (Informal Proceedings) 7-12 1999
XL: an XML programming language for web service specification and composition 43515 WWW 65-76 2002
XL: an XML programming language for Web service specification and composition 43518 Computer Networks 641-660 2003
Web-Site Management: The Strudel Approach 43521 IEEE Data Eng. Bull. 14-20 1998
An XML Programming Language for Web Service Specification and Composition 43522 IEEE Data Eng. Bull. 48-56 2001
Overview of Strudel - A Web-Site Management System 43525 Networking and Information Systems 115-140 1998
Database Techniques for the World-Wide Web: A Survey 43527 SIGMOD Record 59-74 1998
A Query Language for a Web-Site Management System 43528 SIGMOD Record 4-11 1997
Declarative Specification of Web Sites with Strudel 43531 VLDB J. 38-55 2000
The Valid Web: An XML/XSL Infrastructure for Temporal Management of Web Documents 43533 ADVIS 294-303 2000
A P2P-based Architecture for SemanticWeb Service Automatic Composition 43537 DEXA Workshops 429-433 2007
Semantic Web Techniques for Personalization of eGovernment Services 43541 ER (Workshops) 435-444 2006
Un'infrastruttura XML/XSL per la gestione temporale di documenti e dati in ambiente Web 43548 SEBD 227-240 2000
Multifaceted Web Services: An Approach to Secure and Scalable Grid Scheduling 43579 EuroWeb None 2002
An Approach to Relate the Web Communities through Bipartite Graphs 43595 WISE (1) 301-310 2001
Generic approach to internationalization of websites 43652 IASTED Conf. on Software Engineering and Applications 465-470 2004
KemaDom: a web server for domain prediction using kernel machine with local context 43658 Nucleic Acids Research 158-163 2006
A Web-Oriented Approach to Manage Multidimensional Models through XML Schemas and XSLT 43751 EDBT Workshops 29-44 2002
Media-Based Presentation with Personalization in a Web-Based eLearning System 43792 ASIAN 160-171 2005
Web-Based Image Retrieval: A Hybrid Approach 43794 Computer Graphics International 62-72 2001
Image Retrieval System for Web: Webscope-CBIR 43796 DEXA Workshop 620-628 2000
A Web-Based Examination and Evaluation System for Computer Education 43805 ICALT 120-124 2006
Web based Chinese Calligraphy Learning with 3-D Visualization Method 43815 ICME 2073-2076 2006
3D Model and Motion Retrieval: The Extended Dimensions for Web-Based Learning 43819 ICWL 230-240 2003
ImprovingWeb-Based Learning: Automatic Annotation of Multimedia Semantics and Cross-Media Indexing 43821 ICWL 255-262 2004
Web-Based Chinese Calligraphy Retrieval and Learning System 43823 ICWL 186-196 2005
Web-Based Multimedia Retrieval: Balancing Out between Common Knowledge and Personalized Views 43851 WISE (1) 92-101 2001
Search for FlashTM Movies on the Web 43852 WISE Workshops 257-266 2002
Towards Comprehensive 3D Enabled Web-Based Learning 43859 Int. J. Comput. Proc. Oriental Lang. 3-8 2004
Searching for Flash Movies on the Web: A Content and Context Based Framework 43873 World Wide Web 495-517 2005
Knowledge Discovery from the Web 43888 ICEIS (2) 303-308 2005
Mining Access Patterns Efficiently from Web Logs 43925 PAKDD 396-407 2000
Web Service Discovery Processing Steps 43939 ICWI 255-262 2002
The Web Service Discovery Architecture 43943 SC 1-15 2002
Resilient Trust Management for Web Service Integration 43951 ICWS 499-506 2005
An Access Control System for Web Service Compositions 43952 ICWS 1-8 2007
Apoidea: A Decentralized Peer-to-Peer Architecture for Crawling the World Wide Web 43956 Distributed Multimedia Information Retrieval 126-142 2003
On the complexity of schema inference from web pages in the presence of nullable data attributes 43965 CIKM 224-231 2003
Design and Implementation of the Physical Layer in WebBases: The XRover Experience 43967 Computational Logic 1094-1105 2000
Flora-2: A Rule-Based Knowledge Representation and Inference Infrastructure for the Semantic Web 43970 CoopIS/DOA/ODBASE 671-688 2003
Inheritance and Rules in Object-Oriented Semantic Web Languages 43977 RuleML 95-110 2003
Reasoning about Anonymous Resources and Meta Statements on the Semantic Web 43979 J. Data Semantics 69-97 2003
Mining the Web to Determine Similarity Between Words, Objects, and Communities 43994 FLAIRS Conference 14-19 2006
The Happy Searcher: Challenges in Web Information Retrieval 44003 PRICAI 3-12 2004
A web-based kernel function for measuring the similarity of short text snippets 44004 WWW 377-386 2006
Search and Ranking Algorithms for Locating Resources on the World Wide Web 44029 ICDE 164-171 1996
Web dynamics and their ramifications for the development of Web search engines 44061 Computer Networks 1430-1447 2006
Mobile Data Management - Web Browsing on Small Displays 44066 IEEE Distributed Systems Online None 2003
WISE: A World Wide Web Resource Database System 44087 IEEE Trans. Knowl. Data Eng. 548-554 1996
Web Services 44102 Web andamp; Datenbanken 293-331 2003
Kontext-basierte Personalisierung von Web Services 44104 BTW 344-363 2003
A Framework for Context-Aware Adaptable Web Services 44106 EDBT 826-829 2004
Reliable Web Service Execution and Deployment in Dynamic Environments 44109 TES 104-118 2003
Towards context-aware adaptable web services 44111 WWW (Alternate Track Papers andamp; Posters) 55-65 2004
ServiceGlobe: Flexible and Reliable Web Services on the Internet 44112 WWW (Posters) None 2003
Web document compaction by compressing URI references in RDF and OWL data 44149 ICUIMC 163-168 2008
GeoSphereSearch: Context-Aware Geographic Web Search 44219 GIR 13-29 2006
Title extraction from bodies of HTML documents and its application to web page retrieval 44233 SIGIR 250-257 2005
DF or IDF? On the Use of HTML Primary Feature Fields for Web IR 44236 WWW (Posters) 203-211 2003
Web page title extraction and its application 44238 Inf. Process. Manage. 1332-1347 2007
Towards Federated Search Based on Web Services 44252 BTW 384-393 2003
COMPASS: A Concept-based Web Search Engine for HTML, XML, and Deep Web Data 44253 VLDB 1313-1316 2004
DCbot: Finding Spatial Information on the Web 44326 DASFAA 779-790 2005
DCbot: Exploring the Web as Value-Added Service for Location-Based Applications 44328 ICDE 1100-1101 2005
Searching the Internet Using Topological Analysis of Web Pages 44335 Communications in Computing 271-277 2003
On demand synchronization and load distribution for database grid-based Web applications 44363 Data Knowl. Eng. 295-323 2004
Personalized Web Page Filtering Using a Hopfield Neural Network 44389 ICANN (2) 417-424 2007
Evaluating Server-Assisted Cache Replacement in the Web 44394 ESA 307-319 1998
Efficient Algorithms for Predicting Requests to Web Servers 44409 INFOCOM 284-293 1999
Improving End-to-End Performance of the Web Using Server Volumes and Proxy Filters 44414 SIGCOMM 241-253 1998
On network-aware clustering of web clients 44415 SIGCOMM 97-110 2000
Rate of Change and other Metrics: a Live Study of the World Wide Web 44419 USENIX Symposium on Internet Technologies and Systems None 1997
PRO-COW: Protocol Compliance on the Web - A Longitudinal Study 44420 USITS 109-122 2001
Study of Piggyback Cache Validation for Proxy Caches in the World Wide Web 44421 USENIX Symposium on Internet Technologies and Systems None 1997
Flash crowds and denial of service attacks: characterization and implications for CDNs and web sites 44422 WWW 293-304 2002
DNS-enhanced web for faster content delivery 44423 WWW 310-320 2003
Improving web performance by client characterization driven server adaptation 44425 WWW 305-316 2002
Cat and mouse: content delivery tradeoffs in web access 44426 WWW 337-346 2006
Measuring privacy loss and the impact of privacy protection in web browsing 44427 SOUPS 52-63 2007
Analyzing factors that influence end-to-end Web performance 44432 Computer Networks 17-32 2000
Editorial: Web Technologies 44436 Softw., Pract. Exper. 101-102 2004
A Web-Based Metacomputing Problem-Solving Environment for Complex Applications 44486 GRID 111-122 2000
How to Run Scientific Applications over Web Services 44492 ICPP Workshops 29-33 2005
Meta: A Web-Based Metacomputing Environment to Build a Computational Chemistry Problem Solving Environment 44498 PDP 49-54 2002
Using Web Services to Run Distributed Numerical Applications 44507 PVM/MPI 207-214 2004
Digital Neighbourhoods: Partitioning the Web for Information Indexing and Searching 44623 CAiSE 289-302 1997
Using Ontologies to Prospect Offers on the Web 44633 ICEIS (4) 200-207 2005
An open source and web based framework for geographic and multidimensional processing 44638 SAC 63-67 2006
Using Agents for Generation and Maintenance of Mediators in a Data Integration System on the Web 44644 SBBD 172-186 2001
Looking at both the present and the past to efficiently update replicas of web content 44651 WIDM 75-80 2005
Atualizando Informaandccedil;andatilde;o Dinandacirc;mica na Web: o Caso do Conteanduacute;do de Notandiacute;cias 44655 RITA 59-72 2002
Learning to construct knowledge bases from the World Wide Web 44672 Artif. Intell. 69-113 2000
Social Networks and the Web 44731 AWIC 1 2004
Web search: from information retrieval to microeconomic modeling 44733 CIKM 1-2 2007
Using PageRank to Characterize Web Structure 44734 COCOON 330-339 2002
The Changing Face of Web Search 44738 CPM 4 2008
Random graph models for the web graph 44747 FOCS 57-65 2000
Web Search: Bridging Information Retrieval and Microeconomic Modeling 44752 HiPC 6 2007
Graph Structure of the Web: A Survey 44760 LATIN 123-125 2000
The Changing Face of Web Search 44762 MDM 2 2006
The Changing Face of Web Search 44764 PAKDD 11 2006
The Web as a Graph 44766 PODS 1-10 2000
The changing face of web search: algorithms, auctions and advertising 44789 STOC 129 2006
Extracting Large-Scale Knowledge Bases from the Web 44795 VLDB 639-650 1999
Social Networks on the Web and in the Enterprise 44798 Web Intelligence 58-60 2001
Trawling the Web for Emerging Cyber-Communities 44808 Computer Networks 1481-1493 1999
The Web and Social Networks 44811 IEEE Computer 32-36 2002
Social Networks: From the Web to the Enterprise 44819 IEEE Internet Computing 91-94 2002
Using PageRank to Characterize Web Structure 44849 Internet Mathematics None 2006
A Metamodel for Web Page Design 44857 ICWI 715-722 2004
Adaptive Content Presentation for the Web 44887 The Adaptive Web 409-432 2007
UNIT: User-centric Transaction Management in Web-Database Systems 44902 ICDE 33 2006
Preference-Aware Query and Update Scheduling in Web-databases 44903 ICDE 356-365 2007
Quality is in the eye of the beholder: towards user-centric web-databases 44905 SIGMOD Conference 1106-1108 2007
Towards a Content-Provider-Friendly Web Page Crawler 44906 WebDB None 2007
Detection of near-duplicate images for web search 44921 CIVR 557-564 2007
Query Subscription in an XML Webhouse 45085 DELOS Workshop: Information Seeking, Searching and Querying in Digital Libraries None 2000
Monitoring XML Data on the Web 45088 SIGMOD Conference 437-448 2001
THESUS, a Closer View on Web Content Management Enhanced with Link Semantics 45089 IEEE Trans. Knowl. Data Eng. 685-700 2004
THESUS: Organizing Web document collections based on link semantics 45090 VLDB J. 320-332 2003
Querying RDF Descriptions for Community Web Portals 45091 BDA None 2001
The ICS-FORTH SWIM: A Powerful Semantic Web Integration Middleware 45095 SWDB 381-393 2003
On Storing Voluminous RDF Descriptions: The Case of Web Portal Catalogs 45098 WebDB 43-48 2001
The ICS-FORTH Semantic Web Integration Middleware (SWIM) 45100 IEEE Data Eng. Bull. 11-18 2003
Dokumentenmodell fanduuml;r XML-basierte World-Wide-Web-Anwendungen: V-DOM 45116 Grundlagen von Datenbanken 51-55 2000
The SWRC Ontology - Semantic Web for Research Communities 45148 EPIA 218-231 2005
Proceedings of the 1st International Workshop on Modular Ontologies, WoMO'06, co-located with the International Semantic Web Conference, ISWC'06 November 5, 2006, Athens, Georgia, US 45166 WoMO 508-522 2007
Ranking of Web Data in a Web Warehouse 45278 WISE Workshops 130-139 2002
An Object-Oriented Architecture Supporting Web Application Testing 45282 COMPSAC 122- 1999
Constructing and Object-Oriented Architecture for Web Application Testing 45289 J. Inf. Sci. Eng. 59-84 2002
WSQ/DSQ: A Practical Approach for Combined Querying of Databases and the Web 45301 SIGMOD Conference 285-296 2000
Reputation of Communities of Web Services - Preliminary Investigation 45311 AINA Workshops 1603-1608 2008
Proceedings of the CAISE*06 Third International Workshop on Web Information Systems Modeling WISM '06, Luxemburg, June 5-9, 200 45313 WISM None 2007
On Modeling and Developing Self-Healing Web Services Using Aspects 45315 COMSWARE None 2007
Semi-Automated Extraction of Targeted Data fromWeb Pages 45322 ICDE Workshops 48 2006
Towards Aspect-based Modeling of Self-Healing Web Services 45325 ICWS 885-886 2006
Towards a Coordination Model for Web Services 45326 Technologies for Collaborative Business Process Management 24-32 2006
Using context to enable semantic mediation in web service communities 45329 CSSSIA 3 2008
Towards a context-based multi-type policy approach for Web services composition 45330 Data Knowl. Eng. 327-351 2007
An Argumentation Framework for Communities of Web Services 45331 IEEE Intelligent Systems 75-83 2007
Efficient query processing in geographic web search engines 45344 SIGMOD Conference 277-288 2006
2005 accessibility diagnosis on the government web sites in Taiwan, R.O.C 45345 W4A 132-142 2006
Bite: Workflow Composition for the Web 45428 ICSOC 94-106 2007
Services Oriented Architecture and Semantic Web Processes 45429 ICWS None 2004
IntegratingWeb Services and Messaging 45431 ICWS 111-118 2006
Metadata-Driven Middleware for Web Services 45433 WISE 278-286 2003
The next step in Web services 45436 Commun. ACM 29-34 2003
Business process management: Where business processes and web services meet 45439 Data Knowl. Eng. 1-5 2007
IEEE Internet Computing: Spotlight - Unraveling the Web Services Web: An Introduction to SOAP, WSDL, and UDDI 45440 IEEE Distributed Systems Online None 2002
Unraveling the Web Services Web: An Introduction to SOAP, WSDL, and UDDI 45442 IEEE Internet Computing 86-93 2002
Finding advertising keywords on web pages 45450 WWW 213-222 2006
CarWeb: A Traffic Data Collection Platform 45456 MDM 221-222 2008
Effectiveness Evaluation and Comparison of Web Search Engines and Meta-search Engines 45476 WAIM 303-314 2004
The Pegasus portal: web based grid computing 45574 SAC 680-686 2005
Creating Personal Histories from the Web Using Namesake Disambiguation and Event Extraction 45724 ICWE 400-414 2007
An Autonomous Earth Observing Sensorweb 45805 SUTC (1) 178-185 2006
An Autonomous Earth-Observing Sensorweb 45806 IEEE Intelligent Systems 16-24 2005
Improving Web Accessibility by Providing Higher Education Facilities for Web Designers and Web Developers Following the Design for All Approach 45809 DEXA Workshops 866-870 2005
Raising the Expertise of Web Designers Through Training - The Experience of BFWD - Accessible Web Design (Barrierefreies Webdesign) in Austria 45822 ICCHP 253-257 2006
Web Accessibility Conformity Assessment - Implementation Alternatives for a Quality Mark in Austria 45827 ICCHP 271-278 2006
Postgraduate Course on Accessible Web Design 45830 ICCHP 183-186 2004
Peer-Serv: A Framework of Web Services in Peer-to-Peer Environment 45967 WAIM 298-305 2003
Object-Oriented Realization of Workflow Views for Web Services - An Object Deputy Model Based Approach 46127 WAIM 468-477 2004
Correlation-based Document Clustering using Web Logs 46193 HICSS 393-407 2001
Correlation-Based Web Document Clustering for Adaptive Web Interface Design 46215 Knowl. Inf. Syst. 151-167 2002
A Web-Based Classroom Environment for Enhanced Residential College Education 46290 ICWL 56-65 2005
Intelligent Web Information Service Model for Minimizing Information Gap Among People in E-Government 46431 ICWE 263-266 2005
A web-based system for analyzing the voices of call center customers in the service industry 46439 Expert Syst. Appl. 29-41 2005
Developing an intelligent web information system for minimizing information gap in government agencies and public institutions 46445 Expert Syst. Appl. 1618-1629 2008
Fuzzy Web Ad Selector Based on Web Usage Mining 46448 IEEE Intelligent Systems 62-69 2003
Web Information Retrieval Based on User Profile 46452 AH 275-278 2004
Form-Based Proxy Caching for Database-Backed Web Sites 46532 VLDB 191-200 2001
Active Query Caching for Database Web Servers 46544 WebDB (Informal Proceedings) 29-34 2000
Active Query Caching for Database Web Servers 46545 WebDB (Selected Papers) 92-104 2000
Information Extraction from Web Documents Based on Local Unranked Tree Automaton Inference 46609 IJCAI 403-408 2003
Distributed Computation of Web Queries Using Automata 46626 PODS 97-108 2002
Learning ( k , l )-contextual tree languages for information extraction from web pages 46667 Machine Learning 155-183 2008
Web Information Integration Based on Compressed XML 46682 DNIS 122-137 2003
Loose Coupling of Distributed Data and Models through Web Services 46702 SSDBM 79-82 2005
SERFing the Web: Web Site Management Made Easy 46882 SIGMOD Conference 585 2000
Argos: Efficient Refresh in an XQL-Based Web Caching System 46907 WebDB (Informal Proceedings) 23-28 2000
Argos: Efficient Refresh in an XQL-Based Web Caching System 46908 WebDB (Selected Papers) 78-91 2000
Aggregate Path Index for Incremental Web View Maintenance 46909 WECWIS 231-238 2000
Re-usable ODMG-based Templates for Web View Generation and Restructuring 46912 Workshop on Web Information and Data Management 53-56 1998
FS-Miner: efficient and incremental mining of frequent sequence patterns in web logs 46915 WIDM 128-135 2004
Personal Views for Web Catalogs 46922 IEEE Data Eng. Bull. 10-16 2000
SERFing the web: The Re-Web approach for web re-structuring 46970 World Wide Web 95-109 2000
Using Clustering for Web Information Extraction 47016 Australian Conference on Artificial Intelligence 415-424 2007
Learning Knowledge Bases for Information Extraction from Multiple Text Based Web Sites 47017 IAT 119-125 2003
Automatic Data Record Detection in Web Pages 47018 KSEM 349-361 2007
Learning Information Extraction Patterns from Tabular Web Pages without Manual Labelling 47023 Web Intelligence 495-498 2003
Data Extraction from Semi-structured Web Pages by Clustering 47024 Web Intelligence 374-377 2006
A Knowledge Learning Approach to Information Extraction from Multiple Text Based Web Sites 47026 International Journal on Artificial Intelligence Tools 721-738 2004
Security Issues for the Use of Semantic Web in E-Commerce 47051 BIS 1-13 2007
Security aspects in Semantic Web Services Filtering 47057 iiWAS 21-31 2007
Software Systems to Support the Teaching of the Use of Relational and Web Databases 47077 BNCOD Posters 53-54 2003
An Architecture for Collaboratively Assembled Moderated Information Bearing Web Sites 47083 DEXA Workshops 293-300 2002
Content Management for Declarative Web Site Design 47084 DIWeb 46-57 2004
Fuzzy Clustering of Web Logs for User Classification 47134 Computers and Their Applications 360-363 2002
Towards a Geographic Information System Web Community 47138 DIWeb 59-69 2002
Exploiting and Completing Web Data Sources Capabilities 47140 EEXTT 241-258 2002
Mediated Geographic Web Feature Services 47141 GeoInfo 47-58 2004
Dealing with One-Timer-Documents in Web Caching 47212 EUROMICRO 20544- 1998
Scalable Federation of Web Cache Servers 47268 World Wide Web 255-276 2001
A Scalable Web Server Architecture 47269 World Wide Web 5-23 2002
A Machine Learning Approach to Web Mining 47274 AI*IA 190-201 1999
Hierarchical Classification of HTML Documents with WebClassII 47287 ECIR 57-72 2003
Automated Classification of Web Documents into a Hierarchy of Categories 47301 IIS 59-68 2003
Web Content Mining with WebClass 47342 SEBD 299-313 2001
Classifying web documents in a hierarchy of categories: a comprehensive study 47365 J. Intell. Inf. Syst. 37-78 2007
Efficient Mining of Cross-Transaction Web Usage Patterns in Large Database 47385 ICCNMC 519-528 2005
An Access Control System for Web Service Compositions 47388 ICWS 1-8 2007
Engineering server-driven consistency for large scale dynamic Web services 47399 WWW 45-57 2001
Engineering web cache consistency 47404 ACM Trans. Internet Techn. 224-259 2002
iSurfer: A Focused Web Crawler Based on Incremental Learning from Positive Samples 47424 APWeb 122-134 2004
Page Quality: In Search of an Unbiased Web Ranking 47467 SIGMOD Conference 551-562 2005
Document Categorization and Query Generation on the World Wide Web Using WebACE 47539 Artif. Intell. Rev. 365-391 1999
Selective Markov models for predicting Web page accesses 47566 ACM Trans. Internet Techn. 163-184 2004
An Expert System Delivery Environment for the World Wide Web 47586 AIAI 129-136 2006
An Operational Model and Language Support for Securing Web Services 47732 ICWS 463-470 2007
A Novel and Effective Method for Web System Tuning Based on Feature Selection 47741 APWeb 537-547 2008
Web Service Success Factors from Users' Behavioral Perspective 47755 CSCWD (Selected Papers) 540-548 2006
Exploiting Link Analysis with a Three-Layer Web Structure Model 47810 WISE 187-198 2006
Extracting and Using Attribute-Value Pairs from Product Descriptions on the Web 47816 WebMine 41-60 2006
Data and Application Integration in Learning Content Management Systems: A Web Services Approach 47912 EC-TEL 272-286 2006
Mediated Geographic Web Feature Services 47914 GeoInfo 47-58 2004
web services customization: a composition-based approach 47918 ICWE 25-31 2006
Using the Functional Model for Customizable Web Services Specification 47920 ICWS 1220-1221 2007
A Theoretical Framework for CustomizableWeb Services Description, Discovery and Composition 47921 IDEAS 273-277 2007
Efficient Web-Based Information Systems 47925 OOIS Workshops 152-153 2002
Semantic Web Services Composition for the Mass Customization Paradigm 47927 Technologies for Collaborative Business Process Management 52-61 2006
Customizable Web Services Description, Discovery and Composition : An Attribute Based Formalism 47929 Web Intelligence 143-146 2007
Dynamic Web Services Personalization 47930 CEC/EEE 86 2006
Managing Web GIS Quality 47931 WISE Workshops 11-20 2005
Spatial Data Integration on the Web: Issues and Solutions 47932 MoMM 5-6 2006
Report on the First International Workshop an Efficient Web-based Information Systems 47934 SIGMOD Record 64-68 2003
Automatically Acquiring Training Sets for Web Information Gathering 47958 Web Intelligence 532-535 2006
Web Service Discovery with additional Semantics and Clustering 47961 Web Intelligence 555-558 2007
Ontology Mining for PersonalizedWeb Information Gathering 47962 Web Intelligence 351-358 2007
Applications of Data Mining in Web Services 47963 WISE 199-205 2004
Loose Coupling of Distributed Data and Models through Web Services 47968 SSDBM 79-82 2005
Web Services Usage Monitoring for Dynasoar 48210 AICT/ICIW 183 2006
Grid Computing Using Web Services Technologies 48216 DELOS Workshop: Digital Library Architectures - LNCS Volume 9-24 2004
Dynamically Deploying Web Services on a Grid using Dynasoar 48236 ISORC 151-158 2006
Web Service Grids: an evolutionary approach 48248 Concurrency - Practice and Experience 377-389 2005
WS-GAF: a framework for building Grid applications using Web Services 48249 Concurrency - Practice and Experience 391-417 2005
Specifying Web Workflow Services for Finding Partners in the Context of Loose Inter-organizational Workflow 48264 Business Process Management 120-136 2005
Specifying Workflow Web Services Using Petri Nets with Objects and Generating of Their OWL-S Specifications 48267 EC-Web 41-52 2005
A Method of Web Services Composition Based on Service Alliance 48275 APWeb/WAIM Workshops 491-496 2007
Regression Testing for Web Applications Based on Slicing 48285 COMPSAC 652-656 2003
Execution Mechanism of Service Proxy in Web Services Composition Execution Engine 48286 COMPSAC (1) 647-648 2007
Website Evolution Based on Statistic Data 48293 FTDCS 301-307 2003
MetaData Pro: Ontology-Based Metadata Processing for Web Resources 48315 WISE Workshops 34-45 2004
Categorizing Web Information on Subject with Statistical Language Modeling 48316 WISE 403-408 2004
WS-Specification: Specifying Web Services Using UDDI Improvements 48342 Web, Web-Services, and Database Systems 100-119 2002
WS-Specification: Ein Spezifikationsrahmen zur Beschreibung von Web-Services auf Basis des UDDI-Standards 48345 Wirtschaftsinformatik 1539-1558 2005
TREC 11 Experiments at CAS-ICT: Filtering and Web 48491 TREC None 2002
A Web-based Operation Management System for Distributed Divisional Organizations 48565 ICEB 640-645 2004
Issues and Evaluations of Caching Solutions for Web Application Acceleration 48604 VLDB 1019-1030 2002
SNPMiner: A Domain-Specific Deep Web Mining Tool 48620 BIBE 192-199 2007
The web beyond popularity: a really simple system for web scale RSS 48661 WWW 183-192 2006
EMC - A modeling method for developing web-based applications 48684 IRMA Conference 135-140 2000
GHIC: A Hierarchical Pattern-Based Clustering Algorithm for Grouping Web Transactions 48725 IEEE Trans. Knowl. Data Eng. 1300-1304 2005
Web Service Based Architecture for Workflow Management Systems 48742 DEXA 34-43 2004
Content Aggregation Middleware (CAM) for Fast Development of High Performance Web Syndication Services 48745 NPC 195-204 2004
Java, XML und Servlets zur Integration datenbankbasierter Applikationen im Web 48804 Java-Informations-Tage 249-259 1998
Inquiring of the Sights from the Web via Camera Mobiles 48824 ICME 661-664 2006
Simulating User Behaviour For Improving Web Information Systems 48834 ISTA 191-195 2005
Towards Using Simulation for Enhancing Web Information Systems' Utility 48841 WISE Workshops 33-42 2005
Client-side web mining for community formation in peer-to-peer environments 48846 SIGKDD Explorations 11-20 2006
Ein konzeptionelles Architekturrahmenswerk fanduuml;r Web-Anwendungen 48849 Promise 175-187 2002
Repositories as Integration Enabler for the Web 48850 ICWI 601-606 2002
An Architectural Framework for Web Applications 48852 ICEIS (1) 285-293 2003
Web-Services und Semantic Web 48857 HMD - Praxis Wirtschaftsinform. None 2003
Web-Content-Managementsysteme: Trennung von Struktur, Inhalt, Darstellung und Programmlogik 48858 HMD - Praxis Wirtschaftsinform. None 2004
Integration von Semantic-Web-Konzepten in Web-Content-Managementsysteme 48859 HMD - Praxis Wirtschaftsinform. None 2004
Towards Efficient Dominant Relationship Exploration of the Product Items on the Web 48860 AAAI 1483-1488 2007
Aggregating User-Centered Rankings to Improve Web Search 48861 AAAI 1884-1885 2007
User-assisted similarity estimation for searching related web pages 48867 Hypertext 11-20 2007
Using Ontology-Based User Preferences to Aggregate Rank Lists in Web Search 48871 PAKDD 923-931 2008
Towards efficient dominant relationship exploration of the product items on the web 48873 WWW 1205-1206 2007
New Techniques for the Discovery of Logical Documents in Web 48891 DANTE 125-132 1999
Discovery and Retrieval of Logical Information Units in Web 48892 WOWS 13-23 1999
Efficient Web Services Message Exchange by SOAP Bundling Framework 48893 EDOC 63-74 2007
Finding Context Paths for Web Pages 48895 Hypertext 13-22 1999
Quality Estimation of Local Contents Based on PageRank Values of Web Pages 48897 ICDE Workshops 134 2006
Proceedings of the CAISE*06 Workshop on Data Integration and the Semantic Web DisWeb '06, Luxemburg, June 5-9, 200 49008 DISWEB None 2007
DIWeb2004, Third International Workshop on Data Integration over the Web, 8th June 2004, Riga, Latvia (held in conjunction with CAiSE04), Online Proceeding 49015 DiWeb None 2004
Data integration over the Web 49034 Data Knowl. Eng. 265-266 2003
Language-Independent Set Expansion of Named Entities Using the Web 49066 ICDM 342-350 2007
Semantic Caching for Web Services 49075 ICSOC 324-340 2005
Query Clustering for Boosting Web Page Ranking 49218 AWIC 164-175 2004
Version Management in Semantic Web Services Using OWL-S 49219 Business Process Management Workshops 483-494 2006
Content-Based Image Retrieval and Characterization on Specific Web Collections 49220 CIVR 189-198 2004
Automatic Maintenance ofWeb Directories using Click-Through Data 49226 ICDE Workshops 43 2006
Foundations of Semantic Web Databases 49230 PODS 95-106 2004
SEWISE: An Ontology-based Web Information Search Engine 49247 NLDB 106-119 2003
A web-accessible framework for the automated storage and texture analysis of biomedical images 49276 ISBI 257-259 2008
Mining the Most Interesting Web Access Associations 49284 WebNet 489-494 2000
Web Service Grids: an evolutionary approach 49349 Concurrency - Practice and Experience 377-389 2005
SkyQuery: A Web Service Approach to Federate Databases 49394 CIDR 154-161 2003
Batch is Back: CasJobs, Serving Multi-TB Data on the Web 49397 ICWS 33-40 2005
SkyQuery: A WebService Approach to Federate Database 49406 CoRR None 2002
Computational Science Simulations Based on Web Services 49507 International Conference on Computational Science 299-308 2003
Web log mining with adaptive support thresholds 49548 WWW (Special interest tracks and posters) 1188-1189 2005
Efficient algorithms for incremental Web log mining with dynamic thresholds 49549 VLDB J. 1004-1017 2008
Web caching with request reordering 49561 SODA 104-105 2002
Combining request scheduling with web caching 49601 Theor. Comput. Sci. 201-218 2004
Intelligent Management of SLAs for Composite Web Services 49609 DNIS 158-171 2003
Optimizing Access Cost for Top-k Queries over Web Sources: A Unified Cost-based Approach 49629 ICDE 188-189 2005
Ubiquitous computing: connecting Pervasive computing through Semantic Web 49649 Inf. Syst. E-Business Management 421-439 2006
Formalizing Web Service Choreography Interface 49668 AINA Workshops (2) 576-581 2007
A petri net semantics for web service choreography 49694 SAC 1689-1690 2007
Slide-Film Interface: Overcoming Small Screen Limitations in Mobile Web Search 49738 ECIR 622-626 2008
A Component-Based Model of Web-Enabled Applications 49780 TOOLS (27) 301- 1998
A Framework and Methodology for Development of Content-Based Web Sites 49783 TOOLS (31) 316-319 1999
CoOWA: A Component Oriented Web Application Model 49784 TOOLS (31) 191-199 1999
A Hybrid Approach for Refreshing Web Page Repositories 49855 DASFAA 588-593 2005
Web Graph Compression by Edge Elimination 49856 DCC 459 2006
On the Integration of a Large Number of Life Science Web Databases 49997 DILS 172-186 2004
Social Network and Data Portability using Semantic Web Technologies 50028 BIS (Workshops) 5-19 2008
A Web-Based System for Transformer Design 50035 KES 715-721 2003
Proceedings of the 2nd International ISWC+ASWC Workshop on Finding Experts on the Web with Semantics, Busan, Korea, November 12, 200 50040 FEWS None 2007
Interlinking the Social Web with Semantics 50041 IEEE Intelligent Systems 29-40 2008
Using the Semantic Web for linking and reusing data across Web 2.0 communities 50044 J. Web Sem. 21-28 2008
SIOC: an approach to connect web-based communities 50045 IJWBC 133-142 2006
Adaptation Space: A Design Framework for Adaptive Web Services 50060 ICWS-Europe 49-63 2003
OminiSearch: A Method for Searching Dynamic Content on the Web 50062 SIGMOD Conference 604 2001
Adaptation Space: A Design Framework for Adaptive Web Services 50063 Int. J. Web Service Res. 1-24 2004
Testing BPEL-based Web Service Composition Using High-level Petri Nets 50067 EDOC 441-444 2006
Optimizing Web Service Composition Based on QoS Negotiation 50068 EDOC Workshops 46 2006
Web Service Testing Method Based on Fault-coverage 50069 EDOC Workshops 43 2006
Infrasturucture for Web-based Application Integration 50085 ICDE 473-476 2001
Warehousing and incremental evaluation for Web Site management 50115 BDA 1-2 1998
Verifying Integrity Constraints on Web Sites 50126 IJCAI 614-619 1999
The World Wide Web as a Collection of Views: Query Processing in the Information Manifold 50139 VIEWS 43-55 1996
Declarative Web Site Management with Tiramisu 50147 WebDB (Informal Proceedings) 19-24 1999
Run-Time Management of Data Intensive Web Sites 50148 WebDB (Informal Proceedings) 7-12 1999
Web-Site Management: The Strudel Approach 50155 IEEE Data Eng. Bull. 14-20 1998
Database Techniques for the World-Wide Web: A Survey 50164 SIGMOD Record 59-74 1998
Web-Based Distributed Simulation and Data Management Services for Medical Applications 50178 CBMS 125-130 2006
Controlling Transmission Order of Inline Objects for Effective Web Page Publishing 50192 SAC (2) 942-947 2000
Extending hypertext streaming protocol to realize effective web page transmission via a chaching proxy 50193 SAC 440-445 2001
User adaptive content delivery mechanism on the world wide web 50194 SAC 1140-1146 2002
A web page transmission mechanism with transmission order control of inline objects 50223 Systems and Computers in Japan 14-24 2002
Effective Web browsing through content delivery adaptation 50225 ACM Trans. Internet Techn. 571-600 2005
Proceedings of the 1st Workshop on Emerging Research Opportunities for Web Data Management (EROW 2007) Collocated with the 11th International Conference on Database Theory (ICDT 2007), Barcelona, Spain, January 13, 200 50265 EROW None 2007
Resolution of Semantic Queries on a Set of Web Services 50293 DEXA 385-394 2005
Propuesta de un controlador JDBC para la consulta de Web Services 50294 JISBD 763-766 2003
Databases and the Semantic Web: Data Semantics Revisited 50310 APWeb 1 2005
Representing the UMLS Semantic Network Using OWL: (Or "What's in a Semantic Web Link?") 50359 International Semantic Web Conference 1-16 2003
A Web-Based System for Handling Multidimensional Information through MXML 50397 ADBIS 352-365 2001
Multidimensional Semistructured Data: Representing Context-Dependent Information on the Web 50399 CAiSE 183-199 2002
Sensor Web Design Studies for Realtime Dynamic Congestion Pricing 50558 PerCom Workshops 413-418 2007
On Using a Warehouse to Analyze Web Logs 50573 Distributed and Parallel Databases 161-180 2003
Proposal of integrated search engine of web and TV contents 50622 WWW 911-912 2006
Towards Integration Services for Heterogeneous Resources: An Integrated Search Engine forWeb Content and TV Programs 50623 SKG 19 2006
Approximating Aggregate Queries about Web Pages via Random Walks 50634 VLDB 535-544 2000
Simultaneous scalability and security for data-intensive web applications 50734 SIGMOD Conference 241-252 2006
Finding a Web Community by Maximum Flow Algorithm with HITS Score Based Capacity 50751 DASFAA 101-106 2003
Effects of maximum flow algorithm on identifying web community 50752 WIDM 43-48 2002
XL: a platform for web services 50765 SIGMOD Conference 625 2002
Automatic Annotation of Web Services Based on Workflow Definitions 50793 International Semantic Web Conference 116-129 2006
Automatic annotation of Web services based on workflow definitions 50803 TWEB None 2008
WAM-Miner: in the search of web access motifs from historical web log data 50811 CIKM 421-428 2005
Query Expansion Using Web Access Log Files 50818 DEXA 686-695 2005
A Design and Implementation of Web-Based Project-Based Learning Support Systems 50828 Human.Society@Internet 354-368 2001
A Web-Based Motivation-Supporting Model for Effective Teaching-Learning 50835 ICWL 44-55 2002
The Design and Implementation of a Web-Based Teaching-Learning Model for Information Communication Technology Application Education 50836 ICWL 56-68 2002
A Web-Based System to Teach Computer Operating System Theories and Usage to Elementary School Students 50837 ICWL 473-484 2003
Cleopatra: Evolutionary Pattern-Based Clustering of Web Usage Data 50846 PAKDD 323-333 2006
The Design and Implementation of a Web-Based Discovery-Based Instruction Model 50847 IEEE Pacific Rim Conference on Multimedia 1009-1016 2002
Design and Implementation of Mobile Class Web Site for Promoting Communication 50855 WISE Workshops 135-144 2004
Concept-Based Retrieval of Alternate Web Services 50876 DASFAA 359-371 2005
CFP Taxonomy of the Approaches for Dynamic Web Content Acceleration 50998 ADBIS 365-378 2005
An Evaluation of the Java-Based Approaches to Web Database Access 51008 CoopIS 102-113 2000
Fine-Grained Parallelism in Dynamic Web Content Generation: The Parse and Dispatch Approach 51009 CoopIS/DOA/ODBASE 573-588 2003
ViSMA: Extendible, Mobile-Agent Based Services for the Materialization and Maintenance of Personalized and Shareable Web Views 51016 DEXA Workshops 974-979 2003
Freshness-Aware Scheduling of Continuous Queries in the Dynamic Web 51071 WebDB 73-78 2005
Better client OFF time prediction to improve performance in web information systems 51072 WIDM 39-46 2001
An Evaluation of the Java-based Approaches to Web Database Access 51086 Int. J. Cooperative Inf. Syst. 401-422 2001
An Exploratory Study of Web Services on the Internet 51112 ICWS 380-387 2007
On Self-Coordinating Web Services Using Similarity and Neural Networks 51115 EEE 171-176 2005
CP4WS - A Method for Designing and Developing Systems Based on Web Services 51117 ICEIS (3) 452-458 2007
A View-based Approach for Tracking Composite Web Services 51118 ECOWS 170-181 2005
Towards Context-based Mediation for Semantic Web Services Composition 51119 SEKE 714-719 2006
Using context to enable semantic mediation in web service communities 51120 CSSSIA 3 2008
Towards a context-based multi-type policy approach for Web services composition 51121 Data Knowl. Eng. 327-351 2007
Through Personalized Web Service Composition Specification: From BPEL to C-BPEL 51122 Electr. Notes Theor. Comput. Sci. 117-132 2006
Towards a semantic- and context-based approach for composing web services 51123 IJWGS 268-286 2005
Temporal pre-fetching of dynamic web pages 51182 Inf. Syst. 149-169 2006
JeromeDL - Adding Semantic Web Technologies to Digital Libraries 51221 DEXA 716-725 2005
Argos: An Ontology and Web Service Composition Infrastructure for Goods Movement Analysis 51222 DG.O 509-518 2004
Knowledge Representation on the Web 51223 Description Logics 89-97 2000
Managing Web Sites with OntoWebber 51225 EDBT 766-768 2002
Semantic Sitemaps: Efficient and Flexible Access to Datasets on the Semantic Web 51233 ESWC 690-704 2008
OntoWebber: A Novel Approach for Managing Data on the We 51238 ICDE 488-489 2002
Logic Databases on the Semantic Web: Challenges and Opportunities 51239 ICLP 20-21 2002
Optimized Index Structures for Querying RDF from the Web 51243 LA-WEB 71-80 2005
A Scalable and Ontology-Based P2P Infrastructure for Semantic Web Services 51245 Peer-to-Peer Computing 104-111 2002
Use Cases for Reasoning with Metadata or What Have Web Services to Do with Integrity Constraints 51246 PPSWR 116-117 2005
Reasoning Web, Third International Summer School 2007, Dresden, Germany, September 3-7, 2007, Tutorial Lecture 51248 Reasoning Web None 2007
Proceedings of SWWS'01, The first Semantic Web Working Symposium, Stanford University, California, USA, July 30 - August 1, 200 51249 SWWS None 2001
The Emerging Semantic Web, Selected papers from the first Semantic web working symposium, Stanford University, California, USA, July 30 - August 1, 200 51250 The Emerging Semantic Web None 2002
Proceedings of SWDB'03, The first International Workshop on Semantic Web and Databases, Co-located with VLDB 2003, Humboldt-Universitandauml;t, Berlin, Germany, September 7-8, 200 51251 SWDB None 2003
The Semantic Web - ISWC 2006, 5th International Semantic Web Conference, ISWC 2006, Athens, GA, USA, November 5-9, 2006, Proceeding 51252 International Semantic Web Conference None 2006
MultiCrawler: A Pipelined Architecture for Crawling and Indexing Semantic Web Data 51253 International Semantic Web Conference 258-271 2006
OntoWebber: Model-Driven Ontology-Based Web Site Management 51254 SWWS 529-547 2001
Paraconsistent Reasoning for the Semantic Web 51257 ISWC-URSW 104-105 2005
TRIPLE - A Query, Inference, and Transformation Language for the Semantic Web 51258 International Semantic Web Conference 364-378 2002
Ontology-Based Resource Matching in the Grid - The Grid Meets the Semantic Web 51259 International Semantic Web Conference 706-721 2003
YARS2: A Federated Repository for Querying Graph Structured Data from the Web 51260 ISWC/ASWC 211-224 2007
SALT: Weaving the Claim Web 51261 ISWC/ASWC 197-210 2007
The Semantic Web: Semantics for Data on the Web 51263 VLDB 1148 2003
Enabling knowledge representation on the Web by extending RDF schema 51268 WWW 467-478 2001
Towards a scalable search and query engine for the web 51273 WWW 1301-1302 2007
ActiveRDF: object-oriented semantic web programming 51274 WWW 817-824 2007
Towards SemanticWeb Services in Grid Environments 51276 SKG 107 2005
Performing Object Consolidation on the Semantic Web Data Graph 51277 I3 None 2007
Semantic community Web portals 51278 Computer Networks 473-491 2000
Using TRIPLE for business agents on the Semantic Web 51280 Electronic Commerce Research and Applications 315-322 2003
Creating Semantic Web Contents with Protandeacute;gandeacute;-2000 51281 IEEE Intelligent Systems 60-71 2001
Guest Editors' Introduction: Intelligent Web Services 51282 IEEE Intelligent Systems 15-17 2002
Lessons Learned from Applying AI to the Web 51283 Int. J. Cooperative Inf. Syst. 361-382 2000
A Flexible Integration Framework for Semantic Web 2.0 Applications 51289 IEEE Software 64-71 2007
Using the Semantic Web for linking and reusing data across Web 2.0 communities 51290 J. Web Sem. 21-28 2008
An Object Data Warehousing Approach: a Web Site Repository 51342 ADBIS-DASFAA Symposium 128-137 2000
Modeling and manipulating the structure of hierarchical schemas for the web 51430 Inf. Sci. 985-1010 2008
Semantic-Web Technology: Applications at NASA 51444 Semantic Interoperability and Integration 256-266 2005
Digital Library Services Supporting Information Integration over the Web 51451 Workshop on Information Integration on the Web 19-26 2001
The Ariadne Approach to Web-Based Information Integration 51452 Int. J. Cooperative Inf. Syst. 145-169 2001
Academic and Industrial Research: Do Their Approaches Differ in Adding Semantics to Web Services 51669 SWSWPC 14-21 2004
A flexible authentication and authorization scheme for a learner information management web service 51807 International Journal of Information Technology and Decision Making 235-250 2005
A Web-based Multi-Agent System for Interpreting Medical Images 51821 World Wide Web 209-218 1999
Querying Composite Events for Reactivity on the Web 51839 APWeb Workshops 38-47 2006
Reasoning on the Web: Language Prototypes and Perspectives 51840 EWIMT None 2004
Xcerpt and XChange: Deductive Languages for Data Retrieval and Evolution on the Web 51841 GI Jahrestagung (2) 562-568 2004
Evolution of Distributed Web Data: An Application of the Reactive Language XChange 51842 ICDE 1517-1518 2007
Xcerpt and XChange - Logic Programming Languages for Querying and Evolution on the Web 51843 ICLP 450-451 2004
Data Retrieval and Evolution on the (Semantic) Web: A Deductive Approach 51845 PPSWR 34-49 2004
Flavours of XChange, a Rule-Based Reactive Language for the (Semantic) Web 51846 RuleML 187-192 2005
Reactive Rules on the Web 51847 Reasoning Web 183-239 2007
Rule Interchange on the Web 51848 Reasoning Web 269-309 2007
Reactivity on the web: paradigms and applications of the language XChange 51849 SAC 1645-1649 2005
Composite event queries for reactivity on the web 51850 WWW (Special interest tracks and posters) 1082-1083 2005
Reactivity on the Web: Paradigms and Applications of the Language XChange 51851 J. Web Eng. 3-24 2006
Indexing Multilingual Information on the Web 51860 COMPSAC 576-581 1998
Intelligent Agents for Matching Information Providers and Consumers on the World-Wide-Web 51866 HICSS (4) 189-199 1997
Discovering user access patterns on the World Wide Web 51890 Knowl.-Based Syst. 463-470 1998
Anchor point indexing in Web document retrieval 51892 IEEE Transactions on Systems, Man, and Cybernetics, Part C 364- 2000
Designing Web Applications 51990 Encyclopedia of Information Science and Technology (II) 831-836 2005
Object-Oriented Web Applications Modeling 51991 Information Modeling in the New Millennium 463-484 2001
Combining Meta-level and Logic-Based Constructs in Web Personalization 51995 Active Media Technology 57-64 2001
Web-Oriented Software Technology 52001 ECOOP Workshops 55-69 2002
Modeling Interactions and Navigation in Web Applications 52003 ER (Workshops) 115-127 2000
Abstraction and Reuse Mechanisms in Web Application Models 52004 ER (Workshops) 76-88 2000
Web Application Models Are More Than Conceptual Models 52005 ER (Workshops) 239-253 1999
Using Components in Web Document Engineering 52007 German-Argentinian Workshop on Information Technology 75-80 1999
Web Engineering - Minitrack Introduction 52009 HICSS None 2001
Web Engineering - Introduction 52010 HICSS None 2000
Engineering Web Applications - Challenges and Perspectives 52016 ICEIS (1) 13-14 2005
Rapid prototyping of web applications combining domain specific languages and model driven design 52018 ICWE 153-160 2006
Modeling Applications for the Semantic Web 52019 ICWE 417-426 2003
Preface to SMIWEP-MATeS'06: workshop held in conjunction with the 6th international conference on web engineering (ICWE2006) Palo Alto, California, USA. July 10th, 2006 52021 ICWE Workshops 15 2006
Integrating Semantic Concept Similarity in Model-Based Web Applications 52024 WebMedia/LA-WEB 78-85 2004
Swell - Annotating and Searching Semantic Web Services 52025 LA-WEB 102-105 2005
Application Modeling for the Semantic Web 52026 LA-WEB 93-102 2003
Interface Development for Hypermedia Applications in the Semantic Web 52027 WebMedia/LA-WEB 106-113 2004
The Semantic Web - ISWC 2006, 5th International Semantic Web Conference, ISWC 2006, Athens, GA, USA, November 5-9, 2006, Proceeding 52029 International Semantic Web Conference 332- 2006
Web Design Frameworks: An Approach to Improve Reuse in Web Applications 52031 Web Engineering 335-352 2001
Engineering WEB Applications - Challenges and Perspectives 52032 WEBIST 13-14 2005
A Peer-To-Peer Platform Based on Semantic Web Services 52033 WWW (Posters) None 2003
Rapid prototyping of web applications combining domain specific languages and model driven design 52034 WWW 889-890 2006
Designing personalized web applications 52035 WWW 275-284 2001
Design and Implementation of Semantic Web Applications 52036 WWW Workshop on Application Design, Development and Implementation Issues in the Semantic Web None 2004
A hybrid approach for searching in the semantic web 52037 WWW 374-383 2004
Web engineering: technical discipline or social process 52038 WWW (Special interest tracks and posters) 799 2005
An authoring environment for model-driven web applications 52039 WebMedia 11-19 2006
Object-Oriented Design Structures in Web Application Models 52040 Ann. Software Eng. 97-110 2002
Improving Web Information Systems with Navigational Patterns 52042 Computer Networks 1667-1678 1999
Web Engineerin 52043 CoRR None 2003
Engineering Web Applications for Reuse 52046 IEEE MultiMedia 20-31 2001
Cohesive Design of Personalized Web Applications 52048 IEEE Internet Computing 34-43 2002
Web Engineering 52049 J. Web Eng. 3-17 2002
A Software Architecture for Structuring Complex Web Applications 52050 J. Web Eng. 37-60 2002
An Object Oriented Approach to Web-Based Applications Design 52057 TAPOS 207-225 1998
A Hybrid Approach for Refreshing Web Page Repositories 52061 DASFAA 588-593 2005
Can social bookmarking improve web search 52092 WSDM 195-206 2008
First-Order Learning for Web Mining 52097 ECML 250-255 1998
Learning to construct knowledge bases from the World Wide Web 52104 Artif. Intell. 69-113 2000
Extracting and Using Attribute-Value Pairs from Product Descriptions on the Web 52121 WebMine 41-60 2006
Developing Web Applications from Conceptual Models 52123 CAiSE Short Paper Proceedings None 2003
Development of Web Applications from Web Enhanced Conceptual Schemas 52125 ER 232-245 2003
Developing Web Applications from Conceptual Models. A Web Services Approach 52126 ER (Workshops) 40-51 2003
Extending an OO Method de Develop Web Applications 52131 WWW (Posters) None 2003
XL: a platform for Web Services 52132 CIDR None 2003
WebVigiL: An Approach to Just-In-Time Information Propagation in Large Network-Centric Environments 52152 Web Dynamics 301-318 2004
WebVigiL: User Profile-Based Change Detection for HTML/XML Documents 52153 BNCOD 38-57 2003
A learning-based approach for fetching pages in WebVigiL 52154 SAC 1725-1731 2004
Human Brain Data on the Web: A New Tool for Medical Research 52203 WebNet 601-604 2000
Obstacles in Web Multimedia Publishing: Bringing Conference Proceedings On-Line 52223 Multimedia Tools Appl. 171-180 1998
On the quality of resources on the Web: An information retrieval perspective 52294 Inf. Sci. 4566-4597 2007
ER Model, XML and the Web 52321 ER 538 1999
XML and the Semantic Web: What is the future 52329 HICSS 122 2003
GlossExtractor: A Web Application to Automatically Create a Domain Glossary 52362 AI*IA 339-349 2007
Learning Domain Ontologies from Document Warehouses and Dedicated Web Sites 52374 Computational Linguistics 151-179 2004
Directions for Web and E-Commerce Applications Security 52451 WETICE 200-204 2001
Database Model for Web-Based Cooperative Applications 52467 CIKM 131-138 1999
Pattern Recognition Meets the World Wide Web 52553 ICPR 2052-2059 2000
Linear prediction models with graph regularization for web-page categorization 52554 KDD 821-826 2006
Who is SMILing on the Web 52560 WWW Posters 606-617 2001
Focused Crawling: A New Approach to Topic-Specific Web Resource Discovery 52562 Computer Networks 1623-1640 1999
Clustering Web Documents Based on Correlation of Hyperlinks 52587 ICDE Workshops 1225 2005
Hierarchical Summarizing and Evaluating for Web Pages 52588 EROW None 2007
Topic Detection and Tracking for News Web Pages 52604 Web Intelligence 338-342 2006
A System Supporting Website Navigation 52643 SEBD 142-149 2004
Finding Neighbor Communities in the Web Using Inter-site Graph 52724 DEXA 558-568 2003
Focusing on Sites in the Web 52741 ISDB 154-159 2002
Compact Encoding of the Web Graph Exploiting Various Power Laws: Statistical Reason Behind Link Database 52751 WAIM 37-46 2003
Web-Linkage Viewer: Finding Graph Structures in the Web 52752 WAIM 441-442 2002
Applying the Site Information to the Information Retrieval from the Web 52753 WISE 83-92 2002
A Similarity Reinforcement Algorithm for Heterogeneous Web Pages 52795 APWeb 121-132 2005
Improving web search results using affinity graph 52801 SIGIR 504-511 2005
VT at TREC-2003: The Web Track Report 52804 TREC 837- 2003
Web Service Based Method for Large Scale Flow Shops with Flowtime Minimization 52856 CSCWD 484-489 2007
Truthful Resource Allocation in Selfish Sensor Web 52896 MSN 683-693 2007
A Comprehensive Data Quality Methodology for Web and Structured Data 52996 ICDIM 448-456 2006
The UM-MAIS Methodology for Multi-channel Adaptive Web Information Systems 53011 World Wide Web 349-385 2007
Web Services Composition in Autonomic Grid Environments 53056 Business Process Management Workshops 375-386 2006
Global and Local QoS Guarantee in Web Service Selection 53057 Business Process Management Workshops 32-46 2005
A Methodology for the Design of Distributed Web Systems 53068 CAiSE 273-288 1997
Automatic Learning of Repair Strategies for Web Services 53075 ECOWS 119-128 2007
An Architecture for Flexible Web Service QoS Negotiation 53076 EDOC 70-82 2005
Global and Local QoS Constraints Guarantee in Web Service Selection 53084 ICWS 805-806 2005
Preserving Web Sites: a Data Quality Approach 53089 IQ 331-344 2003
Representation and Certification of Data Quality on the Web 53090 IQ 402-417 2004
QoS-Driven Web Services Selection in Autonomic Grid Environments 53096 OTM Conferences (2) 1273-1289 2006
Modellazione della QoS in Ambienti Web-Service con Applicazioni di Video Streaming 53107 SEBD 298-307 2007
Negotiation Support for Web Service Selection 53115 TES 29-38 2004
Web Services, E-Business, and the Semantic Web, CAiSE 2002 International Workshop, WES 2002, Toronto, Canada, May 27-28, 2002, Revised Paper 53117 WES 19-28 2002
PAWS: A Framework for Executing Adaptive Web-Service Processes 53136 IEEE Software 39-46 2007
A layered architecture for flexible Web service invocation 53137 Softw., Pract. Exper. 191-223 2006
IntegratedMap: a Web interface for integrating genetic map data 53183 Bioinformatics 2126-2127 2005
U.S. Air Force Weather Database and XML Web Services Implementation 53353 SSDBM 24-27 2005
NSSDC OMNIWeb: The First Space Physics WWW-Based Data Browsing and Retrieval System 53355 Computer Networks and ISDN Systems 801-808 1995
Web Spam Detection with Anti-Trust Rank 53372 AIRWeb 37-40 2006
Managers Don't Code: Making Web Services Middleware Applicable for End-Users 53460 ECOWS 139-151 2004
A Measurement Ontology Generalizable for Emerging Domain Applications on the Semantic Web 53490 J. Database Manag. 20-42 2007
Applying Webmining Techniques to Execution Traces to Support the Program Comprehension Process 53499 CSMR 134-142 2005
Turning the Web into an Effective Knowledge Repository 53539 ICEIS (4) 154-161 2004
RepWeb: Replicated Web with Referential Integrity 53556 SAC 1206-1211 2003
A Memory-Efficient Strategy for Exploring the Web 53602 Web Intelligence 680-686 2006
Impact transformation: effective and efficient web retrieval 53689 SIGIR 3-10 2002
Robust and Web Retrieval with Document-Centric Integral Impacts 53706 TREC 726-731 2003
Developing a Personal Multilingual Web Space 53757 Applied Informatics 145-150 2003
Soft Computing Paradigms for Web Access Pattern Analysis 53764 FSKD 631-635 2002
Web Traffic Mining Using a Concurrent Neuro-Fuzzy Approach 53773 HIS 853-862 2002
Clustering Web User Interests Using Self Organising Maps 53774 HIS 843-852 2002
Improved Web Searching through Neural Network Based Index Generation 53785 International Conference on Computational Science 151-158 2003
A Personalized Multilingual Web Content Miner: PMWeb Miner 53788 ICCSA (2) 956-965 2005
Personalized Multilingual Web Content Mining 53799 KES 155-163 2004
HDGSOMr: A High Dimensional Growing Self-Organizing Map Using Randomness for Efficient Web and Text Mining 53802 Web Intelligence 215-221 2005
Web page clustering using a self-organizing map of user navigation patterns 53810 Decision Support Systems 245-256 2003
Intelligent web traffic mining and analysis 53819 J. Network and Computer Applications 147-165 2005
Soft Computing Paradigms for Web Access Pattern Analysis 53823 Classification and Clustering for Knowledge Discovery 233-250 2005
Towards ubiquitous tourist service coordination and integration: a multi-agent and semantic web approach 53840 ICEC 574-581 2005
Towards end-to-end privacy control in the outsourcing of marketing activities: a web service integration solution 53844 ICEC 454-461 2005
e-Tendering with Web Services: A Case Study on the Tendering Process of Building Construction 53845 IEEE SCC 582-588 2007
A Virtual Travel Agent System for M-Tourism with Semantic Web Service Based Design and Implementation 53846 AINA 142-149 2007
Integrating Heterogeneous Web Services with WebXcript 53851 COMPSAC 272-277 2003
Web-service Based Human Resource Recruitment by Using Matchmaking Decision Support 53860 EDOC Workshops 67 2006
Protecting the Exchange of Document Images in Cross-Enterprise Process Integration with Web Services 53862 EDOC Workshops 53 2006
Exception Handling for XML Query Execution Plans in a Web Service Environment 53863 EEE 466-471 2005
Facilitating e-Negotiation Processes with Semantic Web Technologies 53871 HICSS None 2005
Developing Workflow-Based Information Integration (WII) with Exception Support in a Web Services Environment 53880 HICSS None 2004
A Web Services Implementation Framework for Financial Enterprise Content Management 53883 HICSS None 2004
Web-Service Based Information Integration for e-Mortgage Contract Matchmaking Decision Support: A Case Study in Hong Kong 53884 HICSS None 2006
e-Government Integration with Web Services and Alerts: A Case Study on an Emergency Route Advisory System in Hong Kong 53886 HICSS None 2006
Tendering Process Model (TPM) Implementation for B2B Integration in a Web Services Environment 53888 HICSS 143 2007
Enhancing Workflow Automation in Insurance Underwriting Processes with Web Services and Alerts 53889 HICSS 64 2007
Protecting the Exchange of Medical Images in Healthcare Process Integration with Web Services 53890 HICSS 131 2007
Enabling Web Services Policy Negotiation with Privacy preserved using XACML 53893 HICSS 33 2007
Web-Service Based Information Integration for e-Financial Planning System Matchmaking Decision Support 53894 IAT Workshops 259-262 2006
Developing e-Negotiation Process Support by Web Services 53895 ICWS 97-103 2003
Workflow-Based Information Integration in a Web Services Environment 53897 ICWS 10-16 2003
Alert-Driven Process Integration in a Web Services Environment 53898 ICWS 145-151 2003
Developing a Distributed e-Monitoring System for Enterprise Website and Web Services: An Experience Report with Free Libraries and Tools 53899 ICWS 1008-1015 2007
Web-Based Workflow Evolution in ADOME-WFMS 53903 WAIM 377-389 2001
Enhancing Web Services Conversation with Exception Contexts for Handling Exceptions of Composite Services 53905 CEC/EEE 39-46 2007
Alert Driven Process Integration and Exception Handing: A Case Study on Audit Confirmation with Web Services 53906 CEC/EEE 469-476 2007
Workflow View Driven Cross-Organizational Interoperability in a Web-Service Environment 53908 WES 41-56 2002
Web Interface-Driven Cooperative Exeption Handling in ADOME Workflow Management System 53909 WISE 174-182 2000
Developing e-Negotiation support with a meta-modeling approach in a Web services environment 53913 Decision Support Systems 51-69 2005
Integrating Legacy Sites into Web Services with WebXcript 53914 Int. J. Cooperative Inf. Syst. 25-44 2005
Web Interface-Driven Cooperative Exception Handling in Adome Workflow Management System 53915 Inf. Syst. 93-120 2001
End-to-end privacy control in service outsourcing of human intensive processes: A multi-layered Web service integration approach 53918 Information Systems Frontiers 85-101 2007
Duality in Web Services Reliability 53928 AICT/ICIW 165 2006
NFP Ontology for Discovery and Sharing Web Services in Distributed Registries 53929 AINA Workshops 1416-1421 2008
How Much Intelligence in the Semantic Web 53930 AWIC 1-6 2005
A Need for Business Assessment of Semantic Web Services' Applications in Enterprises 53934 Business Process Management Workshops 514-516 2007
A Survey of QoS Computation for Web Service Profiling 53935 CAINE 192-197 2005
myPortal: Robust Extraction and Aggregation of Web Content 53941 VLDB 1219-1222 2006
Architecture for Web Services Filtering and Clustering 53947 ICIW 18 2007
Multicasting a Web Repository 53951 WebDB 25-30 2001
Getting work done on the web: supporting transactional queries 54038 SIGIR 557-564 2006
Active Query Caching for Database Web Servers 54041 WebDB (Informal Proceedings) 29-34 2000
CarWeb: A Traffic Data Collection Platform 54058 MDM 221-222 2008
Ranking Web Search Results from Personalized Perspective 54062 CEC/EEE 12 2006
An Integrated Development Environment for Web Service Composition 54089 ICWS 839-847 2007
Mining user session data to facilitate user interaction with a customer service knowledge base in RightNow Web 54136 KDD 467-472 2001
Adaptive web sites: user studies and simulation 54137 WWW 975-976 2006
A Review of Multidatabase Transactions on The Web: From the ACID to the SACReD 54203 BNCOD 140-152 2000
Ensuring Recovery for SACReD Web Transactions in the E-commerce Applications 54207 DEXA 40-49 2002
A Formal Treatment of the SACReD Protocol for Multidatabase Web Transactions 54208 DEXA 899-908 2000
A Formal Verification Strategy for Crash Recovery in Web-Database Applications 54218 WISE Workshops 113-119 2002
Web-enabled advanced multimedia systems 54243 IEEE Workshop on Multimedia Signal Processing 117-120 2002
Beitragsband zum Studierenden-Programm bei der 11. Fachtagung "Datenbanken fanduuml;r Business, Technologie and Web", GI Fachbereich Datenbanken und Informationssysteme, Karlsruhe, 1. Mandauml;rz 200 54263 BTW Studierendenprogramm None 2005
WebDBSearch - Eine Suchmaschine zum Auffinden relevanter Informationseinheiten in Web-Datenbanken 54265 BTW 305-324 2005
A System for Facilitating and Engancing Web Search 54306 IWANN (2) 706-714 1999
Matching Algorithms for Composing Business Process Solutions with Web Services 54342 EC-Web 393-402 2003
Web Service-based Business Process Automation Using Matching Algorithms 54345 IFIP PPAI 131-140 2006
Business Process Integration with Web Services 54351 SNPD 192-197 2005
The semantic webscape: a view of the semantic web 54354 WWW (Special interest tracks and posters) 1154-1155 2005
Model-driven business transformation and the semantic web 54355 Commun. ACM 75-77 2005
Visualization and Analysis of Clickstream Data of Online Stores for Understanding Web Merchandising 54356 Data Min. Knowl. Discov. 59-84 2001
RADAR: a web server for RNA data analysis and research 54383 Nucleic Acids Research 300-304 2007
WebCQ: Detecting and Delivering Information Changes on the Web 54394 CIKM 512-519 2000
Information Modelling on the Web: A Scalable Solution 54408 World Wide Web 263-304 2002
Practical guide to controlled experiments on the web: listen to your customers not to the hippo 54427 KDD 959-967 2007
Using FMEA for Early Robustness Analysis of Web-Based Systems 54786 COMPSAC Workshops 28-29 2004
Possibilities to Estimate Reliability in XML Format Data Communication in Web Based Distributed Applications 54787 COMSWARE None 2007
The Use of Trade-offs in the Development of Web Applications 54800 ICWE Workshops 269-281 2004
Web-Based System Development: Status in the Norwegian IT Organizations 54804 PROFES 363-377 2004
A Decision Modelling Approach for Analysing Requirements Configuration Trade-offs in Timeconstrained Web Application Development 54807 SEKE 144-149 2006
Web Application Development and Quality - Observations from Interviews with Companies in Norway 54809 WEBIST (1) 495-498 2006
A component-based reference model for web-based systems 54813 IASTED Conf. on Software Engineering and Applications 653-658 2004
Towards Deeper Understanding of the Search Interfaces of the Deep Web 54825 World Wide Web 133-155 2007
Crawling the Hidden Web 54832 VLDB 129-138 2001
Building a distributed full-text index for the Web 54833 WWW 396-406 2001
Searching the Web 54839 ACM Trans. Internet Techn. 2-43 2001
Combining link-based and content-based methods for web document classification 54841 CIKM 394-401 2003
A fast and robust method for web page template detection and removal 54842 CIKM 258-267 2006
Computing block importance for searching on web sites 54843 CIKM 165-174 2007
A Hypergraph Model for Computing Page Reputation on Web Collections 54852 SBBD 35-49 2007
Extracting and Searching Useful Information Available on Web FAQs 54853 SBBD 102-116 2006
Link Information as a Similarity Measure in Web Classification 54861 SPIRE 43-55 2003
Improving Web search efficiency via a locality based static pruning method 54868 WWW 235-244 2005
GoGetIt!: a tool for generating structure-driven web crawlers 54869 WWW 1011-1012 2006
A cost-effective method for detecting web site replicas on search engine databases 54872 Data Knowl. Eng. 421-437 2007
Link-based similarity measures for the classification of Web documents 54874 JASIST 208-221 2006
Local versus global link information in the Web 54876 ACM Trans. Inf. Syst. 42-63 2003
Locality-Based pruning methods for web search 54878 ACM Trans. Inf. Syst. None 2008
Advances in Computer Science - ASIAN 2005, Data Management on the Web, 10th Asian Computing Science Conference, Kunming, China, December 7-9, 2005, Proceeding 54913 ASIAN None 2005
Improve Web Search Using Image Snippets 55022 AAAI None 2006
A Web-Based Multimedia Diabetes Mellitus Education Tool for School Nurses 55024 CBMS 146-151 2001
Web andamp; Datenbanken. Konzepte, Architekturen, Anwendunge 55139 Web andamp; Datenbanken 335-362 2003
WebFlow: Ein System zur flexiblen Ausfanduuml;hrung webbasierter, kooperativer Workflows 55150 BTW 423-432 2003
Quality-Oriented Handling of Exceptions in Web-Service-Based Cooperative Processes 55165 EAI 12 2004
Automatic Optimization of Web Recommendations Using Feedback and Ontology Graphs 55182 ICWE 375-386 2005
Reinforcement Learning Architecture for Web Recommendations 55183 ITCC (1) 398- 2004
Web, Web-Services, and Database Systems, NODe 2002 Web and Database-Related Workshops, Erfurt, Germany, October 7-10, 2002, Revised Paper 55184 Web, Web-Services, and Database Systems None 2003
AWESOME - A Data Warehouse-based System for Adaptive Website Recommendations 55200 VLDB 384-395 2004
Kurz erklandauml;rt - Web Usage Mining 55204 Datenbank-Spektrum 75-76 2002
Adaptive website recommendations with AWESOME 55223 VLDB J. 357-372 2005
The Design of an Integrated Web Mining and Usability System 55230 Workshop on Web-based Support Systems 94-101 2004
Web Structure Mining for Usability Analysis 55231 Web Intelligence 309-312 2005
Web Dynamics, Structure, and Page Quality 55233 Web Dynamics 93-112 2004
Balancing Volume, Quality and Freshness in Web Crawling 55235 HIS 565-572 2002
A Framework for the Design and Implementation of Web Sites 55236 ICWI 452-460 2002
Challenges on Distributed Web Retrieval 55237 ICDE 6-20 2007
Cooperation Schemes between a Web Server and a Web Search Engine 55238 LA-WEB 212-213 2003
On the Image Content of the Chilean Web 55239 LA-WEB 72-83 2003
Know your neighbors: web spam detection using the web topology 55241 SIGIR 423-430 2007
Relating Web Characteristics with Link Based Web Page Ranking 55242 SPIRE 21-32 2001
Web Structure, Dynamics and Page Quality 55243 SPIRE 117-130 2002
Crawling the Infinite Web: Five Levels Are Enough 55245 WAW 156-167 2004
Relating Web Structure, User Search Behavior 55249 WWW Posters None 2001
Relationship between web links and trade 55250 WWW 927-928 2006
Fourth international workshop on adversarial information retrieval on the web (AIRWeb 2008) 55251 WWW 1267-1268 2008
Computing Trusted Authority Scores in Peer-to-Peer Web Search Networks 55252 AIRWeb None 2007
On the Image Content of a Web Segment: Chile as a Case Study 55256 J. Web Eng. 153-168 2004
Effective web crawling 55257 SIGIR Forum 55-56 2005
Characterization of national Web domains 55258 ACM Trans. Internet Techn. 11-24 2007
Link analysis for Web spam detection 55260 TWEB 291-313 2008
Fast Algorithms for Large-State-Space HMMs with Applications to Web Usage Analysis 55322 NIPS 44-54 2003
Building Dynamic Application Networks with Web Services 55351 SIGMOD Conference 878 2004
Conceptual Modeling of Personalized Web Applications 55353 AH 358-362 2002
Extending a Conceptual Modelling Approach to Web Application Design 55360 CAiSE 79-93 2000
Towards an End-User Development Approach for Web Engineering Methods 55363 CAiSE 528-543 2006
Introducing Graphic Designers in a Web Development Process 55364 CAiSE 395-408 2007
Object-Oriented Conceptual Modeling of Web Application Interfaces: the OO-HMethod Abstract Presentation Model 55384 EC-Web 206-215 2000
An Object-Oriented Approach to Automate Web Applications Development 55385 EC-Web 16-28 2001
Towards the Quality Evaluation of Functional Aspects of Operative Web Applications 55388 ER (Workshops) 325-338 2002
Development of Web Applications from Web Enhanced Conceptual Schemas 55392 ER 232-245 2003
Designing Web Services for Supporting User Tasks: A Model Driven Approach 55395 ER (Workshops) 193-202 2006
Building Semantic Web Services Based on a Model Driven Web Engineering Method 55396 ER (Workshops) 173-182 2006
Towards the Design of a Metrics Cataloging System by Exploiting Conceptual and Semantic Web Approaches 55400 ICWE 324-333 2003
Un Mandeacute;todo para Medir el Tamaandntilde;no Funcional y Evaluar la Calidad de Sitios Web 55406 JISBD 477-490 2001
Aplicaciandoacute;n de MDA al Desarrollo de Aplicaciones Web en OOWS 55412 JISBD 379-388 2003
Navigational Modeling and the Semantic Web. An Ontology Based Approach 55414 WebMedia/LA-WEB 94-96 2004
Evaluating a Functional Size Measurement Method for Web Applications: An Empirical Analysis 55416 IEEE METRICS 358-369 2004
Improvement of a Web Engineering Method Through Usability Patterns 55431 WISE Workshops 441-446 2007
Extending an OO Method de Develop Web Applications 55432 WWW (Posters) None 2003
Conceptual Modelling versus Semantic Web: the two sides of the same coin 55433 WWW Workshop on Application Design, Development and Implementation Issues in the Semantic Web None 2004
Conceptual Modeling of Device-Independent Web Applications 55438 IEEE MultiMedia 26-39 2001
Measuring the functional size of web applications 55439 Int. J. Web Eng. Technol. 5-16 2003
A transformational approach to produce web application prototypes from a web requirements model 55440 Int. J. Web Eng. Technol. 4-42 2007
Towards a Reusable Repository for Web Metrics 55444 J. Web Eng. 61-73 2002
Implicit: an agent-based recommendation system for web search 55463 AAMAS 618-624 2005
Improving Web Service Discovery with Usage Data 55527 IEEE Software 47-54 2007
Activity Scheduling inWeb-Service Based Workflow Management for Balancing Load and Handling Failures 55572 MDM 135 2006
Dependability and Flexibility Centered Approach for Composite Web Services Modeling 55573 OTM Conferences (1) 163-182 2006
A Failure-Aware Model for Estimating and Analyzing the Efficiency of Web Services Compositions 55578 PRDC 114-124 2005
THROWS: An Architecture for Highly Available Distributed Execution of Web Services Compositions 55580 RIDE 103-110 2004
Swoogle: Searching for Knowledge on the Semantic Web 55591 AAAI 1682-1683 2005
Intelligent Agents Meet Semantic Web in a Smart Meeting Room 55594 AAMAS 854-861 2004
Information retrieval on the semantic web 55597 CIKM 461-468 2002
Panel on Cooperative MultiAgent Systems for the Web 55598 CoopIS 74-77 1997
Web Intelligent Query - Disconnected Web Browsing using Cooperative Techniques 55599 CoopIS 167-174 1996
ITTALKS: An Application of Agents in the Semantic Web 55602 ESAW 175-194 2001
An Expertise Recommender Using Web Mining 55603 FLAIRS Conference 291-294 2001
How the Semantic Web is Being Used: An Analysis of FOAF Documents 55605 HICSS None 2005
Information Retrieval and the Semantic Web 55607 HICSS None 2005
An End-End Approach to Wireless Web Access 55611 ICDCS Workshops 473-478 2001
Semantic Web in the Context Broker Architecture 55625 PerCom 277-286 2004
Enhancing Web Privacy Protection through Declarative Policies 55627 POLICY 57-66 2005
ITTALKS: A Case Study in the Semantic Web and DAML 55632 SWWS 477-494 2001
A Policy Based Approach to Security for the Semantic Web 55633 International Semantic Web Conference 402-418 2003
An Active Transcoding Proxy to Support Mobile Web Access 55634 Symposium on Reliable Distributed Systems 118-123 1998
Internet, education, and the Web 55637 WETICE 27-33 1996
Personalization andamp; Asynchronicity to Support Mobile Web Access 55638 Workshop on Web Information and Data Management 17-20 1998
Agents Making Sense of the Semantic Web 55643 WRAC 417-433 2002
On Using a Warehouse to Analyze Web Logs 55655 Distributed and Parallel Databases 161-180 2003
ITtalks: A Case Study in the Semantic Web and DAML+OIL 55656 IEEE Intelligent Systems 40-47 2002
Extracting Web User Profiles Using Relational Competitive Fuzzy Clustering 55658 International Journal on Artificial Intelligence Tools 509-526 2000
Using a Natural Language Understanding System to Generate Semantic Web Content 55660 Int. J. Semantic Web Inf. Syst. 50-74 2007
Intelligent Agents Meet the Semantic Web in Smart Spaces 55661 IEEE Internet Computing 69-79 2004
Using incremental Web log mining to create adaptive web servers 55663 Int. J. on Digital Libraries 133-150 2005
On proxy agents, mobility, and web access 55666 MONET 233-241 2000
Agents, Turst, and Information Access on the Semantic Web 55671 SIGMOD Record 30-35 2002
EasyQuerier: A Keyword Based Interface for Web Database Integration System 55693 DASFAA 936-942 2007
Query Optimization over Web Services 55712 VLDB 355-366 2006
EShopMonitor: A Web Content Monitoring Tool 55752 ICDE 817-820 2004
The eShopmonitor: A comprehensive data extraction tool for monitoring Web sites 55754 IBM Journal of Research and Development 679-692 2004
Scalable Semantic Web Data Management Using Vertical Partitioning 55790 VLDB 411-422 2007
LocalRank: A Prototype for Ranking Web Pages with Database Considering Geographical Locality 55791 APWeb 1209-1213 2006
LocalRank: Ranking Web Pages Considering Geographical Locality by Integrating Web and Databases 55792 DEXA 145-155 2005
A Web Query System for Heterogeneous Government Data 55845 DG.O None 2004
Extending XML Web Querying to Heterogeneous Geospatial Information 55846 DG.O None 2003
Resolving Schema and Value Heterogeneities for XML Web Querying 55847 DG.O None 2003
A Web Query System for Heterogeneous Geospatial Data 55849 SSDBM 262- 2003
Querying the World Wide Web 55891 PDIS 80-91 1996
Query Languages for the Web 55893 QL None 1998
Applications of a Web Query Language 55897 Computer Networks 1305-1315 1997
Querying the World Wide Web 55899 Int. J. on Digital Libraries 54-67 1997
Visualizing the World Wide Web 55907 AVI 13-19 1996
Visual web surfing with Hy+ 55912 CASCON 28 1995
Efficient Queries over Web Views 55922 EDBT 72-86 1998
WebOQL: Restructuring Documents, Databases, and Webs 55927 ICDE 24-33 1998
Formal Models of Web Queries 55946 PODS 134-143 1997
The World Wide Web and Databases, International Workshop WebDB'98, Valencia, Spain, March 27-28, 1998, Selected Paper 55967 WebDB None 1999
The Web is not a Database 55969 Workshop on Web Information and Data Management 49-54 1998
Applications of a Web Query Language 55976 Computer Networks 1305-1315 1997
What is this page known for? Computing Web page reputations 55977 Computer Networks 823-835 2000
What do the Neighbours Think? Computing Web Page Reputations 55981 IEEE Data Eng. Bull. 9-16 2000
Review - XML, Java, and the Future of the Web 55983 ACM SIGMOD Digital Review None 2000
Formal Models of Web Queries 55991 Inf. Syst. 615-637 1998
WebDB '98: International Workshop on the Web and Databases 56002 SIGMOD Record 6-9 1998
Applying database Visualization to the World Wide Web 56004 SIGMOD Record 45-49 1996
WebOQL: Restructuring Documents, Databases, and Webs 56010 TAPOS 127-141 1999
Efficient Queries over Web Views 56013 IEEE Trans. Knowl. Data Eng. 1280-1298 2002
Guest Editorial: Databases and the Web 56021 VLDB J. 1 2000
A Web Agent for Automating E-Commerce Operations 56023 CEC 16-19 2003
Resolution and Constraint Propagation for Semantic Web Services Discovery 56025 BDA None 2003
Semantic Web Services Discovery Regarded as a Constraint Satisfaction Problem 56027 FQAS 282-294 2004
A Hybrid Approach to Semantic Web Services Discovery 56028 Intelligent Information Systems 505-512 2004
Constraint Propagation to Semantic Web Services Discovery 56029 ISMIS 554-561 2003
Resolution and Constraint Propagation for Semantic Web Services Discovery 56030 RIDE 23-30 2004
WEB Community Mining and WEB Log Mining: Commodity Cluster Based Execution 56031 Australasian Database Conference None 2002
Mining and Visualizing the Evolution of the Web Graph Structure 56032 AINA Workshops 1162 2008
Socio-Sense: A System for Analysing the Societal Behavior from Long Term Web Archive 56033 APWeb 1-8 2008
Extracting User Behavior by Web Communities Technology on Global Web Logs 56035 DEXA 957-988 2004
Some Experiences on Large Scale Web Mining 56036 DNIS 173-178 2002
Creating a Web community chart for navigating related communities 56038 Hypertext 103-112 2001
Extracting evolution of web communities from a series of web archives 56039 Hypertext 28-37 2003
A system for visualizing and analyzing the evolution of the web with a time series of graphs 56040 Hypertext 151-160 2005
IdentifyingWeb Spam by Densely Connected Sites and its Statistics in a JapaneseWeb Snapshot 56041 ICDE Workshops 131 2006
Visualization of Global Web Log and Web Communities 56042 iiWAS None 2004
Mining Communities on the Web Using a Max-Flow and a Site-Oriented Framework 56045 WISE 1-14 2005
A Web Community Chart for Navigating Related Communities 56046 WWW Posters None 2001
Analyzing Global Behavior of Web Community Evolution 56047 WWW (Posters) None 2003
What's really new on the web?: identifying new pages from a series of unstable web snapshots 56048 WWW 233-241 2006
Mining Communities on the Web Using a Max-Flow and a Site-Oriented Framework 56051 IEICE Transactions 2606-2615 2006
PEWeb: Product Extraction from the Web Based on Entropy Estimation 56091 Web Intelligence 590-593 2004
Key Element-Context Model: An Approach to Efficient Web Metadata Maintenance 56312 ECDL 63-74 2007
Simlarity Search for Web Services 56394 VLDB 372-383 2004
An information extraction engine for web discussion forums 56397 WWW (Special interest tracks and posters) 978-979 2005
A Business Process of Web Services Testing Method Based on UML2.0 Activity Diagram 56403 IITA 59-65 2007
A Parallel Hybrid Web Document Clustering Algorithm and its Performance Study 56445 The Journal of Supercomputing 117-131 2004
A Novel Visualization Model for Web Search Results 56449 IEEE Trans. Vis. Comput. Graph. 981-988 2006
Introducing "HEALTH" Perspective in Open Source Web-Enginerring Software Projects Based on Project Data Analysis 56555 iiWAS 269-278 2006
Monitoring the "health" status of open source web-engineering projects 56556 IJWIS 116-139 2007
Scalable Web Caching of Frequently Updated Objects Using Reliable Multicast 56601 USENIX Symposium on Internet Technologies and Systems None 1999
Comparing the performance of web server architectures 56604 EuroSys 231-243 2007
Representing the Spatial Relations in the Semantic Web Ontologies 56658 Australian Conference on Artificial Intelligence 77-87 2003
Extracting social networks and contact information from email and the Web 56667 CEAS 792-799 2004
Using Reinforcement Learning to Spider the Web Efficiently 56685 ICML 335-343 1999
Improving Author Coreference by Resource-Bounded Information Gathering from the Web 56692 IJCAI 429-434 2007
Disambiguating Web appearances of people in a social network 56714 WWW 463-470 2005
Learning to Understand the Web 56716 IEEE Data Eng. Bull. 17-24 2000
WebKDD/SNAKDD 2007: web mining and social network analysis post-workshop report 56721 SIGKDD Explorations 87-92 2007
Corroborate and learn facts from the web 56732 KDD 995-1003 2007
PageChaser: A Tool for the Automatic Correction of Broken Web Links 56778 ICDE 1486-1488 2008
Parallel Pull-Based LRU: A Request Distribution Algorithm for Clustered Web Caches Using a DSM for Memory Mapped Networks 56846 CCGRID 533-538 2001
Parallel Pull-Based LRU : a New Request Distribution Algorithm for Large Scale SCI Clustered Web Caches 56849 CLUSTER 391-392 2000
Whoops! : A Clustered Web Cache for DSM Systems using Memory Mapped Networks 56851 ICDCS Workshops 806-811 2002
From Research Prototypes to Industrial Strength Open Source Products - The ObjectWeb Experience 56857 SOFSEM 17-27 2005
Integrating user and group preferences for top-k search from distributed web resources 56881 DEXA Workshops 317-322 2007
Page content rank: an approach to the web content mining 56887 IADIS AC 289-296 2005
Designing semantic web services using conceptual model 56892 SAC 2243-2247 2008
Using BFA with wordnet ontology based model for web retrieval 56893 SITIS 254-259 2005
Web Pages Reordering and Clustering Based on Web Patterns 56897 SOFSEM 731-742 2008
WordNet Ontology Based Model for Web Retrieval 56899 WIRI 220-225 2005
Efficient View Maintenance in a Large-Scale Web Warehouse 56916 CIT 992-997 2004
PODWIS: A Personalized Tool for Ontology Development in Domain Specific Web Information System 56921 APWeb 680-694 2005
General Consistency Management Within the Development of Ontology-Driven Web Information System 56922 ASIAN 290-291 2005
Mining Models of Composite Web Services for Performance Analysis 56925 DASFAA 828-837 2006
Web Service Composition Based on Message Schema Analysis 56927 DASFAA 918-923 2007
Web Service Composition Using Integer Programming-based Models 56938 ICEBE 603-606 2005
Understanding User Operations on Web Page in WISE 56948 WAIM 846-851 2005
An Ontology Based Approach to Construct Behaviors in Web Information Systems 56950 WAIM 194-208 2005
P-SHOQ(D): A Probabilistic Extension of SHOQ(D) for Probabilistic Ontologies in the Semantic Web 56962 JELIA 86-97 2002
Online Transcoding of Web Pages for Mobile Devices 56991 Mobile HCI 271-285 2003
A Three-Level Architecture for Distributed Web Information Systems 57287 ICWE 137-141 2004
An Embedded Web Server for Equipments 57346 ISPAN 345-350 2004
A Framework for Managing the Evolution of Business Protocols in Web Services 57366 APCCM 49-59 2007
OpenXUP: an alternative approach to developing highly interactive web applications 57373 ICWE 289-296 2006
Supporting the dynamic evolution of Web service protocols in service-oriented architectures 57378 TWEB 1353-1379 2008
WUML: A Web Usage Manipulation Language for Querying Web Log Data 57380 ER 567-581 2004
Transformation selection for aptness-based web retrieval 57384 ADC 115-124 2005
On the quality of resources on the Web: An information retrieval perspective 57406 Inf. Sci. 4566-4597 2007
Data Management Issues in Supporting Large-Scale Web Services 57497 IEEE Data Eng. Bull. 3-9 2006
Towards P2P-Based Semantic Web Service Discovery with QoS Support 57555 Business Process Management Workshops 18-31 2005
The Semantic Web: Research and Applications, 5th European Semantic Web Conference, ESWC 2008, Tenerife, Canary Islands, Spain, June 1-5, 2008, Proceeding 57559 ESWC None 2008
The Chatty Web Approach for Global Semantic Agreements 57567 MMGPS None 2003
Semantic web services selection improved by application ontology with multiple concept relations 57572 SAC 2237-2242 2008
Building Application Ontologies from Descriptions of Semantic Web Services 57574 Web Intelligence 337-343 2007
A Flexible Integration Framework for Semantic Web 2.0 Applications 57581 IEEE Software 64-71 2007
The structure of broad topics on the web 57591 WWW 251-262 2002
Web Mining: From Web to Semantic Web, First European Web Mining Forum, EMWF 2003, Cavtat-Dubrovnik, Croatia, September 22, 2003, Revised Selected and Invited Paper 57612 EWMF None 2004
Semantics, Web and Mining, Joint International Workshops, EWMF 2005 and KDO 2005, Porto, Portugal, October 3 and 7, 2005, Revised Selected Paper 57613 EWMF/KDO None 2006
A Roadmap for Web Mining: From Web to Semantic Web 57614 EWMF 1-22 2003
Towards Semantic Web Mining 57650 International Semantic Web Conference 264-278 2002
Semantic resource management for the web: an e-learning application 57651 WWW (Alternate Track Papers andamp; Posters) 1-10 2004
Proceedings of the Workshop on Social and Collaborative Construction of Structured Knowledge (CKC 2007) at the 16th International World Wide Web Conference (WWW2007) Banff, Canada, May 8, 200 57652 CKC None 2007
Semantic Web Mining: State of the art and future directions 57664 J. Web Sem. 124-143 2006
Metamodeling the Quality of the Web Development Process' Intermediate Artifacts 57718 ICWE 74-89 2007
Further Analysis on the Evaluation of a Size Measure for Web Applications 57719 LA-WEB 230-240 2006
Querying Semantically Tagged Documents on the World-Wide Web 57753 NGITS 2-19 1999
Integrating Data from Maps on the World-Wide Web 57788 W2GIS 180-191 2006
Web Proxy Cache Replacement: Do's, Don'ts, and Expectations 57869 NCA 59-66 2003
Discovery of Semantic Relationships among Web Pages Based on Web Topic Structures 58024 DS-9 171-185 2001
Trustworthiness Analysis of Web Search Results 58025 ECDL 38-49 2007
Detecting near-duplicates for web crawling 58127 WWW 141-150 2007
A Prototype for Integration of Web Services into the Irules Approach to Component Integration 58150 ICEIS (1) 3-10 2005
Delivering Push Objects Using Extended Web Channels 58194 WebNet 846-847 2000
Query Restart Strategies for Web Agent 58237 Agents 124-131 1998
WebMate: A Personal Agent for Browsing and Searching 58238 Agents 132-139 1998
Automated semantic web service discovery with OWLS-MX 58256 AAMAS 915-922 2006
RCal: a case study on semantic web agents 58263 AAMAS 802-803 2002
Autonomous Semantic Web Services 58280 CAiSE 2-3 2003
From the "Eyeball" Web to the Transaction Web 58283 CoopIS/DOA/ODBASE 601 2003
Concurrent Semantics for the Web Services Specification Language DAML-S 58284 COORDINATION 14-21 2002
Recovery Mechanisms for Semantic Web Services 58287 DAIS 100-105 2008
Multi-agent Infrastructure, Agent Discovery, Middle Agents for Web Services and Interoperation 58288 EASSS 17-49 2001
Specifying and Monitoring Composite Events for Semantic Web Services 58290 ECOWS 87-96 2007
Semantic Web Service Discovery in the OWL-S IDE 58296 HICSS None 2006
Semantic Web Services Monitoring: An OWL-S Based Approach 58300 HICSS 313 2008
Semantic Web Services: Current Status and Future Directions 58317 ICWS None 2004
Towards a Semantic Choreography of Web Services: From WSDL to DAML-S 58319 ICWS 22-26 2003
The Semantic Web - ISWC 2003, Second International Semantic Web Conference, Sanibel Island, FL, USA, October 20-23, 2003, Proceeding 58338 International Semantic Web Conference None 2003
DAML-S: Web Service Description for the Semantic Web 58339 International Semantic Web Conference 348-363 2002
DAML-S: Semantic Markup for Web Services 58342 SWWS 411-430 2001
DAML-S: Semantic Markup for Web Services 58343 The Emerging Semantic Web None 2001
Security for DAML Web Services: Annotation and Matchmaking 58344 International Semantic Web Conference 335-350 2003
Semantic Matching of Web Services Capabilities 58347 International Semantic Web Conference 333-347 2002
Browsing Schedules - An Agent-Based Approach to Navigating the Semantic Web 58348 International Semantic Web Conference 469-474 2002
Bringing Semantics to Web Services: The OWL-S Approach 58349 SWSWPC 26-42 2004
Dynamic Discovery, Invocation and Composition of Semantic Web Services 58351 SETN 3-12 2004
Importing the Semantic Web in UDDI 58353 WES 225-236 2002
Processing Schedules Using Distributed Ontologies on the Semantic Web 58354 WES 203-212 2002
Delivering Semantic Web Services 58355 WWW (Alternate Paper Tracks) 575-584 2003
Bringing Semantics to Web Services with OWL-S 58356 World Wide Web 243-277 2007
IEEE Intelligent Systems: Semantic Web - Calendar Agents on the Semantic Web 58374 IEEE Distributed Systems Online 14-21 2002
Authorization and Privacy for Semantic Web Services 58377 IEEE Intelligent Systems 50-56 2004
Calendar Agents on the Semantic Web 58378 IEEE Intelligent Systems 84-86 2002
Semantic Web Services, Part 2 58381 IEEE Intelligent Systems 8-15 2007
Autonomous Semantic Web Services 58386 IEEE Internet Computing 34-41 2003
Dynamic Discovery and Coordination of Agent-Based Semantic Web Services 58387 IEEE Internet Computing 66-73 2004
Editorial - International Semantic Web Conference 2003 58391 J. Web Sem. 323-324 2004
Automated discovery, interaction and composition of Semantic Web services 58392 J. Web Sem. 27-46 2003
On Off-Topic Web Browsing 58492 ISI 647-649 2006
Using manually-built web directories for automatic evaluation of known-item retrieval 58517 SIGIR 373-374 2003
Hourly analysis of a very large topically categorized web query log 58518 SIGIR 321-328 2004
Automatic web query classification using labeled and unlabeled training data 58524 SIGIR 581-582 2005
Predicting query difficulty on the web by learning visual clues 58529 SIGIR 615-616 2005
Varying approaches to topical web query classification 58533 SIGIR 783-784 2007
A framework for determining necessary query set sizes to evaluate web search effectiveness 58546 WWW (Special interest tracks and posters) 1176-1177 2005
Temporal analysis of a very large topically categorized Web query log 58569 JASIST 166-178 2007
Automatic classification of Web queries using very large unlabeled query logs 58598 ACM Trans. Inf. Syst. None 2007
SoundWeb: Hyperlinked Voice Data for Wearable Computing Environment 58639 ISWC 14-19 2005
Toward Large Scale Integration: Building a MetaQuerier over Databases on the Web 58668 CIDR 44-55 2005
Towards Building a MetaQuerier: Extracting and Matching Web Query Interfaces 58670 ICDE 1098-1099 2005
Knocking the Door to the Deep Web: Integration of Web Query Interfaces 58679 SIGMOD Conference 913-914 2004
MetaQuerier: querying structured web sources on-the-fly 58680 SIGMOD Conference 927-929 2005
Understanding Web Query Interfaces: Best-Effort Parsing with Hidden Syntax 58681 SIGMOD Conference 107-118 2004
Light-weight Domain-based Form Assistant: Querying Web Databases On the Fly 58682 VLDB 97-108 2005
Accessing the deep web 58683 Commun. ACM 94-101 2007
Mining semantics for large scale integration on the web: evidences, insights, and challenges 58691 SIGKDD Explorations 67-76 2004
Structured Databases on the Web: Observations and Implications 58692 SIGMOD Record 61-70 2004
Analysis of BPEL and High-Level Web Service Orchestration: Bringing Benefits to the Problems of the Business 58742 DEXA 123-137 2006
Ontology-based Semantic Web Service platform in Mobile Environments 58762 MDM 83 2006
Web Document Classification Based on Fuzzy Association 58786 COMPSAC 487-492 2002
A high-performance Web-based system design for spatial data accesses 58793 ACM-GIS 33-38 2000
A Data Mining Framework for Building A Web-Page Recommender System 58819 IRI 357-362 2004
Affinity-Based Similarity Measure for Web Document Clustering 58822 IRI 247-252 2004
A reliable Web-based system for hurricane analysis and simulation 58849 SMC (6) 5215-5220 2004
A web-page recommender system via a data mining framework and the Semantic Web concept 58856 IJCAT 298-311 2006
Identifying Topics for Web Documents through Fuzzy Association Learning 58858 International Journal of Computational Intelligence and Applications 277-285 2002
A web-based spatial data access system using semantic R-trees 58860 Inf. Sci. 41-61 2004
Mining user access patterns with traversal constraint for predicting web page requests 58864 Knowl. Inf. Syst. 515-528 2006
A Web-based distributed system for hurricane occurrence projection 58872 Softw., Pract. Exper. 549-571 2004
Memory Aware Query Routing in Interactive Web-Based Information Systems 58883 BNCOD 168-184 2001
Demonstration: Enabling Scalable Online Personalization on the Web 58966 VLDB 631-634 2000
FUSION: A System Allowing Dynamic Web Service Composition and Automatic Execution 58967 CEC 399-404 2003
A Reputation-Chain Trust Model for the Semantic Web 59026 AINA (2) 719-723 2006
Concept Map Model for Web Ontology Exploration 59028 APWeb 544-555 2006
Dart Database Grid: A Dynamic, Adaptive, RDF-Mediated, Transparent Approach to Database Integration for Semantic Web 59031 APWeb 1053-1057 2005
A Computational Trust Model for Semantic Web Based on Bayesian Decision Theory 59032 APWeb 745-750 2006
A Social Network-Based Trust Model for the Semantic Web 59034 ATC 183-192 2006
KB-Grid: Enabling Knowledge Sharing on the Semantic Web 59043 CLADE 70 2003
Semantic-Based Context-Role Model for Web Information Sharing 59051 EEE 214-217 2005
Applying Semantic Web Technologies for Geodata Integration and Visualization 59052 ER (Workshops) 320-329 2005
Develop a Computational Trust Prototype for the Semantic Web 59100 ICDE Workshops 57 2006
Knowledge Base Grid: Relize Global Knowledge Sharing By Combining Grid and Semantic Web 59105 ICEIS (2) 258-265 2003
On Case-Based Knowledge Sharing in Semantic Web 59124 ICTAI 200-207 2003
KB-Grid: Towards Building Large-Scale Knowledge System in Semantic Web 59137 KES 1381-1388 2003
RDF-Based Ontology View for Relational Schema Mediation in Semantic Web 59138 KES (2) 873-879 2005
An Interactive Visual Model for Web Ontologies 59140 KES (2) 866-872 2005
Towards a Semantic Web of Relational Databases: A Practical Semantic Toolkit and an In-Use Case from Traditional Chinese Medicine 59154 International Semantic Web Conference 750-763 2006
Advances in Web-Age Information Management, 6th International Conference, WAIM 2005, Hangzhou, China, October 11-13, 2005, Proceeding 59173 WAIM None 2005
Information retrieval and knowledge discovery on the semantic web of traditional chinese medicine 59176 WWW 1085-1086 2008
Knowledge Base Grid: A Generic Grid Architecture for Semantic Web 59187 J. Comput. Sci. Technol. 462-473 2003
Rules and Rule Markup Languages for the Semantic Web, First International Conference, RuleML 2005, Galway, Ireland, November 10-12, 2005, Proceeding 59194 RuleML None 2005
How Can the Web Services Paradigm Improve the E-Learning 59217 ICALT 479 2003
A Web Services Broker for E-learning 59218 International Conference on Computational Science 659-668 2003
CATWEB: A Tool for Developing Courses for the Web and from the Web 59220 Building University Electronic Educational Environments 155-168 1999
A component model for stardardized web-based education 59224 WWW 86-95 2001
2-Way Text Classification for Harmful Web Documents 59236 ICCSA (2) 545-551 2006
Answering relationship queries on the web 59252 WWW 561-570 2007
Detection of Hidden Information in Webpages Based on Randomness 59256 IAS 447-452 2007
P2P Semantic Mediation of Web Sources 59268 ICEIS (1) 7-15 2006
P2P Semantic Mediation of Web Sources 59270 ICEIS (Selected Papers) 3-16 2006
Understanding theWeb Page Layout 59415 ICDM Workshops 438-442 2006
Collaborative and Interactive Room Design on the Web 59440 ISPAN 238-245 2000
Implementation of a Graphics Design Framework on the Web 59452 Pacific Conference on Computer Graphics and Applications 421-422 2000
A web-based consumer-oriented intelligent decision support system for personalized e-services 59476 ICEC 429-437 2004
A Peer-to-Peer Information System for the Semantic Web 59491 AP2PC 113-122 2003
Web Semantic Search with TUCUXI 59499 SEBD 426-433 2004
SI-Web: a Web Based Interface for the MOMIS Project 59500 SEBD 407-411 2002
Instances Navigation for Querying Integrated Data from Web-Sites 59510 WEBIST (1) 46-53 2006
Instances Navigation for Querying Integrated Data from Web-Sites 59511 WEBIST (Selected Papers) 125-137 2006
WINK: A Web-Based System for Collaborative Project Management in Virtual Enterprises 59512 WISE 176-188 2003
SOAP-enabled web services for knowledge management 59521 Int. J. Web Eng. Technol. 218-235 2004
Query and Trigger of Moving Objects in WebGIS Environment 59653 CIT 770-775 2004
Modeling Web Navigation by Statechart 59690 COMPSAC 41-47 2000
Trustworthy Browsing - A Secure Web Accessing Model 59697 EEE 542-547 2005
SmartTutor: An intelligent tutoring system in web-based adult education 59732 Journal of Systems and Software 11-25 2003
Dynamic multi-process information flow tracking for web application security 59833 Middleware (Demos and Posters) 19 2007
Piazza: data management infrastructure for semantic web applications 59903 WWW 556-567 2003
Building a story tracer out of a web archive 59907 JCDL 455 2008
Building Applications Using End to End Composition of Web Services 59910 AAAI 1672-1673 2005
Adaptation inWeb Service Composition and Execution 59913 ICWS 549-557 2006
A service creation environment based on end to end composition of Web services 59918 WWW 128-137 2005
Telecom mashups: enabling web 2.0 for telecom services 59920 ICUIMC 146-150 2008
Synthy: A system for end to end composition of web services 59923 J. Web Sem. 311-339 2005
Minimizing energy for wireless web access with bounded slowdown 59955 MOBICOM 119-130 2002
Untangling the Web from DNS 59967 NSDI 225-238 2004
Improving Web Availability for Clients with MONET 59968 NSDI None 2005
Thwarting Web Censorship with Untrusted Messenger Discovery 59973 Privacy Enhancing Technologies 125-140 2003
Infranet: Circumventing Web Censorship and Surveillance 60001 USENIX Security Symposium 247-262 2002
Minimizing Energy for Wireless Web Access with Bounded Slowdown 60025 Wireless Networks 135-148 2005
Integrating Web Services into Ontology-Based Web Portal 60027 APWeb 585-596 2005
Discovering task-oriented usage pattern for web recommendation 60085 ADC 167-174 2006
A Latent Usage Approach for Clustering Web Transaction and Building User Profile 60088 ADMA 31-42 2005
Web Technologies and Applications, 5th Asian-Pacific Web Conference, APWeb 2003, Xian, China, April 23-25, 2002, Proceeding 60089 APWeb 21-30 2003
Frontiers of WWW Research and Development - APWeb 2006, 8th Asia-Pacific Web Conference, Harbin, China, January 16-18, 2006, Proceeding 60090 APWeb None 2006
Semantic Caching for Web-Based Spatial Applications 60092 APWeb 783-794 2005
Pattern-Based Extraction of Addresses from Web Page Content 60093 APWeb 407-418 2008
Towards User Profiling for Web Recommendation 60095 Australian Conference on Artificial Intelligence 415-424 2005
Using Probabilistic Latent Semantic Analysis for Web Page Grouping 60115 RIDE 29-36 2005
Searching the World Wide Web for Local Services and Facilities: A Review on the Patterns of Location-Based Queries 60124 WAIM 91-101 2005
Web Information Systems - WISE 2004, 5th International Conference on Web Information Systems Engineering, Brisbane, Australia, November 22-24, 2004, Proceeding 60128 WISE None 2004
Calculation of Target Locations for Web Resources 60129 WISE 277-288 2006
A Web Recommendation Technique Based on Probabilistic Latent Semantic Analysis 60130 WISE 15-28 2005
Searching the Web Using a Map 60131 WISE 222-229 2000
Accessing Active Application-oriented DBMS from the World Wide Web 60148 CODAS 171-173 1996
Active XML: A Data-Centric Perspective on Web Services 60171 Web Dynamics 275-300 2004
Active XML: A Data-Centric Perspective on Web Services 60175 BDA 405-424 2002
Active XML: Peer-to-Peer Data and Web Services Integration 60215 VLDB 1087-1090 2002
Web services and data integration 60220 WISE 3-6 2002
Formal Models of Web Queries 60223 Inf. Syst. 615-637 1998
An analysis of web services support for dynamic business process outsourcing 60614 Information andamp; Software Technology 1115-1134 2006
A Web marketing system with automatic pricing 60897 Computer Networks 775-788 2000
Unintrusive Customization Techniques for Web Advertising 60898 Computer Networks 1259-1272 1999
Improvements to the Linear Programming Based Scheduling of Web Advertisements 60907 Electronic Commerce Research 75-98 2005
Web architectures for scalable moving object servers 60972 ACM-GIS 17-22 2002
MapJAX: Data Structure Abstractions for Asynchronous Web Applications 60982 USENIX Annual Technical Conference 101-114 2007
Aspect Discovery: Web Contents Characterization by Their Referential Contexts 61054 APWeb 738-743 2004
Discovering Aspects of Web Pages from Their Referential Contexts in the Web 61057 DASFAA 618-629 2004
Device Cooperative Web Browsing and Retrieving Mechanism on Ubiquitous Networks 61059 DEXA 874-883 2004
Image Retrieval by Web Context: Filling the Gap between Image Keywords and Usage Keywords 61060 DEXA 579-588 2003
Guiding Web Search by Third-party Viewpoints: Browsing Retrieval Results by Referential Contexts in Web 61061 DEXA 894-903 2004
WebBoard: a new display and browsing concept for Web content in public areas 61063 ICME 1763-1766 2004
Discovering aspect-based correlation of Web contents for cross-media information retrieval 61064 ICME 1015-1018 2004
The Framework of Web-Based Voice of the Customers Management for Business Process Management in Service Industry 61096 EC-Web 168-177 2005
Design and Implement of Customer Information Retrieval System Based on Semantic Web 61171 ICIC (2) 367-378 2006
Testing Web Services Using Progressive Group Testing 61200 AWCC 314-322 2004
A Framework for Contract-Based Collaborative Verification and Validation of Web Services 61202 CBSE 258-273 2007
Autonomous Hot Patching for Web-Based Applications 61204 COMPSAC (2) 51-56 2005
Adaptive Testing, Oracle Generation, and Test Case Ranking for Web Services 61212 COMPSAC (1) 101-106 2005
Cooperative and Group Testing in Verification of Dynamic Composite Web Services 61213 COMPSAC Workshops 170-173 2004
Extending WSDL to Facilitate Web Services Testing 61226 HASE 171-172 2002
Coyote: An XML-Based Framework for Web Services Testing 61231 HASE 173-176 2002
3 Tier Transparent Web Application Developing Approach 61234 International Conference on Internet Computing 519-528 2002
Voting Multi-Dimensional Data with Deviations for Web Services under Group Testing 61237 ICDCS Workshops 65-71 2005
Proof Slicing with Application to Model Checking Web Services 61255 ISORC 292-299 2005
Automated Model Checking and Testing for Composite Web Services 61256 ISORC 300-307 2005
Stochastic Voting Algorithms for Web Services Group Testing 61261 QSIC 99-108 2005
A Framework for Developing Web-Based Educational Applications: Using a Relational Database to Connect the Design of Authoring and Navigational Tools 61272 WebNet None 1997
Progressive Ranking and Composition of Web Services Using Covering Arrays 61275 WORDS 179-185 2005
Specification-Based Verification and Validation of Web Services and Service-Oriented Operating Systems 61277 WORDS 139-147 2005
Verification of Web Services Using an Enhanced UDDI Server 61278 WORDS 131-138 2003
A software reliability model for web services 61281 IASTED Conf. on Software Engineering and Applications 144-149 2004
Swiss Cheese Test Case Generation for Web Services Testing 61293 IEICE Transactions 2691-2698 2005
Binary analysis and automated hot patching for Web-based applications 61297 Information andamp; Software Technology 1148-1158 2006
A Scientific Workflow Approach to Distributed Geospatial Data Processing using Web Services 61363 SSDBM 87-90 2005
Using Web Services and Scientific Workflow for Species Distribution Prediction Modeling 61364 WAIM 610-617 2005
Compatibility and replaceability analysis for timed web service protocols 61366 BDA None 2005
On Temporal Abstractions of Web Service Protocols 61370 CAiSE Short Paper Proceedings 290-306 2005
Developing Adapters for Web Services Integration 61371 CAiSE 415-429 2005
Conceptual Modeling of Web Service Conversations 61372 CAiSE 449-467 2003
Analysis and Management of Web Service Protocols 61376 ER 524-541 2004
Fine-Grained Compatibility and Replaceability Analysis of Timed Web Service Protocols 61379 ER 599-614 2007
Request Rewriting-Based Web Service Discovery 61388 International Semantic Web Conference 242-257 2003
Web Services Interoperability Specifications 61390 IEEE Computer 24-32 2006
Representing, analysing and managing Web service protocols 61391 Data Knowl. Eng. 327-357 2006
Abstracting and Enforcing Web Service Protocols 61392 Int. J. Cooperative Inf. Syst. 413-440 2004
Web Service Conversation Modeling: A Cornerstone for E-Business Automation 61394 IEEE Internet Computing 46-54 2004
Service Mosaic: A Model-Driven Framework for Web Services Life-Cycle Management 61395 IEEE Internet Computing 55-63 2006
On automating Web services discovery 61400 VLDB J. 84-96 2005
Web-based Collaborative Information Integration for Scientific Research 61405 ICDE 1232-1241 2007
Native Web Browser Enabled SVG-based Collaborative Multimedia Annotation for Medical Images 61406 ICDE 1219-1228 2008
Distributed web-based framework for real-time multimedia object communication 61414 Comput. Syst. Sci. Eng. 79-88 2001
The Pegasus portal: web based grid computing 61419 SAC 680-686 2005
Pushing politely: improving Web responsiveness one packet at a time 61449 SIGMETRICS Performance Evaluation Review 43 2000
Using Web Services Implementing Collaborative Design for CAD Systems 61479 IEEE SCC 471-474 2004
Automatic Acquisition of Chinese-English Parallel Corpus from the Web 61499 ECIR 420-431 2006
Mining Key Phrase Translations from Web Corpora 61537 HLT/EMNLP None 2005
Using the web for automated translation extraction in cross-language information retrieval 61548 SIGIR 162-169 2004
Mining translations of OOV terms from the web through cross-lingual query expansion 61550 SIGIR 669-670 2005
A Dynamic Agent-Based Web Service Invocation Infrastructure 61567 ACHI 206-211 2008
Implementation of a Specific Information System for a Web-Based E-learning Environment 61568 WKDD 351-354 2008
Differentiated Multimedia Web Services Using Quality Aware Transcoding 61635 INFOCOM 961-969 2000
Multimedia Web Services for Mobile Clients Using Quality Aware Transcoding 61659 WOWMOM 99-108 1999
Discovery of ads web hosts through traffic data analysis 61697 DMKD 76-81 2004
Characterizing Web User Accesses: A Transactional Approach to Web Log Clustering 61713 ITCC 312 2002
WebCat: Automatic Categorization of Web Search Results 61736 SEBD 507-518 2003
Web log data warehousing and mining for intelligent web caching 61742 Data Knowl. Eng. 165-189 2001
An Event Based Approach to Web Service Design and Interaction 61756 APWeb 333-340 2003
CoordinatedWeb Services Orchestration 61766 ICWS 775-783 2007
Event Based Web Service Description and Coordination 61771 WES 120-133 2003
New generation E-Learning technology by Web Services 61773 Wissensmanagement 77-81 2005
New Generation E-Learning Technology by Web Services 61774 Wissensmanagement (LNCS Volume) 127-133 2005
Considering (de)centralization in a Web Services World 61778 ICIW 22 2007
An Encapsulated Eiffel Education Environment, based on Web Services 61786 Journal of Object Technology 97-106 2002
Architecture of a Web Accelerator For Wireless Networks 61865 ACSC 125-129 2007
Constructing Good Quality Web Page Communities 61866 Australasian Database Conference None 2002
Utilizing Hyperlink Transitivity to Improve Web Page Clustering 61867 ADC 49-57 2003
Web Service Composition Transaction Management 61869 ADC 171-179 2004
Web Service Composition with Case-Based Reasoning 61870 ADC 201-208 2003
Measuring similarity of interests for clustering web-users 61872 ADC 107-114 2001
Discovering task-oriented usage pattern for web recommendation 61876 ADC 167-174 2006
Advanced Web Technologies and Applications, 6th Asia-Pacific Web Conference, APWeb 2004, Hangzhou, China, April 14-17, 2004, Proceeding 61881 APWeb None 2004
Frontiers of WWW Research and Development - APWeb 2006, 8th Asia-Pacific Web Conference, Harbin, China, January 16-18, 2006, Proceeding 61882 APWeb None 2006
Web Page Clustering: A Hyperlink-Based Similarity and Matrix-Based Hierarchical Algorithms 61883 APWeb 201-212 2003
Algorithm for Web Services Matching 61884 APWeb 665-670 2004
Progress in WWW Research and Development, 10th Asia-Pacific Web Conference, APWeb 2008, Shenyang, China, April 26-28, 2008. Proceeding 61887 APWeb None 2008
WSXplorer: Searching for Desired Web Services 61890 CAiSE 173-187 2007
Mapping and Browsing the Web in a 2D Space 61896 DEXA Workshop 248-252 1999
Development of Web-Based Epidemiological Reporting System for Tasmania Utilizing a Google Maps Add-On 61898 DICTA 118-123 2007
Using Probabilistic Latent Semantic Analysis for Web Page Grouping 61913 RIDE 29-36 2005
A Web-based Real-time Cooperative Editor in Java 61915 WebNet 18-29 1998
Proceedings of the 2nd International Conference on Web Information Systems Engineering (WISE'01), Organized by WISE Society and Kyoto University, Kyoto, Japan, 3-6 December 2001, Volume 1 (Main program 61916 None None 2001
Web Information Systems - WISE 2006, 7th International Conference on Web Information Systems Engineering, Wuhan, China, October 23-26, 2006, Proceeding 61917 WISE None 2006
A Matrix Approach for Hierarchical Web Page Clustering Based on Hyperlinks 61918 WISE Workshops 207-216 2002
A Web Recommendation Technique Based on Probabilistic Latent Semantic Analysis 61920 WISE 15-28 2005
Efficiently Computing Frequent Tree-Like Topology Patterns in a Web Environment 61923 TOOLS (31) 440-447 1999
H. Zhuge, The Web Resource Space Model , Springer (2007) 61934 Journal of Systems and Software 1063-1064 2008
Editorial: Introduction to Web Information Systems Engineering 61935 Knowl. Inf. Syst. 129-131 2002
Effectively Finding Relevant Web Pages from Linkage Information 61936 IEEE Trans. Knowl. Data Eng. 940-951 2003
A Requester-based Mediation Framework for Dynamic Invocation of Web Services 61947 IEEE SCC 445-454 2006
Translation of Unknown Terms Via Web Mining for Information Retrieval 61952 AIRS 258-269 2006
XML Data Integration and Distribution in a Web-Based Object Video Server System 61955 APWeb 418-429 2003
Quantifying Contexts for User-Centered Web Service Discovery 61980 EDOC 399-404 2006
Dynamic Conceptual Network Mechanism for a Web-Based Authoring System 62000 Human.Society@Internet 2003 442-453 2003
Architecture and Mechanisms of a Web-Based Video Data Management System 62013 IEEE International Conference on Multimedia and Expo (I) 187-190 2000
Advances in Web-Based Learning, First International Conference, ICWL 2002, Hong Kong, China, August 17-19, 2002, Proceeding 62022 ICWL 51-62 2002
Advances in Web-Based Learning - ICWL 2004, Third International Conference, Beijing, China, August 8-11, 2004, Proceeding 62023 ICWL None 2004
Advances in Web-Based Learning - ICWL 2005, 4th International Conference, Hong Kong, China, July 31 - August 3, 2005, Proceeding 62024 ICWL None 2005
Advances in Web Based Learning - ICWL 2006, 5th International Conference, Penang, Malaysia, July 19-21, 2006. Revised Paper 62025 ICWL None 2006
Advances in Web Based Learning - ICWL 2007, 6th International Conference, Edinburgh, UK, August 15-17, 2007, Revised Paper 62029 ICWL None 2008
Automatically Generating an e-Textbook on the Web 62031 ICWL 35-42 2004
Supporting Practices in Web-Based Learning 62033 ICWL 300-312 2002
A Semantic Specification Framework for Analyzing Functional Composability of Autonomous Web Services 62035 ICWS 695-702 2007
Online Notes-taker: Toward a Web-based Agent Mechanism Supporting Comprehensible Reading 62045 JCIS 1052-1055 2002
Media-on-Demand for Agent-Based Collaborative Tutoring Systems on the Web 62055 IEEE Pacific Rim Conference on Multimedia 976-984 2002
Web-Based Workflow Evolution in ADOME-WFMS 62078 WAIM 377-389 2001
QoS-Aware Web Services Composition Using Transactional Composition Operator 62080 WAIM 217-228 2006
Extracting Relevant Snippets fromWeb Documents through Language Model based Text Segmentation 62084 Web Intelligence 287-290 2007
Workflow View Driven Cross-Organizational Interoperability in a Web-Service Environment 62085 WES 41-56 2002
VideoMAP*: A Web-based Architecture for a Spatio-Temporal Video Database Management System 62087 WISE 393-400 2000
WebReader: A Mechanism for Automating the Search and Collecting Information from the World Wide Web 62088 WISE (2) 47- 2000
Hybrid Method for Automated News Content Extraction from the Web 62090 WISE 327-338 2006
Fault-Tolerant Orchestration of Transactional Web Services 62092 WISE 90-101 2006
Search for FlashTM Movies on the Web 62093 WISE Workshops 257-266 2002
Rich Media Retrieval on the Web - a Multi-level Indexing Approach 62097 WWW (Posters) None 2003
International workshop on question answering on the web (QAWeb2008) 62098 WWW 1275-1276 2008
A logical framework for modeling and reasoning about semantic web services contract 62099 WWW 1057-1058 2008
Dish_Master: an Intelligent and Adaptive Manager for a Web-based Recipe Database System 62102 SKG 6 2006
Editorial: Introduction to Web Media Information Systems 62152 World Wide Web 179-180 2002
Automatically Generating an E-textbook on the Web 62153 World Wide Web 377-394 2005
Cards-to-presentation on the web: generating multimedia contents featuring agent animations 62156 J. Network and Computer Applications 83-104 2006
Conducting research surveys via e-mail and the Web 62224 Inf. Res. None 2004
Enabling Web-Based Location-Dependent Information Services in Mobile Environments 62238 Mobile Data Management 408-412 2003
Scheduling web requests in broadcast environments 62242 WWW (Alternate Track Papers andamp; Posters) 280-281 2004
XQuery at your web service 62254 WWW 603-611 2004
Web Navigation for Individuals with Dyslexia: An Exploratory Study 62264 HCI (5) 593-602 2007
Web Design for Dyslexics: Accessibility of Arabic Content 62265 ICCHP 817-822 2006
A methodology for asynchronous multi-user editing of semantic web ontologies 62278 K-CAP 127-134 2007
Web ontology segmentation: analysis, classification and use 62281 WWW 13-22 2006
COMMIX: towards effective web information extraction, integration and query answering 62314 SIGMOD Conference 620 2002
Category-Based Audience Metrics for Web Site Content Improvement Using Ontologies and Page Classification 62364 NLDB 216-220 2006
Semantic analysis of web site audience 62369 SAC 525-529 2006
Improving Web Sites with Web Usage Mining, Web Content Mining, and Semantic Analysis 62370 SOFSEM 430-439 2006
Web Services for the Management of Persistent Online Game Factions 62373 WEBIST (1) 441-446 2006
A Privacy Agreement Model for Web Services 62397 IEEE SCC 196-203 2007
Knowledge Representation, Ontologies, and the Semantic Web 62398 APWeb 382-387 2003
Semantic Matching of Natural Language Web Queries 62400 BDA 247-262 2004
Caractandeacute;risation des transitions temporisandeacute;es dans les logs de conversation de services Web 62412 EGC 45-56 2007
Semantic Matching of Natural Language Web Queries 62423 ICWE 416-429 2004
Privacy-Aware Web Service Protocol Replaceability 62424 ICWS 1048-1055 2007
Web Services 62426 IFIP Congress Tutorials 213-238 2004
Semantic Web Services Composition for the Mass Customization Paradigm 62442 Technologies for Collaborative Business Process Management 52-61 2006
Privacy Preserving Data Mining Services on the Web 62443 TrustBus 246-255 2005
Web Information Systems Engineering - WISE 2007 Workshops, WISE 2007 International Workshops, Nancy, France, December 3, 2007, Proceeding 62444 WISE Workshops 86 2007
Resolution and Constraint Propagation for Semantic Web Services Discovery 62445 Distributed and Parallel Databases 65-81 2005
Special issue on web data integration 62447 Inf. Syst. 1-2 2004
Les logiques de description pour le tri sandeacute;mantique de documents sur le web 62448 Ingandeacute;nierie des Systandegrave;mes d'Information 69-89 2005
On automating Web services discovery 62457 VLDB J. 84-96 2005
Learning user's preferences by analyzing Web-browsing behaviors 62496 Agents 381-387 2000
Automatic Webpage Classification Enhanced by Unlabeled Data 62536 IDEAL 821-825 2003
Web-Document Retrieval by Genetic Learning of Importance Factors for HTML Tags 62551 PRICAI Workshop on Text and Web Mining 13-23 2000
Personalized Web-Document Filtering Using Reinforcement Learning 62560 Applied Artificial Intelligence 665-685 2001
Genetic Mining of HTML Structures for Effective Web-Document Retrieval 62561 Appl. Intell. 243-256 2003
ProMiR II: a web server for the probabilistic prediction of clustered, nonclustered, conserved and nonconserved microRNAs 62577 Nucleic Acids Research 455-458 2006
Web Page Scoring Based on Link Analysis ofWeb Page Sets 62619 DEXA Workshops 269-273 2007
Context-Dependent Web Bookmarks and Their Usage as Queries 62623 WISE 333-344 2002
Visual interactions with Web database content 62680 Workshop on New Paradigms in Information Visualization and Manipulation 65-68 1998
Ontology-Based Scalable and Portable Information Extraction System to Extract Biological Knowledge from Huge Collection of Biomedical Web Documents 62687 Web Intelligence 77-83 2004
A semi-supervised efficient learning approach to extract biological relationships from web-based biomedical digital library 62712 Web Intelligence and Agent Systems 327-339 2006
From the Web to the Wireless Web: Technology Readiness and Usability 62727 HICSS None 2005
Sistema de consulta vandiacute;a Web para el Instituto Andaluz de Patrimonio Histandoacute;rico 62735 JBIDI 503-510 2001
An Ontology-Based Functional Modeling Approach for Multi-agent Distributed Design on the Semantic Web 62777 CSCWD (Selected papers) 334-343 2005
A Semantic Web-based Architecture for Collaborative Multi-Agent Functional Modeling in Design 62778 CSCWD 677-682 2006
XL: Eine Plattform fanduuml;r Web Services 62848 Berliner XML Tage 139 2003
Predicate-based Indexing of Enterprise Web Applications 62850 CIDR 102-107 2007
Building web applications without a database system 62852 EDBT 3 2008
SLL: Running My Web Services on Your WS Platforms 62859 ICWS 759-766 2005
XL: a platform for web services 62864 SIGMOD Conference 625 2002
A web of data: new architectures for new technology 62879 WIDM 1 2005
SLL: running my web services on your WS platforms 62880 WWW (Special interest tracks and posters) 962-963 2005
Web Services 62894 Informatik Spektrum 117-128 2004
Discovering Semantic Web Services in Federated Directories 63031 ICEIS (4) 283-286 2007
Reputation-Based Service Level Agreements for Web Services 63035 ICSOC 396-409 2005
Federated directories of Semantic web services 63068 SAC 368-369 2007
WSDir: A Federated Directory System of Semantic Web Services 63084 WETICE 98-103 2007
A Distributed Scientific Data Archive Using the Web, XML and SQL/MED 63217 SIGMOD Record 56-62 1999
Balancing Workload based on Content Types for Scalable Web Server Clusters 63229 AINA (2) 321-325 2004
Web caching using access statistics 63288 SODA 354-363 2001
CiteSeer: An Autonous Web Agent for Automatic Retrieval and Identification of Interesting Publications 63312 Agents 116-123 1998
Extracting collective probabilistic forecasts from web games 63322 KDD 174-183 2001
Feature Selection in Web Applications by ROC Inflections and Powerset Pruning 63325 SAINT 5-14 2001
Inquirus Web Meta-Search Tool: A User Evlaution Study 63330 WebNet 819-820 2000
Using web structure for classifying and describing web pages 63334 WWW 562-569 2002
Context in Web Search 63337 IEEE Data Eng. Bull. 25-32 2000
Context and Page Analysis for Improved Web Search 63338 IEEE Internet Computing 38-46 1998
Learning to find answers to questions on the Web 63341 ACM Trans. Internet Techn. 129-162 2004
Mobile Web and Location-Based Services 63348 APWeb 25 2006
Techniques for efficient fragment detection in web pages 63359 CIKM 516-519 2003
A Fully Automated Object Extraction System for the World Wide Web 63380 ICDCS 361-370 2001
Probe, Cluster, and Discover: Focused Extraction of QA-Pagelets from the Deep Web 63390 ICDE 103-115 2004
XWRAP: An XML-Enabled Wrapper Construction System for Web Information Sources 63394 ICDE 611-621 2000
Discovering and ranking web services with BASIL: a personalized approach with biased focus 63410 ICSOC 153-162 2004
Resilient Trust Management for Web Service Integration 63411 ICWS 499-506 2005
Domain-Specific Web Service Discovery with Service Class Descriptions 63412 ICWS 481-488 2005
Spam-Resilient Web Rankings via Influence Throttling 63417 IPDPS 1-10 2007
Countering web spam with credibility-based link analysis 63432 PODC 157-166 2007
OminiSearch: A Method for Searching Dynamic Content on the Web 63444 SIGMOD Conference 604 2001
XPACK: A High-Performance WEB Document Encoding 63454 WEBIST 32-39 2005
Page Digest for Large-Scale Web Services 63455 CEC 381-390 2003
Building a Semantic Web System for Scientific Applications: An Engineering Approach 63457 WISE 633-642 2005
Efficient web change monitoring with page digest 63459 WWW (Alternate Track Papers andamp; Posters) 476-477 2004
Exploiting the deep web with DynaBot: matching, probing, and ranking 63460 WWW (Special interest tracks and posters) 1174-1175 2005
Automatic detection of fragments in dynamically generated web pages 63461 WWW 443-454 2004
Towards robust trust establishment in web-based social networks with socialtrust 63464 WWW 1163-1164 2008
Adaptation Space: A Design Framework for Adaptive Web Services 63479 Int. J. Web Service Res. 1-24 2004
QA-Pagelet: Data Preparation Techniques for Large-Scale Data Analysis of the Deep Web 63488 IEEE Trans. Knowl. Data Eng. 1247-1262 2005
Automatic Fragment Detection in Dynamic Web Pages and Its Impact on Caching 63491 IEEE Trans. Knowl. Data Eng. 859-874 2005
An Expiration Age-Based Document Placement Scheme for Cooperative Web Caching 63492 IEEE Trans. Knowl. Data Eng. 585-600 2004
POESIA: An ontological workflow approach for composing Web services in agriculture 63503 VLDB J. 352-367 2003
Discovering Interesting Relationships among Deep Web Databases: A Source-Biased Approach 63504 World Wide Web 585-622 2006
A methodical approach to extracting interesting objects from dynamic web pages 63505 IJWGS 165-195 2005
Maintaining Mutual Consistency for Cached Web Objects 63515 ICDCS 371-380 2001
Adaptive Leases: A Strong Consistency Mechanism for the World Wide Web 63518 INFOCOM 834-843 2000
Handling Client Mobility and Intermittent Connectivity in Mobile Web Accesses 63523 Mobile Data Management 401-407 2003
Efficiently Maintaining Stock Portfolios up-to-date on the Web 63545 RIDE 60- 2002
PTC : Proxies that Transcode and Cache in Heterogeneous Web Client Environments 63564 WISE 11-20 2002
Adaptive push-pull: disseminating dynamic web data 63566 WWW 265-274 2001
Proceedings of the 16th International Conference on World Wide Web, WWW 2007, Banff, Alberta, Canada, May 8-12, 200 63567 WWW None 2007
Adaptive Push-Pull: Disseminating Dynamic Web Data 63587 IEEE Trans. Computers 652-668 2002
PTC: Proxies that Transcode and Cache in Heterogeneous Web Client Environments 63593 World Wide Web 7-28 2004
Improving Author Coreference by Resource-Bounded Information Gathering from the Web 63627 IJCAI 429-434 2007
AI for the Web - Ontology-Based Community Web Portals 63701 AAAI/IAAI 1034-1039 2000
EON2003, Evaluation of Ontology-based Tools, Proceedings of the 2nd International Workshop on Evaluation of Ontology-based Tools held at the 2nd International Semantic Web Conference ISWC 2003, 20th October 2003 (Workshop day), Sundial Resort, Sanibel Island, Florida, US 63708 EON 304-313 2003
The Semantic Web: Research and Applications, 3rd European Semantic Web Conference, ESWC 2006, Budva, Montenegro, June 11-14, 2006, Proceeding 63710 ESWC 218-231 2006
On Visualizing the Semantic Web in MS Office 63715 IV 441-446 2002
Proceedings of the 1st International Workshop on Modular Ontologies, WoMO'06, co-located with the International Semantic Web Conference, ISWC'06 November 5, 2006, Athens, Georgia, US 63729 WoMO None 2007
Ontology Management, Semantic Web, Semantic Web Services, and Business Application 63741 Ontology Management None 2008
SEAL - Tying Up Information Integration and Web Site Management by Ontologies 63743 IEEE Data Eng. Bull. 10-17 2002
The Semantic Web in One Day 63746 IEEE Intelligent Systems 85-87 2005
A workshop report: mining for and from the Semantic Web at KDD 2004 63751 SIGKDD Explorations 142-143 2004
Web caching for database applications with Oracle Web Cache 63765 SIGMOD Conference 594-599 2002
Retrieving Regional Information from Web by Contents Localness and User Location 63769 AIRS 301-312 2004
Using Web Archive for Improving Search Engine Results 63771 APWeb 893-898 2006
Context Matcher: Improved Web Search Using Query Term Context in Source Document and in Search Results 63772 APWeb 486-497 2006
Extracting Semantic Relationships Between Terms from PC Documents and Its Applications to Web Search Personalization 63774 APWeb 579-590 2006
Query Modification by Discovering Topics from Web Page Structures 63775 APWeb 553-564 2004
A Localness-Filter for Searched Web Pages 63776 APWeb 525-536 2003
Aspect Discovery: Web Contents Characterization by Their Referential Contexts 63778 APWeb 738-743 2004
Mining the Web for Hyponymy Relations Based on Property Inheritance 63779 APWeb 99-110 2008
Web opinion poll: extracting people's view by impression mining from the web 63783 CIKM 265-266 2005
Landmark Extraction: A Web Mining Approach 63785 COSIT 379-396 2005
An Interactive Classification of Web Documents by Self-Organizing Maps and Search Engines 63790 DASFAA 35-42 1999
My Portal Viewer: Integration System Based on User Preferences for News Web Sites 63798 DEXA 156-165 2005
Web Information Retrieval Based on the Localness Degree 63801 DEXA 172-181 2002
Webified Video: Media Conversion from TV Programs to Web Content for Cross-Media Information Integration 63802 DEXA 176-185 2005
WebDriving: Web Browsing Based on a Driving Metaphor for Improved Children's e-Learning 63803 DEXA 499-508 2006
WebSCAN: Discovering and Notifying Important Changes of Web Sites 63804 DEXA 587-598 2001
Mining the Web for Appearance Description 63807 DEXA 790-800 2007
Rerank-by-Example: Efficient Browsing of Web Search Results 63809 DEXA 801-810 2007
1999 ACM Digital Library Workshop on Organizing Web Space (WOWS), August 14, 1999, at Radisson Hotel, Berkeley, CA, USA (in conjunction with ACM DL'99 63813 WOWS None 1999
Workshop on Organizing Web Space: An Integration of Content Search with Structure Analysis 63814 ACM DL 264 1999
Discovery and Retrieval of Logical Information Units in Web 63815 WOWS 13-23 1999
Trustworthiness Analysis of Web Search Results 63820 ECDL 38-49 2007
Journey to the past: proposal of a framework for past web browser 63826 Hypertext 135-144 2006
Content Augmentation and Webification for Enhancing TV Viewing 63830 ICADL 129-138 2005
Finding Pertinent Page-Pairs from Web Search Results 63831 ICADL 301-310 2005
Page Sets as Web Search Answers 63832 ICADL 244-253 2006
RelaxImage: A Cross-Media Meta-Search Engine for Searching Images from Web Based on Query Relaxation 63835 ICDE 1102-1103 2005
Extracting Personal Conceptual Structures from PC Documents and its Application to Web Search Personalization 63836 ICDE Workshops 1228 2005
Web Information Retrieval Using Ontology for Children Based on their Lifestyles 63837 ICDE Workshops 1260 2005
Automatic indexing of broadcast content using its live chat on the Web 63841 ICIP (3) 1248-1251 2005
Mining Text and Visual Links to Browse TV Programs in a Web-Like Way 63844 ICME 393-396 2006
WA-TV: Webifying and Augmenting Broadcast Content for Next-Generation Storage TV 63845 ICME 1496-1499 2005
Navigation-Dependent Web-Views: Defining and Controlling Semantic Unit of Web Pages 63848 ICSC 421-426 1999
Creating Personal Histories from the Web Using Namesake Disambiguation and Event Extraction 63849 ICWE 400-414 2007
Towards New Content Services by Fusion of Web and Broadcasting Contents 63850 IEA/AIE 1-11 2007
Web Question Answering Using Impression Mining Technique 63852 IMECS 893-898 2007
Facilitating Understanding for Children by Translating Web Contents into a Storybook 63853 IMTCI 175-184 2004
AmbientBrowser: Web Browser for Everyday Enrichment 63854 INTETAIN 94-103 2005
Content Adaptation for Gradual Web Rendering 63855 INTETAIN 262-266 2005
A Web Annotation System with Access Control and Evolutional Restructuring Capabilities 63858 ISDB 142-147 2002
Summarization and Presentation for Web Documents using Context Paths 63859 ISDB 169-177 2002
Identification of time-varying objects on the web 63863 JCDL 285-294 2008
u-PaV: Automatic Transformation of Web Content into TV-like Video Content for Ubiquitous Environment 63867 MDM 61 2006
Generation of views of TV content using TV viewers' perspectives expressed in live chats on the web 63869 ACM Multimedia 853-861 2005
Web Reconfiguration by Spatio-Temporal Page Personalization Rules Based on Access 63875 SAINT 75- 2001
Referential Context Mining: Discovering Viewpoints from the Web 63882 Web Intelligence 321-325 2005
Buzz Network on the Weblog Community 63883 WEBIST (2) 136-139 2006
Toward editable web browser: edit-and-propagate operation for web browsing 63884 WIDM 73-80 2007
Approximate Intensional Representation of Web Search Results 63887 WISE 607-608 2005
Context-Dependent Web Bookmarks and Their Usage as Queries 63888 WISE 333-344 2002
Searching Coordinate Terms with Their Context from the Web 63889 WISE 40-47 2006
A Dynamic Content Integration Language for Video Data and Web Content 63891 WISE 83-92 2003
WeBrowSearch: Toward Web Browser with Autonomous Search 63892 WISE 135-146 2007
A browser for browsing the past web 63893 WWW 877-878 2006
Webified video: media conversion from TV program to web content and their integrated viewing method 63896 WWW (Special interest tracks and posters) 946-947 2005
Exploiting Document Structures for Comparing and Exploring Topics on the Web 63897 WWW (Posters) None 2003
Toward tighter integration of web search with a geographic information system 63898 WWW 277-286 2006
Transforming web contents into a storybook with dialogues and animations 63899 WWW (Special interest tracks and posters) 1076-1077 2005
Tv2web: generating and browsing web with multiple lod from video streams and their metadata 63900 WWW (Alternate Track Papers andamp; Posters) 398-399 2004
Continuous web: a new image-based hypermedia and scape-oriented browsing 63901 WWW (Alternate Track Papers andamp; Posters) 240-241 2004
Watching-TV with A Side Trip to the Web for Information Complementation 63904 SKG 23 2006
Web knowledge extraction for improving search 63905 ICUIMC 140-145 2008
Mining Text and Visual Links to Browse TV Programs in a Web-Like Way 63906 IEICE Transactions 1304-1307 2007
Special Issue on The 2nd Web Information Systems Engineering Conference (WISE'01) 63918 World Wide Web 147-149 2001
A Policy-Based System for Institutional Web Archiving 63995 ICADL 144-154 2004
Viewing Multilingual Documents on Your Local Web Browser 64007 Commun. ACM 64-65 1998
Constraint Cascading Style Sheets for the Web 64160 ACM Symposium on User Interface Software and Technology 73-82 1999
Flexible Graph Layout for the Web 64224 J. Vis. Lang. Comput. 35-60 2002
Extracting social networks and contact information from email and the Web 64232 CEAS None 2004
An approach to ontology for institutional facts in the semantic web 64248 Information andamp; Software Technology 775-783 2005
Exploiting Structural Similarity For Effective Web Information Extraction 64258 Foundations of Semistructured Data 379-393 2005
Meaningful Change Detection on the Web 64260 DEXA 22-31 2001
Schema-Based Web Wrapping 64264 ER 286-299 2004
Non-Invasive Support for Personalized Navigation of Websites 64268 IDEAS 183-192 2004
Monitoring Web Information Changes 64270 ITCC 421-425 2001
The Elog Web Extraction Language 64271 LPAR 548-560 2001
Declarative Information Extraction, Web Crawling, and Recursive Wrapping with Lixto 64272 LPNMR 21-41 2001
Visual Web Information Extraction with Lixto 64282 VLDB 119-128 2001
Weighted Path Queries on Web Data 64285 WebDB 7-12 2001
A Lightweight Tool for Easy Web Site Navigation 64288 WISE 134-146 2003
Web wrapper induction: a brief survey 64291 AI Commun. 57-61 2004
Efficient and effective Web change detection 64294 Data Knowl. Eng. 203-224 2003
Exploiting structural similarity for effective Web information extraction 64296 Data Knowl. Eng. 222-234 2007
Mining User Preferences, Page Content and Usage to Personalize Website Navigation 64308 World Wide Web 317-345 2005
Quality of Service Specification and Management for XML Web Services 64336 IEEE SCC None 2005
Web Services Security and Privacy 64338 IEEE SCC None 2007
Exception Handling for XML Query Execution Plans in a Web Service Environment 64345 EEE 466-471 2005
Achieving Survivability in Business Process Execution Language for Web Services (BPEL) with Exception-Flows 64346 EEE 68-74 2005
Extending Business Process Execution Language for Web Services with Service Level Agreements Expressed in Computational Quality Attributes 64348 HICSS None 2005
From Conflict of Interest to Separation of Duties in WS-Policy for Web Services Matchmaking Process 64350 HICSS None 2004
Tendering Process Model (TPM) Implementation for B2B Integration in a Web Services Environment 64354 HICSS 143 2007
Enabling Web Services Policy Negotiation with Privacy preserved using XACML 64355 HICSS 33 2007
Security Conscious Web Service Composition with Semantic Web Support 64357 ICDE Workshops 695-704 2007
Prototyping Web-Based Smart Flow Multi-Application System using Smart Card Technology 64358 ICSC 236-245 1999
Workflow-Based Information Integration in a Web Services Environment 64360 ICWS 10-16 2003
Towards Standardized Web Services Privacy Technologies 64361 ICWS 174- 2004
Quality of Service Specification and Management for XML Web Services 64363 ICWS None 2005
Security Conscious Web Service Composition 64364 ICWS 489-496 2006
Web Services Security and Privacy 64366 ICWS 1008-1015 2007
WS-CDL+: An Extended WS-CDL Execution Engine for Web Service Collaboration 64367 ICWS 928-935 2007
A New Approach to Describe Web Services 64371 Web Intelligence 568-571 2007
Implementing Conflict of Interest Assertions for Web Services Matchmaking Process 64372 CEC 373-380 2003
Towards an Integrated Privacy Framework for HIPAA-Compliant Web Services 64373 CEC 480-483 2005
Web Service Composition: A Security Perspective 64375 WIRI 248-253 2005
Developing e-Negotiation support with a meta-modeling approach in a Web services environment 64378 Decision Support Systems 51-69 2005
Exploring Privacy Issues in Web Services Discovery Agencies 64379 IEEE Security andamp; Privacy 14-21 2005
Implementing conflict of interest assertions in WS-policy with separation of duties for Web-Services matchmaking process 64383 Inf. Syst. E-Business Management 127-148 2004
WS-CDL+ for web service collaboration 64385 Information Systems Frontiers 375-389 2007
Web Metadata Standards: Observations and Prescriptions 64386 IEEE Software 78-85 2005
A Dynamic Web Service Composite Platform Based on QoS of Services 64390 APWeb Workshops 709-716 2006
QoS-Driven Composite Web Services Selection 64391 ASIAN 265-267 2005
Dynamic Selection of Composite Web Services Based on a Genetic Algorithm Optimized New Structured Neural Network 64393 CW 515-522 2005
Optimal Selection of Web Services for Composition Using Weighted Multistage Graph 64403 iiWAS 25-34 2005
Optimal Selection of Web Services with End-to-End Constraints 64404 IMSCCS (2) 460-467 2006
Optimal Web Services Selection Using Dynamic Programming 64405 ISCC 365-370 2006
Optimal Selection of Web Services for Composition Based on Interface-Matching and Weighted Multistage Graph 64408 PDCAT 336-338 2005
Web Document Clustering with Multi-view Information Bottleneck 64413 CIMCA/IAWTIC 148 2006
Using Semantic Knowledge to Improve Web Query Processing 64483 NLDB 106-117 2006
Putting the World Wide Web into a Data Warehouse: A DWH-Based Approach to Web Analysis 64492 DEXA Workshops 822-826 2002
Uncovering Information Hidden in Web Archives: A Glimpse at Web Analysis Building on Data Warehouses 64494 D-Lib Magazine None 2002
On Disk Caching of Web Objects in Proxy Servers 64497 CIKM 238-245 1997
An Automated System for Web Portal Personalization 64563 VLDB 1031-1040 2002
Intelligent crawling on the World Wide Web with arbitrary predicates 64565 WWW 96-105 2001
Caching on the World Wide Web 64589 IEEE Trans. Knowl. Data Eng. 95-107 1999
Knowledge Sifter: Agent-Based Ontology-Driven Search over Heterogeneous Databases Using Semantic Web Services 64607 ICSNW 278-295 2004
SharpSpider: Spidering the Web through Web Services 64623 LA-WEB 219-221 2003
Wrappers - a mechanism to support state-based authorisation in Web applications 64659 DBSec 149-160 2000
Answering Cooperative Recursive Queries in Web Federated Databases 64680 NGITS 14-28 2002
Fine-grained access control to web databases 64685 SACMAT 31-40 2007
Abbreviation Expansion in Schema Matching and Web Integration 64691 Web Intelligence 485-489 2004
AutoWF - A secure Web workflow system using autonomous objects 64698 Data Knowl. Eng. 1-27 2002
Wrappers - a mechanism to support state-based authorisation in Web applications 64699 Data Knowl. Eng. 281-292 2002
Web Watcher: A Tour Guide for the World Wide Web 64779 IJCAI (1) 770-777 1997
Evaluating the accuracy of implicit feedback from clicks and query reformulations in Web search 64811 ACM Trans. Inf. Syst. None 2007
Configurable adapters: the substrate of self-adaptive web services 64879 ICEC 127-134 2007
Coordinating Web-Service Enabled Business Transactions with Contracts 64883 CAiSE 568-583 2003
A Conceptual Architecture for Pragmatic Web Services 64912 PragWeb 53-66 2006
Proceedings of the 2nd International Conference on Pragmatic Web, ICPW 2007, Tilburg, The Netherlands, October 22-23, 200 64913 ICPW None 2007
A Combined Web Mining Model and Its Application in Crisis Management 64957 International Conference on Computational Science (3) 906-910 2007
The Characteristic Analysis of Web User Clusters Based on Frequent Browsing Patterns 64967 International Conference on Computational Science (2) 490-493 2007
Utility-Based Web Path Traversal Pattern Mining 64979 ICDM Workshops 373-380 2007
The Role of Visual Tools in a Web Application Design and Verification Framework: A Visual Notation for LTL Formulae 65022 ICWE 557-568 2005
Specification and Verification of Data-driven Web Services 65023 PODS 71-82 2004
Verification of communicating data-driven web services 65024 PODS 90-99 2006
A Verifier for Interactive, Data-Driven Web Applications 65026 SIGMOD Conference 539-550 2005
A system for specification and verification of interactive, data-driven web applications 65027 SIGMOD Conference 772-774 2006
Specification and verification of data-driven Web applications 65028 J. Comput. Syst. Sci. 442-474 2007
07071 Report on Dagstuhl Seminar -- Web Information Retrieval and Linear Algebra Algorithms 65067 Web Information Retrieval and Linear Algebra Algorithms None 2007
07071 Abstracts Collection -- Web Information Retrieval and Linear Algebra Algorithms 65068 Web Information Retrieval and Linear Algebra Algorithms None 2007
Web Information Retrieval and Linear Algebra Algorithms, 11.02. - 16.02.200 65069 Web Information Retrieval and Linear Algebra Algorithms None 2007
Web-Based Tools for Codification with Medical Ontologies in Switzerland 65088 ECAI 642-646 2006
Enriching Ontologies for Improved Access to Web Documents 65091 ICWI 815-818 2002
Enabling Sovereign Information Sharing Using Web Services 65102 SIGMOD Conference 873-877 2004
An Agent-Based Approach for Interleaved Composition and Execution of Web Services 65223 ER 582-595 2004
Team-based Agents for Proactive Failure Handling in Dynamic Composition of Web Services 65239 ICWS 782- 2004
Know your neighbors: web spam detection using the web topology 65290 SIGIR 423-430 2007
Efficient and Decentralized PageRank Approximation in a Peer-to-Peer Web Search Network 65291 VLDB 415-426 2006
Link-Based Characterization and Detection of Web Spam 65293 AIRWeb 1-8 2006
Web Graph Parameters and the Pagerank Distribution 65294 MLG None 2007
Stochastic models for web ranking 65296 SIGMETRICS Performance Evaluation Review 53 2007
The Juxtaposed approximate PageRank method for robust PageRank approximation in a peer-to-peer web search network 65297 VLDB J. 291-313 2008
WebSuite: A Tool Suite for Harnessing Web Data 65305 WebDB 152-171 1998
Matrix Dimensionality Reduction for Mining Web Logs 65343 Web Intelligence 405-408 2003
On Reducing Dynamic Web Page Construction Times 65345 APWeb 722-731 2004
Distributed Computing with BEA WebLogic Server 65351 CIDR None 2003
The BINGO! System for Information Portal Generation and Expert Web Search 65375 CIDR 384-393 2003
GeoSphereSearch: Context-Aware Geographic Web Search 65377 GIR 3-17 2006
From Focused Crawling to Expert Information: an Application Framework for Web Exploration and Portal Generation 65378 VLDB 1105-1108 2003
Web-based scholarship: annotating the digital library 65549 JCDL 104-105 2001
Web Data Indexing Through External Semantic-carrying Annotations 65554 RIDE-DM 69-76 2001
Detecting Semantically Correct Changes to Relevant Unordered Hidden Web Data 65585 DEXA 395-405 2005
HW-STALKER: A Machine Learning-Based Approach to Transform Hidden Web Data to XML 65586 DEXA 936-946 2004
Simultaneous scalability and security for data-intensive web applications 65621 SIGMOD Conference 241-252 2006
Do we need more web performance research 65636 WWW (Special interest tracks and posters) 794 2005
A Peer-to-Peer Framework for Web Service Discovery with Ranking 65705 ICWS 192-199 2004
Scalability Issues for High Performance Digital Libraries on the World Wide Web 65721 ADL 139-148 1996
Easyform: A Framework to Make Web-Based Systems Easy 65902 ICWI 332-339 2002
SEI-Tur: A System Based on Composed Web-Service Discovery to Support the Creation of Trip Plans 65909 ICDS 28 2007
Web Query Refinement without Information Loss 66154 APWeb 363-372 2004
WIC: A General-Purpose Algorithm for Monitoring Web Information Sources 66309 VLDB 360-371 2004
User-centric Web crawling 66311 WWW 401-411 2005
Monitoring the dynamic web to respond to continuous queries 66312 WWW 659-668 2003
Taxonomy-Based Context Conveyance for Web Search 66320 CoopIS/DOA/ODBASE 536-553 2003
TAX-PQ: Dynamic Taxonomy Probing and Query Modification for Topic-Focused Web Searc 66325 DASFAA 91-100 2003
Extracting Mnemonic Names of People from the Web 66340 ICADL 121-130 2006
Extracting New Topic Contents from Hidden Web Sites 66349 ITCC (1) 314-319 2004
Taxonomy-based Adaptive Web Search Method 66350 ITCC 320-325 2002
Enabling End-users to Construct Data-intensive Web-sites from XML Repositories: An Example-based Approach 66357 VLDB 703-704 2001
Conveying taxonomy context for topic-focused Web search 66364 JASIST 173-188 2005
Speaking Words of WISDOM: Web Intelligent Search based on DOMain ontologies 66407 SWAP 5-24 2005
Automatic Generation of the Initial Query Set for CBIR on the Mobile Web 66431 PCM (1) 957-968 2005
A Hybrid Region Weighting Approach for Relevance Feedback in Region-Based Image Search on the Web 66435 SOFSEM (1) 705-715 2007
VISCORS: A Visual-Content Recommender for the Mobile Web 66437 IEEE Intelligent Systems 32-39 2004
Collection fusion using Bayesian estimation of a linear regression model in image databases on the Web 66438 Inf. Process. Manage. 267-285 2003
Collaborative Web caching based on proxy affinities 66466 SIGMETRICS 78-89 2000
TREC 11 Web and Interactive Tracks at CSIRO 66508 TREC 227-240 2002
Characteristics of web applications that affect usability: a review 66511 OZCHI 27-34 2005
A Diachronic Analysis of Gender-Related Web Communities Using a HITS-Based Mining Tool 66521 APWeb 355-366 2006
On the Trustworthiness and Transparency of a Web Search Site Examined Using "Gender-equal" as a Search Keyword 66522 APWeb 625-630 2008
Task-Oriented Integrated Use of Biological Web Data Sources 66585 SSDBM 81-90 2006
Geographic web usage estimation by monitoring DNS caches 66637 LocWeb 85-92 2008
Advances in Web and Network Technologies, and Information Management, APWeb/WAIM 2007 International Workshops: DBMAN 2007, WebETrends 2007, PAIS 2007 and ASWAN 2007, Huang Shan, China, June 16-18, 2007, Proceeding 66751 APWeb/WAIM Workshops 146-151 2007
Lock-free consistency control for web 2.0 applications 66800 WWW 725-734 2008
Mining user session data to facilitate user interaction with a customer service knowledge base in RightNow Web 66806 KDD 467-472 2001
Moving Up the Information Food Chain: Deploying Softbots on the World Wide Web 66824 AAAI/IAAI, Vol. 2 1322-1326 1996
Methods for Domain-Independent Information Extraction from the Web: An Experimental Comparison 66826 AAAI 391-398 2004
Adaptive Web Sites: Automatically Synthesizing Web Pages 66830 AAAI/IAAI 727-732 1998
A Scalable Comparison-Shopping Agent for the World-Wide Web 66834 Agents 39-48 1997
Structured Querying of Web Text Data: A Technical Challenge 66835 CIDR 225-234 2007
Adaptive Web Sites: an AI Challenge 66844 IJCAI (1) 16-23 1997
Adaptive Web Sites: Conceptual Cluster Mining 66845 IJCAI 264-269 1999
Locating Complex Named Entities in Web Text 66847 IJCAI 2733-2739 2007
Open Information Extraction from the Web 66848 IJCAI 2670-2676 2007
Self-supervised Relation Extraction from the Web 66849 ISMIS 755-764 2006
Strategies for lifelong knowledge extraction from the web 66853 K-CAP 95-102 2007
Machine reading of web text 66854 K-CAP 1-4 2007
Fast and Intuitive Clustering of Web Documents 66855 KDD 287-290 1997
KnowItNow: Fast, Scalable Information Extraction from the Web 66862 HLT/EMNLP None 2005
Web Document Clustering: A Feasibility Demonstration 66865 SIGIR 46-54 1998
Web-scale information extraction in knowitall: (preliminary results) 66868 WWW 100-110 2004
Scaling question answering to the Web 66869 WWW 150-161 2001
Machine reading at web scale 66870 WSDM 2 2008
Unsupervised named-entity extraction from the Web: An experimental study 66875 Artif. Intell. 91-134 2005
Towards adaptive Web sites: Conceptual framework and case study 66877 Artif. Intell. 245-275 2000
Moving Up the Information Food Chain: Deploying Softbots on the World Wide Web 66879 AI Magazine 11-18 1997
The World-Wide Web: Quagmire or Gold Mine 66880 Commun. ACM 65-68 1996
Adaptive Web sites 66883 Commun. ACM 152-158 2000
Towards Adaptive Web Sites: Conceptual Framework and Case Study 66884 Computer Networks 1245-1258 1999
Query routing for Web search engines: architecture and experiments 66886 Computer Networks 417-429 2000
Grouper: A Dynamic Clustering Interface to Web Search Results 66887 Computer Networks 1361-1374 1999
Structured Queries Over Web Text 66888 IEEE Data Eng. Bull. 45-51 2006
Scaling question answering to the web 66895 ACM Trans. Inf. Syst. 242-262 2001
Information Sharing for the Semantic Web -a Schema Transformation Approach 66897 DISWEB None 2006
Deploying Web-Based Visual Exploration Tools on the Grid 66917 IEEE Computer Graphics and Applications 40-50 2003
On Composing a Reliable Composite Web Service: A Study of Dynamic Web Service Selection 66982 ICWS 184-191 2007
Using the Structure of Web Sites for Automatic Segmentation of Tables 67030 SIGMOD Conference 119-130 2004
Improving Web Server Performance by Distributing Web Applications 67109 IICS 156-167 2003
iiWAS'2006 - The Eighth International Conference on Information Integration and Web-based Applications Services, 4-6 December 2006, Yogyakarta, Indonesi 67110 iiWAS None 2006
iiWAS'2007 - The Ninth International Conference on Information Integration and Web-based Applications Services, 3-5 December 2007, Jakarta, Indonesi 67113 iiWAS None 2007
User Interface Design for Decision Guide Websites 67114 iiWAS 619-628 2005
A high performance integrated web data warehousing 67139 Cluster Computing 95-109 2007
Thermal Faults Modeling Using a RC Model with an Application to Web Farms 67171 ECRTS 113-124 2007
Statistical QoS Guarantee and Energy-Efficiency in Web Server Clusters 67172 ECRTS 83-92 2007
Efficient Cooperative Caching for File Systems in Cluster-Based Web Servers 67306 CLUSTER 326-334 2000
COLR-Tree: Communication-Efficient Spatio-Temporal Indexing for a Sensor Data Web Portal 67490 ICDE 784-793 2008
SensorMap: a web site for sensors world-wide 67494 SenSys 373-374 2006
SensorMap for Wide-Area Sensor Webs 67496 IEEE Computer 90-93 2008
Data Management in the Worldwide Sensor Web 67497 IEEE Pervasive Computing 30-40 2007
Object Orientation and Web Services 67504 ECOOP Workshops 1-9 2004
Weaving Aspects into Web Service Orchestrations 67532 ICWS 219-226 2005
Checking Complex Compositions of Web Services Against Policy Constraints 67553 MSVVEIS 94-103 2007
Using Ontology with Semantic Web Services to Support Modeling in Systems Biology 67554 WISE Workshops 41-51 2007
Efficient multi-keyword search over p2p web 67691 WWW 989-998 2008
On scalable and locality-aware web document sharing 67698 J. Parallel Distrib. Comput. 945-962 2003
MPEG-4 BIFS streaming of large virtual environments and their animation on the web 67956 Web3D 19-25 2002
Web-based multimedia tools for sharing educational resources 67997 ACM Journal of Educational Resources in Computing 9 2001
World Wide Web - Course Tool: An Environment for Building WWW-Based Courses 68035 Computer Networks 1219-1231 1996
DataWeb: Customizable Database Publishing for the Web 68067 IEEE MultiMedia 14-21 1997
Evaluating the Web-Based Instruction by Item Analysis 68149 ICCSA (2) 901-908 2003
Design and Implementation of a Hybrid Instruction Model for Web-Based Learning 68150 ICCSA (2) 916-923 2003
A Locking-Based Transaction Scheduling Algorithm for Supporting Web-Based Classes 68151 ICWL 325-338 2002
Development of a Level-Based Instruction Model in Web-Based Education 68153 KES 215-221 2003
Web Page Grouping Based on Parameterized Connectivity 68162 DASFAA 374-380 2004
Methods, Tools and Applications for Web-Based Integration of Supply Chains: Minitrack Introduction 68178 HICSS None 2004
Web Service Selection in Virtual Communities 68180 HICSS None 2004
Towards an Agent-Based and Context-Oriented Approach to Compose Web Services 68187 ICEIS (4) 214-221 2004
Leveraging Web Services Discovery with Customizable Hybrid Matching 68188 ICSOC 522-528 2006
A Methodology to Support Web-Services Development Using Legacy Systems 68190 Engineering Information Systems in the Internet Context 81-103 2002
Exploring a Multi-Faceted Framework for SoC: How to Develop Secure Web-Service Interactions 68192 RIDE 56-61 2004
A Conceptual Architecture for Pragmatic Web Services 68195 PragWeb 53-66 2006
Intelligent Web services moving toward a framework to compose 68196 Commun. ACM 103-109 2003
EFSOC: A Layered Framework for Developing Secure Interactions between Web-Services 68200 Distributed and Parallel Databases 115-145 2005
Web Services Management: A Survey 68202 IEEE Internet Computing 58-64 2005
Multi-modal Services for Web Information Collection Based on Multi-agent Techniques 68315 PRIMA 129-137 2006
Reasoning About Web Information Systems Using Story Algebras 68335 ADBIS 54-66 2004
Context-Aware Web Information Systems 68341 APCCM 37-48 2004
Context Analysis: Toward Pragmatics of Web Information Systems Design 68345 APCCM 69-78 2008
Context Modeling for Web Information Systems 68353 CAiSE Short Paper Proceedings None 2003
A Deontic Logic for Group-Oriented Web Information Systems 68360 EMISA 107-116 2004
Conceptual Modeling for E-Business and the Web, ER 2000 Workshops on Conceptual Modeling Approaches for E-Business and The World Wide Web and Conceptual Modeling, Salt Lake City, Utah, USA, October 9-12, 2000, Proceeding 68362 ER (Workshops) None 2000
E/R Based Scenario Modeling for Rapid Prototyping of Web Information Services 68370 ER (Workshops) 253-263 1999
Tutorial 4: Reasoning About Web Information Systems 68375 ER (Workshops) 464-467 2005
Personalised Web-Based Learning Systems 68399 ICALT 655-658 2005
State-, HTML-, and Object-Based Dialog Design for Voice-Web Applications 68402 ICWE Workshops 38-50 2004
Website Modeling and Website Generation 68403 ICWE 577-578 2004
Development of Collaboration Frameworks for Distributed Web Information Systems 68405 iiWAS 551-562 2005
Modelling Actors and Stories in Web Information Systems 68406 ISTA 13-23 2004
Integrating Retrieval Functionality in Web Sites Based on Storyboard Design and Word Fields 68419 NLDB 52-63 2002
Generating DB Queries for Web NL Requests Using Schema Information and DB Content 68421 NLDB 205-209 2001
Quality Assurance in the Design of Web Information Systems 68424 QSIC 91-98 2005
Quality Assurance in Web Information Systems Development 68425 QSIC 219-224 2007
An Algorithmic Approach to High-Level Personalisation of Web Information Systems 68432 WAIM 737-742 2005
Web Information Systems - WISE 2004 Workshops: WISE 2004 International Workshops, Brisbane, Australia, November 22-24, 2004. Proceeding 68433 WISE Workshops 77-88 2004
Design of Data-Intesive Web-based Information Services 68434 WISE 462-467 2000
User Models: A Contribution to Pragmatics of Web Information Systems Design 68436 WISE 512-523 2006
Term Rewriting for Web Information Systems - Termination and Church-Rosser Property 68437 WISE 261-272 2007
Conceptual modelling of web information systems 68450 Data Knowl. Eng. 147-188 2005
Personalisation of web information systems - A term rewriting approach 68451 Data Knowl. Eng. 101-117 2007
Stragetic Modelling of Web Information Systems 68459 IJWIS 223-240 2005
The Co-Design Approach to Web Information Systems Development 68460 IJWIS 5-14 2005
View Integration and Cooperation in Databases, Data Warehouses and Web Information Systems 68461 J. Data Semantics IV 213-249 2005
Pragmatics of storyboarding for web information systems: usage analysis 68462 IJWGS 128-169 2007
Improving the Fairness of Timely Refresh of Web Views 68463 DASFAA 152-153 2001
Query Integration for Refreshing Web Views 68464 DEXA 557-566 2001
On the Feasibility of Website Refresh Queries 68465 DEXA 1076-1085 1999
Keeping a Very Large Website Up-to-date: Some Feasibility Results 68466 EC-Web 399-408 2000
Model and Research Issues for Refreshing a Very Large Website 68476 WISE 291-295 2000
Learning block importance models for web pages 68477 WWW 203-211 2004
Scheduling Queries to Improve the Freshness of a Website 68479 World Wide Web 61-90 2005
Performance Analysis of Secure Web Server Based on SSL 68498 ISW 249-261 2000
Data Management Support of Web Applications 68560 ICDE 299-300 2001
RICOH at TREC-10: Web Track Ad-hoc Task 68750 TREC None 2001
A Multiple-Perspective, Interactive Approach for Web Information Extraction and Exploration 68853 ICDE Workshops 41 2006
Rethinking the Presentation of Results from Web Search 68856 ICME 1492-1495 2005
Analysis of usage patterns in experiential multiple perspective web search 68865 ACM Multimedia 569-572 2007
Discovering User Information Goals with Semantic Website Media Modeling 68866 MMM (1) 364-375 2007
Designing Interaction Paradigms for Web-Information Search and Retrieval 68868 Web Intelligence 815-822 2006
IEEE Intelligent Systems: Semantic Web - Calendar Agents on the Semantic Web 68875 IEEE Distributed Systems Online None 2002
YeastHub: a semantic web use case for integrating data in the life sciences domain 68885 ISMB (Supplement of Bioinformatics) 85-96 2005
SemBiosphere: A Semantic Web Approach to Recommending Microarray Clustering Services 68887 Pacific Symposium on Biocomputing 188-199 2006
The tYNA platform for comparative interactomics: a web tool for managing, comparing and mining multiple networks 68889 Bioinformatics 2968-2970 2006
The tYNA platform for comparative interactomics: a web tool for managing, comparing and mining multiple networks 68890 Bioinformatics 1048 2007
A web services choreography scenario for interoperating bioinformatics applications 68892 BMC Bioinformatics 25 2004
Progressive skylining over Web-accessible databases 68893 Data Knowl. Eng. 122-147 2006
Trend Analysis using a TemporalWeb Ontology Language in News Domains 68900 COMPSAC (2) 131-136 2007
Toward Knowledge Preconditions for Composition of SemanticWeb Services 68901 DEEC 88-94 2005
Integrating Ajax into GIS Web Services for Performance Enhancement 68902 International Conference on Computational Science (2) 562-568 2007
The Performance Evaluations and Enhancements of GIS Web Services 68906 MUE 668-673 2007
A Framework for XML Web Services Retrieval with Ranking 68907 MUE 773-778 2007
Web services on universal networks 68908 ICUIMC 538-542 2008
Discovering informative content blocks from Web documents 68943 KDD 588-593 2002
SCit: web tools for protein side chain conformation analysis 68964 Nucleic Acids Research 508-511 2004
SA-Search: a web tool for protein structure mining based on a Structural Alphabet 68965 Nucleic Acids Research 545-548 2004
PCE: web tools to compute protein continuum electrostatics 68966 Nucleic Acids Research 372-375 2005
RPBS: a web resource for structural bioinformatics 68968 Nucleic Acids Research 44-49 2005
07051 Abstracts Collection -- Programming Paradigms for the Web: Web Programming and Web Services 69074 Programming Paradigms for the Web: Web Programming and Web Services None 2007
Programming Paradigms for the Web: Web Programming and Web Services, 28.01. - 02.02.200 69075 Programming Paradigms for the Web: Web Programming and Web Services None 2007
07051 Working Group Outcomes -- Programming Paradigms for the Web: Web Programming and Web Services 69076 Programming Paradigms for the Web: Web Programming and Web Services None 2007
07051 Executive Summary -- Programming Paradigms for the Web: Web Programming and Web Services 69077 Programming Paradigms for the Web: Web Programming and Web Services None 2007
Connecting Databases to the Web: A Taxonomy of Gateways 69203 DEXA 1-15 1997
An Open Architecture for Supporting Collaboration on the Web 69223 WETICE 90-95 1998
A Discussion of the Role of User Trails in Web Applications 69232 J. Web Eng. 203-215 2006
Design and Implementation of a Web-Based Internet Broadcasting System on QoS Multicast Routers 69248 ASIAN 195-205 2002
The EEE-05 Challenge: A New Web Service Discovery and Composition Competition 69276 EEE 780-781 2005
Ad-Hoc Business Processes in Web Services 69289 SAINT Workshops 101-105 2003
WSC-07: Evolving the Web Services Challenge 69291 CEC/EEE 505-508 2007
WSC-06: The Web Service Challenge 69293 CEC/EEE 62 2006
Web Warehousing: An Algebra for Web Information 69301 ADL 228-237 1998
Unloading Unwanted Information: From Physical Websites to Personalized Web Views 69303 APWeb 111-121 2004
Core: A Search and Browsing Tool for Semantic Instances of Web Sites 69304 APWeb 429-440 2005
Web unit mining: finding and classifying subgraphs of web pages 69309 CIKM 108-115 2003
Pi-Web Join in a Web Warehouse 69315 DASFAA 255-262 1999
Improving the Fairness of Timely Refresh of Web Views 69316 DASFAA 152-153 2001
An Automated Algorithm for Extracting Website Skeleton 69317 DASFAA 799-811 2004
Research Issues in Web Data Mining 69319 DaWaK 303-312 1999
Join Processing in Web Databases 69322 DEXA 647-657 1998
Storage Management of a Historical Web Warehousing System 69323 DEXA 457-466 2000
ViDE: A Visual Data Extraction Environment for the Web 69324 DEXA 577-586 2001
Locating Web Information Using Web Checkpoints 69328 DEXA Workshop 716-720 1999
WEDAGEN - A Synthetic Web Database Generator 69331 DEXA Workshop 744-748 1999
Querying Structured Web Resources 69334 ACM DL 297-298 1998
Re-engineering structures from Web documents 69335 ACM DL 67-76 2000
Data Visualization in a Web Warehouse 69338 ER Workshops 68-80 1998
Information Coupling in Web Databases 69339 ER 92-106 1998
Web Warehousing: Design and Issues 69340 ER Workshops 93-104 1998
On Warehousing Historical Web Information 69342 ER 253-266 2000
Web Bags - Are They Useful in A Web Warehouse 69348 FODO 210-220 1998
WebArc: Website Archival Using a Structured Approach 69354 ICADL 406-410 2005
On Discovering Concept Entities from Web Sites 69360 ICCSA (2) 1177-1186 2005
Detecting and Representing Relevant Web Deltas using Web Join 69361 ICDCS 246-253 2000
Building a web of trust without explicit trust ratings 69363 ICDE Workshops 531-536 2008
Reducing Cognitive Overheads in a Web Warehouse Using Reverse-Osmosis 69366 ICPADS 171-178 2000
Algebraic Operations on Bags in a Web Warehouse 69368 ICSC 63-72 1999
On Extracting Link Information of Relationship Instances from a Web Site 69369 ICWS-Europe 213-226 2003
On Composing a Reliable Composite Web Service: A Study of Dynamic Web Service Selection 69370 ICWS 184-191 2007
Cost-Benefit Analysis of Web Bag in a Web Warehouse 69371 IDEAS 34-42 1999
On assigning place names to geography related web pages 69381 JCDL 354-362 2005
3rd International Workshop on Web Information and Data Management (WIDM 2001), Friday, 9 November 2001, In Conjunction with ACM CIKM 2001, Doubletree Hotel Atlanta-Buckhead, Atlanta, Georgia, USA. ACM, 200 69399 None None 2001
Fourth ACM CIKM International Workshop on Web Information and Data Management (WIDM 2002), SAIC Headquaters, LcLean, Virginia, USA, November 8, 200 69400 None None 2002
A visual tool for building logical data models of websites 69401 WIDM 92-95 2002
Web classification using support vector machine 69402 WIDM 96-99 2002
Ontology-based Web Annotation Framework for HyperLink Structures 69404 WISE Workshops 184-193 2002
Online and Incremental Mining of Separately-Grouped Web Access Logs 69405 WISE 53-62 2002
Evaluating Web Access Log Mining Algorithms: A Cognitive Approach 69406 WISE Workshops 217-222 2002
Towards building logical views of websites 69415 Data Knowl. Eng. 197-222 2004
DEQUE: querying the deep web 69416 Data Knowl. Eng. 273-311 2005
Finding and classifying web units in websites 69424 IJBIDM 161-193 2005
Discovery of Concept Entities from Web Sites using Web Unit Mining 69425 IJWIS 123-135 2005
Managing World Wide Web publications 69426 Inf. Manag. Comput. Security 11-17 1997
Anatomy of the coupling query in a web warehouse 69427 Information andamp; Software Technology 513-539 2002
Data model for warehousing historical Web information 69428 Information andamp; Software Technology 315-334 2003
Personalized Web Views for Multilingual Web Sources 69430 IEEE Internet Computing 16-22 2004
On organizing and accessing geospatial and georeferenced Web resources using the G-Portal system 69431 Inf. Process. Manage. 1277-1297 2005
Extracting link chains of relationship instances from a Web site 69434 JASIST 1590-1605 2006
Web unit-based mining of homepage relationships 69435 JASIST 394-407 2006
Parameter driven synthetic web database generation 69439 Journal of Systems and Software 29-42 2004
Report on the third International Workshop on Web Information and Data Management (WIDM'2001) 69441 SIGIR Forum 20-21 2001
Scheduling Queries to Improve the Freshness of a Website 69447 World Wide Web 61-90 2005
Cost-benefit analysis of web bag in a web warehouse: An analytical approach 69448 World Wide Web 165-184 2000
A Declarative Language for Querying and Restructuring the WEB 69492 RIDE-NDS 12-21 1996
Information Integration and the Semantic Web 69523 IEEE Data Eng. Bull. 19-25 2003
TIGER: The web as a site to examine decision-making processes 69558 WebNet None 1998
Digitizing Old Photographs for the Web 69570 First Monday None 2003
Writing photo captions for the Web 69571 First Monday None 2003
Performance Analysis of Web Database Systems 69581 DEXA 805-814 2000
An Effective Web Page Layout Adaptation for Various Resolutions 69696 APWeb 779-785 2006
Building A Document Class Hierarchy for Obtaining More Proper Bibliographies from Web 69709 WIRI 214-219 2005
A Web-Based Transformation System for Massive Scientific Data 69710 WISE Workshops 104-114 2006
Offline Web Client: Approach, Design and Implementation Based on Web System 69712 WISE 308-314 2006
An Autonomous Earth Observing Sensorweb 69760 SUTC (1) 178-185 2006
Dependability and Flexibility Centered Approach for Composite Web Services Modeling 69773 OTM Conferences (1) 163-182 2006
Software frameworks for information systems integration based on web services 69805 SAC 777-782 2008
The Design and Implementation of Web-based E-learning Examination System Based on J2EE 69823 CSREA EEE 36-42 2006
Metadata Based Web Mining for Topic-Specific Information Gathering 69838 EC-Web 359-368 2000
Sentiment Mining in WebFountain 69840 ICDE 1073-1083 2005
Using Metadata to Enhance a Web Information Gathering System 69844 WebDB (Informal Proceedings) 11-16 2000
Using Metadata to Enhance a Web Information Gathering System 69845 WebDB (Selected Papers) 38-57 2000
Mining the Web for Acronyms Using the Duality of Patterns and Relations 69846 Workshop on Web Information and Data Management 48-52 1999
Mining the Web for relations 69847 Computer Networks 699-711 2000
Labeling Data Extracted from the Web 69860 OTM Conferences (1) 1099-1116 2007
On the Characterization of the XML Web 69861 SEBD 29-36 2003
The XML web: a first study 69866 WWW 500-510 2003
Adaptive record extraction from web pages 69867 WWW 1335-1336 2007
Studying the XML Web: Gathering Statistics from an XML Sample 69870 World Wide Web 413-438 2005
Studying the XML Web: Gathering Statistics from an XML Sample 69871 World Wide Web 187-212 2006
Reflective Web Interface Agent 69878 APWeb 146-151 2004
Web Wrapper Validation 69879 APWeb 388-393 2003
Fuzzy Logic in Web Data Mining for Website Assessment 69905 International Journal of Computational Intelligence and Applications 119-133 2003
Improve Web Image Retrieval by Refining Image Annotations 69925 AIRS 430-435 2008
Improving Web Image Retrieval Using Image Annotations and Inference Network 69943 ECIR 617-621 2008
Personalized Web Recommendation Based on Path Clustering 69945 FQAS 368-377 2006
An Efficient User-Oriented Clustering of Web Search Results 69952 International Conference on Computational Science (3) 806-809 2005
EagleRank: A Novel Ranking Model for Web Image Search Engine 69995 PCM 749-759 2006
Automatic Query Type Classification for Web Image Retrieval 70010 MUE 1021-1026 2007
WebWriter: A Browser-Based Editor for Constructing Web Applications 70019 Computer Networks 1291-1306 1996
Responsive Interaction for a Large Web Application: The Meteor Shower Architecture in the WebWriter II Editor 70020 Computer Networks 1507-1517 1997
Link analysis using time series of web graphs 70076 CIKM 1011-1014 2007
An experimental study on large-scale web categorization 70082 WWW (Special interest tracks and posters) 1106-1107 2005
Proceedings of the Eight International Workshop on the Web andamp; Databases (WebDB 2005), Baltimore, Maryland, USA, Collocated mith ACM SIGMOD/PODS 2005, June 16-17, 200 70112 WebDB 998-1009 2005
Multinational web uses and gratifications: Measuring the social impact of online community participation across national boundaries 70203 Electronic Commerce Research 75-101 2006
Web System Trace Model Using a Web Application Architecture Framework 70206 EEE 508-513 2005
Supporting Web User Interface Prototyping through Information Modeling and System Architecting 70211 ICEBE 63-70 2005
Web Engineering, 5th International Conference, ICWE 2005, Sydney, Australia, July 27-29, 2005, Proceeding 70213 ICWE None 2005
A Framework for the Simulation of Web Applications 70215 ICWE 261-265 2004
WebML + for Communication of Information Flows: An Empirical Study 70216 ICWE 218-221 2003
WebML+: a Web modeling language for forming a bridge between business modeling and information modeling 70219 SEKE 17-24 2003
A Framework for Defining Acceptance Criteria for Web Development Projects 70220 Web Engineering 279-294 2001
NavOptim Coding: Supporting Website Navigation Optimisation using Effort Minimisation 70221 Web Intelligence 91-97 2004
Web Information Exchange Diagrams for UML 70223 WISE 29-40 2004
A Domain Framework for Representation of Web System Impacts 70224 WISE 491-502 2004
WebML+ in a Nutshell: Modeling Architectural-level Information Flows 70226 WWW (Posters) None 2003
OPEN Process Support for Web Development 70227 Ann. Software Eng. 163-201 2002
WIED: A Web Modelling Language for Modelling Architectural-Level Information Flows 70234 J. Digit. Inf. None 2004
Critical Feature Method - A Lightweight Web Maintenance Methodology for SMEs 70236 J. Digit. Inf. None 2004
Impacts of Web Systems on their Domain 70237 J. Web Eng. 313-338 2005
Client Needs and the Design Process in Web Projects 70238 J. Web Eng. 23-36 2002
Web system requirements: an overview 70245 Requir. Eng. 102-113 2003
Semantic web technologies to automate searching for geospatial data 70254 DG.O 464-465 2006
Semantic web for geospatial e-government portals 70255 DG.O 298-299 2007
Querying the Semantic Web with Preferences 70289 International Semantic Web Conference 612-624 2006
Web text retrieval with a P2P query-driven index 70335 SIGIR 679-686 2007
A Highly Scalable Parallel Caching System for Web Search Engine Results 70368 Euro-Par 347-354 2004
WebDocs: a real-life huge transactional dataset 70371 FIMI None 2004
WINGS: A Parallel Indexer for Web Contents 70373 International Conference on Computational Science 263-270 2004
On-line Generation of Suggestions for Web Users 70375 ITCC (1) 392-397 2004
An Effective Recommender System for Highly Dynamic and Large Web Sites 70376 PKDD 531-533 2004
A privacy preserving web recommender system 70377 SAC 559-563 2006
Assigning document identifiers to enhance compressibility of Web Search Engines indexes 70379 SAC 600-605 2004
An Online Recommender System for Large Web Sites 70385 Web Intelligence 199-205 2004
A Hybrid Strategy for Caching Web Search Engine Results 70386 WWW (Posters) 495-498 2003
Mining query logs to optimize index partitioning in parallel web search engines 70387 Infoscale 43 2007
Dynamic personalization of web sites without user intervention 70389 Commun. ACM 63-67 2007
Design of a Parallel and Distributed Web Search Engin 70390 CoRR 1317-1331 2004
Boosting the performance of Web search engines: Caching and prefetching query results by exploiting historical usage data 70393 ACM Trans. Inf. Syst. 51-78 2006
Operational Business-IT Alignment in Value Webs 70518 UNISCON 371-378 2008
Value-Based Requirements Engineering for Value Webs 70537 REFSQ 116-128 2007
Categorizing Software Engineering Knowledge Using a Combination of SWEBOK and Text Categorization 70566 Australian Conference on Artificial Intelligence 675-681 2007
A Framework of Model-Driven Web Application Testing 70570 COMPSAC (2) 157-162 2006
A probabilistic approach to spatiotemporal theme pattern mining on weblogs 70585 WWW 533-542 2006
Web Application Model Recovery for User Input Validation Testing 70586 ICSEA 13 2007
GETESS - Searching the Web Exploiting German Texts 70651 CIA 113-124 1999
A System for Facilitating and Engancing Web Search 70656 IWANN (2) 706-714 1999
Integrating Retrieval Functionality in Web Sites Based on Storyboard Design and Word Fields 70659 NLDB 52-63 2002
Access control enforcement for conversation-based web services 70673 WWW 257-266 2006
Query Processing and Optimization on the Web 70675 Distributed and Parallel Databases 187-218 2004
Webfind: An Architecture and System for Querying Web Databases 70676 IEEE Internet Computing 30-41 1999
On the Integration of a Large Number of Life Science Web Databases 70703 DILS 172-186 2004
An Ontology for Semantic Integration of Life Science Web Databases 70711 Int. J. Cooperative Inf. Syst. 275-294 2003
A Decentralized Approach to the Integration of Life Science Web Databases 70713 Informatica (Slovenia) 3-14 2003
Regulating service access and information release on the Web 70722 ACM Conference on Computer and Communications Security 134-143 2000
Advanced Policy Explanations on the Web 70729 ECAI 200-204 2006
Semantic Web Policies - A Discussion of Requirements and Research Issues 70731 ESWC 712-724 2006
Rule-Based Policy Representation and Reasoning for the Semantic Web 70756 Reasoning Web 240-268 2007
Proceedings of the ISWC*04 Workshop on Trust, Security, and Reputation on the Semantic Web, Hiroshima, Japan, November 7, 200 70757 ISWC Workshop on Trust, Security, and Reputation on the Semantic Web 261-276 2004
A Uniform Framework for Regulating Service Access and Information Release on the Web 70774 Journal of Computer Security 241-272 2002
Semantic Web Fundamentals 71127 Encyclopedia of Information Science and Technology (V) 2464-2468 2005
Integrating XML Data Sources using RDF/S Schemas: The ICS-FORTH Semantic Web Integration Middleware (SWIM) 71130 Semantic Interoperability and Integration None 2005
On Personalizing the Catalogs of Web Portals 71138 FLAIRS Conference 430-434 2002
Generating On the Fly Queries for the Semantic Web: The ICS-FORTH Graphical RQL Interface (GRQL) 71142 International Semantic Web Conference 486-501 2004
Benchmarking RDF Schemas for the Semantic Web 71144 International Semantic Web Conference 132-146 2002
Viewing the Semantic Web through RVL Lenses 71145 International Semantic Web Conference 96-112 2003
International Workshop on Web and Databases, San Diego, California, June 12-13, 200 71152 WebDB None 2003
On labeling schemes for the semantic web 71154 WWW 544-555 2003
Online curriculum on the semantic Web: the CSD-UoC portal for peer-to-peer e-learning 71155 WWW 307-314 2005
The ICS-FORTH Semantic Web Integration Middleware (SWIM) 71158 IEEE Data Eng. Bull. 11-18 2003
Conference review: Semantic Web Workshop: : models, architectures and management 71163 Intelligence 39-44 2001
Semantic Web Workshop: Models, Architectures and Management 71164 SIGMOD Record 96-100 2001
On Graph Features of Semantic Web Schemas 71166 IEEE Trans. Knowl. Data Eng. 692-702 2008
Viewing the semantic web through RVL lenses 71167 J. Web Sem. 359-375 2004
Delegate: A Proxy Based Architecture for Secure Website Access from an Untrusted Machine 71168 ACSAC 57-66 2006
No Registration Needed: How to Use Declarative Policies and Negotiation to Access Sensitive Resources on the Semantic Web 71174 ESWS 342-356 2004
Simple authentication for the web 71188 WWW 1217-1218 2007
Adaptive Push-Pull: Disseminating Dynamic Web Data 71194 IEEE Trans. Computers 652-668 2002
Multimedia Distributed Infrastructure for B2B Operations in Web Services 71255 International Conference on Internet Computing 936-942 2004
Arhitecting Responsive Web Services 71256 International Conference on Internet Computing 953-959 2004
Web Grammars 71386 IJCAI 609-620 1969
Recommender Systems for the Web 71641 Visualizing the Semantic Web 151-167 2002
Insert movie reference here: a system to bridge conversation and item-oriented web sites 71645 CHI 951-954 2006
Short-Term Content Adaptation in Web-based Learning Systems 71729 Web Technologies, Applications, and Services 198-203 2005
An Extraction Language for the Web 71736 Workshop on Web Information and Data Management 49-52 1998
Extension of Compositional Information Systems Development for the Web Services Platform 71745 ADBIS 16-29 2003
WIEAS: Helping to Discover Web Information Sources and Extract Data from Them 71889 APWeb 732-737 2004
On improving local website search using web server traffic logs: a preliminary report 71914 WIDM 59-66 2005
Searching the web using composed pages 71945 SIGIR 713-714 2006
Beyond Single-Page Web Search Results 71946 IEEE Trans. Knowl. Data Eng. 411-424 2008
Monadic Datalog and the Expressive Power of Languages for Web Information Extraction 72038 PODS 17-28 2002
Information Extraction for the Semantic Web 72043 Reasoning Web 275-289 2005
A Formal Comparison of Visual Web Wrapper Generators 72045 SOFSEM 30-48 2006
Monadic Datalog and the Expressive Power of Languages for Web Information Extractio 72055 CoRR None 2002
A Formal Comparison of Visual Web Wrapper Generator 72056 CoRR None 2003
Monadic datalog and the expressive power of languages for Web information extraction 72064 J. ACM 74-113 2004
Logic-based Web Information Extraction 72066 SIGMOD Record 87-94 2004
Seventh ACM International Workshop on Web Information and Data Management (WIDM 2005), Bremen, Germany, November 4, 200 72119 WIDM 1267-1270 2005
Eigth ACM International Workshop on Web Information and Data Management (WIDM 2006), Arlington, Virginia, USA, November 10, 200 72120 WIDM 48-55 2006
Report on the 7th ACM International Workshop on Web Information and Data Management (WIDM 2005) 72128 SIGIR Forum 31-33 2006
Multi-level biomedical ontology-enabled service broker for web-based interoperation 72194 SAC 2341-2345 2008
Multiagent System for Reputation--based Web Services Selection 72216 QSIC 429-434 2006
Page Quality: In Search of an Unbiased Web Ranking 72236 SIGMOD Conference 551-562 2005
A web-enabled extension of a spatio-temporal DBMS 72270 GIS 34 2007
A Multi-Level Model for Web Service Composition 72305 ICWS 462- 2004
Binding and Execution of Web Service Compositions 72312 WISE 258-272 2005
Data Integrity Framework and Language Support for Active Web Intermediaries 72339 WCW 94-105 2004
Ontological and Pragmatic Knowledge Management for Web Service Composition 72341 DASFAA 365-373 2004
Automatic Generation of Ontology from the Deep Web 72346 DEXA Workshops 470-474 2007
Policy-Based Web Service Composition 72359 RIDE 85-92 2004
Semantic deep web: automatic attribute extraction from the deep web data sources 72360 SAC 1667-1672 2007
Web-Based Semantic Pervasive Computing Services 72361 IEEE Intelligent Informatics Bulletin 4-15 2004
Using Semantics for Policy-Based Web Service Composition 72362 Distributed and Parallel Databases 37-64 2005
Workshop on Organizing Web Space: An Integration of Content Search with Structure Analysis 72372 ACM DL 264 1999
Towards a Multimedia World-Wide Web Information Retrieval Engine 72383 Computer Networks 1181-1191 1997
Trust Management for the Semantic Web 72433 International Semantic Web Conference 351-368 2003
Enabling Sovereign Information Sharing Using Web Services 72443 SIGMOD Conference 873-877 2004
Are Web Services the Next Revolution in e-Commerce? (Panel) 72464 VLDB 614-617 2001
2005 IEEE / WIC / ACM International Conference on Web Intelligence (WI 2005), 19-22 September 2005, Compiegne, Franc 72465 Web Intelligence None 2005
YouServ: a web-hosting and content sharing tool for the masses 72467 WWW 345-354 2002
Peer-to-Peer Sharing of Web Applications 72469 WWW (Posters) None 2003
Continuous querying in database-centric Web applications 72472 Computer Networks 519-531 2000
Query Optimization over Web Services 72530 VLDB 355-366 2006
Discovery of ads web hosts through traffic data analysis 72544 DMKD 76-81 2004
Statistical warehousing on the Web: navigating troubled waters 72612 AICT/ICIW 208 2006
Web Site Evaluation: Methodology and Case Study 72613 ER (Workshops) 253-263 2001
The Araneus Project: Extending Database Techniques to the World Wide Web 72615 SEBD 19-34 1998
Statistical warehousing on the Web: navigating troubled waters 72616 SEBD 241-248 2006
The Araneus Web-Base Management System 72617 SIGMOD Conference 544-546 1998
Content Based Image Search over the World Wide Web 72692 ICVGIP None 2002
Mining Indirect Associations in Web Data 72734 WEBKDD 145-166 2001
Discovery of Web Robot Sessions Based on their Navigational Patterns 72748 Data Min. Knowl. Discov. 9-35 2002
Processes, Workflows, Web Service Flows: A Reconstruction 72753 Data Management in a Connected World 201-213 2005
Repositories as Integration Enabler for the Web 72775 ICWI 601-606 2002
Information Extraction from HTML: Combining XML and Standard Techniques for IE from the Web 72781 IEA/AIE 165-174 2001
Information Extraction from the Web: System and Techniques 72794 Appl. Intell. 195-224 2004
Web-Content- Managementsysteme 72806 Informatik Spektrum 101-119 2002
Web-Based Engineering Portal for Collaborative Product Development 72812 CDVE 369-376 2007
Improving the Interoperability between Web Services and CORBA Using Pontifexv A Generic Bridge Generator 72887 AICT/ICIW 166 2006
Developing Web Applications for Small and Medium-sized Enterprises - An Experience Report 72895 GI Jahrestagung (1) 282-286 2004
Implementation of a model-centric web application framework with J2EE 72912 PPPJ 148-153 2004
Representing and Querying Semistructured Web Data Using Nested Tables with Structural Variants 72980 ER 135-151 2002
The Debye Environment for Web Data Management 72981 IEEE Internet Computing 60-69 2002
A service creation environment based on end to end composition of Web services 73002 WWW 128-137 2005
Automatic Web-Page Classification by Using Machine Learning Methods 73058 Web Intelligence 303-313 2001
A study on rough set-aided feature selection for automatic web-page classification 73075 Web Intelligence and Agent Systems 431-441 2006
Designing Reliable Web Security Systems Using Rule-Based Systems Approach 73076 AWIC 124-133 2003
Architectural Issues and Solutions in the Development of Data-Intensive Web Applications 73101 CIDR 233-247 2003
WebRatio 5: An Eclipse-Based CASE Tool for Engineering Web Applications 73104 ICWE 501-505 2007
Modeling Data Entry and Operations in WebML 73105 WebDB (Informal Proceedings) 87-92 2000
Web Modeling Language (WebML): a modeling language for designing Web sites 73106 Computer Networks 137-157 2000
Enabling Dynamic Content Caching in Web Portals 73113 RIDE 129-136 2004
WebPath - A Three-Dimensional Web History 73207 INFOVIS 3-10 1998
Exploiting Structural Similarity For Effective Web Information Extraction 73223 Foundations of Semistructured Data None 2005
Similarity-Based Clustering of Web Transactions 73235 SAC 1212-1216 2003
Web log data warehousing and mining for intelligent web caching 73242 Data Knowl. Eng. 165-189 2001
WIQS: Web Integration Query System 73249 Computers and Their Applications 326-331 2006
WOD - Proxy-Based Web Object Delivery Service 73448 AINTEC 141-155 2007
Mining Translations of Chinese Names from Web Corpora Using a Query Expansion Technique and Support Vector Machine 73456 Web Intelligence/IAT Workshops 530-533 2007
Discovering informative content blocks from Web documents 73466 KDD 588-593 2002
Clustering for Web Information Hierarchy Mining 73472 Web Intelligence 698-701 2003
PLF: A Publication List Web Page Finder for Researchers 73474 Web Intelligence 295-298 2007
An Effective Communication Model for Collaborative Commerce of Web-Based Surveillance Services 73475 CEC 40-44 2003
The Design and Implementation of Intelligent Transportation Web Services 73476 CEC 49-52 2003
A Web Redirection Service for Variant Chinese Domain Name Resolution 73477 ICITA (1) 543-548 2005
IDN server proxy architecture for Internationalized Domain Name resolution and experiences with providing Web services 73496 ACM Trans. Internet Techn. 1-19 2006
Web opinion poll: extracting people's view by impression mining from the web 73521 CIKM 265-266 2005
Web Question Answering Using Impression Mining Technique 73522 IMECS 893-898 2007
An Efficient Multidimensional Data Model for Web Usage Mining 73538 APWeb 373-383 2004
Discretization of Multidimensional Web Data for Informative Dense Regions Discovery 73539 CIS 718-724 2004
On Improving Website Connectivity by Using Web-Log Data Streams 73540 DASFAA 352-364 2004
A Clustering Model for Mining Evolving Web User Patterns in Data Stream Environment 73555 IDEAL 565-571 2004
Mining of Web-Page Visiting Patterns with Continuous-Time Markov Models 73563 PAKDD 549-558 2004
A Graph-Based Optimization Algorithm for Website Topology Using Interesting Association Rules 73564 PAKDD 178-190 2003
A Data Cube Model for Prediction-Based Web Prefetching 73581 J. Intell. Inf. Syst. 1-30 2003
Developing a Knowledge-based Intelligent Services System in Sports Websites 73606 E-Service Intelligence 535-554 2007
Managed Portal Appliance: An Experiment in Extending the Reach of Web Applications 73629 Mobile Data Management 158- 2004
On demand Web-client technologies 73634 IBM Systems Journal 297-315 2004
SMILEY: A web-based remote sensed imagery data mining system 73671 Computers and Their Applications 206-209 1998
Analysis of topic dynamics in web search 73744 WWW (Special interest tracks and posters) 1102-1103 2005
SPDBSW: A Service Prototype of SPDBS on the Web 73746 BNCOD 49-57 2007
Visual pattern discovery using web images 73767 Multimedia Information Retrieval 127-136 2006
Increasing User's Privacy Control through Flexible Web Bug Detection 73818 LA-WEB 205-212 2005
Reactivity-Based Quality of Service Strategies for Web Applications 73824 SAINT 4 2007
Load Balancing on Stateful Clustered Web Servers 73828 SBAC-PAD 207-217 2003
Modeling Web Site Personalization Strategies 73853 Workshop on Information Integration on the Web 89-95 2001
Dynamic Aspects of Documents of the Brazilian Web 73854 WISE 133-137 2000
Evaluating the impact of reactivity on the performance of Web applications 73856 IPCCC None 2006
Modeling Web Site Personalization Strategies 73864 J. Braz. Comp. Soc. 44-54 2002
Web Evolution Management: Detection, Monitoring, and Mining 73889 APWeb 39-40 2008
Constraint-Free Join Processing on Hyperlinked Web Data 73896 DaWaK 255-264 2002
HW-STALKER: A Machine Learning-Based Approach to Transform Hidden Web Data to XML 73901 DEXA 936-946 2004
Controlling Web Query Execution in a Web Warehouse 73908 DEXA Workshops 805-809 2002
Web Schemas in WHOMEDA 73915 DOLAP 17-24 2000
Electronic Commerce and Web Technologies, First International Conference, EC-Web 2000, London, UK, September 4-6, 2000, Proceeding 73916 EC-Web None 2000
Electronic Commerce and Web Technologies, Second International Conference, EC-Web 2001 Munich, Germany, September 4-6, 2001, Proceeding 73917 EC-Web None 2001
Data Visualization in a Web Warehouse 73919 ER Workshops 68-80 1998
Web Warehousing: Design and Issues 73920 ER Workshops 93-104 1998
Web Bags - Are They Useful in A Web Warehouse 73925 FODO 210-220 1998
Adaptable Web Browsing of Images in Mobile Computing Environment: Experiments and Observations 73931 ICDCIT 314-320 2005
Association Rules for Web Data Mining in WHOWEDA 73935 Kyoto International Conference on Digital Libraries 127-139 2000
Representation of Web Data in A Web Warehouse 73945 Comput. J. 229-262 2003
Constraint-driven join processing in a Web Warehouse 73949 Data Knowl. Eng. 33-78 2003
Formulating disjunctive coupling queries in a web warehouse 73950 Data Knowl. Eng. 1-40 2003
What can a web bag discover for you 73951 Data Knowl. Eng. 79-119 2002
Schemas for web data: a reverse engineering approach 73952 Data Knowl. Eng. 105-142 2001
Web Data and Schema Management 73958 Data Knowl. Eng. 257-259 2007
Schema and web data management 73960 Data Knowl. Eng. 175-176 2008
Detecting and Representing Relevant Web Deltas in WHOWEDA 73974 IEEE Trans. Knowl. Data Eng. 423-441 2003
Research Issues in Web Structural Delta Mining 73977 Foundations and Novel Approaches in Data Mining 272-289 2006
Comparison Shopping Systems Based on Semantic Web - A Case Study of Purchasing Cameras 73990 GCC (1) 139-146 2003
Mobile Qandamp;A Agent System Based on the Semantic Web in Wireless Internet 73991 GCC 955-958 2004
Meta-evolution Strategy to Focused Crawling on Semantic Web 73994 ICANN (2) 399-407 2007
Collaborative Web Browsing Based on Ontology Learning from Bookmarks 73995 International Conference on Computational Science 513-520 2004
Semantic Analysis for Data Preparation of Web Usage Mining 74000 IEA/AIE 1249-1258 2004
Collaborative Information Filtering by Using Categorized Bookmarks on the Web 74003 INAP 343-357 2001
Collaborative Information Filtering by Using Categorized Bookmarks on the Web 74004 INAP (LNCS Volume) 237-250 2001
Extracting User Interests from Bookmarks on the Web 74009 PAKDD 203-208 2003
Web Based Intelligent Tutoring System for Collaborative Learning 74010 WebNet 475-480 1999
Efficient Web Browsing with Semantic Annotation: A Case Study of Product Images in E-Commerce Sites 74020 IEICE Transactions 843-850 2005
Agent-Based Architectures of Web Database Access 74038 SNPD 45-52 2004
Query Rewriting in the Semantic Web7 74048 ICDE Workshops 7 2006
OnEQL: An Ontology Efficient Query Language Engine for the Semantic Web 74049 ALPSWS 661-663 2007
Deductive Web Services: An Ontology-Driven Approach for Service Interoperability in Life Science 74051 OTM Workshops (2) 1338-1347 2007
WebSOGO: A Global Ontology for Describing Web Sources 74052 SAC 1199-1205 2003
XWebSOGO: an ontology language to describe and query web sources 74055 WIDM 62-65 2003
Source Selection and Ranking in the WebSemantics Architecture: Using Quality of Data Metadata 74056 Advances in Computers 89-119 2001
Query evaluation and optimization in the semantic web 74059 TPLP 393-409 2008
Semantic Approaches to Structuring and Querying Web Sites 74082 DS-7 21-49 1997
Semantics-Aware Querying in the WWW: The WG-Log Web Query System 74092 ICMCS, Vol. 2 317-322 1999
Structuring and Querying the Web through Graph-Oriented Languages 74113 SEBD 249-262 1997
Trustworthiness-related Uncertainty of Semantic Web-style Metadata: A Possibilistic Approach 74119 URSW None 2007
An XML-based approach to combine firewalls and web services security specifications 74133 XML Security 69-78 2003
Proceedings of the 3rd ACM Workshop On Secure Web Services, SWS 2006, Alexandria, VA, USA, November 3, 200 74134 SWS 74-83 2006
Proceedings of the 4th ACM Workshop On Secure Web Services, SWS 2007, Fairfax, VA, USA, November 2, 200 74135 SWS 1-2 2007
Proceedings of the 2nd ACM Workshop On Secure Web Services, SWS 2005, Fairfax, VA, USA, November 11, 200 74136 SWS None 2005
Mining query logs to optimize index partitioning in parallel web search engines 74189 Infoscale 43 2007
Design of a Parallel and Distributed Web Search Engin 74194 CoRR None 2004
Discovering Web Services to Specify More Complete System Requirements 74275 CAiSE 142-157 2007
Discovering Web Services to Improve Requirements Specifications: Does It Help? 74314 REFSQ 168-182 2008
Structuring Information on the Web from Below: The Case of Educational Organizations in Chile 74350 LA-WEB 216-218 2003
Structuring Information on the Web from Below: The case of Educational Organizations in Chile 74365 J. Web Eng. 295-303 2004
Immune-Based Framework for Exploratory Bio-information Retrieval from the Semantic Web 74376 ICARIS 128-135 2003
Evaluating Top-k Queries over Web-Accessible Databases 74426 ICDE 369- 2002
Corroborating Answers from Multiple Web Sources 74434 WebDB None 2007
Evaluating top-k queries over web-accessible databases 74435 ACM Trans. Database Syst. 319-362 2004
Structural Genomic Workflows Supported by Web Services 74476 DEXA Workshops 45-49 2003
Data Management via Web Services in Bioinformatics Workflows 74482 WOB 137-140 2003
Managing structural genomic workflows using Web services 74484 Data Knowl. Eng. 45-74 2005
Reasoning About ORA-SS Data Models Using the Semantic Web 74520 J. Data Semantics VII 219-241 2006
A Hybrid Approach to Web Usage Mining 74533 DaWaK 73-82 2002
Building a web warehouse for accessibility data 74540 DOLAP 43-50 2006
Integrating the web and the world: contextual trails on the move 74549 Hypertext 98-107 2004
Evaluating the markov assumption for web usage mining 74570 WIDM 82-89 2003
A Highly Adaptable Web Information Extractor Using Graph Data Model 74579 APWeb 916-919 2004
Three-Level Schema Model in a Web Data Engine 74580 ASIAN 286-287 2005
Schema Driven and Topic Specific Web Crawling 74581 DASFAA 594-599 2005
Query result ranking over e-commerce web databases 74593 CIKM 575-584 2006
Holistic Schema Matching for Web Query Interfaces 74597 EDBT 77-94 2006
Finding High-Quality Web Pages Using Cohesiveness 74612 IQ None 2005
Automatic Hierarchical Classification of Structured Deep Web Databases 74618 WISE 210-221 2006
Data extraction and label assignment for web databases 74620 WWW 187-196 2003
Ranking Search Results by Web Quality Dimensions 74630 J. Web Eng. 216-235 2004
Mapping UML Web Navigation Stereotypes to XML Data Skeletons 74832 EC-Web 294-303 2002
Learning Process Models as Mediators Between Didactical Practice and Web Support 74834 ER 112-127 2005
Can the Web Improve the Effectiveness Opperson-Centered Learning? Case Study on Teaching and Living Web-Engineering 74835 ICWI 651-658 2003
Customizing Web-Based Systems with Object-Oriented Views 74836 ICEIS (3) 390-397 2003
Employing the Unified Process for Developing a Web-Based Application - A Case-Study 74837 PAKM 97-113 2002
Developing Cooperative Environment Web Services Based on Action Research 74838 PAKM 453-462 2004
Queries and Computation on the Web 74862 ICDT 262-275 1997
The Role of Visual Tools in a Web Application Design and Verification Framework: A Visual Notation for LTL Formulae 74871 ICWE 557-568 2005
A Web Odyssey: From Codd to XML 74896 PODS None 2001
A Web odyssey: from codd to XML 74935 SIGMOD Record 68-77 2003
Queries and computation on the web 74936 Theor. Comput. Sci. 231-255 2000
Information Discovery, Extraction and Integration for the Hidden Web 74958 VLDB PhD Workshop 122 2003
Automatic Hierarchical Classification of Structured Deep Web Databases 74959 WISE 210-221 2006
Distributed Computation of Web Queries Using Automata 74969 PODS 97-108 2002
Objective-Greedy Algorithms for Long-Term Web Prefetching 75011 NCA 61-68 2004
Objective-Optimal Algorithms for Long-Term Web Prefetching 75026 IEEE Trans. Computers 2-17 2006
Agent-Mediated Pro-active Web-Sites 75064 WRAC 1-12 2005
Integrating Link Structure and Content Information for Ranking Web Documents 75260 TREC None 2001
Web Query Characteristics and their Implications on Search Engines 75263 WWW Posters None 2001
Tiny Web Services for Sensor Device Interoperability 75272 IPSN 567-568 2008
Web Usage Mining with Time Constrained Association Rules 75461 ICEIS (2) 343-348 2004
Evaluation of Web Robot Discovery Techniques: A Benchmarking Study 75469 Industrial Conference on Data Mining 121-130 2006
A Case for Delay-Conscious Caching of Web Documents 75504 Computer Networks 997-1005 1997
WebDB: A System for Querying Semi-structured Data on the Web 75508 J. Vis. Lang. Comput. 3-33 2002
Building Spatio-Temporal Presentations Warehouses from Heterogeneous Multimedia Web Servers 75515 CAiSE 692-696 2002
Integrating and Managing Multimedia Presentations by a Web-based Object Server 75517 EDBT PhD Workshop 44-53 2000
On the Use of Constrained Associations for Web Log Mining 75687 WEBKDD 100-118 2002
Web Service Discovery: Adding Semantics through Service Request Expansion and Latent Semantic Indexing 75733 IEEE SCC 106-113 2007
Web service orchestration and verification using MSC and CP nets 75740 SAC 1693-1694 2007
Materializing Web Data for OLAP and DSS 75742 Web-Age Information Management 201-214 2000
Web Service Discovery via Semantic Association Ranking and Hyperclique Pattern Discovery 75743 Web Intelligence 649-652 2006
Semantic Metadata for the Integration of Web-Based Data for Electronic Commerce 75744 WECWIS 137-145 1999
Policy based Web Service Orchestration and Goal Reachability Analysis using MSC and CP Nets 75747 CEC/EEE 131-140 2007
An investigation on a community's web search variability 75771 ACSC 117-126 2008
The RMIT/CSIRO Ad Hoc, Qandamp;A, Web, Interactive, and Speech Experiments at TREC 8 75816 TREC None 1999
Does topic metadata help with Web search 75843 JASIST 613-628 2007
The Semantic Web - ASWC 2006, First Asian Semantic Web Conference, Beijing, China, September 3-7, 2006, Proceeding 75889 ASWC None 2006
Research and Application in Web Usage Mining of the Incremental Mining Technique for Association Rule 75912 Intelligent Information Processing 287-290 2004
Description Logic Based Composition of Web Services 75927 PRIMA 199-210 2006
Context optimization of AI planning for semantic Web services composition 75943 Service Oriented Computing and Applications 117-128 2007
Efficient Access Technique Using Levelized Data in Web-Based GIS 75947 WAIM 64-71 2002
Creating Multilingual Translation Lexicons with Regional Variations Using Web Corpora 75969 ACL 534-541 2004
Text Classification Using Web Corpora and EM Algorithms 75971 AIRS 12-23 2004
Auto-generation of topic hierarchies for web images from users' perspectives 75972 CIKM 544-547 2003
A practical web-based approach to generating topic hierarchy for text segments 75973 CIKM 127-136 2004
Query taxonomy generation for web search 75974 CIKM 862-863 2006
A Transitive Model for Extracting Translation Equivalents of Web Queries through Anchor Text Mining 75976 COLING None 2002
Annotating Text Segments Using a Web-Based Categorization Approach 75981 ICADL 323-331 2005
Towards Web Mining of Query Translations for Cross-Language Information Retrieval in Digital Libraries 75982 ICADL 86-99 2003
Mining the Web for Generating Thematic Metadata from Textual Data 75984 ICDE 834 2004
Anchor Text Mining for Translation of Web Queries 75986 ICDM 401-408 2001
Named Entity Translation with Web Mining and Transliteration 75989 IJCAI 1629-1634 2007
Translating unknown cross-lingual queries in digital libraries using a web-based approach 75992 JCDL 108-116 2004
Incremental Extraction of Keyterms for Classifying Multilingual Documents in the Web 75993 PAKDD 506-516 2002
Interactive Web Multimedia Search Using Query-Session-Based Query Expansion 75995 IEEE Pacific Rim Conference on Multimedia 614-621 2001
Translating unknown queries with web corpora for cross-language information retrieval 75996 SIGIR 146-153 2004
Auto-construction of a live thesaurus from search term logs for interactive Web search 75999 SIGIR 334-336 2000
Automatic Training Corpora Acquisition through Web Mining 76003 Web Intelligence 193-199 2005
A Contextual Term Suggestion Mechanism for Interactive Web Search 76004 Web Intelligence 272-281 2001
Liveclassifier: creating hierarchical text classifiers through web corpora 76005 WWW 184-192 2004
Query-Session-Based Term Suggestion for Interactive Web Search 76006 WWW Posters None 2001
Enriching Web taxonomies through subject categorization of query terms from search engine logs 76008 Decision Support Systems 113-127 2003
Relevant term suggestion in interactive web search based on contextual information in query session logs 76011 JASIST 638-649 2003
Exploiting the Web as the multilingual corpus for unknown query translation 76012 JASIST 660-670 2006
Web-based text classification in the absence of manually labeled training documents 76013 JASIST 88-96 2007
Toward Web mining of cross-language query translations in digital libraries 76015 Int. J. on Digital Libraries 247-257 2004
Using a web-based categorization approach to generate thematic metadata from texts 76016 ACM Trans. Asian Lang. Inf. Process. 190-212 2004
Translation of web queries using anchor text mining 76017 ACM Trans. Asian Lang. Inf. Process. 159-172 2002
Taxonomy generation for text segments: A practical web-based approach 76018 ACM Trans. Inf. Syst. 363-396 2005
Anchor text mining for translation of Web queries: A transitive translation approach 76019 ACM Trans. Inf. Syst. 242-269 2004
Expected Utility of Content Blocks in Web Content Extraction 76020 BIS 342-352 2006
BIS 2008 Workshops Proceedings: Social Aspects of the Web (SAW 2008), Advances in Accessing Deep Web (ADW 2008), E-Learning for Business Needs, Innsbruck, Austria, 6-7 May 200 76022 BIS (Workshops) None 2008
Proceedings of the BIS 2007 Workshop on Social Aspects of the Web, Poznan, Poland, April 27, 200 76023 SAW None 2007
Introducing BIS 2008 Workshops on Emerging Web Technologies 76024 BIS (Workshops) 1-2 2008
myPortal: Robust Extraction and Aggregation of Web Content 76029 VLDB 1219-1222 2006
Robust web content extraction 76030 WWW 887-888 2006
Book Review: A Useful but Inadequate Introduction to Web Services 76032 IEEE Distributed Systems Online None 2006
Personalizing the Web Using Site Descriptions 76185 DEXA Workshop 732-738 1999
Web Services and Information Delivery for Diverse Environments 76192 TES 47-62 2000
WebViews: accessing personalized web content and services 76195 WWW 576-586 2001
Automating Web navigation with the WebVCR 76200 Computer Networks 503-517 2000
A Petri Net-based Model for Web Service Composition 76205 ADC 191-200 2003
ServiceMosaic project: modeling, analysis and management of web services interactions 76208 APCCM 7-9 2006
Model-Driven Web Service Development 76213 CAiSE 290-306 2004
On Temporal Abstractions of Web Service Protocols 76214 CAiSE Short Paper Proceedings None 2005
Selection of Web Services for Composition Using Location of Provider Hosts Criterion 76215 CAiSE Workshops 46-62 2003
Conceptual Modeling of Privacy-Aware Web Service Protocols 76217 CAiSE 233-248 2007
Data Sharing on the Web 76223 EDOC 258- 1997
A Case Study in Developing Web Services for Capital Markets 76224 EEE 38-41 2004
Analysis and Management of Web Service Protocols 76226 ER 524-541 2004
Interoperability in Semantic Web Services 76242 SWSWPC 22-25 2004
SELF-SERV: A Platform for Rapid Composition of Web Services in a Peer-to-Peer Environment 76246 VLDB 1051-1054 2002
Policy-Driven Exception-Management for Composite Web Services 76248 CEC 355-363 2005
Handling Transactional Properties in Web Service Composition 76249 WISE 273-289 2005
Trust-serv: model-driven lifecycle management of trust negotiation policies for web services 76253 WWW 53-62 2004
Definition and Execution of Composite Web Services: The SELF-SERV Project 76255 IEEE Data Eng. Bull. 47-52 2002
Business process management: Where business processes and web services meet 76256 Data Knowl. Eng. 1-5 2007
Flexible Composition of Enterprise Web Services 76261 Electronic Markets None 2003
Abstracting and Enforcing Web Service Protocols 76262 Int. J. Cooperative Inf. Syst. 413-440 2004
Web Service Conversation Modeling: A Cornerstone for E-Business Automation 76263 IEEE Internet Computing 46-54 2004
Webfind: An Architecture and System for Querying Web Databases 76264 IEEE Internet Computing 30-41 1999
Model-Driven Trust Negotiation for Web Services 76265 IEEE Internet Computing 45-52 2003
Vers un modandegrave;le de composition de services web avec propriandeacute;tandeacute;s transactionnelles 76267 Ingandeacute;nierie des Systandegrave;mes d'Information 9-28 2005
A trust negotiation system for digital library Web services 76268 Int. J. on Digital Libraries 185-207 2004
Introduction to special issue on semantic Web services 76269 ACM Trans. Internet Techn. 779-801 2007
Towards a conversation-driven composition of web services 76272 Web Intelligence and Agent Systems 145-150 2004
Supporting the dynamic evolution of Web service protocols in service-oriented architectures 76273 TWEB None 2008
Constructing Web User Profiles: A non-invasive Learning Approach 76337 WEBKDD 39-55 1999
Implicit Indicators for Interesting Web Pages 76344 WEBIST 270-277 2005
Adaptive Web Transactions: An Approach for Achieving the Atomicity of Composed Web Services 76370 EuroWeb None 2002
Managing the Failures of Composed Web Services 76377 iiWAS 143-152 2005
Automatic Composition of Web Service Workflows Using a Semantic Agent 76379 Web Intelligence 566-569 2003
CWS-Transactions: An Approach for Composing Web Services 76380 WEBIST (1) 69-74 2006
USing mobile web services in electronic auctions 76382 ACST 1-6 2006
The Challenges of Electronic Prescription Systems Based on Semantic Web Technologies 76383 ECEH 251-261 2006
A reliable Web-based system for hurricane analysis and simulation 76391 SMC (6) 5215-5220 2004
9th ACM International Workshop on Web Information and Data Management (WIDM 2007), Lisbon, Portugal, November 9, 200 76411 WIDM None 2007
A scalable pattern mining approach to web graph compression with communities 76430 WSDM 95-106 2008
Parallel Web Service Composition in MoSCoE: A Choreography-Based Approach 76488 ECOWS 3-12 2006
MoSCoE: A Framework for Modeling Web Service Composition and Execution 76494 ICDE Workshops 143 2006
Modeling Web Services by Iterative Reformulation of Functional and Non-functional Requirements 76505 ICSOC 314-326 2006
Selecting and Composing Web Services through Iterative Reformulation of Functional Specifications 76507 ICTAI 445-454 2006
On Context-Specific Substitutability of Web Services 76508 ICWS 192-199 2007
Divide and Conquer Semantic Web with Modular Ontologies - A Brief Review of Modular Ontology Language Formalisms 76533 WoMO None 2006
Privacy-Preserving Reasoning on the SemanticWeb 76534 Web Intelligence 791-797 2007
A framework for semantic web services discovery 76536 WIDM 45-50 2005
User-Oriented Adaptive Web Information Retrieval Based on Implicit Observations 76573 APWeb 636-643 2004
Cross-Language Information Retrieval by Domain Restriction Using Web Directory Structure 76594 HICSS 135 2008
Query Disambiguation for Cross-Language Information Retrieval Using Web Directories 76610 WIRI 151-156 2005
Cross-Language Information Retrieval based on category matching between language versions of a web directory 76612 IRAL 153-160 2003
Query term disambiguation for Web cross-language information retrieval using a search engine 76614 IRAL 25-32 2000
Improvement in TF-IDF scheme for Web pages based on the contents of their hyperlinked neighboring pages 76616 Systems and Computers in Japan 56-68 2005
Advances in Web and Network Technologies, and Information Management, APWeb/WAIM 2007 International Workshops: DBMAN 2007, WebETrends 2007, PAIS 2007 and ASWAN 2007, Huang Shan, China, June 16-18, 2007, Proceeding 76623 APWeb/WAIM Workshops None 2007
Entity Search Engine: Towards Agile Best-Effort Information Integration over the Web 76624 CIDR 108-113 2007
Organizing structured web sources by query schemas: a clustering approach 76625 CIKM 22-31 2004
Mining complex matchings across Web query interfaces 76627 DMKD 3-10 2004
Clustering Structured Web Sources: A Schema-Based, Model-Differentiation Approach 76628 EDBT Workshops 536-546 2004
Towards Building a MetaQuerier: Extracting and Matching Web Query Interfaces 76629 ICDE 1098-1099 2005
Collaborative Wrapping: A Turbo Framework for Web Data Extraction 76631 ICDE 1261-1262 2007
Heterogeneous Learner for Web Page Classification 76633 ICDM 538-545 2002
Discovering complex matchings across web query interfaces: a correlation mining approach 76636 KDD 148-157 2004
PEBL: positive example based learning for Web page classification using SVM 76637 KDD 239-248 2002
Statistical Schema Matching across Web Query Interfaces 76639 SIGMOD Conference 217-228 2003
Accessing the web: from search to integration 76640 SIGMOD Conference 804-805 2006
Knocking the Door to the Deep Web: Integration of Web Query Interfaces 76642 SIGMOD Conference 913-914 2004
Understanding Web Query Interfaces: Best-Effort Parsing with Hidden Syntax 76645 SIGMOD Conference 107-118 2004
Data Mining for Web Intelligence 76654 IEEE Computer 64-70 2002
Mining semantics for large scale integration on the web: evidences, insights, and challenges 76656 SIGKDD Explorations 67-76 2004
Editorial: special issue on web content mining 76657 SIGKDD Explorations 1-4 2004
PEBL: Web Page Classification without Negative Examples 76660 IEEE Trans. Knowl. Data Eng. 70-81 2004
Automatic complex schema matching across Web query interfaces: A correlation mining approach 76662 ACM Trans. Database Syst. 346-395 2006
Meaningful Learning in Web-based Design Teaching Environments 76687 CELDA 333- 2005
Entity Search Engine: Towards Agile Best-Effort Information Integration over the Web 76690 CIDR 108-113 2007
Design and Realization of Advertisement Promotion Based on the Content of Webpage 76695 KSEM 502-507 2007
Modeling QoS for Semantic Equivalent Web Services 76720 WAIM 478-488 2004
Answering form-based web queries using the data-mining approach 76723 J. Intell. Inf. Syst. 1-32 2008
Polynomial-Time Reasoning for Semantic Web Service Composition 76776 IEEE SCW 229-236 2007
BIS 2008 Workshops Proceedings: Social Aspects of the Web (SAW 2008), Advances in Accessing Deep Web (ADW 2008), E-Learning for Business Needs, Innsbruck, Austria, 6-7 May 200 76777 BIS (Workshops) 1-6 2008
A Need for Business Assessment of Semantic Web Services' Applications in Enterprises 76778 Business Process Management Workshops 514-516 2007
Mining and Validation of Localized Frequent Web Access Patterns with Dynamic Tolerance 76779 ADMA 80-91 2006
Using retrieval measures to assess similarity in mining dynamic web clickstreams 76787 KDD 439-448 2005
Advances in Web Mining and Web Usage Analysis, 7th International Workshop on Knowledge Discovery on the Web, WebKDD 2005, Chicago, IL, USA, August 21, 2005. Revised Paper 76788 WebKDD None 2006
Advances in Web Mining and Web Usage Analysis, 6th International Workshop on Knowledge Discovery on the Web, WebKDD 2004, Seattle, WA, USA, August 22-25, 2004, Revised Selected Paper 76789 WebKDD None 2006
Complete This Puzzle: A Connectionist Approach to Accurate Web Recommendations Based on a Committee of Predictors 76790 WebKDD 56-72 2004
Efficient Hybrid Web Recommendations Based on Markov Clickstream Models and Implicit Search 76796 Web Intelligence 621-627 2007
Accurate web recommendations based on profile-specific url-predictor neural networks 76799 WWW (Alternate Track Papers andamp; Posters) 300-301 2004
Web Usage Mining in Noisy and Ambiguous Environments: Exploring the Role of Concept Hierarchies, Compression, and Robust User Profiles 76801 WebMine 82-101 2006
A framework for mining evolving trends in Web data streams using dynamic learning and retrospective validation 76802 Computer Networks 1488-1512 2006
WebKDD 2004: web mining and web usage analysis post-workshop report 76804 SIGKDD Explorations 147-151 2004
A Web Usage Mining Framework for Mining Evolving User Profiles in Dynamic Web Sites 76805 IEEE Trans. Knowl. Data Eng. 202-215 2008
A Multi-Layered and Multi-Faceted Framework for Mining Evolving Web Clickstreams 76806 Adaptive and Personalized Semantic Web 11-35 2006
Robust Web Services via Interaction Contracts 76838 TES 1-14 2004
A General Architecture for Finding Structural Regularities on the Web 76951 AIMSA 179-188 2000
Web Usage Mining: Extraction, Maintenance and Behaviour Trends 76958 IICAI 493-506 2003
Learning to Understand Web Site Update Requests 76974 IJCAI 1028-1033 2005
The Distributed Information Search Component (Disco) and the World Wide Web 76980 SIGMOD Conference 546-548 1997
Experiences in Federated Databases: From IRO-DB to MIRO-Web 76981 VLDB 655-658 1998
Locating and accessing data repositories with WebSemantics 76989 VLDB J. 47-57 2002
Exploring Web Services from a Business Value Perspective 77011 RE 53-62 2005
Ontology Creation: Extraction of Domain Knowledge from Web Documents 77022 ER 256-269 2005
A Smart Web Query Engine for Semantic Retrieval of Web Data and Its Application to E-Trading 77025 NLDB 215-226 2000
A smart web query method for semantic retrieval of web data 77028 Data Knowl. Eng. 63-84 2001
Adapting Question Answering Techniques to the Web 77035 Language Engineering Conference 163 2002
Web Services Semantic Searching enhanced by Case Reasoning 77092 DEXA Workshops 565-569 2007
A Framework for Constraint-Based Collaborative Web Service Applications and A Travel Application Case Study 77201 International Conference on Internet Computing 866-872 2004
A Two-Layered Software Architecture for Distributed Workflow Coordination over Web Services 77217 ICWS 933-934 2006
BondFlow: A System for Distributed Coordination of Workflows over Web Services 77219 IPDPS None 2005
Distributed Coordination of Workflows over Web Services and Their Handheld-Based Execution 77252 ICDCN 39-53 2008
Discovering semantic biomedical relations utilizing the Web 77290 TKDD 104-117 2008
Web Navigation Patterns Mining Based on Clustering of Paths and Pages Content 77299 APWeb Workshops 857-860 2006
MDA Applied: From Sequence Diagrams to Web Service Choreography 77347 ICWE 132-136 2004
MDA applied: From Sequence Diagrams to Web Service Choreography 77348 ICWE Workshops 136-148 2004
Modelling web service composition with UML 2.0 77362 Int. J. Web Eng. Technol. 484-501 2004
Mining the Web with Active Hidden Markov Models 77379 ICDM 645-646 2001
Classifying search engine queries using the web as background knowledge 77418 SIGKDD Explorations 117-122 2005
Learning Probabilistic User Profiles: Applications for Finding Interesting Web Sites, Notifying Users of Relevant Changes to Web Pages, and Locating Grant Opportunities 77455 AI Magazine 47-56 1997
University of Glasgow at WebCLEF 2005: Experiments in Per-Field Normalisation and Language Specific Stemming 77481 CLEF 898-907 2005
Challenges on Distributed Web Retrieval 77485 ICDE 6-20 2007
QoS-Driven Web Service Composition with Inter Service Conflicts 77499 APWeb 121-132 2006
WISE: A Prototype for Ontology Driven Development of Web Information Systems 77500 APWeb 1163-1167 2006
General Consistency Management Within the Development of Ontology-Driven Web Information System 77502 ASIAN 290-291 2005
EGA: An Algorithm for Automatic Semi-structured Web Documents Extraction 77504 DASFAA 787-798 2004
Web Service Composition Based on Message Schema Analysis 77505 DASFAA 918-923 2007
WebGIS-RBDL - A Rare Book Digital Library Supporting Spatio-Temporary Retrieval 77518 ICADL 255-265 2004
Greedy Cached Query Rewriting in Content-Oriented XML Web Engine 77521 IPDPS 395-400 2002
COMMIX: towards effective web information extraction, integration and query answering 77526 SIGMOD Conference 620 2002
Web Service Composition Using Markov Decision Processes 77529 WAIM 308-319 2005
An Ontology Based Approach to Construct Behaviors in Web Information Systems 77532 WAIM 194-208 2005
Web Information Acquisition with Lixto Suite 77716 ICDE 747-749 2003
Sandeacute;lection dynamique de services Web - Une approche andagrave; base de communautandeacute;s 77761 INFORSID 505-520 2007
Un mandeacute;diateur pour la randeacute;conciliation de conversations entre services Web 77762 INFORSID 537-552 2007
Reconciling Web Service Failing Interactions. Towards an Approach Based on Automatic Generation of Mediators 77764 WETICE 327-332 2007
Handling Transactional Properties in Web Service Composition 77765 WISE 273-289 2005
An Automaton-Based Approach for Web Service Mediation 77766 ISPE CE 47-54 2006
Refining Web Authoritative Resource by Frequent Structures 77893 IDEAS 250-257 2003
An Enterprise Security Management System as a Web-Based Application Service for Small/Medium Businesses 77898 Inscrypt 279-288 2006
Weighted order-dependent clustering and visualization of web navigation patterns 77924 Decision Support Systems 1630-1645 2007
Navigating the World Wide Web 78109 Web Dynamics 117-152 2004
The Best Trail Algorithm for Assisted Navigation of Web Sites 78110 LA-WEB 166- 2003
A Web Site Navigation Engine 78112 WWW Posters None 2001
A stochastic model for the evolution of the Web 78113 Computer Networks 277-287 2002
The Best Trail Algorithm for Assisted Navigation of Web Site 78114 CoRR None 2003
SUMOsp: a web server for sumoylation site prediction 78205 Nucleic Acids Research 254-257 2006
Probability-Based Tile Pre-fetching and Cache Replacement Algorithms for Web Geographical Information Systems 78213 ADBIS 127-140 2001
Adaptation of a Neighbor Selection Markov Chain for Prefetching Tiled Web GIS Data 78215 ADVIS 213-222 2002
A User Behavior-Based Agent for Improving Web Usage 78262 CoopIS/DOA/ODBASE 1168-1185 2002
X-Compass: An XML Agent for Supporting User Navigation on the Web 78269 FQAS 197-211 2002
Modellazione della QoS in Ambienti Web-Service con Applicazioni di Video Streaming 78284 SEBD 298-307 2007
Modeling Web-search scenarios exploiting user and source profiles 78285 AI Commun. 215-230 2001
Dealing with semantic heterogeneity for improving Web usage 78290 Data Knowl. Eng. 436-465 2006
An XML-based agent model for supporting user activities on the Web 78299 Web Intelligence and Agent Systems 181-207 2006
Suchhilfen fanduuml;r das World-Wide-Web: Funktionsweisen und Metadatenstrukturen 78347 Wirtschaftsinformatik 491-499 1997
Progressive Analysis Scheme for Web Document Classification 78356 Web Intelligence 606-609 2005
Adaptive push-pull: disseminating dynamic web data 78429 WWW 265-274 2001
How to Bridge the Last Gap of Detail for a Complete Integration of Web Services into Users' Tasks 78457 ICWS 691-698 2005
Adapting the Communication of Web Services to the Language of Their User Community 78458 ICWS 252- 2004
Natural Language Expansion of Web Service Interoperability 78461 PAKM 441-452 2004
Information retrieval emerging from semantic web services 78462 Communications, Internet, and Information Technology 261-266 2004
Web traffic demand forecasting using wavelet-based multiscale decomposition 78485 Int. J. Intell. Syst. 215-236 2001
A Web / Grid Portal Implementation of BioSimGrid: A Biomolecular Simulation Database 78527 ITCC (2) 50- 2004
Creating GUIs for Web Services 78616 IEEE Internet Computing 66-73 2003
WreC: A Scalable Middleware Architecture to Enable XML Caching for Web-Services 78633 Middleware 124-143 2005
Mashup Feeds: : continuous queries over web services 78635 SIGMOD Conference 1128-1130 2007
Performance-improving techniques in web-based GIS 78688 International Journal of Geographical Information Science 319-342 2005
Using semantic Web technology to automate data integration in grid and Web service architectures 78700 CCGRID 189-195 2005
A Formal Semantic Model of the Semantic Web Service Ontology (WSMO) 78712 ICECCS 74-86 2007
Automated Syntactic Medation forWeb Service Integration 78713 ICWS 127-136 2006
DAML-S: Web Service Description for the Semantic Web 78716 International Semantic Web Conference 348-363 2002
Semantic Web Service Interaction Protocols: An Ontological Approach 78717 International Semantic Web Conference 304-319 2004
Semantic Matching of Web Services Capabilities 78718 International Semantic Web Conference 333-347 2002
Bringing Semantics to Web Services: The OWL-S Approach 78719 SWSWPC 26-42 2004
Processing Schedules Using Distributed Ontologies on the Semantic Web 78722 WES 203-212 2002
Guest Editors' Introduction: Semantic Web Services 78729 IEEE Intelligent Systems 14-15 2004
Web Services from an Agent Perspective 78731 IEEE Intelligent Systems 12-14 2008
Artificial Immunity-Based Discovery for Popular Information in WEB Pages 78758 International Conference on Computational Science (4) 166-169 2007
Searching the web using composed pages 78811 SIGIR 713-714 2006
SWSDS: Quick Web Service Discovery and Composition in SEWSIP 78815 CEC/EEE 71 2006
K-DIME: An Adaptive System to Retrieve Images from the WEB Using Subjective Criteria 78864 DNIS 157-172 2000
An Instance-based Approach for Matching Export Schemas of Geographical Database Web Services 78904 GeoInfo 109-120 2007
Cooking the Web-ERP 79020 CoopIS/DOA/ODBASE 602-617 2002
Web Mediated Design Courses: Challenges and Realities in Teaching Electronic Collaboration 79073 WETICE 314-319 1997
A Web-Based CBIR-Assisted Learning Tool for Radiology Education - Anytime and Anyplace 79159 IEEE International Conference on Multimedia and Expo (I) 23-26 2000
Chinese Organization Entity Recognition and Association on Web Pages 79206 BIS 12-23 2008
Computing Geographical Serving Area Based on Search Logs and Website Categorization 79207 DEXA 811-822 2007
Detecting Geographical Serving Area of Web Resources 79208 GIR 856-857 2006
The AudioWeb 79273 CIKM 97-104 1997
Enhancing Web Performance 79329 Communication Systems: The State of the Art (IFIP World Computer Congress) 95-126 2002
Yaksha: a self-tuning controller for managing the performance of 3-tiered Web sites 79331 IWQoS 47-56 2004
Controlling the performance of 3-tiered web sites: modeling, design and implementation 79335 SIGMETRICS 414-415 2004
Web Content Consistency Through Explicit Ownership Definition 79379 IEEE SCC 531-532 2006
Accelerating Web Page Retrieval Through Object Usage Declaration 79384 Annual Simulation Symposium 104- 2004
What Are People Looking for in Your Web Page 79388 AWCC 394-402 2004
Word Segmentation and Recognition for Web Document Framework 79390 CIKM 458-465 1999
Quantitative Analysis on the Cacheability Factors of Web Objects 79391 COMPSAC (1) 532-538 2006
Data Integrity Related Markup Language and HTTP Protocol Support for Web Intermediaries 79396 EUC 328-335 2006
A Novel Ownership Scheme to Maintain Web Content Consistency 79399 GPC 352-363 2008
Web Caching Performance: How Much Is Lost Unwarily 79404 Human.Society@Internet 2003 23-33 2003
Exploiting Fine Grained Parallelism for Acceleration of Web Retrieval 79405 Human.Society@Internet 125-134 2005
Server-Assisted Bandwidth Negotiation Mechanism for Parallel Segment Retrieval of Web Objects 79410 ICCNMC 883-890 2005
Local Web Advertisement Through Dynamic Active Proxy 79413 IEEE International Conference on Multimedia and Expo (II) 1183-1186 2000
Reverse mapping of referral links from storage hierarchy for Web documents 79421 ICTAI 216- 2000
Task Delegation in Active Web Intermediary Network 79422 ICWS 955-956 2006
Empirical study on web content consistency 79426 IRI 194-199 2006
An RDF-based annotation framework for providing web resources integrity 79429 IRI 99-104 2006
Modeling Retrieval Parallelism in Web Content Delivery 79431 ISWS 45-51 2005
Understanding the Object Retrieval Dependence of Web Page Access 79433 MASCOTS 413-420 2002
Framework for Pervasive Web Content Delivery 79436 PCM 1018-1026 2006
Web Object Cacheability How Much Do We Know 79441 SEKE 252-255 2006
Towards an adaptive and task-specific ranking mechanism in Web searching 79443 SIGIR 375-376 2000
Quantitative Modeling for Web Objects' Cacheability 79447 WAIM 913-918 2005
Web Content Caching and Distribution: 9th International Workshop, WCW 2004, Beijing, China, October 18-20, 2004. Proceeding 79451 WCW None 2004
Unveiling the Performance Impact of Lossless Compression to Web Page Content Delivery 79453 WCW 249-260 2004
A Generalized Site Ranking Model for Web IR 79454 Web Intelligence 584-587 2003
Service-oriented data denormalization for scalable web applications 79458 WWW 267-276 2008
AWESOME - A Data Warehouse-based System for Adaptive Website Recommendations 79491 VLDB 384-395 2004
Adaptive website recommendations with AWESOME 79492 VLDB J. 357-372 2005
A Web Visualization Tool for Historical Analysis of Geo-referenced Multidimensional Data 79611 DASFAA 706-709 2008
Uno Strumento Web di Esplorazione Interattiva Multidimensionale dei Dati Geo-Riferiti 79612 SEBD 136-147 2007
Fuzzy Matchmaking for Web Services 79616 AINA 721-726 2005
The Categorisation of Hidden Web Databases through Concept Specificity and Coverage 79617 AINA 671-376 2005
Fuzzy Consensus on QoS in Web Services Discovery 79618 AINA (1) 791-798 2006
An Efficient Transaction Commit Protocol for Composite Web Services 79622 AINA (1) 591-596 2006
A P2P Network Protocol for Efficient Choreography of Web Services 79623 AINA 839-846 2007
Automatic Topic Discovery and Categorisation of Hidden Web Databases 79626 BNCOD Posters 39-42 2003
Information Extraction from Template-Generated Hidden Web Documents 79631 ICWI 627-634 2004
A TNATS Approcah to Hidden Web Documents 79632 ICDCIT 158-167 2004
Quality Driven Web Services in Mobile Computing 79634 ICDCS Workshops 216-221 2004
Modeling e-Marketplaces with Multi-Agents Web Services 79636 ICPADS (1) 175-181 2005
Analytical modelling of priority commit protocol for reliable Web applications 79637 SAC 313-317 2004
Query-related data extraction of hidden web documents 79638 SIGIR 558-559 2004
A two-phase sampling technique for information extraction from hidden web databases 79641 WIDM 1-8 2004
A Two-Phase Sampling Technique to Improve the Accuracy of Text Similarities in the Categorisation of Hidden Web Databases 79642 WISE 516-527 2004
Efficient Commit Processing of Web Transactions Using Priority Scheduling Mechanism 79643 WISE 291-294 2003
Composition of mismatched web services in distributed service oriented design activities 79644 Advanced Engineering Informatics 143-153 2005
A fuzzy outranking approach in risk analysis of web service security 79645 Cluster Computing 47-55 2007
Sampling, information extraction and summarisation of Hidden Web databases 79648 Data Knowl. Eng. 213-230 2006
An efficient composition of Web services with active network support 79649 Expert Syst. Appl. 859-869 2006
Reaching consensus: A moderated fuzzy web services discovery method 79651 Information andamp; Software Technology 410-423 2006
Priority scheduling service for E-commerce web servers 79653 Inf. Syst. E-Business Management 69-82 2008
Web and distributed information systems: Special issue of the journal of information systems frontiers 79655 Information Systems Frontiers 253-254 2006
A tentative commit protocol for composite web services 79656 J. Comput. Syst. Sci. 1226-1237 2006
Consumer-centric QoS-aware selection of web services 79657 J. Comput. Syst. Sci. 211-231 2008
Special issue: Web and mobile information systems 79658 J. Comput. Syst. Sci. 131-132 2008
CCReSD: concept-based categorisation of Hidden Web databases 79660 IJHPCN 24-33 2007
Leveraging Web-Services and Peer-to-Peer Networks 79678 CAiSE 485-501 2003
Web Component: A Substrate for Web Service Reuse and Composition 79679 CAiSE 21-36 2002
A Framework for Business Rule Driven Web Service Composition 79690 ER (Workshops) 52-64 2003
The Capability Matching of Web Services 79713 ISMSE 56-63 2002
A Request Language for Web-Services Based on Planning and Constraint Satisfaction 79718 TES 76-85 2002
Design Methodology for Web Services and Business Processes 79720 TES 54-64 2002
Web Services, E-Business, and the Semantic Web, CAiSE 2002 International Workshop, WES 2002, Toronto, Canada, May 27-28, 2002, Revised Paper 79721 WES 136-145 2002
Web service componentization 79730 Commun. ACM 35-40 2003
Planning for Requests against Web Services 79734 IEEE Data Eng. Bull. 41-46 2002
VFDB 2008 release: an enhanced web-based resource for comparative pathogenomics 79753 Nucleic Acids Research 539-542 2008
An Abstract Workflow-Based Framework for Testing Composed Web Services 79773 AICCSA 901-908 2007
An Abstract Model for Testing MVC and Workflow Based Web Applications 79776 AICT/ICIW 206 2006
Bridging Business Value Models and Process Models in Aviation Value Webs via Possession Rights 79837 HICSS 175 2007
Exploring Web Services from a Business Value Perspective 79844 RE 53-62 2005
Value Webs: Using Ontologies to Bundle Real-World Services 79847 IEEE Intelligent Systems 57-66 2004
Combining Usage, Content, and Structure Data to Improve Web Site Recommendation 79903 EC-Web 305-315 2004
Classifying Objectionable Websites Based on Image Content 79920 IDMS 113-124 1998
Mission-Based Navigational Behaviour Modeling for Web Recommender Systems 79923 WebKDD 37-55 2004
A Broadcast Model for Web Image Annotation 79934 PCM 245-251 2006
Optimizing Preference Queries for Personalized Web Services 79968 Communications, Internet, and Information Technology 461-466 2002
Quality is in the eye of the beholder: towards user-centric web-databases 80026 SIGMOD Conference 1106-1108 2007
Update Propagation Strategies for Improving the Quality of Data on the Web 80027 VLDB 391-400 2001
Towards a Content-Provider-Friendly Web Page Crawler 80030 WebDB 93-98 2007
Visualization of Web Site Information with Semantic Weights 80094 International Conference on Internet Computing 63-70 2000
Classification of Web Documents Using Concept Extraction from Ontologies 80182 AIS-ADM 287-292 2007
A Simple, Structure-Sensitive Approach for Web Document Classification 80183 AWIC 293-298 2005
Content-Based Methodology for Anomaly Detection on the Web 80184 AWIC 113-123 2003
A Graph-Based Framework for Web Document Mining 80185 Document Analysis Systems 401-412 2004
Design and Implementation of a Web Mining System for Organizing Search Engine Results 80186 DIWeb 62-75 2001
Graph Representations for Web Document Clustering 80194 IbPRIA 935-942 2003
Classification of Web Documents Using a Graph Model 80195 ICDAR 240-244 2003
Fast Categorization of Web Documents Represented by Graphs 80202 WEBKDD 56-71 2006
Comparison of Algorithms for Web Document Clustering Using Graph Representations of Data 80206 SSPR/SPR 190-197 2004
Multi-lingual Detection of Terrorist Content on the Web 80207 WISI 16-30 2006
Design and implementation of a web mining system for organizing search engine results 80221 Int. J. Intell. Syst. 607-625 2005
Classification Of Web Documents Using Graph Matching 80225 IJPRAI 475-496 2004
Advances in Web Intelligence and Data Minin 80236 None None 2006
Predicting Stock Trends with Time Series Data Mining and Web Content Mining 80237 Advances in Web Intelligence and Data Mining 181-190 2006
Clustering of Web Documents Using Graph Representations 80239 Applied Graph Theory in Computer Vision and Pattern Recognition 247-265 2007
SWARD: Semantic Web Abridged Relational Databases 80259 DEXA Workshops 455-459 2007
Security Conscious Web Service Composition 80334 ICWS 489-496 2006
Towards Secure Execution Orders for CompositeWeb Services 80335 ICWS 489-496 2007
AC-XML documents: improving the performance of a web access control module 80338 SACMAT 67-76 2005
Managing Security Policy in a Large Distributed Web Services Environment 80403 COMPSAC 610-615 2003
GDOC: A System for Storage and Authoring of Documents through WEB Browsers 80446 SCCC 115-124 1997
A version model for supporting adaptation of web pages 80450 WIDM 120-127 2004
Sustaining Availability of Web Services under Distributed Denial of Service Attacks 80594 IEEE Trans. Computers 195-208 2003
Discretization of Multidimensional Web Data for Informative Dense Regions Discovery 80608 CIS 718-724 2004
On Improving Website Connectivity by Using Web-Log Data Streams 80609 DASFAA 352-364 2004
Developing a Knowledge-based Intelligent Services System in Sports Websites 80614 E-Service Intelligence 535-554 2007
The Semantic Web Paving the Way to the Knowledge Society 80625 VLDB 16 2001
Keeping Track of the Semantic Web: Personalized Event Notification 80657 OTM Conferences (1) 661-678 2006
Exploring the Design Space of Distributed and Peer-to-Peer Systems: Comparing the Web, TRIAD, and Chord/CFS 80692 IPTPS 214-224 2002
Flashproxy: transparently enabling rich web content via remote execution 80694 MobiSys 81-93 2008
A Crawler-based Study of Spyware in the Web 80695 NDSS None 2006
A Safety-Oriented Platform for Web Applications 80711 Sandamp;P 350-364 2006
Evolving the Semantic Web with Mangrove 80716 WWW (Posters) 31-36 2003
Personal Information Modeling in Semantic Web 80752 ASWC 668-681 2006
Just-In-Time Databases and the World-Wide Web 80769 CIKM 30-37 1998
A Relational Databases Interface to the World-Wide Web 80770 ACM DL 248-249 1999
ParaSite: Mining Structural Information on the Web 80778 Computer Networks 1205-1215 1997
Squeal: a structured query language for the Web 80779 Computer Networks 95-103 2000
Mining Generalized Query Patterns from Web Logs 80805 HICSS None 2001
A bag of paths model for measuring structural similarity in Web documents 80863 KDD 577-582 2003
Web Data Management 80870 ADC 5 2008
From Browsing to Interacting: DBMS Support for Responive Websites (Abstract) 80920 SIGMOD Conference 573 2000
Databases on the web 80923 SIGMOD Conference 874 2007
Toward a PeopleWeb 80949 IEEE Computer 63-72 2007
Web-Enabling Legacy Applications 80986 ICPADS 218-225 1998
SkyQuery: A Web Service Approach to Federate Databases 81096 CIDR 56-67 2003
SkyQuery: A WebService Approach to Federate Database 81100 CoRR None 2002
Metrics for Performance Tuning of Web-Based Applications 81178 Int. CMG Conference 783-790 2000
Characterizing Normal Operation of a Web Server: Application to Workload Forecasting and Problem Determination 81180 Int. CMG Conference 150-160 1998
Online Response Time Optimization of Apache Web Server 81195 IWQoS 461-478 2003
Managing Web server performance with AutoTune agents 81210 IBM Systems Journal 136-149 2003
An Effective System for Mining Web Log 81244 APWeb 40-52 2006
Evaluating contents-link coupled web page clustering for web search results 81245 CIKM 499-506 2002
On Combining Link and Contents Information for Web Page Clustering 81247 DEXA 902-913 2002
Link Based Clustering of Web Search Results 81249 WAIM 225-236 2001
Use Link-Based Clustering to Improve Web Search Results 81250 WISE (1) 115-124 2001
Lexical Postcorrection of OCR-Results: The Web as a Dynamic Secondary Dictionary 81303 ICDAR 1133-1137 2003
Orthographic Errors in Web Pages: Toward Cleaner Web Corpora 81318 Computational Linguistics 295-340 2006
Adaptive text correction with Web-crawled domain-dependent dictionaries 81331 TSLP 161-215 2007
Web-Enabled Knowledge-Based Analysis of Genetic Data 81378 ISMDA 113-119 2001
webSPADE: A Parallel Sequence Mining Algorithm to Analyze Web Log Data 81411 ICDM 755-758 2002
Constraint-Based Mining of Web Page Associations 81420 Australian Conference on Artificial Intelligence 315-326 2007
Ontology-Based Scalable and Portable Information Extraction System to Extract Biological Knowledge from Huge Collection of Biomedical Web Documents 81490 Web Intelligence 77-83 2004
The volume and evolution of web page templates 81498 WWW (Special interest tracks and posters) 830-839 2005
A graph-theoretic approach to webpage segmentation 81502 WWW 377-386 2008
Information Retrieval and Knowledge Discovery Utilizing a BioMedical Patent Semantic Web 81548 IEEE Trans. Knowl. Data Eng. 1099-1110 2005
Applying Webmining Techniques to Execution Traces to Support the Program Comprehension Process 81562 CSMR 134-142 2005
Using Information Filtering in Web Data Mining Process 81649 Web Intelligence 163-169 2007
Web searching: A process-oriented experimental study of three interactive search paradigms 81654 JASIST 120-133 2002
Web Caching and Replicatio 81664 None None 2001
Performance of Web Proxy Caching in Heterogeneous Bandwidth Environments 81671 INFOCOM 107-116 1999
DHTTP: An Efficient and Cache-Friendly Transfer Protocol for Web Traffic 81672 INFOCOM 1597-1606 2001
A Precise and Efficient Evaluation of the Proximity Between Web Clients and Their Local DNS Servers 81683 USENIX Annual Technical Conference, General Track 229-242 2002
Towards Informed Web Content Delivery 81686 WCW 232-248 2004
Characterization of a large web site population with implications for content delivery 81688 WWW 522-533 2004
DNS-enhanced web for faster content delivery 81689 WWW 310-320 2003
RaDaR: A Scalable Architecture for a Global Web Hosting Service 81692 Computer Networks 1545-1561 1999
Web caching and content distribution: a view from the interior 81695 Computer Communications 222-231 2001
Issues in Web Content Replication 81696 IEEE Data Eng. Bull. 21-29 1998
Web proxy caching: the devil is in the details 81698 SIGMETRICS Performance Evaluation Review 11-15 1998
DHTTP: an efficient and cache-friendly transfer protocol for the web 81699 IEEE/ACM Trans. Netw. 1007-1020 2004
Characterization of a Large Web Site Population with Implications for Content Delivery 81700 World Wide Web 505-536 2006
Dynamic maintenance of web indexes using landmarks 81745 WWW 102-111 2003
WebCMS: A Web-Based Course Management System 81770 DEXA Workshops 345-350 2002
Experiences in Developing and Running WebCMS 81772 ICWL 55-68 2003
Enabling Dynamic Content Caching in Web Portals 81774 RIDE 129-136 2004
Supporting Dynamic Software Tool Integration via Web Service-Based Components 81797 Australian Software Engineering Conference 160-169 2005
Generating Web-based User Interfaces for Diagramming Tools 81800 AUIC 63-72 2005
An Architecture for Building Multi-device Thin-Client Web User Interfaces 81807 CAiSE 728-732 2002
Architecure of a Micro- payment System for Thin- Client Web Applications 81817 International Conference on Internet Computing 444-450 2002
An Architecture for Developing Aspect-Oriented Web Services 81823 ECOWS 72-82 2005
Experiences Developing a Collaborative Travel Planning Application with .NET Web Services 81824 ICWS 306-312 2003
An Architecture for Generating Web-Based, Thin-Client Diagramming Tools 81828 ASE 270-273 2004
A visual language and environment for composing web services 81834 ASE 321-324 2005
Synthesizing client load models for performance engineering via web crawling 81836 ASE 353-362 2007
Web-Enabling an Integrated Health Information System 81838 OOIS 477-486 2001
A Spamicity Approach to Web Spam Detection 81955 SDM 277-288 2008
Design of a System to Support Security Communication between a Web Proxy and a CGI Program Based on PKI 81967 ICPADS 461-468 1998
Persistence in web based collaborations 81975 WWW (Special interest tracks and posters) 910-911 2005
An Approach to Modeling Hypermedia Web Applications 82176 GCC 847-854 2007
Model Checking-based Verification of Web Application 82182 ICECCS 47-55 2007
Auto-Generating Test Sequences for Web Applications 82186 ICWE 301-305 2007
A Formal Architecture Supporting Dynamic Composition of Web Services 82190 ICNS 48 2006
An Approach to Generating Test Cases for Testing Component-based Web Applications 82194 IITA 264-269 2007
Towards Modeling Web Navigation Using FSM and Z 82195 IITA 371-376 2007
Applying Formal Methods to Compositionality Description of Web Service 82197 ICIW 13 2007
Optimizing Web Queries through Semantic Caching 82199 Proc. 15andegrave;mes Journandeacute;es Bases de Donnandeacute;es Avancandeacute;es, BDA 23-40 1999
A web-based document harmonization and annotation chain: from PDF to RDF 82203 ACM Symposium on Document Engineering 225-226 2005
Wrapping Web Information Providers by Transducer Induction 82206 ECML 61-72 2001
Automatic Repairing of Web Wrappers by Combining Redundant Views 82212 ICTAI 399-406 2002
Query Translation for Distributed Information Gathering on the Web 82213 IDEAS 214-223 1998
Learning query languages of Web interfaces 82218 SAC 1114-1121 2004
Using Query Probing to Identify Query Language Features on the Web 82221 Distributed Multimedia Information Retrieval 21-30 2003
Automatic Wrapper Generation for Web Search Engines 82223 Web-Age Information Management 399-410 2000
Automatic repairing of web wrappers 82224 WIDM 24-30 2001
Crawling for Domain-Specific Hidden Web Resources 82225 WISE 125-133 2003
Semantic Cache Mechanism for Heterogeneous Web Querying 82226 Computer Networks 1347-1360 1999
Semantic Caching of Web Queries 82227 VLDB J. 2-17 2000
ImageSpace: an Image Ontology Creation and Annotation Tool for the Semantic Web 82233 Computers and Their Applications 340-343 2004
Relational Nested Optional Join for Efficient Semantic Web Query Processing 82252 APWeb/WAIM 428-439 2007
An Ontology-Based Multimedia Annotator for the Semantic Web of Language Engineering 82261 Int. J. Semantic Web Inf. Syst. 50-67 2005
The Semantic Web: opportunities and challenges for next-generation Web applications 82262 Inf. Res. None 2002
Language engineering for the Semantic Web: a digital library for endangered languages 82263 Inf. Res. None 2004
Secure Accounting and Auditing on the Web 82370 Computer Networks 541-550 1998
Management of Domain Space Defined Semantic Web 82436 DEXA Workshops 627-631 2003
PWA: An Extended Probabilistic Web Algebra 82444 SIGIR 388 1998
WebOS: Operating System Services for Wide Area Applications 82471 HPDC 52-63 1998
Model-Based Resource Provisioning in a Web Service Utility 82510 USENIX Symposium on Internet Technologies and Systems None 2003
The Trickle-Down Effect: Web Caching and Server Request Distribution 82519 Computer Communications 345-356 2002
An information filtering model on the Web and its application in JobAgent 82631 Knowl.-Based Syst. 285-296 2000
Mining Generalized Query Patterns from Web Logs 82656 HICSS 277-284 2001
An Empirical Study of Learning-Based Web Search 82661 WAIM 116-125 2002
Retrieval Performance Experiment with the Webspace Method 82702 BNCOD 150-165 2002
The Webspace Method: On the Integration of Database Technology with Multimedia Retrieval 82703 CIKM 438-445 2000
Data Exchange over Web-based Applications with DXL 82704 DIWeb 17-33 2002
Using Webspaces to Model Document Collections on the Web 82708 ER (Workshops) 101-114 2000
Modelling the Webspace of an Intranet 82718 WISE 260-269 2000
Print-n-link: weaving the paper web 82726 ACM Symposium on Document Engineering 34-43 2006
Mining the Web to Create Minority Language Corpora 82735 CIKM 279-286 2001
Turning Yahoo to Automatic Web-Page Classifier 82738 ECAI 473-474 1998
Semantics, Web and Mining, Joint International Workshops, EWMF 2005 and KDO 2005, Porto, Portugal, October 3 and 7, 2005, Revised Selected Paper 82743 EWMF/KDO None 2006
Mapping Documents onto Web Page Ontology 82745 EWMF 77-96 2003
Automatic Web Search Query Generation to Create Minority Language Corpora 82753 SIGIR 432-433 2001
Online Learning for Web Query Generation: Finding Documents Matching a Minority Concept on the Web 82756 Web Intelligence 508-513 2001
From Web to Social Web: Discovering and Deploying User and Content Profiles, Workshop on Web Mining, WebMine 2006, Berlin, Germany, September 18, 2006. Revised Selected and Invited Paper 82758 WebMine None 2007
Simple Classification into Large Topic Ontology of Web Documents 82759 CIT 279-285 2005
User Profiling for the Web 82760 Comput. Sci. Inf. Syst. 1-29 2006
Feature selection on hierarchy of web documents 82761 Decision Support Systems 45-87 2003
Building Minority Language Corpora by Learning to Generate Web Search Queries 82764 Knowl. Inf. Syst. 56-83 2005
WebObjects: A New Approach for Querying the Web 82767 DEXA 548-557 2003
Towards an Integrated Data Management Platform for the Web 82800 Datenbank-Spektrum 5-13 2002
Value-based web caching 82858 WWW 619-628 2003
An Investigation of Documents from the World Wide Web 82862 Computer Networks 963-980 1996
Intel Mash Maker: join the web 82870 SIGMOD Record 27-33 2007
SAP WebFlow Made Configurable: Unifying Workflow Templates into a Configurable Model 82955 BPM 262-270 2007
Analysis of Web Services Composition Languages: The Case of BPEL4WS 83008 ER 200-215 2003
Web Service Composition Languages: Old Wine in New Bottles? 83010 EUROMICRO 298-307 2003
From BPMN Process Models to BPEL Web Services 83018 ICWS 285-292 2006
Specifying and Monitoring Service Flows: Making Web Services Process-Aware 83039 Test and Analysis of Web Services 11-55 2007
Interacting agents through a web-based health serviceflow management system 83078 Journal of Biomedical Informatics 486-499 2007
Smart Mirrors: Peer-to-Peer Web Services for Publishing Electronic Document 83156 RIDE 121-128 2004
Knowledge Representation on the Web 83160 Description Logics 89-97 2000
Building a distributed full-text index for the Web 83169 WWW 396-406 2001
Building a distributed full-text index for the web 83173 ACM Trans. Inf. Syst. 217-241 2001
Web Document Filtering Technique Based on Natural Language Understanding 83189 Int. J. Comput. Proc. Oriental Lang. 279-291 2001
Analysis of Web Services Composition Languages: The Case of BPEL4WS 83205 ER 200-215 2003
The TENTACLE Database System as a Web Server 83210 BNCOD 169-170 1998
TENTACLE: A Database System for the World Wide Web 83216 DEXA 658-667 1998
Event-Condition-Action Rule Languages for the Semantic Web 83218 EDBT Workshops 855-864 2006
Event-Condition-Action Rule Languages for the Semantic Web 83224 SWDB 309-327 2003
Optimising Web Queries Using Document Type Definitions 83230 Workshop on Web Information and Data Management 28-32 1999
Towards Cost-based Optimization for Data-intensive Web Service Computations 83256 SBBD 283-297 2004
Declarative Specification of Web Applications exploiting Web Services and Workflows 83257 SIGMOD Conference 909-910 2004
Active XML: Peer-to-Peer Data and Web Services Integration 83259 VLDB 1087-1090 2002
Constructing and integrating data-centric Web Applications: Methods, Tools, and Techniques 83260 VLDB 1151 2003
Process modeling in Web applications 83273 ACM Trans. Softw. Eng. Methodol. 360-409 2006
Computational Experiments using Distributed Tools in a Web-Based Electronic Notebook Environment 83377 HPCN Europe 381-390 1999
Towards the Performance Visualization of Web-Service Based Applications 83409 PPAM 108-115 2005
Computational experiments using distributed tools in a web-based electronic notebook environment 83438 Future Generation Comp. Syst. 453-464 2000
A Method of Improving Feature Vector for Web Pages Reflecting the Contents of Their Out-Linked Pages 83664 DEXA 891-901 2002
Cross-Language Information Retrieval based on category matching between language versions of a web directory 83692 IRAL 153-160 2003
Query term disambiguation for Web cross-language information retrieval using a search engine 83693 IRAL 25-32 2000
Generation of Personalized Web Courses Using RBAC 83706 AH 419-423 2002
Spreading Design Patterns with Semantic Web Technologies 83709 Australian Conference on Artificial Intelligence 1079-1083 2006
Formalization of Web Design Patterns Using Ontologies 83710 AWIC 179-188 2003
Toward Hypermedia Design Methods for the Semantic Web 83714 DEXA Workshops 762-767 2003
Supporting Efficient Multinational Disaster Response through a Web-Based System 83718 EGOV 215-222 2002
Integrating RBAC Mechanisms in a Web Server 83726 ICWI 1101-1104 2003
Learning Web Services Composition and Learner Communities Support for the Deployment of Complex Learning Processes 83727 ICALT None 2004
A Transformation-Driven Approach to the Verification of Security Policies in Web Designs 83738 ICWE 269-284 2007
Workshop on Applications of Semantic Web Technologies for E-learning p 83739 Intelligent Tutoring Systems 912 2004
Un servicio web de polandiacute;ticas de acceso basadas en roles para hipermedia 83742 JISBD 75-82 2005
Desarrollando aplicaciones hipermedia para la Web Semandaacute;ntica 83744 JISBD 277-282 2005
Definition of Integrity Policies For Web-based Applications 83746 IICIS 85-98 1999
Modelling Security Policies in Hypermedia and Web-Based Applications 83748 Web Engineering 90-104 2001
Implementing RBAC Policies in a Web Server 83752 ELPUB None 2002
Ontologies and the Semantic Web for E-learning (Guest editorial) 83756 Educational Technology andamp; Society 26-28 2004
A literature-based approach to annotation and browsing of Web resources 83758 Inf. Res. None 2003
Modelling hypermedia and web applications: the Ariadne Development Method, 83760 Inf. Syst. 649-673 2005
Towards efficient web engineering approaches through flexible process models 83763 Journal of Systems and Software 1375-1389 2007
iWed: An Integrated Multigraph Cut-Based Approach for Detecting Events from a Website 83903 PAKDD 351-360 2006
Mining History of Changes to Web Access Patterns 83904 PKDD 521-523 2004
Research Issues in Web Structural Delta Mining 83905 Foundations and Novel Approaches in Data Mining 272-289 2006
Biasing web search results for topic familiarity 83908 CIKM 271-272 2005
Fast and Intuitive Clustering of Web Documents 83913 KDD 287-290 1997
Staging transformations for multimodal web interaction management 83978 WWW 212-223 2004
Taking the Initiative with Extempore: Exploring Out-of-Turn Interactions with Website 84000 CoRR None 2003
Supporting Out-of-turn Interactions in a Multimodal Web Interfac 84003 CoRR None 2003
Staging Transformations for Multimodal Web Interaction Managemen 84004 CoRR None 2003
PIPE: Web Personalization by Partial Evaluation 84012 IEEE Internet Computing 21-31 2000
Mining Web functional dependencies for flexible information access 84013 JASIST 1805-1819 2007
A first approach to web services for the National Water Information System 84036 Environmental Modelling and Software 404-411 2008
Web Services 84041 Encyclopedia of GIS 1269-1270 2008
World news finder: How we cope without the semantic web 84055 Artificial Intelligence and Applications 660-665 2007
Logic Programming to Address Issues of the Semantic Web 84061 Web Intelligence 427-430 2007
Databases and Web 2.0 panel at VLDB 2007 84104 SIGMOD Record 49-52 2008
Genomic data visualization on the Web 84211 Bioinformatics 1804-1805 2004
Enabling Dynamic Content Caching for Database-Driven Web Sites 84236 SIGMOD Conference 532-543 2001
Acceleration of Web Service Workflow Execution through Edge Computing 84240 WWW (Alternate Paper Tracks) 587-598 2003
Web service decomposition: Edge computing architecture for cache-friendly e-commerce applications 84241 Electronic Commerce Research and Applications 57-65 2006
An Information Concierge for the Web 84263 DEXA Workshop 672-676 2001
Wiccap Data Model: Mapping Physical Websites to Logical Views 84264 ER 120-134 2002
Web-Based Parallel Simulation of AGVs Using Java and JINI 84268 PaCT 379-384 2001
A visual tool for building logical data models of websites 84269 WIDM 92-95 2002
On organizing and accessing geospatial and georeferenced Web resources using the G-Portal system 84270 Inf. Process. Manage. 1277-1297 2005
Knowledge Discovery from Databases on the Semantic Web 84315 SSDBM 333-336 2004
Query Optimisation for Web Data Sources: Minimisation of the Number of Accesses 84351 SEBD 316-323 2007
Catalog Management in Websphere Commerce Suite 84356 SIGMOD Conference 561 2001
Reorganizing Web Sites Based on User Access Patterns 84387 CIKM 583-585 2001
Using N-Grams Prediction Models to Improve Web Navigation for Wireless Users 84389 DMIN 17-23 2005
A Framework for Personal Web Usage Mining 84391 International Conference on Internet Computing 595-600 2002
Adaptive Web Sites by Web Usage Mining 84392 International Conference on Internet Computing (1) 28-34 2001
A Generalization-Based Approach to Clustering of Web Usage Sessions 84396 WEBKDD 21-38 1999
Web Mining for Lexical Context-Specific Paraphrasing 84471 AIRS 673-679 2006
A Broadcast Model for Web Image Annotation 84478 PCM 245-251 2006
Questioning Answering By Pattern Matching, Web-Proofing, Semantic Form Proofing 84484 TREC 578-585 2003
Querying web distributed databases for XML-based E-businesses: requirement analysis, design, and implementation 84492 ADC 60-67 2001
DSM-TKP: Mining Top-K Path Traversal Patterns over Web Click-Streams 84532 Web Intelligence 326-329 2005
On mining webclick streams for path traversal patterns 84533 WWW (Alternate Track Papers andamp; Posters) 404-405 2004
DSM-PLW: Single-pass mining of path traversal patterns over streaming Web click-sequences 84535 Computer Networks 1474-1487 2006
On Hit Inflation Techniques and Detection in Streams of Web Advertising Networks 84715 ICDCS 52 2007
SPiDeR: P2P-Based Web Service Discovery 84731 ICSOC 157-169 2005
WreC: A Scalable Middleware Architecture to Enable XML Caching for Web-Services 84737 Middleware 124-143 2005
UQBE: uncertain query by example for web service mashup 84769 SIGMOD Conference 1275-1280 2008
Using Association Rules for Fraud Detection in Web Advertising Networks 84785 VLDB 169-180 2005
Supporting web query expansion efficiently using multi-granularity indexing and query processing 84808 Data Knowl. Eng. 239-257 2000
Query Relaxation by Structure and Semantics for Retrieval of Logical Web Documents 84838 IEEE Trans. Knowl. Data Eng. 768-791 2002
A Cellular Model for Information Systems on the Web-Integrating Local and Global Information 84855 DANTE 19- 1999
Syntactic Rule Based Approach toWeb Service Composition 84876 ICDE 31 2006
Searching the web using composed pages 84881 SIGIR 713-714 2006
Applying CommonKADS and Semantic Web Technologies to Ontology-Based E-Government Knowledge Systems 84893 ASWC 336-342 2006
GenericWA-RBAC: Role Based Access Control Model for Web Applications 84906 ICIT 237-240 2006
A clustering method for web data with multi-type interrelated components 84931 WWW 1121-1122 2007
VOEditor: a Visual Environment for Ontology Construction and Collaborative Querying of Semantic Web Resources 84943 COMPSAC (1) 591-600 2007
Using Categorial Context-SHOIQ(D) DL to Integrate Context-aware Web Ontology MetaData 84960 SKG 63 2006
Query taxonomy generation for web search 84987 CIKM 862-863 2006
LiveConcept: Web Search using Structured Query 84988 ICDE 1433-1437 2007
Applying Database Techniques to the Semantic Web 84989 Encyclopedia of Database Technologies and Applications 18-22 2005
Arquitectura para la Clasificaciandoacute;n y Composiciandoacute;n de Servicios Web 84994 JISBD 283-288 2005
A Design Methodology for Semantic Web Database-Based Systems 84996 ICITA (1) 233-237 2005
Automatic Information Extraction from Web Pages 85120 SIGIR 430-431 2001
A Comparison of Alternative Encoding Mechanisms for Web Services 85138 DEXA 93-102 2002
Using Patterns to Understand and Compare Web Services Security Products and Standards 85184 AICT/ICIW 157 2006
Adapting Web Services Security Standards for Mobile and Wireless Environments 85185 APWeb/WAIM Workshops 624-633 2007
Two Patterns for Web Services Security 85198 International Conference on Internet Computing 801-807 2004
Social and Content-based Information Filtering for a Web Graphics Recommender System 85362 ICIAP 842-847 1999
Social and Content-Based Approach for Visual Recommendation of Web Graphics 85375 VL 200-201 1999
Web-Based Sources for an Annotated Corpus Building and Composite Proper Name Identification 85471 AWIC 115-124 2004
Improving Prepositional Phrase Attachment Disambiguation Using the Web as Corpus 85473 CIARP 604-610 2003
Web-Based Model for Disambiguation of Prepositional Phrase Usage 85529 MICAI 922-932 2007
Enhancing the Sense of Other Learners in Student-Centred Web-Based Education 85581 ICCE 318-322 2002
Bayesian Data Mining on the Web with B-Course 85583 ICDM 626-629 2001
B-Course: A Web Service for Bayesian Data Analysis 85585 ICTAI 247-256 2001
EDUCOSM -Personalized Writable Web for Learning Communities 85587 ITCC 37-42 2003
Peer-to-peer learning with open-ended writable Web 85601 ITiCSE 173-177 2003
B-Course: A Web-Based Tool for Bayesian and Causal Data Analysis 85605 International Journal on Artificial Intelligence Tools 369-387 2002
Semantic-Enabled Organization of Web Services 85713 APWeb 511-521 2008
Flexible and Semantics-Based Support for Web Services Transaction Protocols 85716 GPC 492-503 2008
Mining more Gold From Web Page Hyperlinks 85718 iiWAS None 2004
A Cost Based Coordination Model for Long Running Transactions in Web Services 85719 iiWAS 97-108 2005
Towards Dynamic Integration of Heterogeneous Web Services Transaction Partners 85720 iiWAS 89-99 2007
A probabilistic semantic approach for discovering web services 85722 WWW 1221-1222 2007
On Optimal Replication of Data Object at Hierarchical and Transparent Web Proxies 85724 IEEE Trans. Parallel Distrib. Syst. 673-685 2005
Cost based web services transaction management 85725 IJWGS 198-220 2006
Building Structured Web Community Portals: A Top-Down, Compositional, and Incremental Approach 85759 VLDB 399-410 2007
Estimating the global pagerank of web communities 86020 KDD 116-125 2006
Delivering Promises for Web Services Applications 86031 ICWS 599-606 2007
Identifying Inter-Domain Similarities Through Content-Based Analysis of Hierarchical Web-Directories 86038 ECAI 789-790 2006
PRAW - A PRivAcy model for the Web 86066 JASIST 159-172 2005
Separation of concerns in AJAX-based web applications - a brief overview about the current situation 86144 Software Engineering 35-38 2007
KnoWeb: an operational knowledge organisation framework 86156 IJEB 493-507 2004
A Web User Profiling Approach 86160 APWeb 227-238 2003
Eye/gaze tracking in web, image and video documents 86197 ACM Multimedia 481-482 2006
A Markovian Approach for Web User Profiling and Clustering 86200 PAKDD 191-202 2003
Toward Recommendation Based on Ontology-Powered Web-Usage Mining 86205 IEEE Internet Computing 45-52 2007
Automatic Conceptual Indexing of Web Services and Its Application to Service Retrieval 86239 ICA3PP 290-301 2007
Object-Oriented Realization of Workflow Views for Web Services - An Object Deputy Model Based Approach 86252 WAIM 468-477 2004
Modellazione della QoS in Ambienti Web-Service con Applicazioni di Video Streaming 86282 SEBD 298-307 2007
Dealing with semantic heterogeneity for improving Web usage 86285 Data Knowl. Eng. 436-465 2006
The "Emergent" Semantic Web: An approach for derivation of semantic agreements on the Web 86298 SWWS 55-74 2001
Web Services - Concepts, Architectures and Application 86299 None None 2004
Supporting Scalable, Persistent Semantic Web Applications 86307 IEEE Data Eng. Bull. 33-39 2003
Analysis and Modeling of World Wide Web Traffic for Capacity Dimensioning of Internet Access Lines 86345 Perform. Eval. 249-271 1998
Comparing relevance feedback algorithms for web search 86374 WWW (Special interest tracks and posters) 1052-1053 2005
Semantic web technologies for ubiquitous computing resource management in smart spaces 86422 Int. J. Web Eng. Technol. 353-373 2007
A web-based system for analyzing the voices of call center customers in the service industry 86435 Expert Syst. Appl. 29-41 2005
Fuzzy Web Ad Selector Based on Web Usage Mining 86436 IEEE Intelligent Systems 62-69 2003
MusicRainbow: A New User Interface to Discover Artists Using Audio-based Similarity and Web-based Labeling 86487 ISMIR 367-370 2006
Higher-Order Web Link Analysis Using Multilinear Algebra 86549 ICDM 242-249 2005
Web Coordination Bonds: A Simple Enhancement to Web Services Infrastructure for Effective Collaboration 86569 HICSS None 2004
Fundamental Capabilities of Web Coordination Bonds: Modeling Petri Nets and Expressing Workflow and Communication Patterns over Web Services 86570 HICSS None 2005
A Web-Based Game-Oriented College Selection System Employing Fuzzy Rule Trees 86571 HICSS None 2004
Toward Fundamental Primitives and Infrastructure Enhancements for Distributed Web Object Coordination and Workflows 86577 ICWS 819-820 2005
A Methodology for Engineering Collaborative Applications over Mobile Web Objects using SyD Middleware 86578 ICWS 489-496 2005
A Small Listener for Heterogeneous Mobile Devices: A Service Enabler with a Uniform Web Object View 86579 ICWS 733-740 2005
Distributed Coordination of Workflows over Web Services and Their Handheld-Based Execution 86591 ICDCN 39-53 2008
Tools for Personalised Annotation and Organisation of Diverse Web Resources 86607 DEXA Workshops 559-566 2002
Cache Management for Web-Powered Databases 86650 Encyclopedia of Information Science and Technology (I) 362-367 2005
Cache Management for Web-Powered Databases 86653 Web-Powered Databases 203-244 2003
Caching in Web memory hierarchies 86688 SAC 1109-1113 2004
Broadcast program generation for Webcasting 86713 Data Knowl. Eng. 1-21 2004
Web Caching in Broadcast Mobile Wireless Environments 86728 IEEE Internet Computing 37-45 2004
A Data Mining Algorithm for Generalized Web Prefetching 86752 IEEE Trans. Knowl. Data Eng. 1155-1169 2003
Handling Interlinked XML Instances on the Web 86759 EDBT 792-810 2006
An ECA Engine for Deploying Heterogeneous Component Languages in the Semantic Web 86761 EDBT Workshops 887-898 2006
Combining ECA Rules with Process Algebras for the Semantic Web 86763 RuleML 29-38 2006
Rule-Based Active Domain Brokering for the Semantic Web 86764 RR 259-268 2007
TCBWorks: A First Generation Web-Groupware System 86775 HICSS (2) 167- 1997
Improved Adaptation of Web Service Compositions Using Value of Changed Information 86778 ICWS 784-791 2007
Information Modeling for End to End Composition of Semantic Web Services 86781 International Semantic Web Conference 476-490 2005
A service creation environment based on end to end composition of Web services 86782 WWW 128-137 2005
Understanding approaches for web service composition and execution 86784 Bangalore Compute Conf. 1 2008
Hilda: A High-Level Language for Data-DrivenWeb Applications 86854 ICDE 32 2006
Automatic client-server partitioning of data-driven web applications 86875 SIGMOD Conference 760-762 2006
User-centric personalized extensibility for data-driven web applications 86877 SIGMOD Conference 1125-1127 2007
A unified platform for data driven web applications with automatic client-server partitioning 86885 WWW 341-350 2007
ZenFlow: A Visual Web Service Composition Tool for BPEL4WS 86929 VL/HCC 181-188 2005
An Evaluation of the Java-Based Approaches to Web Database Access 87116 CoopIS 102-113 2000
The Dynamic View System (DVS): Mobile Agents to Support Web Views 87142 ICDE Demo Sessions 30-32 2001
Efficient Deployment of Web Service Workflows 87144 ICDE Workshops 323-330 2007
View Generator (VG): a mobile agent based system for the creation and maintenance of Web views 87149 ISCC 761-767 2002
Mobile Agents for World Wide Web Distributed Database Access 87169 IEEE Trans. Knowl. Data Eng. 802-820 2000
On the Security of Pay-per-Click and Other Web Advertising Schemes 87189 Computer Networks 1091-1100 1999
An Experimental Study on the Interactivity Dimension in a Web-based English Course 87195 CATE 84-89 2004
Web-Based Collaborative Tools for Geospatial Data Exploration 87196 DG.O None 2004
Modeling a web-based remote monitoring and fault diagnosis system with UML and component technology 87214 J. Intell. Inf. Syst. 5-19 2006
Exploring the Design Space of Distributed and Peer-to-Peer Systems: Comparing the Web, TRIAD, and Chord/CFS 87250 IPTPS 214-224 2002
Workload characterization for an E-commerce web site 87274 CASCON 313-327 2003
Characterizing customer groups for an e-commerce website 87324 ACM Conference on Electronic Commerce 218-227 2004
Storage Management for Web Proxies 87384 USENIX Annual Technical Conference, General Track 203-216 2001
Reputation-Enhanced QoS-based Web Services Discovery 87419 ICWS 249-256 2007
Architecture for an Autonomic Web Services Environment 87423 WSMDEIS 32-44 2005
Supporting Software Maintenance in Web Repositories through a Multi-agent System 87547 AWIC 307-317 2003
Obtaining Web Services from Relational Databases 87563 CSMR 304-310 2006
A Methodology for Database Reengineering to Web Services 87574 ECMDA-FA 226-240 2006
A First Approach to a Data Quality Model for Web Portals 87596 ICCSA (3) 984-993 2006
A Survey of Web Services Security 87597 ICCSA (1) 968-977 2004
Towards a Web Portal Data Quality Model 87608 ICEIS (4) 189-192 2006
Classifying Web Metrics 87626 Software Audit and Metrics 22-37 2004
Web metrics selection through a practitioners' survey 87631 ICSOFT (1) 238-244 2006
A bayesian network to structure a data quality model for web portals 87632 ICSOFT (2) 147-152 2006
A Web Metrics Survey Using WQM 87636 ICWE 147-160 2004
A Three Dimensional Web Quality Model 87638 ICWE 384-385 2003
PWSSec: Process for Web Services Security 87640 ICWS 213-222 2006
Refinement of a Tool to Assess the Data Quality in Web Portals 87697 QSIC 238-243 2007
Security Risk Analysis in Web Services Systems 87705 SECRYPT 425-430 2006
Automated Generation of Component-Based Web Applications from Databases 87714 Software Engineering Research and Practice 372-380 2004
Web Services Security: is the problem solved 87722 WOSIS 293-304 2004
Towards a Process for Web Services Security 87724 WOSIS 298-308 2005
An ADM Approach to Reengineer Relational Databases towards Web Services 87734 WCRE 90-99 2007
Towards a Data Quality Model for Web Portals - Research in Progress 87735 WEBIST (1) 325-331 2006
Towards a Data Quality Model for Web Portals 87736 WEBIST (Selected Papers) 228-237 2006
Defining a Data Quality Model for Web Portals 87740 WISE 363-374 2006
Including Routes in Web Information Systems as a Way to Improve the Navigability: An Empirical Study 87742 WISE Workshops 505-510 2007
Web services enterprise security architecture: a case study 87749 SWS 10-19 2005
Towards a Process for Web Services Security 87751 Journal of Research and Practice in Information Technology None 2006
Web Services-Based Security Requirement Elicitation 87759 IEICE Transactions 1374-1387 2007
Developing web services security systems: a case study 87763 Int. J. Web Eng. Technol. 292-306 2006
Warehousing and incremental evaluation for Web Site management 87884 BDA None 1998
Overview of Strudel - A Web-Site Management System 87901 Networking and Information Systems 115-140 1998
Towards a Multilingual QA System Based on the Web Data Redundancy 87903 AWIC 32-37 2005
Experiments on the Construction of a Phonetically Balanced Corpus from the Web 87912 CICLing 416-419 2004
Two Web-Based Approaches for Noun Sense Disambiguation 87913 CICLing 267-279 2005
QA on the Web: A Preliminary Study for Spanish Language 87919 ENC 322-328 2004
Taking Advantage of the Web for Text Classification with Imbalanced Classes 87924 MICAI 831-838 2007
Using Lexical Patterns for Extracting Hyponyms from the Web 87925 MICAI 904-911 2007
Web Intelligence in Mexico 87929 Web Intelligence 799-800 2004
A Web Based Cooperative Environment: The Interconnect Prototype 87932 CRIWG 31-41 1996
An Environment to Define and Execute In-Silico Workflows Using Web Services 87934 DILS 288-291 2005
Data Management via Web Services in Bioinformatics Workflows 87937 WOB 137-140 2003
OntoSearch: A Full-Text Search Engine for the Semantic Web 87942 AAAI None 2006
Discovering Image-Text Associations for Cross-Media Web Information Fusion 87960 PKDD 561-568 2006
Mining RDF metadata for generalized association rules: knowledge discovery in the semantic web era 87964 WWW 951-952 2006
Learning and inferencing in user ontology for personalized semantic web services 87965 WWW 1067-1068 2006
Guest Editorial: Text and Web Mining 87968 Appl. Intell. 239-241 2003
Towards personalised web intelligence 87970 Knowl. Inf. Syst. 595-616 2004
WebAdaptor: Designing Adaptive Web Sites Using Data Mining Techniques 87977 FLAIRS Conference 128-132 2001
PagePrompter: An Intelligent Web Agent Created Using Data Mining Techniques 87991 Rough Sets and Current Trends in Computing 506-513 2002
A Non-Euclidean Model for Web Retrieval 87998 Web-Age Information Management 233-238 2000
Web-Based Information Retrieval Support Systems: Building Research Tools for Scientists in the New Information Age 87999 Web Intelligence 570-573 2003
A Hierarchical Strategy for Testing Web-Based Applications and Ensuring Their Reliability 88016 COMPSAC 702- 2003
Analyzing Errors and Referral Pairs to Characterize Common Problems and Improve Web Reliability 88024 ICWE 314-323 2003
Effective and efficient semantic web data management over DB2 88028 SIGMOD Conference 1183-1194 2008
Explorations in the use of semantic web technologies for product information management 88029 WWW 747-756 2007
Web Testing for Reliability Improvement 88032 Advances in Computers 178-225 2006
Web error classification and analysis for reliability improvement 88035 Journal of Systems and Software 795-804 2007
Creation and Maintenance of Web Space Abstractions 88061 DANTE 113-120 1999
Constraint-Free Join Processing on Hyperlinked Web Data 88064 DaWaK 255-264 2002
Web Page Ranking Based on Events 88070 EC-Web 287-295 2004
Association Rules for Web Data Mining in WHOWEDA 88081 Kyoto International Conference on Digital Libraries 127-139 2000
Building web warehouse for semi-structured data 88094 Data Knowl. Eng. 101-103 2001
Bridging existing Web modeling languages to model-driven engineering: a metamodel for WebML 88183 ICWE Workshops 5 2006
Self-maintaining web pages 88185 Inf. Syst. 1005-1036 2003
An Integrated Information System on the Web for Catchment Management 88189 ACM-GIS 8-13 1998
A Lower Bound on Web Services Composition 88199 FoSSaCS 274-286 2007
A lower bound on web services compositio 88222 CoRR None 2008
Modeling the Internet and the Web: Probabilistic Method and Algorithm 88247 None None 2003
Visualization of navigation patterns on a Web site using model-based clustering 88266 KDD 280-284 2000
Model-Based Clustering and Visualization of Navigation Patterns on a Web Site 88306 Data Min. Knowl. Discov. 399-424 2003
Estimating the global pagerank of web communities 88364 KDD 116-125 2006
Adaptive Website Design Using Caching Algorithms 88367 WEBKDD 1-20 2006
Improving Web Server Performance by a Clustering-Based Dynamic Load Balancing Algorithm 88448 AINA (2) 232-235 2004
Browsing Document Clusters on Mobile Web 88456 WOWS 76-90 1999
On Supporting Weakly-Connected Browsing in a Mobile Web Environment 88467 ICDCS 538-546 2000
Advances in Web-Based Learning, First International Conference, ICWL 2002, Hong Kong, China, August 17-19, 2002, Proceeding 88471 ICWL 93-100 2002
Multi-resolution Web Document Browsing in a Distributed Agent Environment 88480 Mobile Data Management 279-281 2001
Dynamic structuring of web information for access visualization 88491 SAC 778-784 2002
Advances in Web-Age Information Management, 7th International Conference,WAIM 2006, Hong Kong, China, June 17-19, 2006, Proceeding 88499 WAIM None 2006
Multi-resolution Transmission and Browsing in Mobile Web 88500 Workshop on Web Information and Data Management 13-16 1998
On Multi-Resolution Document Transmission in Mobile Web 88517 SIGMOD Record 37-42 1999
CyberWalk: a web-based distributed virtual walkthrough environment 88519 IEEE Transactions on Multimedia 503-515 2003
Interactive path analysis of web site traffic 88531 KDD 414-419 2001
Model-Based Resource Provisioning in a Web Service Utility 88576 USENIX Symposium on Internet Technologies and Systems None 2003
The Trickle-Down Effect: Web Caching and Server Request Distribution 88579 Computer Communications 345-356 2002
The Future of Web services - II 88591 SIGMOD Conference 635 2003
Web Services (Industrial Session) 88592 VLDB 1031-1032 2003
Principles and Practices of Semantic Web Reasoning, 11.-16. September 200 88599 Principles and Practices of Semantic Web Reasoning None 2006
05371 Abstracts Collection - Principles and Practices of Semantic Web Reasoning 88600 Principles and Practices of Semantic Web Reasoning None 2005
Twelve Theses on Reactive Rules for the Web 88601 Event Processing None 2007
Twelve Theses on Reactive Rules for the Web 88607 EDBT Workshops 842-854 2006
Visual Querying for the Semantic Web 88608 ER 852-853 2004
Querying the Web Reconsidered: A Practical Introduction to Xcerpt 88609 Extreme Markup Languagesand#174; None 2004
XML Perspectives on RDF Querying: Towards integrated Access to Data and Metadata on the Web 88612 Grundlagen von Datenbanken 43-47 2005
Thesen anduuml;ber Regelsprachen fanduuml;r das Semantische Web 88615 Grundlagen von Datenbanken 11 2006
Processing link structures and linkbases in the web's open world linking 88616 Hypertext 135-144 2005
Web Services for Teaching: A Case Study 88623 ICWS 402-408 2003
Principles and Practice of Semantic Web Reasoning, International Workshop, PPSWR 2003, Mumbai, India, December 8, 2003, Proceeding 88636 PPSWR None 2003
Data Model and Query Constructs for Versatile Web Query Languages: State-of-the-Art and Challenges for Xcerpt 88637 PPSWR 90-104 2006
A Geospatial World Model for the Semantic Web 88640 PPSWR 145-159 2005
On Reasoning on Time and Location on the Web 88641 PPSWR 69-83 2003
Ten Theses on Logic Languages for the Semantic Web 88642 PPSWR 42-49 2005
Towards a Multi-calendar Temporal Type System for (Semantic) Web Query Languages 88643 PPSWR 102-117 2004
Web Queries with Style: Rendering Xcerpt Programs with CSSNG 88644 PPSWR 225-236 2006
Marriages of Convenience: Triples and Graphs, RDF and XML in Web Querying 88645 PPSWR 72-84 2005
XML Document Adaptation Queries (XDAQ): An Approach to Adaptation Reasoning Using Web Query Languages 88646 PPSWR 113-127 2003
Towards Generic Query, Update, and Event Languages for the Semantic Web 88647 PPSWR 19-33 2004
A Generic Module System for Web Rule Languages: Divide and Rule 88649 RuleML 63-77 2007
Web and Semantic Web Query Languages: A Survey 88650 Reasoning Web 35-133 2005
Reactive Rules on the Web 88652 Reasoning Web 183-239 2007
An Entailment Relation for Reasoning on the Web 88655 RuleML 17-34 2003
Paraconsistent Reasoning for the Semantic Web 88656 ISWC-URSW 104-105 2005
Ten Theses on Logic Languages for the Semantic Web 88661 Rule Languages for Interoperability None 2005
A Contribution to the Semantics of Xcerpt, a Web Query and Transformation Language 88666 INAP/WLP 258-268 2004
Processing link structures and linkbases on the web 88667 WWW (Special interest tracks and posters) 1030-1031 2005
CaTTS: calendar types and constraints for Web applications 88668 WWW 702-711 2005
Reactivity on the Web: Paradigms and Applications of the Language XChange 88686 J. Web Eng. 3-24 2006
Interactive query formulation over web service-accessed sources 88697 SIGMOD Conference 253-264 2006
Exporting and interactively querying Web service-accessed sources: The CLIDE System 88701 ACM Trans. Database Syst. None 2007
The Research of Mining Association Rules Between Personality and Behavior of Learner Under Web-Based Learning Environment 88708 ICWL 406-417 2005
A web-based system for the collection and analysis of spectra signals for early detection of voice alterations 88772 SAC 1405-1409 2008
A Mobile-Aware System for Website Personalization 88788 WAIM 810-815 2005
A Probabilistic Approach for Discovering Authoritative Web Pages 88789 WISE (1) 133 2001
A Stochastic Approach for Modeling and Computing Web Communities 88790 WISE 43-52 2002
Collaborative Filtering Supporting Web Site Navigation 88794 AI Commun. 155-166 2004
A Probabilistic Approach for Distillation and Ranking of Web Pages 88818 World Wide Web 189-207 2001
Web Communities: Models and Algorithms 88819 World Wide Web 58-82 2004
The Web as a Graph: Measurements, Models, and Methods 88820 COCOON 1-17 1999
Viewing the Web as a Graph: Structure and Interpretation 88823 WOWS 1 1999
Make it fresh, make it quick: searching a network of personal webservers 88836 WWW 577-586 2003
SemTag and seeker: bootstrapping the semantic web via automated semantic annotation 88837 WWW 178-186 2003
Graph structure in the Web 88838 Computer Networks 309-320 2000
Trawling the Web for Emerging Cyber-Communities 88839 Computer Networks 1481-1493 1999
Self-similarity in the web 88843 ACM Trans. Internet Techn. 205-223 2002
Web++: A System for Fast and Reliable Web Service 88908 USENIX Annual Technical Conference, General Track 171-184 1999
A Case for Delay-Conscious Caching of Web Documents 88911 Computer Networks 997-1005 1997
Selection algorithms for replicated Web servers 88913 SIGMETRICS Performance Evaluation Review 44-50 1998
Web++ architecture, design and performance 88915 World Wide Web 65-77 2000
WDBQS: A Unified Access to Distant Databases Via a Simple Web-Tool 88916 DEXA 815-824 2000
Citizen's Attitudes about Privacy While Accessing Government and Private Websites: Results of an Online Study 88924 DG.O 221-222 2003
Web Query Refinement without Information Loss 89013 APWeb 363-372 2004
Efficient Wrapper Reinduction from Dynamic Web Sources 89138 Web Intelligence 391-397 2004
The ICS-FORTH SWIM: A Powerful Semantic Web Integration Middleware 89188 SWDB 381-393 2003
Viewing the semantic web through RVL lenses 89211 J. Web Sem. 359-375 2004
Designing Enterprise Solutions with Web Services and Integration Patterns 89213 IEEE SCC 111-118 2006
Towards A Theoretical Foundation for Web Services - The Language-Action Perspective (LAP) Approach 89214 IEEE SCC 252-255 2007
A Heuristic-Based Methodology for Semantic Augmentation of User Queries on the Web 89218 ER 476-489 2003
A theoretical investigation of the emerging standards for web services 89242 Information Systems Frontiers 119-134 2007
On the Feasibility of Peer-to-Peer Web Indexing and Search 89250 IPTPS 207-215 2003
Interactive Paper as a Mobile Client for a Multi-channel Web Information System 89269 World Wide Web 529-556 2007
A high-level specification for Semantic Web Service Discovery Services 89316 ICWE Workshops 16 2006
Mining the Most Interesting Web Access Associations 89513 WebNet 489-494 2000
A Web Page Scoring Method for Local Web Search Engines 89523 DASFAA 606-617 2004
Information Services for the Web: Building and Maintaining Domain Models 89608 CoopIS 4-13 1998
Designing Web Services with Tropos 89651 ICWS 306- 2004
A Lightweight Approach to Semantic Web Service Synthesis 89708 WIRI 240-247 2005
From Task-Oriented to Goal-Oriented Web Requirements Analysis 89709 WISE 166-175 2003
Semi-Automatic Semantic Annotations for Web Documents 89713 SWAP None 2005
Information Services for the Web: Building and Maintaining Domain Models 89734 Int. J. Cooperative Inf. Syst. 227-254 1999
Toward Web-Based Application Management Systems 89760 IEEE Trans. Knowl. Data Eng. 683-702 2001
A Spamicity Approach to Web Spam Detection 89806 SDM 277-288 2008
An Evaluation Model for Web-Based Learning Support Systems 89955 Web Intelligence 680-683 2005
Web-CAM: Monitoring the dynamic Web to respond to Continual Queries 90099 SIGMOD Conference 927-928 2004
LocalRank: A Prototype for Ranking Web Pages with Database Considering Geographical Locality 90100 APWeb 1209-1213 2006
LocalRank: Ranking Web Pages Considering Geographical Locality by Integrating Web and Databases 90105 DEXA 145-155 2005
Scaling personalized web search 90184 WWW 271-279 2003
PC Cluster Based Parallel Frequent Pattern Mining and Parallel Web Access Pattern Mining 90208 DNIS 172-176 2003
Web Log Mining and Parallel SQL Based Execution 90209 DNIS 20-32 2000
Web Mining Is Parallel 90210 HiPC 385-398 2001
Parallel Web Access Pattern Mining on PC Cluster 90211 International Conference on Internet Computing 70-76 2003
Naviz : Website Navigational Behavior Visualizer 90216 PAKDD 276-289 2002
Experiments on Query Expansion for Internet Yellow Page Services Using Web Log Mining 90217 VLDB 1008-1018 2002
Querying the Semantic Web with Preferences 90243 International Semantic Web Conference 612-624 2006
Regulating service access and information release on the Web 90246 ACM Conference on Computer and Communications Security 134-143 2000
Regulating Access To Semistructured Information on the Web 90275 SEC 351-360 2000
Protecting information on the Web 90288 Commun. ACM 3 2000
A Uniform Framework for Regulating Service Access and Information Release on the Web 90299 Journal of Computer Security 241-272 2002
A New Navigation Method for Web Users 90425 GCC (1) 147-150 2003
Webdove: a Web-Based Collaboration System for Physical Tasks 90446 ICME 1137-1140 2006
Building Domain Ontology Based on Web Data and Generic Ontology 90513 Web Intelligence 686-689 2004
Characterizing Web Usage Regularities with Information Foraging Agents 90556 IEEE Trans. Knowl. Data Eng. 566-584 2004
A Distributed Agent System upon Semantic Web Technologies to Provide Biological Data 90600 CSWWS 63-80 2006
TargetIdentifier: a webserver for identifying full-length cDNAs from EST sequences 90611 Nucleic Acids Research 669-672 2005
For Scientific Data Discovery: Why Can't the Archive be More Like the Web 90719 SSDBM 96-99 1997
Using XML in a Web-Oriented Information System 90734 DEXA Workshop 217-211 2001
Features of a Web-Oriented Information System 90735 DEXA Workshops 49-53 2002
Web Interface-Driven Cooperative Exception Handling in Adome Workflow Management System 90790 Inf. Syst. 93-120 2001
Situated Support for Choice of Representation for a Semantic Web Application 90797 ER (Workshops) 386-397 2005
Towards Integrating Autonomously Created Knowledge Descriptions for the Semantic Web 90798 ICWE 595-596 2004
MADEW: Modelling a Constraint Awareness Model to Web-Based Learning Environments 90843 International Conference on Computational Science 545-548 2004
Constructing a Web-based Employee Training Expert System with Data Mining Approach 90872 CEC/EEE 659-664 2007
Querying Database-Backed Web Sites 90881 QL None 1998
Efficient Web-Based Access to Multiple Geographic Databases Through Automatically Generated Wrappers 90887 WISE 34-41 2000
Scalable load balancing on distributed web servers using mobile agents 90930 J. Parallel Distrib. Comput. 996-1005 2003
Similarity Retrieval of Web Documents Considering Both Text and Style 90937 APWeb 620-629 2004
On Generating Content and Structural Annotated Websites Using Conceptual Modeling 90989 ER 267-280 2006
Pattern definition to refine navigation structure in hypermedia/Web applications 90990 ICWI 1199-1202 2004
Generating semantic annotations during the web design process 90991 ICWE 91-92 2006
Conceptual View Integration for Audience Driven Web Design 90994 WWW (Posters) 353-362 2003
Extending SDARTS: extracting metadata from web databases and interfacing with the open archives initiative 90999 JCDL 162-170 2002
Text joins in an RDBMS for web data integration 91003 WWW 90-101 2003
QProber: A system for automatic classification of hidden-Web databases 91006 ACM Trans. Inf. Syst. 1-41 2003
The Design and Implementation of a Web-based Information System Integrating Cooperation, Information Gathering and Classification 91021 CSCWD 104-108 2007
Web Service Composition Through Declarative Queries: The Case of Conjunctive Queries with Union and Negation 91055 ICDE 840 2004
Print-to-Web Linking Technology Using a Mobile Phone Camera and its Applications in Japan 91092 Intelligent Multimedia Data Hiding: New Directions 261-285 2007
Persistent Topic Maps for Knowledge and Web Content Management 91117 WISE (2) 151-158 2001
Numeric reasoning in the Semantic Web 91124 SeMMA 84-103 2008
Inferring client response time at the web server 91136 SIGMETRICS 160-171 2002
Using certes to infer client response time at the web server 91147 ACM Trans. Comput. Syst. 49-93 2004
Constraint tuning and management for web applications 91158 ICWE 345-352 2006
Tool Support for Model Checking of Web Application Designs 91159 ICWE 533-538 2007
Web-CAM: Monitoring the dynamic Web to respond to Continual Queries 91270 SIGMOD Conference 927-928 2004
Monitoring the dynamic web to respond to continuous queries 91280 WWW 659-668 2003
Exploiting the dynamic networking effects of the web 91281 WWW (Special interest tracks and posters) 797 2005
Proceedings of the International Conference on Web Search and Web Data Mining, WSDM 2008, Palo Alto, California, USA, February 11-12, 200 91283 WSDML 1225-1226 2008
Recent results in automatic Web resource discovery 91285 ACM Comput. Surv. 17 1999
Guest Editors' Introduction: Special Section on Mining and Searching the Web 91292 IEEE Trans. Knowl. Data Eng. 2-3 2004
Discovering Conceptual Page Hierarchy of a Web Site from User Traversal History 91366 ADMA 536-543 2005
Web Based Cooperative Virtual Product Design Environment Shared by Designers and Customers 91373 CSCWD (Selected papers) 384-393 2005
A Non-Invasive Approach to Dynamic Web Services Provisioning 91422 ICWS 229-236 2005
A Meta-Modeling Approach to Web Services 91423 ICWS 796-799 2004
SmartClick: An Enabler for Human-Centered Wireless Web Service 91469 WECWIS 187-194 2002
Maintaining Web Navigation Flows for Wrappers 91534 DEECS 100-114 2006
Automatically Maintaining Wrappers for Web Sources 91537 IDEAS 105-114 2005
Efficiently Updating Cost Repository Values for Query Optimization on Web Data Sources in a Mediator/Wrapper Environment 91538 NGITS 1-12 2006
Automatically Generating Labeled Examples for Web Wrapper Maintenance 91540 Web Intelligence 250-256 2005
Using Clustering and Edit Distance Techniques for Automatic Web Data Extraction 91541 WISE 212-224 2007
Automatically maintaining navigation sequences for querying semi-structured web sources 91542 Data Knowl. Eng. 795-810 2007
Object-Process Methodology as a basis for the Visual Semantic Web 91597 DEXA Workshops 617-621 2003
Automatically Grounding Semantically-Enriched Conceptual Models to Concrete Web Services 91600 ER 304-319 2005
OPOSSUM: Bridging the Gap Between Web Services and the Semantic Web 91618 NGITS 357-358 2006
The Visual Semantic Web: Unifying Human and Machine Semantic Web Representations with Object-Process Methodology 91620 SWDB 415-433 2003
ViSWeb - the Visual Semantic Web: unifying human and machine knowledge representations with Object-Process Methodology 91665 VLDB J. 120-147 2004
Automatic Web Interfaces and Browsing for Object-relational Databases (Abstract) 91789 BNCOD 131-132 1997
An Update-Risk Based Approach to TTL Estimation in Web Caching 91830 WISE 21-29 2002
Cost-Effective Web Search in Bootstrapping for Named Entity Recognition 91867 DASFAA 393-407 2008
Tolerating Changes in A Design P ychology Based Web Page Wrapper 91882 COMPSAC 399-404 2002
An Event-Driven Adaptive Differentiated Service Web Container Architecture 91917 QSIC 22-29 2006
Using AI and semantic web technologies to attack process complexity in open systems 91938 Knowl.-Based Syst. 152-159 2007
WS-CABroker: A Novel Web Services-based Multimedia Content Alliance Broker Scheme 91948 CIT 389-395 2005
Using SiteRank for Decentralized Computation of Web Document Ranking 91955 AH 265-274 2004
On Two Allocation Methods for Web Services 92074 PDPTA 1823-1828 2003
Improving Performance of CompositeWeb Services Over a Wide Area Network 92237 IEEE SCW 292-299 2007
Handling Faults in Decentralized Orchestration of Composite Web Services 92238 ICSOC 410-423 2005
Orchestrating Composite Web Services under Data Flow Constraints 92239 ICWS 211-218 2005
Decentralized orchestration of composite web services 92240 WWW (Alternate Track Papers andamp; Posters) 134-143 2004
A Web Media Agent 92251 WWW Posters 837- 2001
Web Browsing in a Wireless Environment: Disconnected and Asynchronous Operation in ARTour Web Express 92266 MOBICOM 260-269 1997
Web Data Mining: Exploring Hyperlinks, Contents, and Usage Dat 92271 None None 2007
Opinion Extraction and Summarization on the Web 92275 AAAI None 2006
Web for Data Mining Applications 92286 COMPSAC 465-466 2000
Web Page Cleaning for Web Mining through Feature Weighting 92308 IJCAI 43-50 2003
Mining data records in Web pages 92312 KDD 601-606 2003
Discovering unexpected information from your competitors' web sites 92321 KDD 144-153 2001
Eliminating noisy information in Web pages for data mining 92325 KDD 296-305 2003
WISE-2005 Tutorial: Web Content Mining 92338 WISE 763 2005
NET - A System for Extracting Web Data from Flat and Nested Data Records 92339 WISE 487-495 2005
Extracting Web Data Using Instance-Based Learning 92340 WISE 318-331 2005
Mining topic-specific concepts and definitions on the web 92341 WWW 251-260 2003
Opinion observer: analyzing and comparing opinions on the Web 92342 WWW 342-351 2005
Visualizing web site comparisons 92343 WWW 693-703 2002
Web data extraction based on partial tree alignment 92344 WWW 76-85 2005
Extracting Web Data Using Instance-Based Learning 92346 World Wide Web 113-132 2007
Mining Web Pages for Data Records 92361 IEEE Intelligent Systems 49-55 2004
Web for Data Mining: Organizing and Interpreting the Discovered Rules using the Web 92367 SIGKDD Explorations 16-23 2000
WebKDD 2004: web mining and web usage analysis post-workshop report 92368 SIGKDD Explorations 147-151 2004
Structured Data Extraction from the Web Based on Partial Tree Alignment 92372 IEEE Trans. Knowl. Data Eng. 1614-1628 2006
Issues and Evaluations of Caching Solutions for Web Application Acceleration 92379 VLDB 1019-1030 2002
An Approach to Semantic Matching of Web Services 92467 SWWS 63-72 2006
The Future of the World Wide Web 92481 BNCOD 4-15 2004
The Web and the Grid: from e-science to e-business. EuroWeb 2002 Conference, St Anne's College, Oxford, UK. 17-18 December 200 92482 EuroWeb None 2002
An Assured Environment for Collaborative Engineering Using Web Services 92490 ISPE CE 111-119 2006
Engineering Safe and Efficient Shareability within Web Systems 92560 APWeb 697-710 2004
Server Enforced Program Safety for Web Applications 92565 J. Web Eng. 339-371 2005
A Flexible and Extensible Framework for Web Image Retrieval System 92573 AICT/ICIW 193 2006
Yoda: An Accurate and Scalable Web-Based Recommendation System 92636 CoopIS 418-432 2001
Web Information Personalization: Challenges and Approaches 92637 DNIS 5-15 2003
Enriching Conceptual Modeling of XML-Aware Adaptive Web Systems with Object-Oriented Constructs and UML Diagrams 92646 EC-Web 248-258 2004
A Pruning Algorithm for Improving Web Resources Searching and Classification in Knowledge Management-Based Web Systems 92648 ICWI 803-808 2003
Pushing Knowledge Management in Web Information Systems Engineering 92651 IDEAS 480-485 2004
Knowledge on the Web: Making Web Services Knowledge-Aware 92663 Web Intelligence 419-426 2004
A Reference Architecture for Knowledge Management-Based Web Systems 92665 WISE 347-354 2003
Combining multidimensional user models and knowledge representation and management techniques for making web services knowledge-aware 92668 Web Intelligence and Agent Systems 289-312 2006
MonA: an extensible framework for web document monitoring 92675 SAC 1112-1113 2006
Mobile Web Services for Collaborative Learning 92676 WMTE 129-133 2006
Logical Information Modeling of Web-Accessible Heterogeneous Digital Assets 92721 ADL 266-275 1998
Introduction to the 2nd Edition of the Workshop "Advances in Semantics for Web Services 2007" (Semantics4ws 2007) 92725 Business Process Management Workshops 457-459 2007
Complex Relationships for the Semantic Web 92736 Spinning the Semantic Web 279-315 2003
Autonomous and Adaptive Web Services, 04.02. - 09.02.200 92737 Autonomous and Adaptive Web Services None 2007
07061 Abstracts Collection -- Autonomous and Adaptive Web Services 92738 Autonomous and Adaptive Web Services None 2007
Role of semantics in Autonomic and Adaptive Web Services andamp; Processes 92739 Autonomous and Adaptive Web Services None 2007
Automatic Composition of Semantic Web Services Using Process Mediation 92758 ICEIS (4) 453-462 2007
Demonstrating Dynamic Configuration and Execution of Web Processes 92759 ICSOC 502-507 2005
OpenWS-Transaction: Enabling Reliable Web Service Transactions 92760 ICSOC 490-494 2005
Autonomic Web Processes 92761 ICSOC 1-11 2005
A Semantic Template Based Designer for Web Processes 92762 ICWS 461-469 2005
Discovery of Web Services in a Federated Registry Environment 92763 ICWS 270-278 2004
Adding Semantics to Web Services Standards 92764 ICWS 395-401 2003
Semantic Interoperability of Web Services - Challenges and Experiences 92765 ICWS 373-382 2006
Optimal Adaptation in Web Processes with Coordination Constraints 92766 ICWS 257-264 2006
On Using WS-Policy, Ontology, and Rule Reasoning to Discover Web Services 92770 INTELLCOMM 246-255 2004
Semantic Web Services and Web Process Composition, First International Workshop, SWSWPC 2004, San Diego, CA, USA, July 6, 2004, Revised Selected Paper 92777 SWSWPC None 2004
Introduction to Semantic Web Services and Web Process Composition 92778 SWSWPC 1-13 2004
METEOR-S Web Service Annotation Framework with Machine Learning Classification 92779 SWSWPC 137-146 2004
Enhancing Web Services Description and Discovery to Facilitate Composition 92780 SWSWPC 55-68 2004
Digital Library Services Supporting Information Integration over the Web 92797 Workshop on Information Integration on the Web 19-26 2001
Semantic Web Processes: Semantics Enabled Annotation, Discovery, Composition and Orchestration of Web Scale Processes 92798 WISE 375-376 2003
XML-based modeling and simulation: web service technologies and their synergy with simulation 92800 Winter Simulation Conference 606-615 2002
SemRank: ranking complex relationship search results on the semantic web 92802 WWW 117-127 2005
?-Queries: enabling querying for semantic associations on the semantic web 92803 WWW 690-699 2003
Meteor-s web service annotation framework 92805 WWW 553-562 2004
Semantic Web Services, Processes and Application 92810 Semantic Web Services, Processes and Applications 1263-1264 2006
The Semantic Web and Its Applications 92811 Semantic Web Services, Processes and Applications 3-33 2006
Keywords, Port Types and Semantics: A Journey in the Land of Web Service Discovery 92812 Semantic Web Services, Processes and Applications 89-105 2006
Designing Semantic Web Processes: The Wsdl-S Approach 92813 Semantic Web Services, Processes and Applications 161-193 2006
Bioinformatics Applications Of Web Services, Web Processes And Role Of Semantics 92814 Semantic Web Services, Processes and Applications 305-322 2006
Semantic (Web) Technology In Action: Ontology Driven Information Systems for Search, Integration and Analysis 92824 IEEE Data Eng. Bull. 40-48 2003
Performance Analysis and Simulation of Composite Web Services 92835 Electronic Markets None 2003
Semantic Web Services, Part 2 92836 IEEE Intelligent Systems 8-15 2007
Semantics for the Semantic Web: The Implicit, the Formal and the Powerful 92840 Int. J. Semantic Web Inf. Syst. 1-18 2005
Ranking Complex Relationships on the Semantic Web 92841 IEEE Internet Computing 37-44 2005
Managing Semantic Content for the Web 92843 IEEE Internet Computing 80-87 2002
Semantically Annotating a Web Service 92844 IEEE Internet Computing 83-85 2007
Relationship Web: Blazing Semantic Trails between Web Resources 92845 IEEE Internet Computing 77-81 2007
Guest Editors' Introduction: Semantic-Web-Based Knowledge Management 92846 IEEE Internet Computing 14-16 2007
WebWork: METEOR2's Web-Based Workflow Management System 92850 J. Intell. Inf. Syst. 185-215 1998
The p Operator: Discovering and Ranking Associations on the Semantic Web 92855 SIGMOD Record 42-47 2002
Quality of service for workflows and web service processes 92868 J. Web Sem. 281-308 2004
From Computational Intelligence to Web Intelligence 92896 IEEE Computer 72-76 2002
Feature Selection with Rough Sets for Web Page Classification 92902 T. Rough Sets 1-13 2004
A Scalable Comparison-Shopping Agent for the World-Wide Web 92939 Agents 39-48 1997
Adaptive Web Navigation for Wireless Devices 92954 IJCAI 879-884 2001
Relational Markov models and their application to adaptive web navigation 92970 KDD 143-152 2002
Assieme: finding and leveraging implicit references in a web search interface for programmers 92976 UIST 13-22 2007
Personalizing Web Sites for Mobile Users 92978 WWW 565-575 2001
Scaling question answering to the Web 92979 WWW 150-161 2001
Web Evolution Management: Detection, Monitoring, and Mining 93019 APWeb 39-40 2008
COWES: Clustering Web Users Based on Historical Web Sessions 93023 DASFAA 541-556 2006
Constraint-Free Join Processing on Hyperlinked Web Data 93028 DaWaK 255-264 2002
Research Issues in Web Data Mining 93029 DaWaK 303-312 1999
Join Processing in Web Databases 93030 DEXA 647-657 1998
Deriving and Verifying Statistical Distribution of a Hyperlink-Based Web Page Quality Metric 93032 DEXA 19-28 2002
Controlling Web Query Execution in a Web Warehouse 93037 DEXA Workshops 805-809 2002
Web Informetrics: Extending Classical Informetrics to the Web 93038 DEXA Workshops 351-355 2002
Modelling and Predicting Web Page Accesses Using Markov Processes 93039 DEXA Workshops 332-336 2003
Modelling and Predicting Web Page Accesses Using Burrell's Model 93040 EC-Web 172-181 2002
Information Coupling in Web Databases 93041 ER 92-106 1998
Cleopatra: Evolutionary Pattern-Based Clustering of Web Usage Data 93050 PAKDD 323-333 2006
Ranking of Web Data in a Web Warehouse 93052 WISE Workshops 130-139 2002
Mirror site maintenance based on evolution associations of web directories 93053 WWW 1297-1298 2007
Representation of Web Data in A Web Warehouse 93054 Comput. J. 229-262 2003
A survey of Web metrics 93055 ACM Comput. Surv. 469-503 2002
Deriving and verifying statistical distribution of a hyperlink-based Web page quality metric 93057 Data Knowl. Eng. 291-315 2003
DEQUE: querying the deep web 93058 Data Knowl. Eng. 273-311 2005
Schema and web data management 93062 Data Knowl. Eng. 175-176 2008
Anatomy of the coupling query in a web warehouse 93063 Information andamp; Software Technology 513-539 2002
Detecting and Representing Relevant Web Deltas in WHOWEDA 93064 IEEE Trans. Knowl. Data Eng. 423-441 2003
MetaData Pro: Ontology-Based Metadata Processing for Web Resources 93099 WISE Workshops 34-45 2004
Component Composition Based on Web Service and Software Architecture 93119 APWeb Workshops 987-990 2006
On Demand Network and Application Provisioning ThroughWeb Services 93136 ICWS 1120-1127 2007
Efficient Web Log Mining for Product Development 93198 CW 294-301 2003
A Web-Based Intelligent Forecasting System 93217 KES 993-999 2003
Modeling the growth of future web 93229 WWW (Alternate Track Papers andamp; Posters) 274-275 2004
Yoda: An Accurate and Scalable Web-Based Recommendation System 93255 CoopIS 418-432 2001
Feature Matrices: A Model for Efficient and Anonymous Web Usage Mining 93260 EC-Web 280-294 2001
WSPDS: Web Services Peer-to-Peer Discovery Service 93269 International Conference on Internet Computing 733-743 2004
Proteus: A System for Dynamically Composing and Intelligently Executing Web Services 93280 ICWS 17-21 2003
A Framework for Efficient and Anonymous Web Usage Mining Based on Client-Side Tracking 93282 WEBKDD 113-144 2001
ProDA: a suite of web-services for progressive data analysis 93293 SIGMOD Conference 894-896 2005
The WorlInfo Assistant: Spatio-Temporal Information Integration on the Web 93300 VLDB 717-718 2001
INSITE: A Tool for Interpreting Users? Interaction with a Web Space 93303 VLDB 635-638 2000
ACM CIKM'99 2nd Workshop on Web Information and Data Management (WIDM'99), Kansas City, Missouri, USA, November 5-6, 199 93306 WebDB 61-75 1999
INsite: Introduction to a Generic Paradigm for Interpreting User-Web Space Interaction 93307 Workshop on Web Information and Data Management 53-58 1999
Efficient and Anonymous Web-Usage Mining for Web Personalization 93319 INFORMS Journal on Computing 123-147 2003
Towards Automatic Composition of Network Management Web Services 93402 Integrated Network Management 769-772 2007
Reusable Multimedia Content in Web-Based Learning Systems 93426 IEEE MultiMedia 30-38 2001
An Agent-Based Model For Web Services Transaction Processing 93579 EEE 186-189 2005
Ocean Observing Data Web Service and Application in Shipwreck Salvation of Taiwan Strait 93591 ICWS 1216-1217 2007
Advanced Web Session Provider for Suspensible E-services 93612 TES 131-140 2002
A Policy Framework for Collaborative Web Service Customization 93615 SOSE 197-204 2006
A Policy Framework for Collaborative Web Service Customization 93633 PragWeb 110-123 2006
WWWatch: Watching the World in Different Views with Semantic Web 93662 Semantic Web Challenge 566-579 2007
Searching the workplace web 93814 WWW 366-375 2003
Know your neighbors: web spam detection using the web topology 93838 SIGIR 423-430 2007
A Review of Web Document Clustering Approaches 93850 The Data Mining and Knowledge Discovery Handbook 921-943 2005
Introducing Semantics in Web Personalization: The Role of Ontologies 93862 EWMF/KDO 147-162 2005
Usage-Based PageRank for Web Personalization 93865 ICDM 130-137 2005
Web Document Searching Using Enhanced Hyperlink Semantics Based on XML 93871 IDEAS 34-43 2001
SEWeP: using site semantics and a taxonomy to enhance the Web personalization process 93876 KDD 99-108 2003
SEWeP: A Web Mining System Supporting Semantic Personalization 93883 PKDD 552-554 2004
Web personalization integrating content semantics and navigational patterns 93898 WIDM 72-79 2004
Web path recommendations based on page ranking and Markov models 93899 WIDM 2-9 2005
The SOWES approach to P2P web search using semantic overlays 93900 WWW 1027-1028 2006
Web page rank prediction with markov models 93901 WWW 1075-1076 2008
Context-based caching and routing for P2P web service discovery 93903 Distributed and Parallel Databases 59-84 2007
THESUS, a Closer View on Web Content Management Enhanced with Link Semantics 93913 IEEE Trans. Knowl. Data Eng. 685-700 2004
Web site personalization based on link analysis and navigational patterns 93914 ACM Trans. Internet Techn. 1-42 2007
Web mining for web personalization 93915 ACM Trans. Internet Techn. 1-27 2003
Regulating Access To Semistructured Information on the Web 93932 SEC 351-360 2000
Resolution of Semantic Queries on a Set of Web Services 93971 DEXA 385-394 2005
Pasarelas entre World Wide Web y Bases de Datos: Descriptiandoacute;n y ejemplos de implementaciandoacute;n 93972 JIDBD 242-249 1996
An Ontology-Driven Architecture for Re-using Semantic Web Services 93973 OTM Workshops (2) 1215-1221 2007
Querying a Web Scale XML Repository 94036 SEBD 105-118 2001
Goal Programming Approach to Compose the Web Service Quality of Service 94040 ICCSA (4) 787-797 2006
Current Trends in Database Technology - EDBT 2006, EDBT 2006 Workshops PhD, DataX, IIDB, IIHA, ICSNW, QLQP, PIM, PaRMA, and Reactivity on the Web, Munich, Germany, March 26-31, 2006, Revised Selected Paper 94070 EDBT Workshops 0- 2006
Client and Server Mobility for WEB Applications 94112 iiWAS None 2004
A Multi-Granularity Energy Profiling Approach and a Quantitative Study of a Web Browser 94168 WORDS 160-170 2005
Aggregating User-Centered Rankings to Improve Web Search 94254 AAAI 1884-1885 2007
Structure of the Thai Web Graph 94256 AINA Workshops 1138-1143 2008
Socio-Sense: A System for Analysing the Societal Behavior from Long Term Web Archive 94259 APWeb 1-8 2008
Connectivity of the Thai Web Graph 94260 APWeb 613-624 2008
Finding Neighbor Communities in the Web Using Inter-site Graph 94276 DEXA 558-568 2003
Extracting User Behavior by Web Communities Technology on Global Web Logs 94280 DEXA 957-988 2004
On Combining Link and Contents Information for Web Page Clustering 94281 DEXA 902-913 2002
Web Mining Is Parallel 94295 HiPC 385-398 2001
User-assisted similarity estimation for searching related web pages 94300 Hypertext 11-20 2007
Simulation Study of Language Specific Web Crawling 94312 ICDE Workshops 1254 2005
Finding Thai Web Pages in Foreign Web Spaces 94313 ICDE Workshops 135 2006
Visualization of Global Web Log and Web Communities 94320 iiWAS 21-28 2004
Naviz : Website Navigational Behavior Visualizer 94335 PAKDD 276-289 2002
Compact Encoding of the Web Graph Exploiting Various Power Laws: Statistical Reason Behind Link Database 94354 WAIM 37-46 2003
Web Information Systems Engineering - WISE 2005, 6th International Conference on Web Information Systems Engineering, New York, NY, USA, November 20-22, 2005, Proceeding 94357 WISE 43-48 2005
An Approach to Relate the Web Communities through Bipartite Graphs 94358 WISE (1) 301-310 2001
Towards efficient dominant relationship exploration of the product items on the web 94360 WWW 1205-1206 2007
Mining Communities on the Web Using a Max-Flow and a Site-Oriented Framework 94367 IEICE Transactions 2606-2615 2006
A method for language-specific Web crawling and its evaluation 94372 Systems and Computers in Japan 10-20 2007
Sticky notes for the semantic web 94406 Intelligent User Interfaces 254-256 2003
Piggy Bank: Experience the Semantic Web Inside Your Web Browser 94412 International Semantic Web Conference 413-430 2005
What Would It Mean to Blog on the Semantic Web 94413 International Semantic Web Conference 214-228 2004
Haystack: A Platform for Authoring End User Semantic Web Applications 94415 International Semantic Web Conference 738-753 2003
Consistent Hashing and Random Trees: Distributed Caching Protocols for Relieving Hot Spots on the World Wide Web 94451 STOC 654-663 1997
Enabling web browsers to augment web sites' filtering and sorting functionalities 94458 UIST 125-134 2006
Thresher: automating the unwrapping of semantic content from the World Wide Web 94462 WWW 86-95 2005
User Interaction Experience for Semantic Web Information 94463 WWW (Posters) None 2003
A Unified Abstraction for Messaging on the Semantic Web 94464 WWW (Posters) None 2003
Haystack: A Platform for Authoring End User Semantic Web Applications 94465 WWW (Posters) None 2003
Using urls and table layout for web classification tasks 94466 WWW 193-202 2004
Web Caching with Consistent Hashing 94471 Computer Networks 1203-1213 1999
Piggy Bank: Experience the Semantic Web inside your web browser 94502 J. Web Sem. 16-27 2007
What would it mean to blog on the semantic web 94503 J. Web Sem. 147-157 2005
Secure, Reliable, Transacted; Innovation in Web Services Architecture 94504 SIGMOD Conference 879-880 2004
WebTP: A Case Study of Web Transaction Processing 94563 PDPTA 881-886 2004
Metadata Replication in E-Learning Using Web-Services and Ontologies 94724 iiWAS 485-496 2004
Web-service Based Human Resource Recruitment by Using Matchmaking Decision Support 94746 EDOC Workshops 67 2006
Optimization of WAMDAS: A Web Service-Based Wireless Alarm Monitoring and Data Acquisition System for Pharmaceutical Plants 94803 ITNG 988-993 2008
Coordinated En-Route Web Caching in Transcoding Proxies 94822 APWeb 772-781 2004
Transcoding Proxy Placement in En-Route Web Caching 94824 CNSR 276-285 2004
Optimal Placement of Web Proxies for Tree Networks 94829 EEE 479-486 2004
Dynamically Selecting Distribution Strategies for Web Documents According to Access Pattern 94831 EUC 518-527 2005
Optimal Methods for Object Placement in En-Route Web Caching for Tree Networks and Autonomous Systems 94833 GCC (2) 263-270 2003
An Optimal Method for Coordinated En-route Web Object Caching 94866 ISHPC 368-375 2003
Dynamically Selecting Distribution Strategies for Web Documents According to Access Pattern 94893 PDCAT 554-557 2004
An Efficient Method for p-Server Coordinated En-Route Web Caching 94908 PDCAT 113-117 2007
Optimal Methods for Proxy Placement in Coordinated En-Route Web Caching 94940 IEICE Transactions 1458-1466 2005
Optimal methods for coordinated enroute web caching for tree networks 94983 ACM Trans. Internet Techn. 480-507 2005
Optimal methods for object management in coordinated en-route web caching for tree networks and autonomous systems 94992 IJHPCN 211-218 2005
Classifying XML Materialized views for their maintenance on distributed Web sources 95010 EGC 433-444 2005
Des hyperliens andagrave; la navigation par handeacute;ritage application andagrave; la conception d'une web TV 95027 IHM 233-240 2006
Persistence of information on the web: Analyzing citations contained in research articles 95060 CIKM 235-242 2000
A Proposal for a Web Service-based Architecture to Support the Enhancement Of Units of Learning 95085 EMISA 180-193 2005
On the Application of the Semantic Web Concepts to Adaptive E-learning 95087 EurAsia-ICT 536-543 2002
Engineering Modular Web-based Education Systems to Support EML Units of Learning 95098 Education for the 21st Century 273-277 2006
A component model for stardardized web-based education 95102 WWW 86-95 2001
DeWild: a tool for searching the web using wild cards 95113 SIGIR 731 2006
Focused Co-citation: Improving the Retrieval of Related Pages on the Web 95116 WWW (Posters) None 2003
What do the Neighbours Think? Computing Web Page Reputations 95118 IEEE Data Eng. Bull. 9-16 2000
N -Step PageRank for Web Search 95151 ECIR 653-660 2007
Similarity space projection for web image search and annotation 95158 Multimedia Information Retrieval 49-56 2005
Level-Biased Statistics in the Hierarchical Structure of the Web 95160 PAKDD 313-322 2006
AggregateRank: bringing order to web sites 95162 SIGIR 75-82 2006
Webpage Importance Analysis Using Conditional Markov Random Walk 95165 Web Intelligence 515-521 2005
Learning to rank relational objects and its application to web search 95168 WWW 407-416 2008
Ranking Websites: A Probabilistic View 95173 Internet Mathematics None 2007
An Extensible Framework for Web Sites Integration 95190 Engineering Information Systems in the Internet Context 303-332 2002
WINGS: A Parallel Indexer for Web Contents 95214 International Conference on Computational Science 263-270 2004
Towards Response Time Estimation in Web Services 95220 ICWS 1138-1139 2007
Boosting the performance of Web search engines: Caching and prefetching query results by exploiting historical usage data 95240 ACM Trans. Inf. Syst. 51-78 2006
Dynamic Binding for BPEL Processes - A Lightweight Approach to Integrate Semantics into Web Services 95280 ICSOC Workshops 116-127 2006
Combining Hybrid Media Tools for Web-Based Education 95315 IEEE Pacific Rim Conference on Multimedia 540-547 2002
W-CoSIM (Web-Based Hardware-Software CoSimulator) - A Design-Time Simulation Tool for Estimating the Performance of Online Multimedia Applications 95316 IEEE Pacific Rim Conference on Multimedia 960-967 2002
Quality-Aware Retrieval of Data Objects from Autonomous Sources for Web-Based Repositories 95342 ICDE 1492-1494 2008
Madeline 2.0 PDE: a new program for local and web-based pedigree drawing 95351 Bioinformatics 1854-1856 2007
Ws-AC: A Fine Grained Access Control System for Web Services 95361 World Wide Web 143-171 2006
Freis: A Web-based Resources and Environment Information System for Agro-ecosystem Management 95368 CCTA 891-898 2007
Web-Log-Driven Business Activity Monitoring 95399 IEEE Computer 61-68 2005
Enhancing the US Navy's GIDB Portal with Web Services 95416 IEEE Internet Computing 53-60 2006
On specifying an environment of software agents and Web services 95463 AICCSA 134 2005
Using Argumentative Agents to Manage Communities of Web Services 95465 AINA Workshops (2) 588-593 2007
Conversations for Web Services Composition 95467 APWeb 560-571 2005
A Specification Approach to Compose Mobile Web Services Using Service Chart Diagrams 95469 CAiSE Workshops None 2003
Enabling Personalized Composition and Adaptive Provisioning of Web Services 95470 CAiSE 322-337 2004
A Conceptual Analysis of the Role of Conversations in Web Services Composition 95475 EEE 29-32 2004
A Context Model for Semantic Mediation in Web Services Composition 95476 ER 12-25 2006
Context-based Personalization of Web Services Composition and Provisioning 95477 EUROMICRO 396-403 2004
Context for Personalized Web Services 95479 HICSS None 2005
Towards an Agent-Based and Context-Oriented Approach to Compose Web Services 95483 ICEIS (4) 214-221 2004
Context-Driven Policy Enforcement and Reconciliation for Web Services 95484 ICEIS (4) 93-99 2006
Specification and Verification of Views over Composite Web Services Using High Level Petri-Nets 95485 ICEIS (4) 107-112 2007
A View-based Approach for Tracking Composite Web Services 95486 ECOWS 170-181 2005
Towards Aspect-based Modeling of Self-Healing Web Services 95487 ICWS 885-886 2006
Towards Context-Based Tracking of Web Services Security 95488 iiWAS 13-24 2005
Context-Aware Web Services 95489 iiWAS 5-6 2007
Decoupling Security Concerns in Web Services Using Aspects 95491 ITNG 20-27 2006
A Web services composition approach based on software agents and context 95501 SAC 1619-1623 2004
On Coordinating Personalized Web Services Using CooPS 95502 SAINT 176-182 2005
Towards a Coordination Model for Web Services 95503 Technologies for Collaborative Business Process Management 24-32 2006
An Agent-based Approach to Specify a Web Service-oriented Environment 95506 WETICE 48- 2003
Towards An Approach for Enhancing Web Services Discovery 95508 WETICE 357-364 2007
Dynamic Management of UDDI Registries in a Wireless Environment of Web Services 95510 WWIC 284-294 2004
Definition and Execution of Composite Web Services: The SELF-SERV Project 95523 IEEE Data Eng. Bull. 47-52 2002
Preface - Context-aware Web services 95524 Distributed and Parallel Databases 1-3 2007
Ontologies for Specifying and Reconciling Contexts of Web Services 95527 Electr. Notes Theor. Comput. Sci. 43-57 2006
On coordinating personalized composite web services 95530 Information andamp; Software Technology 540-548 2006
Towards an ontology-based approach for specifying and securing Web services 95532 Information andamp; Software Technology 441-455 2006
Web services composition using software agents and conversations 95533 Ingandeacute;nierie des Systandegrave;mes d'Information 49-66 2005
Dynamic management of UDDI registries in a wireless environment of web services: Concepts, architecture, operation, and deployment 95534 J. Intell. Inf. Syst. 105-131 2007
Toward an Agent-Based and Context-Oriented Approach for Web Services Composition - Appendices 95535 IEEE Trans. Knowl. Data Eng. 219-229 2005
Toward an Agent-Based and Context-Oriented Approach for Web Services Composition 95536 IEEE Trans. Knowl. Data Eng. 686-697 2005
Data Mining and the Web: Past, Present and Future 95608 Workshop on Web Information and Data Management 43-47 1999
Gene Aging Nexus: a web database and data mining platform for microarray data on aging 95624 Nucleic Acids Research 756-759 2007
Mining and Re-ranking for Answering Biographical Queries on the Web 95646 AAAI None 2006
A Web-Trained Extraction Summarization System 95695 HLT-NAACL None 2003
The Dynamic Web Presentations with a Generality Model on the News Domain 95711 SOFSEM 755-765 2008
Question Answering in Webclopedia 95713 TREC None 2000
COLLATE - A Web-Based Collaboratory for Content-Based Access to and Work with Digitized Cultural Material 95759 ICHIM (1) 495-511 2001
Integrating recommendation models for improved web page prediction accuracy 95785 ACSC 91-100 2008
A Framework of Combining Markov Model With Association Rules for Predicting Web Page Accesses 95794 AusDM 177-184 2006
DHTTP: An Efficient and Cache-Friendly Transfer Protocol for Web Traffic 95813 INFOCOM 1597-1606 2001
Management of Web Data Models Based on Graph Transformation 95876 Web Intelligence 398-404 2004
End-to-end privacy control in service outsourcing of human intensive processes: A multi-layered Web service integration approach 95880 Information Systems Frontiers 85-101 2007
Web Services at Amazon.com 95939 IEEE SCC None 2006
Web Services Are Not Distributed Objects 95942 Int. CMG Conference 317-324 2004
Adding High Availability and Autonomic Behavior to Web Services 95945 ICSE 17-26 2004
Navigating in the Storm: Using Astrolabe to Adaptively Configure Web Services and Their Clients 95961 Cluster Computing 127-139 2006
Web Services Are Not Distributed Objects 95966 IEEE Internet Computing 59-66 2003
World-Wide Web Authoring and Collaboration 96045 Hypertext 262 1996
Web Services and Software Agents 96051 iiWAS 155-162 2003
Adaptive Web-Based Courseware Development Using Metadata Standards and Ontologies 96105 CAiSE 414-428 2004
Sharing Learner Information through a Web Services-based Learning Architecture 96106 CAiSE Workshops (1) 122-131 2004
Sharing Learner Profile through an Ontology and Web Services 96108 DEXA Workshops 415-419 2004
Sharing Learner Information through a Web Services-based Learning Architecture 96117 J. Web Eng. 263-278 2005
Concept-Based Knowledge Discovery in Texts Extracted from the Web 96119 SIGKDD Explorations 29-39 2000
Ontology-Based Automatic Classification for the Web Pages: Design, Implementation and Evaluation 96137 WISE 182-191 2002
Automatic Classification of Web Resources using Java and Dewey Decimal Classification 96138 Computer Networks 646-648 1998
Mining coverage statistics for websource selection in a mediator 96148 CIKM 678-680 2002
2D Conditional Random Fields for Web information extraction 96151 ICML 1044-1051 2005
Web object retrieval 96155 WWW 81-90 2007
Web and Wireless Geographical Information Systems, 5th International Workshop, W2GIS 2005, Lausanne, Switzerland, December 15-16, 2005, Proceeding 96240 W2GIS None 2005
Web-log Mining for Quantitative Temporal-Event Prediction 96340 IEEE Computational Intelligence Bulletin 10-18 2002
Web Page Grouping Based on Parameterized Connectivity 96410 DASFAA 374-380 2004
Using a knowledge base to disambiguate personal name in web search results 96423 SAC 839-843 2007
ScentTrails: Integrating browsing and searching on the Web 96540 ACM Trans. Comput.-Hum. Interact. 177-197 2003
The BINGO! System for Information Portal Generation and Expert Web Search 96597 CIDR 197-206 2003
Efficient prediction of web accesses on a proxy server 96603 CIKM 169-176 2002
A Web-Based Interactive Monitoring System for Molecular Simulation 96671 FBIT 327-334 2007
Time Management for Web Service Composition 96765 CSCWD 550-555 2007
From Mining the Web to Inventing the New Sciences Underlying the Internet 96782 EGC 5 2008
From mining the web to inventing the new sciences underlying the internet 96799 KDD 2-3 2007
STYX: Connecting the XML Web to the World of Semantics 96828 EDBT 759-761 2002
Managing RDF Metadata for Community Webs 96829 ER (Workshops) 140-151 2000
"My Personal Web": A Seminar on Personalization and Privacy for Web and Converged Services 96831 ICDE 872 2004
Ontology-Based Integration of XML Web Resources 96834 International Semantic Web Conference 117-131 2002
9th ACM International Workshop on Web Information and Data Management (WIDM 2007), Lisbon, Portugal, November 9, 200 96837 WIDM 97-102 2007
A Case Study of Semantic Solutions for Citizen-Centered Web Portals in eGovernment: The Tecut Portal 96842 EGOV 204-215 2007
A Conceptual Modelling Framework for Standards-Driven Web-Based Distance Learning 96843 ER 585-598 2001
How Can the Web Services Paradigm Improve the E-Learning 96847 ICALT 479 2003
CATWEB: A Tool for Developing Courses for the Web and from the Web 96854 Building University Electronic Educational Environments 155-168 1999
Pushing Web Pages into Personal Digital Assistants: Need, Tools and Solutions 96859 Mobile HCI 276-280 2002
A Web-based Management Tool for Health Care Services with Appointment Required 96865 WWW Posters 114-123 2001
Delivering new web content reusing remote and heterogeneous sites. A DOM-based approach 96867 WWW (Special interest tracks and posters) 984-985 2005
Caching for Web Searching 96914 SWAT 150-163 2000
Freshness-Aware Scheduling of Continuous Queries in the Dynamic Web 96918 WebDB 73-78 2005
Better client OFF time prediction to improve performance in web information systems 96919 WIDM 39-46 2001
Caching for Web Searching 96922 Algorithmica 353-370 2002
Ontology Construction for Semantic Web: A Role-Based Collaborative Development Method 96956 APWeb 609-619 2005
Adopting Ontologies and Rules in Web Searching Services 96960 CIS 1047-1053 2004
An Economic Semantic Web Platform 96969 GCC Workshops 49-53 2006
A WSMO-Based Semantic Web Services Discovery Framework in Heterogeneous Ontologies Environment 96976 KSEM 617-622 2007
Device Cooperative Web Browsing and Retrieving Mechanism on Ubiquitous Networks 97001 DEXA 874-883 2004
Towards Knowledge Management Based on Harnessing Collective Intelligence on the Web 97002 EKAW 350-357 2006
Discovering aspect-based correlation of Web contents for cross-media information retrieval 97003 ICME 1015-1018 2004
Referential Context Mining: Discovering Viewpoints from the Web 97005 Web Intelligence 321-325 2005
Algorithm animation over the World Wide Web 97010 AVI 203-212 1996
Animating Geometric Algorithms Over the Web 97013 Symposium on Computational Geometry C-3-C-4 1996
Measuring Structural Similarity Among Web Documents: Preliminary Results 97020 EP 513-524 1998
A Role and Attribute Based Access Control System Using Semantic Web Technologies 97034 OTM Workshops (2) 1256-1266 2007
Proceedings of SWWS'01, The first Semantic Web Working Symposium, Stanford University, California, USA, July 30 - August 1, 200 97036 SWWS None 2001
Experiences with the Webware, interfaces and networking experimental laboratory 97039 SIGCSE 387-391 2000
A Web Query System for Heterogeneous Geospatial Data 97044 SSDBM 262- 2003
WEBSA: Database Support for Efficient Web Site Navigation 97045 VDB 387- 2000
Using a Layered Approach for Interoperability on the Semantic Web 97050 WISE 221-231 2003
Visualizing geometric algorithms over the Web 97051 Comput. Geom. 125-152 1999
Evaluating Web Page Color and Layout Adaptations 97057 IEEE MultiMedia 86-89 2002
A Coordinated Architecture for the Agent-based Service Level Agreement Negotiation ofWeb Service Composition 97074 ASWEC 90-99 2006
SwinDeW-S: Extending P2P Workflow Systems for Adaptive Composite Web Services 97075 ASWEC 61-69 2006
Path-based verification for composition of semantic web services 97096 SAC 2392-2396 2008
An agent-based decentralised process management framework for web service composition 97100 Infoscale 24 2007
Automatic Web Service Composition 97229 IEEE SCC 1581-1634 2006
Automatic Composition of Web Services in Colombo 97265 SEBD 8-15 2005
Query Answering Using Views for Data Integration over the Web 97268 WebDB (Informal Proceedings) 73-78 1999
Automatic web services composition in trustaware communities 97270 SWS 43-52 2006
Development of a Framework for Web-Based Product Platform Customization 97290 J. Comput. Inf. Sci. Eng. 119-129 2003
M2M Interface: A Web Services-based Framework for Federated Enterprise Management 97305 ICWS 767-774 2005
Challenges in Web Search Engines 97358 IJCAI 1573-1579 2003
Evolution of page popularity under random web graph models 97363 PODS 134-142 2006
Modeling correlations in web traces and implications for designing replacement policies 97397 Computer Networks 379-398 2004
What can you do with a Web in your Pocket 97404 IEEE Data Eng. Bull. 37-47 1998
Challenges in web search engines 97430 SIGIR Forum 11-22 2002
Discovering Web Services: An Overview 97490 VLDB 637-640 2001
Role and Expression of Consent in Web Services 97816 ICWS 382-388 2003
Consistency for Web Services Applications 97818 VLDB 1199-1203 2005
Classifying Objectionable Websites Based on Image Content 97841 IDMS 113-124 1998
Web Services and Workflow: Composition, Collaboration, Coordination: Minitrack Introduction 97934 HICSS None 2004
Web Information Systems Engineering - WISE 2007 Workshops, WISE 2007 International Workshops, Nancy, France, December 3, 2007, Proceeding 97945 WISE Workshops 75-80 2007
Web Services: Foundation and Composition 97949 Electronic Markets 1-8 2003
Web Mining in Search Engines 97973 ACSC 3-4 2004
Agents, Crawlers, and Web Retrieval 97976 CIA 1-9 2002
Modeling performance-driven workload characterization of web search systems 97979 CIKM 842-843 2006
WIM: An Information Mining Model for the Web 97988 DEXA Workshops 1155-1159 2005
Applications of a Web Information Mining Model to Data Mining and Information Retrieval Tasks 97989 DEXA Workshops 1031-1035 2005
Applications of Web Query Mining 97990 ECIR 7-22 2005
An Optimistic Model for Searching Web Directories 97991 ECIR 364-377 2004
A Website Mining Model Centered on User Queries 97996 EWMF/KDO 1-17 2005
Searching the World Wide Web: Challenges and Partial Solutions 97998 IBERAMIA 39-51 1998
Understanding Content Reuse on the Web: Static and Dynamic Analyses 98006 WEBKDD 227-246 2006
Analysis of Web Search Engine Query Session and Clicked Documents 98007 WEBKDD 207-226 2006
Alternative Implementation Techniques for Web Text Visualizatio 98009 LA-WEB 202-204 2003
Characterizing Objectionable Image Content (Pornography and Nude Images) of Specific Web Segments: Chile as a Case Study 98010 LA-WEB 269-278 2005
Web Mining 98012 LA-WEB None 2005
Evolution of the Chilean Web Structure Composition 98014 LA-WEB 11-13 2003
WIM: An Information Mining Model for the Web 98015 LA-WEB 233-241 2005
Analysis of Web Search Engine Clicked Documents 98016 LA-WEB 209-219 2006
Where and How Duplicates Occur in the Web 98017 LA-WEB 127-134 2006
Algorithmic Challenges in Web Search Engines 98019 LATIN 1-7 2006
Searching the Web: Challenges and Partial Solutions (Invited Paper) 98035 SPIRE 23-31 1998
The Intention Behind Web Queries 98038 SPIRE 98-109 2006
XML retrieval: db/ir in theory, web in practice 98053 VLDB 1437-1438 2007
Algorithmic Challenges in Web Search Engines 98058 WEA 277-278 2006
Evolution of the Web Structure 98060 WWW (Posters) None 2003
Web page ranking using link attributes 98061 WWW (Alternate Track Papers andamp; Posters) 328-329 2004
A content and structure website mining model 98062 WWW 957-958 2006
Genealogical trees on the web: a search engine user perspective 98063 WWW 367-376 2008
Query-sets: using implicit feedback and query patterns to organize web documents 98064 WWW 41-50 2008
Dynamics of the Chilean Web structure 98079 Computer Networks 1464-1473 2006
Information retrieval in the Web: beyond current search engines 98087 Int. J. Approx. Reasoning 97-104 2003
Analyzing imbalance among homogeneous index servers in a web search system 98098 Inf. Process. Manage. 592-608 2007
Ricardo Baeza-Yates speaks out: on CS research in Latin America, his multi-continent commute for Yahoo!, how to get real data in academia, and web mining 98121 SIGMOD Record 35-41 2007
Characterization of national Web domains 98132 ACM Trans. Internet Techn. None 2007
An Integrated Approach to Static Safety of Web Applications 98190 WWW (Posters) None 2003
Server Enforced Program Safety for Web Applications 98198 J. Web Eng. 339-371 2005
Dynamic Web Service Composition: A New Approach in Building Reliable Web Service 98208 AINA 20-25 2008
ReliableWeb Services: Methodology, Experiment and Modeling 98251 ICWS 679-686 2007
DiffusionRank: a possible penicillin for web spamming 98283 SIGIR 431-438 2007
PageSim: A Novel Link-Based Similarity Measure for the World Wide Web 98287 Web Intelligence 687-693 2006
Extending Link-based Algorithms for Similar Web Pages with Neighborhood Structure 98288 Web Intelligence 263-266 2007
Copyright protection on the web: a hybrid digital video watermarking scheme 98289 WWW (Alternate Track Papers andamp; Posters) 354-355 2004
Web image learning for searching semantic concepts in image databases 98290 WWW (Alternate Track Papers andamp; Posters) 406-407 2004
PageSim: a novel link-based measure of web page aimilarity 98291 WWW 1019-1020 2006
Web page classification with heterogeneous data fusion 98293 WWW 1171-1172 2007
Predictive ranking: a novel page ranking approach by estimating the web structure 98294 WWW (Special interest tracks and posters) 944-945 2005
Guest Editor's Introduction to the Special Issue on Web Technologies 98318 IEEE Trans. Knowl. Data Eng. 505-508 1999
Network Management System Using Web Server Controlled Mobile Agents 98502 IWDC 540 2004
B-Course: A Web Service for Bayesian Data Analysis 98557 ICTAI 247-256 2001
Of Crawlers, Portals, Mice and Men: Is there more to Mining the Web? (Panel) 98585 SIGMOD Conference 504 1999
Data Mining and the Web: Past, Present and Future 98600 Workshop on Web Information and Data Management 43-47 1999
Dynamic Clustering of Web Search Results 98658 ICCSA (1) 153-159 2003
Use of Web-Based Live Demos in Computer Science Courses 98669 ICWL 264-270 2003
Web-Based Interactive 3D Visualization for Computer Graphics Education 98670 ICWL 423-432 2002
Homer: a Model-Based CASE Tool for Data-Intensive Web Sites 98807 SIGMOD Conference 586 2000
Modeling Environmental Process Using Semantic Geospatial Web Service 98815 W2GIS 137-147 2007
Design of a Query Language for Accessing Spatial Analysis in the Web Environment 98825 GeoInformatica 165-183 1999
SQL/SDA: A Query Language for Supporting Spatial Data Analysis and Its Web-Based Implementation 98833 IEEE Trans. Knowl. Data Eng. 671-682 2001
Web-based dynamic and interactive environmental visualization 98834 Computers, Environment and Urban Systems 623-636 2003
Model-Driven Dependability Analysis of WebServices 98840 CoopIS/DOA/ODBASE (2) 1608-1625 2004
Describing Adaptive Navigation Requirements of Web Applications 98861 AH 318-322 2006
A Model Driven Approach to Design Web Services in a Web Engineering Method 98862 CAiSE Short Paper Proceedings None 2005
Towards an End-User Development Approach for Web Engineering Methods 98863 CAiSE 528-543 2006
Modelling Content Aggregation for Developing e-Commerce Web Sites 98864 EC-Web 259-267 2004
Providing Methodological Support to Incorporate Presentation Properties in the Development of Web Services 98866 EC-Web 139-148 2007
Transforming Web Requirements into Navigational Models: AN MDA Based Approach 98867 ER 320-336 2005
Applying a Web Engineering Method to Design Web Services 98868 ICSOC 576-581 2005
Improving Communication in Requirements Engineering Activities for Web Applications 98869 ICWE 242-247 2007
Extending Navigation Modelling to Support Content Aggregation in Web Sites 98870 ICWE 98-102 2004
From Web Requirements to Navigational Design - A Transformational Approach 98871 ICWE 506-511 2005
Using Task Descriptions for the Specification of Web Application Requirements 98872 WER 257-268 2005
From Crosscutting Concerns to Web Systems Models 98873 WISE 573-582 2007
A transformational approach to produce web application prototypes from a web requirements model 98874 Int. J. Web Eng. Technol. 4-42 2007
EFSOC: A Layered Framework for Developing Secure Interactions between Web-Services 98877 Distributed and Parallel Databases 115-145 2005
On the Reliability of Web Clusters with Partial Replication of Contents 98880 ARES 617-624 2006
A Quantitative Justification to Partial Replication of Web Contents 98886 ICCSA (4) 1136-1145 2006
Analysis of BPEL and High-Level Web Service Orchestration: Bringing Benefits to the Problems of the Business 98905 DEXA 123-137 2006
Using Section - Semantic Relation Structures to Enhance the Performance of Web Search 98911 DEXA Workshop 512-522 2000
Compensation in the World of Web Services Composition 98943 SWSWPC 69-80 2004
Monitoring for Hierarchical Web Services Compositions 98944 TES 98-112 2005
Web Services Discovery and Constraints Composition 98947 RR 73-87 2007
An Authorization Architecture for Web Services 98991 DBSec 222-236 2005
Secure Authorisation for Web Services 98992 DBSec 163-175 2003
Authorization Service for Web Services and its Implementation 99016 ICWS 774-777 2004
Trust Management and Negotiation for Attestation in Trusted Platforms Using Web Services 99034 PDCAT 453-460 2007
Architectural Framework for Web Services Authorization 99052 WSMDEIS 75-84 2005
Evaluating the Performance and Scalability of Web Application Systems 99054 ICITA (1) 111-114 2005
Mining data records in Web pages 99123 KDD 601-606 2003
A Case for the Global Access to Large Distributed Data Sets Using Data Webs Employing Photonic Data Services 99124 IEEE Symposium on Mass Storage Systems 62-66 2003
Data webs for earth science data 99156 Parallel Computing 1363-1379 2003
PWSSec: Process for Web Services Security 99176 ICWS 213-222 2006
Web Services Security: is the problem solved 99187 WOSIS 293-304 2004
Towards a Process for Web Services Security 99188 WOSIS 298-308 2005
Automatic Creation of Web Services from Extraction Ontologies 99205 ER (Workshops) 415-424 2006
Automatic Hidden-Web Table Interpretation by Sibling Page Comparison 99206 ER 566-581 2007
UCYMICRA: Distributed Indexing of the Web Using Migrating Crawlers 99210 ADBIS 133-147 2003
Ipmicra: Toward a Distributed and Adaptable Location Aware Web Crawler 99211 ADBIS (Local Proceedings) None 2004
Minimizing the Network Distance in Distributed Web Crawling 99214 CoopIS/DOA/ODBASE (1) 581-596 2004
ViSMA: Extendible, Mobile-Agent Based Services for the Materialization and Maintenance of Personalized and Shareable Web Views 99217 DEXA Workshops 974-979 2003
New Fundamental Profiling Characteristics for Designing Adaptive Web-based Educational Systems 99225 CELDA 10-17 2005
IPMicra: An IP-address based Location Aware Distributed Web Crawler 99226 International Conference on Internet Computing 694-699 2004
Embracing Cognitive Aspects in Web Personalization Environments -- The AdaptiveWeb Architecture 99227 ICALT 430-431 2007
"THE CYPRUS TREASURE" - A Web Based Multimedia Application for Archeological Treasures 99233 ICHIM (1) 323-334 2001
Mobile Agent Platforms for Web Databases: A Qualitative and Quantitative Assessment 99236 ASA/MA 50- 1999
Net-Console: A Web-Based Development Environment for MPI Programs 99245 PVM/MPI 249-256 1999
Distributed Indexing of the Web Using Migrating Crawlers 99249 WWW (Posters) 70-74 2003
Distributed location aware web crawling 99250 WWW (Alternate Track Papers andamp; Posters) 468-469 2004
An Evaluation of the Java-based Approaches to Web Database Access 99255 Int. J. Cooperative Inf. Syst. 401-422 2001
WebExpress: A Client/Intercept Based System for Optimizing Web Browsing in a Wireless Environment 99258 MONET 419-431 1998
Net-Console: Web-Based Development Environment for Parallel Programs 99260 Parallel Processing Letters 139-150 2001
Make it fresh, make it quick: searching a network of personal webservers 99279 WWW 577-586 2003
Exploiting the web for point-in-time file sharing 99281 WWW (Special interest tracks and posters) 1016-1017 2005
An Incremental Approach to Link Evaluation in Topic-Driven Web Resource Discovery 99299 AAIM 301-310 2005
Enhancing the Functionality of the Web 99376 ADBIS 266-274 1997
Datenbanksysteme in Business, Technologie und Web (BTW 2007), 12. Fachtagung des GI-Fachbereichs "Datenbanken und Informationssysteme" (DBIS), Proceedings, 7.-9. Mandauml;rz 2007, Aachen, German 99437 BTW None 2007
Integrating Data from Maps on the World-Wide Web 99482 W2GIS 180-191 2006
Optimizing Result Prefetching in Web Search Engines with Segmented Indices 99512 VLDB 370-381 2002
Rank-Stability and Rank-Similarity of Link-Based Web Ranking Algorithms in Authority-Connected Graphs 99553 Inf. Retr. 245-264 2005
Optimizing result prefetching in web search engines with segmented indices 99601 ACM Trans. Internet Techn. 31-59 2004
Bayesian Web Document Classification through Optimizing Association Word 99633 IEA/AIE 565-574 2003
A Fast Lexicographic Algorithm for Association Rule Mining in Web Applications 99654 ICDCS Workshop of Knowledge Discovery and Data Mining in the World-Wide Web F7-F14 2000
Editorial message: special track on web and E-business applications 99731 SAC 1086-1087 2002
Data and web management research at Politecnico di Milano 99751 SIGMOD Record 43-48 2007
Neighborhoods: A Framework For Enabling Web Based Synchronous Collaboration And Hierarchical Navigation 99806 HICSS (1) 666-675 1997
Flashback: A Peer-to-PeerWeb Server for Flash Crowds 99809 ICDCS 15 2007
Disambiguation Algorithm for People Search on the Web 99813 ICDE 1258-1260 2007
Discovering gis sources on the web using summaries 99828 JCDL 94-103 2008
Astoria: A Programming Model for Data on the Web 99888 ICDE 1556-1559 2008
miraQA: Experiments with Learning Answer Context Patterns from the Web 99899 CLEF 494-501 2004
MIRACLE at WebCLEF 2005: Combining Web Specific and Linguistic Information 99900 CLEF 869-872 2005
Current Trends in Database Technology - EDBT 2006, EDBT 2006 Workshops PhD, DataX, IIDB, IIHA, ICSNW, QLQP, PIM, PaRMA, and Reactivity on the Web, Munich, Germany, March 26-31, 2006, Revised Selected Paper 99910 EDBT Workshops None 2006
A General Model for Heterogeneous Web Services Integration 99964 AWCC 374-379 2004
A Table-Driven Streaming XML Parsing Methodology for High-Performance Web Services 100021 ICWS 197-204 2006
Exploring Remote Object Coherence in XMLWeb Services 100022 ICWS 249-256 2006
Grid scheduling and protocols - Benchmarking XML processors for applications in grid web services 100047 SC 121 2006
Lessons from a Gnutella-web gateway 100056 WWW (Alternate Track Papers andamp; Posters) 502-503 2004
Improvement of HITS-based algorithms on web documents 100057 WWW 527-535 2002
Web-log Mining for Quantitative Temporal-Event Prediction 100076 IEEE Computational Intelligence Bulletin 10-18 2002
Semantic web user interactions: exploring hci challenges 100180 CHI Extended Abstracts 3929-3932 2008
The NExT Process Workbench: Towards the Support of Dynamic Semantic Web Processes 100183 SemWS None 2006
The NExT System: Towards True Dynamic Adaptations of Semantic Web Service Compositions 100185 ESWC 739-748 2007
Serching for services on the semantic web using process ontologies 100200 SWWS 431-446 2001
Serching for services on the semantic web using process ontologies 100201 The Emerging Semantic Web None 2001
How Useful Are Natural Language Interfaces to the Semantic Web for Casual End-Users 100202 ISWC/ASWC 281-294 2007
The Fundamentals of iSPARQL: A Virtual Triple Approach for Similarity-Based Semantic Web Tasks 100203 ISWC/ASWC 295-309 2007
Proceedings of the SMR2 2007 Workshop on Service Matchmaking and Resource Retrieval in the Semantic Web (SMRR 2007) co-located with ISWC 2007 + ASWC 2007, Busan, South Korea, November 11, 200 100204 SMRR None 2007
Ansandauml;tze zur Bestimmung von Locality fanduuml;r deutsche Webseiten 100253 LWA 69-76 2006
Web-based distributed MIS application in health care 100275 ACM Southeast Regional Conference None 1999
Engineering Web Storage Servers Using Session Management 100390 GCC Workshops 213-220 2004
A peer-to-peer paradigm of web-browsing by using a DHT 100531 Communications, Internet, and Information Technology 643-648 2004
Peer-to-peer form based web information systems 100579 ADC 79-88 2006
Performance and Cost Tradeoffs in Web Search. 100591 ADC 161-169 2004
Relevance Feedback and Query Expansion for Searching the Web: A Model for Searching a Digital Library 100593 ECDL 99-112 1997
COWES: Clustering Web Users Based on Historical Web Sessions 100598 DASFAA 541-556 2006
DNAFSMiner: a web-based software toolbox to recognize two types of functional sites in DNA sequences 100617 Bioinformatics 671-673 2005
Design and Implementation of Web Access Pattern Mining System Considering Page Visiting Duration Time 100622 International Conference on Internet Computing 667-674 2002
Untangling compound documents on the web 100644 Hypertext 85-94 2003
A Probabilistic Description-Oriented Approach for Categorizing Web Documents 100818 CIKM 475-482 1999
Merging Techniques for Performing Data Fusion on the Web 100821 CIKM 127-134 2001
Combining Web Document Representations in a Bayesian Inference Network Model Using Link and Content-Based Evidence 100834 ECIR 53-72 2002
Combining Evidence for Relevance Criteria: A Framework and Experiments in Web Retrieval 100835 ECIR 481-493 2007
Modelling Good Entry Pages on the Web 100859 ISMIS 257-265 2005
Combining evidence for Web retrieval using the inference network model: an experimental study 100891 Inf. Process. Manage. 751-772 2004
The Multimedia Semantic Web 101018 DNIS 115-118 2005
Information Retrieval on the World Wide Web 101058 IEEE Internet Computing 58-68 1997
Emergent Semantics and the Multimedia Semantic Web 101070 SIGMOD Record 54-58 2002
Narrowing the semantic gap - improved text-based web document retrieval using visual features 101072 IEEE Transactions on Multimedia 189-200 2002
On the Application of the Semantic Web Concepts to Adaptive E-learning 101078 EurAsia-ICT 536-543 2002
A Web Services Broker for E-learning 101080 International Conference on Computational Science 659-668 2003
PHP: supporting the new paradigm of situational and composite web applications 101142 SIGMOD Conference 707 2006
GETESS - Searching the Web Exploiting German Texts 101143 CIA 113-124 1999
Zugriff auf dynamische Web-Dokumente mittels Web-Mining-Analysetechniken - Kurzfassung 101148 Grundlagen von Datenbanken 13-18 2001
Nutzung von Web Mining-Techniken zum Aufbau eines Wetter-Suchdienstes 101149 Grundlagen von Datenbanken None 2002
Verbesserung der Nutzbarkeit von Webinhalten fanduuml;r sehgescandauml;digte Computernutzer durch Strukturanalyse und Aufgabenmodelle 101153 Grundlagen von Datenbanken 116-120 2008
The discoverability of the web 101177 WWW 421-430 2007
A framework for semantic web services discovery 101196 WIDM 45-50 2005
The Semantic Web: Research and Applications, 5th European Semantic Web Conference, ESWC 2008, Tenerife, Canary Islands, Spain, June 1-5, 2008, Proceeding 101215 ESWC 25-36 2008
SemBiosphere: A Semantic Web Approach to Recommending Microarray Clustering Services 101254 Pacific Symposium on Biocomputing 188-199 2006
Web Services Oriented Data Processing and Integration 101258 WWW (Alternate Paper Tracks) None 2003
Discovering user access patterns on the World Wide Web 101262 Knowl.-Based Syst. 463-470 1998
Anchor point indexing in Web document retrieval 101265 IEEE Transactions on Systems, Man, and Cybernetics, Part C 364- 2000
Specification of Adaptive Behavior Using a General-Purpose Design Methodology for DynamicWeb Applications 101268 AH 283-286 2004
Hypermedia Presentation Adaptation on the Semantic Web 101269 AH 133-142 2002
Considering Additional Adaptation Concerns in the Design of Web Applications 101270 AH 254-258 2006
A Generic Transcoding Tool for Making Web Applications Adaptive 101272 CAiSE Short Paper Proceedings None 2005
Building Self-Managing Web Information Systems from Generic Components 101274 CAiSE Workshops (2) 53-67 2005
Designing a Federated Multimedia Information System on the Semantic Web 101275 CAiSE 357-373 2003
Proceedings of the CAISE*06 Third International Workshop on Web Information Systems Modeling WISM '06, Luxemburg, June 5-9, 200 101277 WISM 33-48 2007
A semantics-based aspect-oriented approach to adaptation in web engineering 101287 Hypertext 189-198 2007
A workflow-driven design of web information systems 101288 ICWE 321-328 2006
Engineering the Presentation Layer of Adaptable Web Information Systems 101289 ICWE 459-472 2004
Challenges in Adaptive Web Information Systems: Don't Forget the Link 101290 ICWE Workshops 3-11 2004
Hera: Development of Semantic Web Information Systems 101291 ICWE 529-538 2003
Hera-S: web design using sesame 101293 ICWE 337-344 2006
A Model-Driven Approach for Designing Distributed Web Information Systems 101294 ICWE 453-464 2005
Engineering Semantic-Based Interactive Multi-device Web Applications 101295 ICWE 328-342 2007
Proceedings of the 3rd International Workshop on Model-Driven Web Engineering MDWE 2007, Como, Italy, July 17, 200 101296 MDWE None 2007
Preface to SMIWEP-MATeS'06: workshop held in conjunction with the 6th international conference on web engineering (ICWE2006) Palo Alto, California, USA. July 10th, 2006 101298 ICWE Workshops 15 2006
Methodologies for Web Information System Design 101300 ITCC 420-424 2003
Adaptation and Reuse in Designing Web Information Systems 101301 ITCC (1) 387-291 2004
A Rule-based Approach to Content Delivery Adaptation in Web Information Systems 101306 MDM 21 2006
Design and implementation of component-based adaptive Web presentations 101308 SAC 1698-1704 2004
Adaptation Rules for Context-Aware Web Applications 101309 SEBD 199-207 2006
XML-Based Automatic Web Presentation Generation 101314 WebNet 372-377 2001
World Wide Web Presentations for Volatile Hypermedia Database Output 101315 WebNet None 1997
Semantical Descriptions of Models for Web Design 101320 WWW Workshop on Application Design, Development and Implementation Issues in the Semantic Web None 2004
Engineering the Presentation Layer for Semantic Web Information Systems 101323 WWW (Posters) None 2003
Bringing the Semantic Web closer to the User 101325 WWW (Posters) None 2003
Engineering Semantic Web Information Systems in Hera 101326 WWW (Posters) None 2003
Engineering Semantic Web Information Systems in Hera 101335 J. Web Eng. 3-26 2003
Rule-based Adaptation of Web Information Systems 101341 World Wide Web 443-470 2007
A New Approach for Reactive Web Usage Data Processing 101447 ICDE Workshops 44 2006
Discovering More Accurate Frequent Web Usage Pattern 101452 CoRR None 2008
Translating Web Data 101459 VLDB 598-609 2002
Web Page Ranking Based on Events 101519 EC-Web 287-295 2004
Design and Implementation of a Web-Services-Based Network File System 101545 AICT/ICIW 137 2006
Towards Understanding the Functions of Web Element 101570 AIRS 313-324 2004
Web taxonomy integration through co-bootstrapping 101591 SIGIR 410-417 2004
Web Based Pattern Mining and Matching Approach to Question Answering 101592 TREC None 2002
Web taxonomy integration using support vector machines 101594 WWW 472-481 2004
Understanding the function of web elements for mobile content delivery using random walk models 101596 WWW (Special interest tracks and posters) 1150-1151 2005
Learning to integrate web taxonomies 101604 J. Web Sem. 131-151 2004
THESUS, a Closer View on Web Content Management Enhanced with Link Semantics 101646 IEEE Trans. Knowl. Data Eng. 685-700 2004
Tutorial Series on Web-computing - Preface 101705 New Generation Comput. 193 2001
Datenbanksysteme in Business, Technologie und Web (BTW 2007), 12. Fachtagung des GI-Fachbereichs "Datenbanken und Informationssysteme" (DBIS), Proceedings, 7.-9. Mandauml;rz 2007, Aachen, German 101720 BTW 38-58 2007
Flexible Autorisierung in Web Service-Fandouml;derationen 101721 BTW 185-204 2005
A Framework for Context-Aware Adaptable Web Services 101734 EDBT 826-829 2004
WS-AMUSE - web service architecture for multimedia services 101746 ICSE 703-712 2008
Semantic Caching for Web Services 101747 ICSOC 324-340 2005
Reliable and Adaptable Security Engineering for Database-Web Services 101748 ICWE 502-515 2004
An Authorization Framework for Sharing Data in Web Service Federations 101754 Secure Data Management 47-62 2005
Reliable Web Service Execution and Deployment in Dynamic Environments 101761 TES 104-118 2003
Flexible Autorisierung in Datenbank-basierten Web Service-Fandouml;derationen 101785 Inform., Forsch. Entwickl. 167-181 2005
Web Application Performance: Realistic Work Load for Stress Test 101806 Int. CMG Conference 353-362 2002
Exploiting Link Analysis with a Three-Layer Web Structure Model 101870 WISE 187-198 2006
Review of Web caching and replication by Michael Rabinovich and Oliver Spatscheck. Addison Wesley 2002 101895 SIGMOD Record 107-108 2003
Multi-lingual Web Querying: A Parametric Linguistics Based Approach 101925 NLDB 94-105 2006
Artificial Immunity-Based Discovery for Popular Information in WEB Pages 102052 International Conference on Computational Science (4) 166-169 2007
A Taxonomy of Web Agents 102066 DEXA Workshop 765-769 2000
Alternative Web Service Paradigms 102096 Australian Software Engineering Conference 52 2008
Web Event: A Platform-Independent Concept for Systematic Modeling, Implementing and Generating Web Applications 102109 CSREA EEE 170-179 2007
An Object-Oriented Approach on Web Information Representation and Derivation 102119 EEE 309-314 2004
EXtensible Web (xWeb): An XML-View Based Web Engineering Methodology 102140 ICCSA (2) 1125-1135 2005
GOPT-Resolution in Web Information Derivation 102169 iiWAS None 2004
Using Mobile Agent Technology to Implement Web Service Migration 102170 iiWAS 153-162 2005
Towards a Practical Model-Driven Approach to Web Information System 102172 iiWAS 629-642 2005
Detection of Fractal Breakdowns by the Novel Real-Time Pattern Detection Model (Enhanced-RTPD+Holder Exponent) for Web Applications 102183 ISORC 79-86 2007
CACHERP: A Novel Dynamic Cache Size Tuning Model Working with Relative Object Popularity for Fast Web Information Retrieval 102186 ISPA 410-420 2004
Mobile Web Services Discovery and Invocation Through Auto-Generation of Abstract Multimodal Interface 102189 ITCC (2) 35-41 2005
Two Layer Web User Interface Analysis Framework Using SNN and iFIN 102203 OTM Workshops 223-234 2003
Modeling Views for Semantic Web Using eXtensible Semantic (XSemantic) Nets 102206 OTM Workshops 936-946 2005
Designing Websites with EXtensible Web (xWeb) Methodology 102283 IJWIS 179-191 2005
The concept of web event and a practical model-driven approach to web information system development 102284 IJWIS 19-36 2006
CACHERP: A novel dynamic cache size tuning model working with relative object popularity for fast web information retrieval 102297 The Journal of Supercomputing 283-296 2006
Web Information Representation, Extraction, and Reasoning based on Existing Programming Technology 102310 E-Service Intelligence 147-168 2007
On Order Dependencies for the Semantic Web 102329 ER 293-306 2007
Application Servers: Born-Again TP Monitors for the Web? (Panel Abstract) 102384 SIGMOD Conference 622 2001
Dynamic E-business: Trends in Web Services 102396 TES 1-5 2002
Caching Technologies for Web Applications 102400 VLDB None 2001
A Reputation-Chain Trust Model for the Semantic Web 102431 AINA (2) 719-723 2006
A Computational Trust Model for Semantic Web Based on Bayesian Decision Theory 102433 APWeb 745-750 2006
Applying Semantic Web Technologies for Geodata Integration and Visualization 102437 ER (Workshops) 320-329 2005
Develop a Computational Trust Prototype for the Semantic Web 102444 ICDE Workshops 57 2006
On Case-Based Knowledge Sharing in Semantic Web 102445 ICTAI 200-207 2003
KB-Grid: Towards Building Large-Scale Knowledge System in Semantic Web 102447 KES 1381-1388 2003
An Interactive Visual Model for Web Ontologies 102448 KES (2) 866-872 2005
Towards a Semantic Web of Relational Databases: A Practical Semantic Toolkit and an In-Use Case from Traditional Chinese Medicine 102449 International Semantic Web Conference 750-763 2006
Report on semantic web for health care and life sciences workshop 102450 WWW 1273-1274 2008
Knowledge Base Grid: A Generic Grid Architecture for Semantic Web 102453 J. Comput. Sci. Technol. 462-473 2003
Developing Adapters for Web Services Integration 102455 CAiSE 415-429 2005
Clustering hypertext with applications to web searching 102480 Hypertext 143-152 2000
COBRA - Mining Web for Corporate Brand and Reputation Analysis 102484 Web Intelligence 11-17 2007
Removal Policies in Network Caches for World-Wide Web Documents 102491 SIGCOMM 293-305 1996
Shared User Behavior on the World Wide Web 102493 WebNet None 1997
Searching the World-Wide Web: Implications From Studying Different User Behavior 102494 WebNet None 1998
Web Response Time and Proxy Caching 102495 WebNet None 1998
iWebDB - Web Site Administration Based on Object-Relational Database Technology 102530 IDEAS 92-97 1999
The Lixto Systems Applications in Business Intelligence and Semantic Web 102551 ESWC 16-26 2007
Integrating Semi-structured Data into Business Applications: A Web Intelligence Example 102552 Wissensmanagement (LNCS Volume) 469-482 2005
Web-Linkage Viewer: Drawing Links in the Web Based on a Site-Oriented Framework 102553 Graph Drawing 498-499 2003
Data Conceptualisation for Web-Based Data-Centred Application Design 102599 CAiSE 205-219 2006
A tool-supported method to extract data and schema from web sites 102620 WSE 3-11 2003
Block-based web search 102635 SIGIR 456-463 2004
Microsoft Research Asia at the Web Track of TREC 2003 102636 TREC 408-417 2003
The Visualisation of Web Usage 102656 EHCI 351-361 1998
On Reducing Dynamic Web Page Construction Times 102730 APWeb 722-731 2004
The Web Is the Database 102739 DNIS 91-106 2000
Supporting Exploratory Queries in Database Centric Web Application 102774 CoRR None 2003
A framework for web table mining 102851 WIDM 36-42 2002
Advanced Web Technologies and Applications, 6th Asia-Pacific Web Conference, APWeb 2004, Hangzhou, China, April 14-17, 2004, Proceeding 102952 APWeb None 2004
On Safety, Computability and Local Property of Web Queries 102953 APWeb 251-262 2008
Advances in Data and Web Management, Joint 9th Asia-Pacific Web Conference, APWeb 2007, and 8th International Conference, on Web-Age Information Management, WAIM 2007, Huang Shan, China, June 16-18, 2007, Proceeding 103005 APWeb/WAIM 68-79 2007
Modeling correlations in web traces and implications for designing replacement policies 103045 Computer Networks 379-398 2004
Engineering Safe and Efficient Shareability within Web Systems 103114 APWeb 697-710 2004
Server Enforced Program Safety for Web Applications 103127 J. Web Eng. 339-371 2005
Modellierung von Gewebestrukturen und Simulation risikominimierender chirurgischer Eingriffe 103135 Rechner- und sensorgestanduuml;tzte Chirurgie 135-147 2001
Hidden sentiment association in chinese web opinion mining 103195 WWW 959-968 2008
Effective Web data extraction with standard XML technologies 103221 WWW 689-696 2001
Effective Web data extraction with standard XML technologies 103223 Computer Networks 635-644 2002
Construction of Thai Lexicon from Existing Dictionaries and Texts on the Web 103263 IEICE Transactions 2286-2293 2006
Algorithm for Web Services Matching 103279 APWeb 665-670 2004
Matrix Model for Web Page Community 103280 EEE 132-137 2005
A Matrix-Based Model for Web Page Community Construction and More 103281 Informatica, Lith. Acad. Sci. 217-238 2007
Mining the World Wide Web: An Information Search Approach - Book Review 103315 SIGMOD Record 69-70 2002
In-context peer-to-peer information filtering on the Web 103316 SIGMOD Record 65-70 2003
Modeling Web Sources for Information Integration 103334 AAAI/IAAI 211-218 1998
Design Strategies to Improve Performance of GIS Web Services 103412 ITCC (2) 444- 2004
Fact: A Learning Based Web Query Processing System 103536 SIGMOD Conference 587 2000
Mashup Feeds: : continuous queries over web services 103537 SIGMOD Conference 1128-1130 2007
Toward Learning Based Web Query Processing 103539 VLDB 317-328 2000
WSCE: A Flexible Web Service Composition Environment 103614 ICWS 428-435 2004
A Version-aware Approach for Web Service Directory 103615 ICWS 406-413 2007
A Version-aware Approach for Web Service Client Application 103617 Integrated Network Management 401-409 2007
A Web services data analysis Grid 103643 Concurrency and Computation: Practice and Experience 1303-1311 2002
Query Processing with Quality Control in the World Wide Web 103651 World Wide Web 241-255 1998
Pricing and Autonomic Control of Web Servers with Time-Varying Request Patterns 103767 ICAC 290-291 2004
ITTALKS: A Case Study in the Semantic Web and DAML 103833 SWWS 477-494 2001
ITtalks: A Case Study in the Semantic Web and DAML+OIL 103834 IEEE Intelligent Systems 40-47 2002
Intelligent Agents Meet the Semantic Web in Smart Spaces 103835 IEEE Internet Computing 69-79 2004
The Link Database: Fast Access to Graphs of the Web 103849 DCC 122-131 2002
Efficient URL caching for world wide web crawling 103858 WWW 679-689 2003
A large-scale study of the evolution of web pages 103859 WWW 669-678 2003
A large-scale study of the evolution of Web pages 103864 Softw., Pract. Exper. 213-237 2004
An Architecture for EventWeb 103879 FTDCS 95-101 2004
Social and Content-based Information Filtering for a Web Graphics Recommender System 103887 ICIAP 842-847 1999
Web-Based Volumetric Data Retrieval 103938 VRML 7-12 1995
Content-Centric Interactive Video on the World Wide Web 103949 Computer Networks 887-895 1997
EventWeb: Developing a Human-Centered Computing System 103952 IEEE Computer 42-50 2008
Globalizing with the Web 103985 IEEE MultiMedia 3 1996
Putting Sensors on the Web 103992 IEEE MultiMedia 1 1998
Event Web 103997 IEEE MultiMedia 1 1999
Database-support for the Web 104043 BDA 405- 1995
Data Exchange over Web-based Applications with DXL 104057 DIWeb 17-33 2002
INsite: Introduction to a Generic Paradigm for Interpreting User-Web Space Interaction 104094 Workshop on Web Information and Data Management 53-58 1999
SEAL - A Framework for Developing SEmantic Web PortALs 104114 BNCOD 1-22 2001
Web Information Tracking Using Ontologies 104127 PAKM 201-212 2002
Clustering Ontology-Based Metadata in the Semantic Web 104128 PKDD 348-360 2002
Ontology-Focused Crawling of Web Documents 104129 SAC 1174-1178 2003
Semantic Web Enabled Web Services 104130 International Semantic Web Conference 1-2 2002
Web Services: Been There, Done That 104135 IEEE Intelligent Systems 72-85 2003
A Conceptual Architecture for Semantic Web Enabled Web Services 104138 SIGMOD Record 24-29 2002
Managing multiple and distributed ontologies on the Semantic Web 104139 VLDB J. 286-302 2003
Homogeneous EDI between Heterogeneous Web-Based Tourism Information Systems 104157 EC-Web 183-192 2002
A Semantic Web Middleware for Virtual Data Integration on the Web 104158 ESWC 493-507 2008
Dynamically Generated Scalable Vector Graphics (SVG) for Barrier-Free Web-Applications 104159 ICCHP 128-135 2006
Scalable Vector Graphics Pattern P2P-Service for Enhanced Barrier-Free Web Applications 104165 MMM (2) 730-737 2007
Persistent Topic Maps for Knowledge and Web Content Management 104167 WISE (2) 151-158 2001
Product finding on the semantic web: A search agent supporting products with limited availability 104169 IJWIS 61-88 2007
Integrating Web services into map image applications 104184 ISCC 44-49 2004
Enhancing the US Navy's GIDB Portal with Web Services 104191 IEEE Internet Computing 53-60 2006
An OO Database Migrates to the Web 104192 IEEE Software 22-30 1998
SERFing the web: The Re-Web approach for web re-structuring 104319 World Wide Web 95-109 2000
Extending Web Search for Online Plagiarism Detection 104426 IRI 164-169 2007
A User Behavior-Based Agent for Improving Web Usage 104430 CoopIS/DOA/ODBASE 1168-1185 2002
MARS: An Agent-Based Recommender System for the Semantic Web 104432 DAIS 181-194 2007
Agent-based Web Services Supporting Semantic Negotiation 104441 SEBD 187-198 2006
MASHA: A multi-agent system handling user and device adaptivity of Web sites 104451 User Model. User-Adapt. Interact. 435-462 2006
An XML-based agent model for supporting user activities on the Web 104453 Web Intelligence and Agent Systems 181-207 2006
On Enriching Ajax with Semantics: The Web Personalization Use Case 104463 ESWC 686-700 2007
Searching for the Knowledge in the Semantic Web 104465 FLAIRS Conference 435-439 2002
Team: towards a software engineering semantic web 104466 CHASE 57-60 2008
A Reverse Engineering Approach for Migrating Data-intensive Web Sites to the Semantic Web 104468 Intelligent Information Processing 141-154 2002
Migrating data-intensive web sites into the Semantic Web 104475 SAC 1100-1107 2002
An Approach for the Ranking of Query Results in the Semantic Web 104477 International Semantic Web Conference 500-516 2003
Unveiling the hidden bride: deep annotation for mapping and migrating legacy data to the Semantic Web 104484 J. Web Sem. 187-206 2004
Intelligent Agents and P2P Semantic Web 104518 COMPSAC (2) 185 2007
Web Document Access Control Using Two-Layered Storage Structures with RBAC Server 104597 EurAsia-ICT 220-227 2002
Implementing Web Access Control System for the Multiple Web Servers in the Same Domain Using RBAC Concept 104603 ICPADS 768-773 2001
The Work Concept RBAC Model for the Access Control of the Distributed Web Server Environment 104615 Web Intelligence 262-266 2001
Automated Classification of Web Documents into a Hierarchy of Categories 104635 IIS 59-68 2003
From State to Structure: an XML Web Publishing Framework 104659 CAiSE Short Paper Proceedings None 2003
A Personal Assistant for Web Database Caching 104663 CAiSE 64-78 2000
Web-based Integration of Printed and Digital Information 104678 DIWeb 71-85 2002
Print-n-link: weaving the paper web 104680 ACM Symposium on Document Engineering 34-43 2006
Web-Based Integration of Printed and Digital Information 104682 EEXTT 200-219 2002
Switching Over to Paper: A New Web Channel 104707 WISE 209-220 2003
A Web Agent for the Maintenance of a Database of Academic Contacts 104712 Informatica (Slovenia) None 1998
Interactive Paper as a Mobile Client for a Multi-channel Web Information System 104717 World Wide Web 529-556 2007
Checking Conformance between Business Processes and Web Service Contract in Service Oriented Applications 104752 ASWEC 80-89 2006
Consistency for Web Services Applications 104763 VLDB 1199-1203 2005
Fresco: A Web Services based Framework for Configuring Extensible SLA Management Systems 104785 ICWS 237-245 2005
Supporting Similarity Operations Based on Approximate String Matching on the Web 104837 CoopIS/DOA/ODBASE (1) 227-244 2004
Adapter Generation for Extracting and Querying Data from Web 104871 WebDB (Informal Proceedings) 49-54 1999
Report on the Dagstuhl Seminar: "data quality on the Web" 104881 SIGMOD Record 127-132 2004
Media Companion: Delivering Content-oriented Web Services to Internet Media 105072 WWW (Posters) 509-518 2003
SWEB: Towards a Scalable World Wide Web Server on Multicomputers 105128 IPPS 850-856 1996
A layered architecture for flexible Web service invocation 105293 Softw., Pract. Exper. 191-223 2006
Policy-Based Web Service Composition 105318 RIDE 85-92 2004
Mutual trust in open environment for cascaded web services 105325 SWS 107-108 2006
Using Semantics for Policy-Based Web Service Composition 105331 Distributed and Parallel Databases 37-64 2005
Adaptive Hypermedia and Adaptive Web-Based Systems, Third International Conference, AH 2004, Eindhoven, The Netherlands, August 23-26, 2004, Proceeding 105384 AH None 2004
The Personal Reader: Personalizing and Enriching Learning Resources Using Semantic Web Technologies. 105385 AH 85-94 2004
PROS: A Personalized Ranking Platform for Web Search 105386 AH 34-43 2004
Extendible Adaptive Hypermedia Courseware: Integrating Different Courses and Web Material 105387 AH 109-120 2000
Summarizing local context to personalize global web search 105397 CIKM 287-296 2006
Ranking Categories for Web Search 105408 ECIR 564-569 2008
Transactions Concurrency Control in Web Service Environment 105411 ECOWS 109-118 2006
Nonblocking Scheduling for Web Service Transactions 105412 ECOWS 213-222 2007
No Registration Needed: How to Use Declarative Policies and Negotiation to Access Sensitive Resources on the Semantic Web 105426 ESWS 342-356 2004
Model-Driven Design of Web Applications with Client-Side Adaptation 105434 ICWE 201-214 2004
Engineering Compensations in Web Service Environment 105435 ICWE 32-46 2007
Integrating Databases, Search Engines and Web Applications: A Model-Driven Approach 105436 ICWE 210-225 2007
Towards Open Standards: The Evolution of an XML/JSP/WebDAV Based Collaborative Courseware Generating System 105437 ICWL 167-179 2002
Semantic Web and Peer-to-Peer Technologies for Distributed Learning Repositories 105440 Intelligent Information Processing 33-50 2002
A Scalable and Ontology-Based P2P Infrastructure for Semantic Web Services 105459 Peer-to-Peer Computing 104-111 2002
Towards the Adaptive Semantic Web 105461 PPSWR 51-68 2003
Interacting the Edutella/JXTA Peer-to-Peer Network with Web Services 105462 SAINT 67-73 2004
WebRC: Configuration Management for a Cooperation Tool 105465 SCM 175-185 1997
PeerTrust: Automated Trust Negotiation for Peers on the Semantic Web 105466 Secure Data Management 118-132 2004
Proceedings of the ISWC*04 Workshop on Trust, Security, and Reputation on the Semantic Web, Hiroshima, Japan, November 7, 200 105467 ISWC Workshop on Trust, Security, and Reputation on the Semantic Web None 2004
Personalized query expansion for the web 105478 SIGIR 7-14 2007
Lexical analysis for modeling web query reformulation 105479 SIGIR 739-740 2007
Constructing a web-based asynchronous and synchronous collaboration environment using WebDAV and Lotus Sametime 105480 SIGUCCS 142-149 2001
Using UML and XMI for Generating Adaptive Navigation Sequences in Web-Based Systems 105483 UML 205-219 2003
Using UML-based Feature Models and UML Collaboration Diagrams to Information Modelling for Web-Based Applications 105484 UML 425-439 2004
Pushing task relevant web links down to the desktop 105491 WIDM 59-66 2006
P-TAG: large scale automatic generation of personalized annotation tags for the web 105499 WWW 845-854 2007
Mirror site maintenance based on evolution associations of web directories 105500 WWW 1297-1298 2007
Using subspace analysis for event detection from web click-through data 105501 WWW 1067-1068 2008
Semantic Web Technologies for the Adaptive Web 105504 The Adaptive Web 697-719 2007
The Adaptive Web, Methods and Strategies of Web Personalizatio 105505 The Adaptive Web None 2007
Reasoning and Ontologies for Personalized E-Learning in the Semantic Web 105510 Educational Technology andamp; Society 82-97 2004
Adding Client-Side Adaptation to the Conceptual Design of e-Learning Web Applications 105515 J. Web Eng. 21-37 2005
An environment for flexible advanced compensations of Web service transactions 105522 TWEB 177-186 2008
REFEREE: Trust Management for Web Applications 105603 Computer Networks 953-964 1997
A Language for Developing Collaborative Learning Activities on World Wide Web 105662 COMPSAC 548- 1996
Using Role Theory in Monitoring Web Group Learning Systems 105669 ICCE 884-888 2002
Reusing Web Learning Portfolios by Case-Based Reasoning Technology to Scaffold Problem Solving 105670 ICCE 1216-1217 2002
Multi-objective Optimization for Adaptive Web Site Generation 105682 PReMI 654-659 2005
Web based Chinese Calligraphy Learning with 3-D Visualization Method 105702 ICME 2073-2076 2006
3D Model and Motion Retrieval: The Extended Dimensions for Web-Based Learning 105703 ICWL 230-240 2003
eSCA: a thin-client/server/Web-enabled system for distributed supply chain simulation 105783 Winter Simulation Conference 1371-1377 1999
Recommender Systems for the Web 105790 Visualizing the Semantic Web 151-167 2002
End-user Web Automation: Challenges, Experiences, Recommendations 105819 WebNet 1077-1085 2001
WebMacros - a Proxy-based System for Recording and Replaying User Interactions with the Web 105820 WWW Posters None 2001
Exploiting hyperlink recommendation evidence in navigational web search 105831 SIGIR 576-577 2004
Retrieving Regional Information from Web by Contents Localness and User Location 105835 AIRS 301-312 2004
Tools for Media Conversion and Fusion of TV and Web Contents 105836 APWeb 1075-1078 2005
WebSCAN: Discovering and Notifying Important Changes of Web Sites 105838 DEXA 587-598 2001
A Dynamic Content Integration Language for Video Data and Web Content 105842 WISE 83-92 2003
Watching-TV with A Side Trip to the Web for Information Complementation 105843 SKG 23 2006
B-CWB: Bilingual Comparative Web Browser Based on Content-Synchronization and Viewpoint Retrieval 105844 World Wide Web 347-367 2005
Querying web metadata: Native score management and text support in databases 105857 ACM Trans. Database Syst. 581-634 2004
WebSSQL andamp;mdash; A Query Language for Multimedia Web Documents 105863 ADL 58-70 2000
Merging Source Query Interfaces onWeb Databases 105875 ICDE 46 2006
Search Algorithms for Discovery of Web Services 105880 ICWS 1172-1173 2007
A Query-based System for Automatic Invocation of Web Services 105881 ICWS 759-766 2007
An Interactive Clustering-based Approach to Integrating Source Query interfaces on the Deep Web 105884 SIGMOD Conference 95-106 2004
WISE-Integrator: An Automatic Integrator of Web Search Interfaces for E-Commerce 105887 VLDB 357-368 2003
Vision-based Web Data Records Extraction 105893 WebDB 678-686 2006
Improving Performance of Web Services Query Matchmaking with Automated Knowledge Acquisition 105894 Web Intelligence 559-563 2007
Querying Capability Modeling and Construction of Deep Web Sources 105897 WISE 13-25 2007
Enhancing Discovery of Web Services through Optimized Algorithms 105900 GrC 695-698 2007
Personalized Web Search For Improving Retrieval Effectiveness 105906 IEEE Trans. Knowl. Data Eng. 28-40 2004
Automatic integration of Web search interfaces with WISE-Integrator 105908 VLDB J. 256-273 2004
Miro Web: Integrating Multiple Data Sources through Semistructured Data Types 105917 VLDB 750-753 1999
Grammar-based task analysis of web logs 105965 CIKM 244-245 2004
Searching the Web: learning based techniques 106004 ESANN 257-264 2001
Recognition of Common Areas in a Web Page Using Visual Information: a possible application in a page classification 106005 ICDM 250-257 2002
Detecting Near-Replicas on the Web by Content and Hyperlink Analysis 106006 Web Intelligence 249-255 2003
Searching for web information more efficiently using presentational layout analysis 106010 IJEB 310-326 2003
Proceedings of the Eight International Workshop on the Web andamp; Databases (WebDB 2005), Baltimore, Maryland, USA, Collocated mith ACM SIGMOD/PODS 2005, June 16-17, 200 106014 WebDB 1018-1030 2005
Automated Web Service Composition Using Semantic Web Technologies 106137 ICAC 306-307 2004
An Efficient Fragile Watermarking for Web Pages Tamper-Proof 106238 APWeb/WAIM Workshops 654-663 2007
Enabling Technologies for Web-Based Ubiquitious Supercomputing 106722 HPDC 112- 1996
Grid Computing and Web Services: A Natural Partnership 106772 PDP 3- 2002
Data-Sharing Relationships in the Web 106803 WWW (Posters) None 2003
Assessing the Effectiveness of the DAML Ontologies for the Semantic Web 106882 NLDB 56-69 2003
The Role of User Profiles in Context-Aware Query Processing for the Semantic Web 106883 NLDB 51-63 2004
Improving Semantic Consistency of Web Sites by Quantifying User Intent 106886 ICWE 308-317 2005
Guidance Performance Indicator - Web Metrics for Information Driven Web Sites 106887 Web Intelligence 186-192 2005
Relevance and Impact of Tabbed Browsing Behavior on Web Usage Mining 106888 Web Intelligence 262-269 2006
Oceanus: A Distributed Web-Based Framework for Execution of Genetic Algorithms 106907 GECCO Late Breaking Papers 55-61 2002
Dynamic Web Services on a Home Service Platform 106959 AINA 378-385 2008
A Petri Net-based Model for Web Service Composition 107006 ADC 191-200 2003
Query association surrogates for Web search 107017 JASIST 637-650 2004
Client-Side Web Scripting with HaskellScript 107082 PADL 196-210 1999
Server side web scripting in Haskell 107095 J. Funct. Program. 1-18 2000
Web Service Interactions: Analysis and Design 107103 CIT 3 2005
Web Service Discovery Based on Behavior Signatures 107104 IEEE SCC 279-286 2005
Tools for Automated Verification of Web Services 107105 ATVA 8-10 2004
WSAT: A Tool for Formal Analysis of Web Services 107107 CAV 510-514 2004
SPiDeR: P2P-Based Web Service Discovery 107121 ICSOC 157-169 2005
On Completeness of Web Service Compositions 107124 ICWS 800-807 2007
Tools for Design of Composite Web Services 107136 SIGMOD Conference 958-961 2004
Advances in Web-Age Information Management, Third International Conference, WAIM 2002, Beijing, China, August 11-13, 2002, Proceeding 107143 WAIM None 2002
Towards a Theory of Web Service Choreographies 107148 WS-FM 1-16 2007
Analysis of interacting BPEL web services 107150 WWW 621-630 2004
On automated composition for web services 107151 WWW 1261-1262 2007
On Complexity of The Tightening Problem for Web Service Discovery 107154 SOCA 29-38 2007
Analyzing Conversations of Web Services 107164 IEEE Internet Computing 18-25 2006
Tools for composite web services: a short overview 107173 SIGMOD Record 86-95 2005
Synchronizability of Conversations among Web Services 107177 IEEE Trans. Software Eng. 1042-1055 2005
Web document compaction by compressing URI references in RDF and OWL data 107219 ICUIMC 163-168 2008
User-friendly functional programming for web mashups 107270 ICFP 223-234 2007
Flint: Google-basing the Web 107307 EDBT 720-724 2008
Automatic Web Information Extraction in the ROADRUNNER System 107308 ER (Workshops) 264-277 2001
Wrapping-oriented classification of web pages 107310 SAC 1108-1112 2002
Automatic annotation of data extracted from large web sites 107312 SEBD 359-366 2003
The RoadRunner Web Data Extraction System 107313 SEBD 281-288 2001
Back to Gold's Age: Bridging the Gap Between Traditional Grammar Inference and Web Information Extraction 107314 SEBD 87-94 2002
The ARANEUS Guide to Web-Site Development 107317 SEBD 167-177 1999
RoadRunner: automatic data extraction from data-intensive web sites 107318 SIGMOD Conference 624 2002
RoadRunner: Towards Automatic Data Extraction from Large Web Sites 107319 VLDB 109-118 2001
Automatic annotation of data extracted from large Web sites 107320 WebDB 7-12 2003
The (Short) Araneus Guide to Web-Site Development 107321 WebDB (Informal Proceedings) 13-18 1999
Efficiently Locating Collections of Web Pages to Wrap 107322 WEBIST 247-254 2005
Clustering Web pages based on their structure 107323 Data Knowl. Eng. 279-299 2005
Automatic information extraction from large websites 107325 J. ACM 731-779 2004
Requirements for QoS-based Web Service Description and Discovery 107335 COMPSAC (2) 467-472 2007
Enhanced Specifications for Web Service Composition 107337 ECOWS 223-232 2006
Semantic QoS-based Web Service Discovery Algorithms 107339 ECOWS 181-190 2007
Managing RDF Metadata for Community Webs 107341 ER (Workshops) 140-151 2000
The Semantic Web - ISWC 2004: Third International Semantic Web Conference,Hiroshima, Japan, November 7-11, 2004. Proceeding 107357 International Semantic Web Conference 1-52 2004
The ICS-FORTH SWIM: A Powerful Semantic Web Integration Middleware 107358 SWDB 381-393 2003
OWL-Q for Semantic QoS-based Web Service Description and Discovery 107360 SMRR 96-112 2007
Querying and Viewing the Semantic Web: An RDF-Based Perspective 107365 SOFSEM 60-61 2004
Conference review: Semantic Web Workshop: : models, architectures and management 107374 Intelligence 39-44 2001
Optimizing taxonomic semantic web queries using labeling schemes 107375 J. Web Sem. 207-228 2004
ILM: a web server for predicting RNA secondary structures with pseudoknots 107464 Nucleic Acids Research 146-149 2004
A snapshot of public web services 107472 SIGMOD Record 24-32 2005
What Does the User Want to Know About Web Resources? A User Model for Metadata 107481 AH 268-271 2000
Adapting Web-Based Information to the Needs of Patients with Cancer 107482 AH 27-37 2000
A Conversational Model for Health Promotion on the World Wide Web 107483 AIMDM 379-388 1999
Supporting Web User Interface Prototyping through Information Modeling and System Architecting 107517 ICEBE 63-70 2005
Managing event traces for a web front-end to a parallel simulation 107538 Winter Simulation Conference 637-644 2001
Mathematics Computing Environment on the Web 107542 SKG 88 2006
A Comparison of Web Searching Strategies According to Cognitive Styles of Elementary Students 107577 ICCSA (2) 892-901 2004
Adding the Temporal Relations in Semantic Web Ontologies 107580 ICLP 487-488 2003
Representation of Temporal Relations for Reasoning about Time on The Semantic Web Environment 107584 iiWAS 957-963 2005
Topic Selection of Web Documents Using Specific Domain Ontology 107587 MICAI 1047-1056 2006
TSM. Topic Selection Method of Web Documents 107595 Asia International Conference on Modelling and Simulation 369-374 2007
Multimedia information retrieval based on spatiotemporal relationships using description logics for the semantic web 107599 Int. J. Intell. Syst. 679-692 2006
Generating Representative Web Workloads for Network and Server Performance Evaluation 107613 SIGMETRICS 151-160 1998
Measuring Web performance in the wide area 107620 SIGMETRICS Performance Evaluation Review 37-48 1999
Changes in Web Client Access Patterns: Characteristics and Caching Implications 107623 World Wide Web 15-28 1999
Self-maintaining web pages: an overview 107721 ADC 83-90 2001
Defining Web Schema Transformers by Example 107736 DEXA 46-56 2003
From Single-Site Web Applications to the Design of Web-Site-Families 107758 IASTED Conf. on Software Engineering 19-26 2006
Trasformers-by-example: pushing reuse in conceptual web application modelling 107773 SAC 1654-1661 2004
Integration of Web Services into Workflows through a Multi-Level chema Architecture 107777 WECWIS 51-60 2002
Self-maintaining web pages: from theory to practice 107780 Data Knowl. Eng. 39-73 2004
Analysis of business process integration in Web service context 107783 Future Generation Comp. Syst. 283-294 2007
A three-level schema architecture for the conceptual design of web-based information systems: from web-data management to integrated web-data and web-process management 107791 World Wide Web 125-138 2000
Agile Development of Web Application by Supporting Process Execution and Extended UML Model 107799 APSEC 193-200 2005
Genetic Algorithm Based Restructuring of Web Applications Using Web Page Relationships and Metrics 107806 ICIC (1) 697-702 2006
A Framework to Support QoS-Aware Usage of Web Services 107807 ICWE 318-327 2005
A UI-Driven Lightweight Framework for Developing Web Applications 107808 ICWE 621-623 2005
Extending UML for a Context-Based Navigation Modeling Framework of Web Information Systems 107814 SERA 108-122 2004
A Type-Based Analysis for Verifying Web Application 107815 APWeb/WAIM 813-820 2007
flashWeb: Graphical Modeling of Web Applications for Data Management 107966 ER (Tutorials, Posters, Panels andamp; Industrial Contributions) 59-64 2007
Modeling and generating application logic for data-intensive web applications 107967 ICWE 77-84 2006
EXPOSE: searching the web for expertise 107970 SIGIR 906 2007
Finding Experts on the Web 107972 WEBIST (1) 363-368 2006
Generierung von Webanwendungen fanduuml;r das Innovationsmanagement (Generating Web Applications for the Management of Innovations) 107974 it - Information Technology 225- 2006
Improving the Effectiveness of Web Caching 108012 Advances in Distributed Systems 375-401 1999
Model-Driven Dependability Analysis of WebServices 108014 CoopIS/DOA/ODBASE (2) 1608-1625 2004
Specifying Web Service Recovery Support with Conversations 108022 HICSS None 2005
Energy-Aware Web Caching for Mobile Terminals 108026 ICDCS Workshops 820-825 2002
Dependability in the Web Services Architecture 108032 WADS 90-109 2002
Coordinated Forward Error Recovery for Composite Web Services 108069 SRDS 167-176 2003
A New Protocol for Efficient Cooperative Transversal Web Caching 108070 DISC 288-302 1998
Defining Open Software Architectures for Customized Remote Execution of Web Agents 108081 Autonomous Agents and Multi-Agent Systems 237-249 1999
Developing Ambient Intelligence Systems: A Solution based on Web Services 108082 Autom. Softw. Eng. 101-137 2005
Providing Quality of Service over the Web: A Newspaper-Based Approach 108084 Computer Networks 1457-1465 1997
A Theory of Contracts for Web Services 108123 PLAN-X 37-48 2007
A theory of contracts for web services 108127 POPL 261-272 2008
A Formal Account of Contracts for Web Services 108131 WS-FM 148-162 2006
Webocrat: Ein Banduuml;rgerportal fanduuml;r e-democracy 108510 GI Jahrestagung (2) 229-231 2003
CSAP - An Adaptable Security Module for the E-Government System Webocrat 108515 SEC 301-312 2003
Query Expansion for Web Information Retrieval 108617 GI Jahrestagung 176-182 2002
System Architecture of a Body Area Network and Its Web Service Based Data Publishing 108625 APWeb Workshops 947-954 2006
Organizing Hidden-Web Databases by Clustering Visible Web Documents 108639 ICDE 326-335 2007
Siphoning Hidden-Web Data through Keyword-Based Interfaces 108640 SBBD 309-321 2004
Searching for Hidden-Web Databases 108641 WebDB 1-6 2005
An adaptive crawler for locating hiddenwebentry points 108642 WWW 441-450 2007
Automatic Topic Identification Using Webpage Clustering 108651 ICDM 195-202 2001
WIDIT: Fusion-Based Approach to Web Search Optimization 108691 AIRS 206-220 2005
Organizing the Web: Semi-Automatic Construction of a Faceted Scheme 108695 ICWI 374-381 2004
Mining the Web for Generating Thematic Metadata from Textual Data 108729 ICDE 834 2004
Tree-Structured Template Generation for Web Pages 108732 Web Intelligence 327-333 2004
Liveclassifier: creating hierarchical text classifiers through web corpora 108733 WWW 184-192 2004
Subject categorization of query terms for exploring Web users' search interests 108734 JASIST 617-630 2002
Taxonomy generation for text segments: A practical web-based approach 108735 ACM Trans. Inf. Syst. 363-396 2005
Securing user inputs for the web 108744 Digital Identity Management 33-44 2006
Structural Web Search Using a Graph-Based Discovery System 108820 FLAIRS Conference 133-137 2001
Structural Web Search Engine 108826 FLAIRS Conference 319-324 2003
Structural web search engine 108878 International Journal on Artificial Intelligence Tools 27-44 2004
Using a Graph-Based Data Mining System to Perform Web Search 108881 IJPRAI 705-720 2003
Cover story: structural Web search using a graph-based discovery system 108894 Intelligence 20-29 2001
Distributed Communities on the Web, Third International Workshop, DCW 2000, Quebec City, Canada, June 19-21, 2000, Proceeding 108910 DCW None 2000
Distributed Communities on the Web, 4th International Workshop, DCW 2002, Sydney, Australia, April 3-5, 2002, Revised Paper 108911 DCW None 2002
The Web Operating System - WOS 108913 DCW 1 2000
Towards a Web Operating System (WOS) 108920 WebNet 17-26 1997
Multidimensional Sequence Alignment Methods: Discovering Navigation Patterns on Web Sites Presenting Page- and Time Information 108928 ICMLA 57-63 2002
Discovering Interesting Navigations on a Web Site Using SAMI 108931 ITWP 187-200 2003
Web Usage Mining by Means of Multidimensional Sequence Alignment Methods 108932 WEBKDD 50-65 2002
INCLUSive: a web portal and service registry for microarray and regulatory sequence analysis 108992 Nucleic Acids Research 3468-3470 2003
A Voting Method for the Classification of Web Pages 108995 IAT Workshops 610-613 2006
JClarens: A Java Framework for Developing and Deploying Web Services for Grid Computing 109074 ICWS 141-148 2005
JClarens: A Java Framework for Developing and Deploying Web Services for Grid Computin 109098 CoRR None 2005
Efficient and Flexible Web Access to Art-Historical Image Collections 109118 SAC (2) 915-921 2000
Distributed Middle-tier: A Programming Model for Web-based Scalable Java Computing 109141 PDPTA 843-849 1999
Applying Web-based Networking Protocols and Software Architectures for providing adaptivity, personalization, and remotization features to Industrial Human Machine Interface Applications 109158 AINA 940-947 2007
Exception Management Within Web Applications Implementing Business Processes 109159 Advanced Topics in Exception Handling Techniques 101-120 2006
Design Abstractions for Innovative Web Applications: The Case of the SOA Augmented with Semantics 109161 ESWC 4-15 2007
WebML and Glue: An Integrated Discovery Approach for the SWS Challenge 109162 Web Intelligence/IAT Workshops 148-151 2007
Towards Semantic Interoperabilty - In-depth Comparison of Two Approaches to Solving Semantic Web Service Challenge Mediation Tasks 109163 ICEIS (4) 413-421 2007
The SWS Mediator with WEBML/WEBRATIO and JABC/JETI: A Comparison 109164 ICEIS (4) 422-429 2007
Generation of WebML web application models from business process specifications 109165 ICWE 85-86 2006
Exception Handling Within Workflow-Based Web Applications 109166 ICWE 103-117 2004
Building Semantic Web Portals with WebML 109167 ICWE 312-327 2007
Tool Support for Model Checking of Web Application Designs 109168 ICWE 533-538 2007
Managing Asynchronous Web Services Interactions 109169 ICWS 80-87 2004
A Software Engineering Approach to Design and Development of Semantic Web Service Applications 109170 International Semantic Web Conference 172-186 2006
Asynchronous Web Services Communication Patterns in Business Protocols 109171 WISE 435-442 2005
Exploiting the Combined Potential of Web Applications and Web Services 109172 WWW (Posters) 170-179 2003
Semantic personalization of web portal contents 109173 WWW 1245-1246 2007
Extending WebML towards semantic web 109174 WWW 1235-1236 2007
Fundamentals of Exception Handling within Workflow-Based Web Applications 109175 J. Web Eng. 38-56 2005
Model-driven design and development of semantic Web service applications 109176 ACM Trans. Internet Techn. 43-48 2007
Organizing and Searching the World Wide Web of Facts - Step One: The One-Million Fact Extraction Challenge 109197 AAAI None 2006
Names and Similarities on the Web: Fact Extraction in the Fast Lane 109198 ACL None 2006
Acronym-Expansion Recognition and Ranking on the Web 109199 IRI 209-214 2007
Web services for semantic model integration in concurrent engineering 109214 ISPE CE 557-563 2003
Native Web Browser Enabled SVG-based Collaborative Multimedia Annotation for Medical Images 109258 ICDE 1219-1228 2008
Exploiting and Completing Web Data Sources Capabilities 109259 EEXTT 241-258 2002
Modelling Dynamic Web Data 109265 DBPL 130-146 2003
Behavioural Equivalences for Dynamic Web Data 109267 IFIP TCS 535-548 2004
Process Calculi and Peer-to-peer Web Data Integration 109272 Electr. Notes Theor. Comput. Sci. 233-236 2006
Modelling dynamic web data 109276 Theor. Comput. Sci. 104-131 2005
MetaCube XTM: A Multidimensional Metadata Approach for Semantic Web Warehousing Systems 109294 DaWaK 76-88 2003
Data Warehousing within Intranet: A Prototype of a Web-based Executive Information System 109312 DEXA Workshop 627-632 1997
Semantic Web: Challenges and New Requirements 109313 DEXA Workshops 1160-1163 2005
Message from the WebS Workshop Chairs 109315 DEXA Workshops 71-74 2002
Meta Cube-X: An XML Metadata Foundation for Interoperability Search among Web Data Warehouses 109316 DMDW 8 2001
E-Commerce and Web Technologies, Third International Conference, EC-Web 2002, Aix-en-Provence, France, September 2-6, 2002, Proceeding 109319 EC-Web 77-86 2002
E-Commerce and Web Technologies, 4th International Conference, EC-Web, Prague, Czech Republic, September 2-5, 2003, Proceeding 109320 EC-Web None 2003
Analyzing Workflow Audit Trails in Web-Based Environments with Fuzzy Logic 109321 EC-Web 315-325 2001
User Data Privacy in Web Services Context Using Semantic Desktop - SemanticLIFE Case Study 109349 iiWAS 125-136 2007
Integration of Semantic XForms and Personal Web Services as a Tool to Bridge the Gap between Personal Desktops and Global Business Processes 109355 UNISCON 37-44 2008
Developing a Framework for Building Open Distance Learning Websites in the Literature and Culture Domain 109356 Kyoto International Conference on Digital Libraries 389-394 2000
Web Service Based Business Processes Automation Using Semantic Personal Information Management Systems - The Semantic Life Case 109359 PAKM 1-12 2006
Monitoring the "health" status of open source web-engineering projects 109381 IJWIS 116-139 2007
Caching Strategies for Data-Intensive Web Sites 109385 VLDB 188-199 2000
Run-Time Management of Data Intensive Web Sites 109386 WebDB (Informal Proceedings) 7-12 1999
CREAM: A Mediator Based Environment for Modeling and Accessing Distributed Information on the Web 109388 BNCOD 58-61 2002
Data on the Web: From Relations to Semistructured Data and XM 109404 None None 1999
What the Web Has Done for Scientific Data - and What It Hasn't 109440 WAIM 1-7 2005
Extending Temporal Database Concepts to the World Wide Web 109743 SEBD 53-68 1998
Improving Web Service QoS for Wireless Pervasive Devices 109812 ICWS 130-137 2005
Identifying Websites with Flow Simulation 109821 ICWE 124-129 2005
Web page rank prediction with markov models 109824 WWW 1075-1076 2008
Directions for Web-Based Learning 109878 ICWL 1-9 2006
Sentiment Mining in WebFountain 109999 ICDE 1073-1083 2005
Web-Based Searching and Browsing of Multimedia Data 110001 IEEE International Conference on Multimedia and Expo (III) 1717-1720 2000
Disambiguation for Text Mining on the Web 110006 WWW (Posters) 17-35 2003
A Security Model Design in Web Service Environment 110027 CIT 736-740 2005
A Web Service-Based Framework for Supply Chain Management 110030 ISORC 316-319 2005
A Top-Down Algorithm for Mining Web Access Patterns from Web Logs 110031 PAKDD 838-843 2005
Temporal Queries in XML Document Archives and Web Warehouses 110038 TIME 47-55 2003
Some guidelines to support the selection of a test management tool for web-based assessment 110077 IRMA Conference 609-613 2000
Teaching Motor Disability Assessment over the Web: MODASPECTRA 110083 Educational Technology andamp; Society 557-565 2002
Dynamic Content Acceleration: A Caching Solution to Enable Scalable Dynamic Web Page Generation 110342 SIGMOD Conference 616 2001
An architecture to support scalable online personalization on the Web 110346 VLDB J. 104-117 2001
WS-Workspace: Workspace Versioning for Web Services 110424 ICSOC 351-366 2003
Collaboration and Undo: The Web Workspace Paradigm 110427 WISE 317-320 2003
Semantic bookmarking for non-visual web access 110434 ASSETS 185-192 2004
On the complexity of schema inference from web pages in the presence of nullable data attributes 110435 CIKM 224-231 2003
The Semantic Web: Research and Applications, 4th European Semantic Web Conference, ESWC 2007, Innsbruck, Austria, June 3-7, 2007, Proceeding 110446 ESWC 335-346 2007
A Realistic Architecture for the Semantic Web 110466 RuleML 17-29 2005
Rule Interchange on the Web 110468 Reasoning Web 269-309 2007
Semantic Web: Schism of the Languages 110469 SEBD 3 2007
A Layered Architecture for Querying Dynamic Web Content 110470 SIGMOD Conference 491-502 1999
Reasoning about the Behavior of Semantic Web Services with Concurrent Transaction Logic 110477 VLDB 627-638 2007
Requirements for an Expressive Rule Language on the Semantic Web 110478 Rule Languages for Interoperability None 2005
Rules in the Semantic Web Services Language (SWSL): An Overview for Standardization Directions 110480 Rule Languages for Interoperability None 2005
Information retrieval and knowledge discovery on the semantic web of traditional chinese medicine 110561 WWW 1085-1086 2008
Discovering geographical-specific interests from web click data 110676 LocWeb 41-48 2008
Using PageRank to Characterize Web Structure 110680 COCOON 330-339 2002
Using PageRank to Characterize Web Structure 110766 Internet Mathematics None 2006
Bringing Web Principles to Services: Ontology-BasedWeb Services 110767 IEEE SCW 73-80 2007
Extracting Data behind Web Forms 110789 ER (Workshops) 402-413 2002
Automatic Hidden-Web Table Interpretation by Sibling Page Comparison 110791 ER 566-581 2007
Record-Boundary Discovery in Web Documents 110810 SIGMOD Conference 467-478 1999
Record Location and Reconfiguration in Unstructured Multiple-Record Web Documents 110811 WebDB (Selected Papers) 256-274 2000
Record Location and Reconfiguration in Unstructured Multiple-Record Web Documents 110812 WebDB (Informal Proceedings) 123-128 2000
Ontology Suitability for Uncertain Extraction of Information from Multi-Record Web Documents 110821 Datenbank Rundbrief 48-53 1999
A Binary-Categorization Approach for Classifying Multiple-Record Web Documents Using Application Ontologies and a Probabilistic Model 110924 DASFAA 58-65 2001
A Rough Set Based Self-Adaptive Web Search Engine 110935 COMPSAC 377-382 2001
Agentification for Web Services 110937 COMPSAC 514-519 2004
Slicing Web Application Based on Hyper Graph 110945 CW 177-181 2004
A Framework for Web Applications Testing 110946 CW 300-305 2004
Research on the Analysis and Measurement for Testing Results of Web Applications 110947 CW 559-566 2005
Result Integration in a Meta Web Search Engine 110948 CW 154-160 2002
Website Evolution Based on Statistic Data 110953 FTDCS 301-307 2003
Applying Agent into Web Testing and Evolution 110954 GCC (1) 794-798 2003
Testing Web Applications Intelligently Based on Agent 110959 ICEIS (4) 194-199 2005
Testing and Fault Diagnosis for Web Application Compatibility Based on Combinatorial Method 110974 ISPA Workshops 619-626 2005
Application of Data Mining in Web Pre-Fetching 110978 ISMSE 372-377 2000
Matrix Dimensionality Reduction for Mining Web Logs 111000 Web Intelligence 405-408 2003
Data Mining Algorithms for Web Pre-Fetching 111001 WISE (2) 34-38 2000
Development of a Self-Adaptive Web Search Engine 111002 WSE 86- 2001
Testing web applications focusing on their specialties 111033 ACM SIGSOFT Software Engineering Notes 10 2005
An Object-Oriented Approach to Automate Web Applications Development 111036 EC-Web 16-28 2001
Development of Web Applications from Web Enhanced Conceptual Schemas 111037 ER 232-245 2003
Transforming Web Requirements into Navigational Models: AN MDA Based Approach 111038 ER 320-336 2005
Getting Ready Web Engineering Methods for the Semantic Web 111040 ICWE Workshops 110-123 2004
Un Mandeacute;todo para Medir el Tamaandntilde;no Funcional y Evaluar la Calidad de Sitios Web 111041 JISBD 477-490 2001
Aplicaciandoacute;n de MDA al Desarrollo de Aplicaciones Web en OOWS 111042 JISBD 379-388 2003
Navigational Modeling and the Semantic Web. An Ontology Based Approach 111043 WebMedia/LA-WEB 94-96 2004
Using Task Descriptions for the Specification of Web Application Requirements 111044 WER 257-268 2005
Conceptual Modelling versus Semantic Web: the two sides of the same coin 111045 WWW Workshop on Application Design, Development and Implementation Issues in the Semantic Web None 2004
Automating Change Detection and Notification of Web Pages (Invited Paper) 111074 DEXA Workshops 465-469 2006
Expressive Profile Specification and Its Semantics for a Web Monitoring System 111077 ER 420-433 2004
SmartGate: a smart push-pull approach to support role-based security in web gateways 111108 SAC 1727-1731 2005
A dataflow approach to efficient change detection of HTML/XML documents in WebVigiL 111121 Computer Networks 1547-1563 2006
Web Data and Schema Management 111128 Data Knowl. Eng. 257-259 2007
Mining Indirect Associations in Web Data 111188 WEBKDD 145-166 2001
Enabling scalable online personalization on the Web 111249 ACM Conference on Electronic Commerce 185-196 2000
Integrating Web Data and Geographic Knowledge into Spatial Databases 111251 Spatial Databases 23-47 2005
Web-DL: an experience in building digital libraries from the web 111252 CIKM 675-677 2002
A fast and robust method for web page template detection and removal 111254 CIKM 258-267 2006
Representing Web Data as Complex Objects 111256 EC-Web 216-228 2000
The Web as a Data Source for Spatial Databases 111258 GeoInfo 292-308 2003
The Web-DL Environment for Building Digital Libraries from the Web 111259 JCDL 346-357 2003
Labeling Data Extracted from the Web 111262 OTM Conferences (1) 1099-1116 2007
Verificaandccedil;andatilde;o Automandaacute;tica da Qualidade de Dados Extraandiacute;dos da Web 111267 SBBD 56-71 2003
Consultando Bancos de Dados Disponandiacute;veis na Web Usando Palavras-Chave 111268 SBBD 194-208 2002
A Framework for Generating Attribute Extractors for Web Data Sources 111271 SPIRE 210-226 2002
CoBWeb - A Crawler for the Brazilian Web 111272 SPIRE/CRIWG 184-191 1999
Finding similar identities among objects from multiple web sources 111274 WIDM 90-93 2003
Collecting hidden web pages for data extraction 111275 WIDM 69-75 2002
An Environment for Building and Maintaining Web Views 111276 Workshop on Information Integration on the Web 172-178 2001
Improving Web search efficiency via a locality based static pruning method 111277 WWW 235-244 2005
GoGetIt!: a tool for generating structure-driven web crawlers 111278 WWW 1011-1012 2006
Automatic generation of agents for collecting hidden Web pages for data extraction 111279 Data Knowl. Eng. 177-196 2004
The Debye Environment for Web Data Management 111280 IEEE Internet Computing 60-69 2002
LABRADOR: Efficiently publishing relational databases on the web by using keyword-based query interfaces 111281 Inf. Process. Manage. 983-1004 2007
A Brief Survey of Web Data Extraction Tools 111282 SIGMOD Record 84-93 2002
A web trust-inducing model for e-commerce and empirical research 111387 ICEC 188-194 2005
Ontology-Based Matchmaking in e-Marketplace with Web Services 111400 APWeb 620-631 2005
Tool Integration in a Process-Centered Web-Based Teamwork Support Environment in Java 111404 Australian Software Engineering Conference 215-220 2000
Web Service Based Architecture for Workflow Management Systems 111415 DEXA 34-43 2004
Mapping Web Services Specifications to Process Ontology: Opportunities and Limitations 111421 FTDCS 229-235 2004
Advances in Data and Web Management, Joint 9th Asia-Pacific Web Conference, APWeb 2007, and 8th International Conference, on Web-Age Information Management, WAIM 2007, Huang Shan, China, June 16-18, 2007, Proceeding 111446 APWeb/WAIM None 2007
Mechanisms for Web-based Visualised Teamwork Support 111448 WebNet None 1998
A Web-based Real-time Cooperative Editor in Java 111449 WebNet None 1998
Supporting Online Web-based Teamwork in Offline Mobile Mode Too 111451 WISE 486-490 2000
Supporting Distributed Software Development Processes in a Web-Based Environment 111453 TOOLS (31) 292-295 1999
An Architecture and the Related Mechanisms for Web-based Global Cooperative Teamwork Support 111465 Informatica (Slovenia) 87-110 2000
Discovering Web Access Patterns and Trends by Applying OLAP and Data Mining Technology on Web Logs 111520 ADL 19-29 1998
Mining complex matchings across Web query interfaces 111536 DMKD 3-10 2004
Discovering complex matchings across web query interfaces: a correlation mining approach 111587 KDD 148-157 2004
Truth discovery with multiple conflicting information providers on the web 111600 KDD 1048-1052 2007
Mining Access Patterns Efficiently from Web Logs 111605 PAKDD 396-407 2000
WebML: Querying the World-Wide Web for Resources and Knowledge 111653 Workshop on Web Information and Data Management 9-12 1998
Data Mining for Web Intelligence 111658 IEEE Computer 64-70 2002
Truth Discovery with Multiple Conflicting Information Providers on the Web 111698 IEEE Trans. Knowl. Data Eng. 796-808 2008
Matching Semantic Web Services across Heterogeneous Ontologies 111710 CIT 264-268 2005
Discovery for Web Services Based on Relationship Model 111711 CIT 253 2006
Research on Partner-Choosing and Web Services Composition for B2B E-commerce in Virtual Enterprises 111712 APWeb 814-823 2004
Application of Web Service in Web Mining 111713 CIS 989-994 2004
Flexible Web Service Composition Based on Interface Matching 111714 CIS 471-476 2004
Capability Matching of Web Services Based on OWL-S 111718 DEXA Workshops 653-657 2005
DHT Facilitated Web Service Discovery Incorporating Semantic Annotation 111719 Discovery Science 363-370 2004
Decentralized Web Service Organization Combining Semantic Web and Peer to Peer Computing 111720 ECOWS 116-127 2004
Research on Information Platform of Virtual Enterprise Based on Web Services Technology 111723 GCC (2) 203-206 2003
Accurate Web Service Composition Using Global Data Schema 111724 International Conference on Internet Computing 486-492 2004
Intelligent Web Service Discovery in Large Distributed System 111726 IDEAL 166-172 2004
A Novel Web Service Catalog System Supporting Distributed Service Publication and Discovery 111727 IMSCCS (1) 595-602 2006
WebCom Miner - a system of trends analysis for company products 111756 SMC (5) 4084-4088 2004
WS-FIT: A Tool for Dependability Analysis of Web Services 111779 COMPSAC Workshops 120-123 2004
Increasing Web Service Dependability Through Consensus Voting 111781 COMPSAC (2) 66-69 2005
A Broker Architecture for Integrating Data Using a Web Services Environment 111796 ICSOC 409-422 2003
Dynamic Data Integration Using Web Services 111798 ICWS 262-269 2004
A Practical Approach to Secure Web Services 111808 ISORC 512-519 2006
Multi-Party Authentication for Web Services: Protocols, Implementation and Evaluation 111809 ISORC 227-234 2004
Dependability in Web Services 111817 SRDS 206 2004
Assessing the Dependability of SOAP RPC-Based Web Services by Fault Injection 111822 WORDS Fall 163-170 2003
Dynamically Deploying Web Services on a Grid using Dynasoar 111915 ISORC 151-158 2006
Multimedia Indexing over the Web 111998 Storage and Retrieval for Image and Video Databases (SPIE) 72-83 1997
Identifying Web Browsing Trends and Patterns 112024 IEEE Computer 94-95 2001
Web Intelligence Meets Brain Informatics 112157 WImBI 1-31 2006
A unified platform for data driven web applications with automatic client-server partitioning 112256 WWW 341-350 2007
Personalised Web-Based Learning Systems 112373 ICALT 655-658 2005
Application of Ontology to Knowledge Management in Web based Learning 112374 ICALT None 2004
Adaptive Metaphor-Enabling of Web-Based Courses 112378 ICALT None 2004
The "Emergent" Semantic Web: An approach for derivation of semantic agreements on the Web 112397 SWWS 55-74 2001
Representing the UMLS Semantic Network Using OWL: (Or "What's in a Semantic Web Link?") 112398 International Semantic Web Conference 1-16 2003
Incorporating Pageview Weight into an Association-Rule-Based Web Recommendation System 112411 Australian Conference on Artificial Intelligence 577-586 2006
Rainbow - Multiway Semantic Analysis of Websites 112453 DEXA Workshops 635-639 2003
Upgrading Web Search Queries 112454 DEXA Workshops 128-132 2007
Web Page Analysis: Experiments Based on Discussion and Purchase Web Patterns 112458 Web Intelligence/IAT Workshops 221-225 2007
Web Pages Reordering and Clustering Based on Web Patterns 112466 SOFSEM 731-742 2008
Semantic Analysis of Web Pages Using Web Patterns 112468 Web Intelligence 329-333 2006
WordNet Ontology Based Model for Web Retrieval 112470 WIRI 220-225 2005
GUI Patterns and Web Semantics 112474 CISIM 14-19 2007
Domain Patterns and Semantic Annotation of Web Pages 112475 ICDIM 504-510 2006
Combining Structure Search and Content Search for the World-Wide Web 112490 Hypertext 217-224 1998
Distributed Web Service Discovery Architecture 112686 AICT/ICIW 136 2006
JeromeDL - Adding Semantic Web Technologies to Digital Libraries 112689 DEXA 716-725 2005
2lip: the step towards the web3d 112697 WWW 1137-1138 2008
Temporal Aggregates for Web Services on the Semantic Web 112718 ICWS 831-832 2005
An ontology of time for the semantic web 112733 ACM Trans. Asian Lang. Inf. Process. 66-85 2004
Opinion Search in Web Logs 112793 ADC 133-139 2007
People, Places, and Things: The Next Generation Web 112795 COMPCON 65-70 1996
A Self-Scaling and Self-Configuring Benchmark for Web Servers (Extended Abstract) 112815 SIGMETRICS 270-271 1998
World Wide Web Cache Consistency 112824 USENIX Annual Technical Conference 141-152 1996
Web Facts and Fantasy 112835 USENIX Symposium on Internet Technologies and Systems None 1997
The Personal Publication Reader: Illustrating Web Data Extraction, Personalization and Reasoning for the Semantic Web 112853 ESWC 515-530 2005
Semantic Web Enabled Information Systems: Personalized Views on Web Data 112854 ICCSA (2) 988-997 2005
Visual Programming of Web Data Aggregation Applications 112856 IIWeb 137-142 2003
Information Extraction for the Semantic Web 112857 Reasoning Web 275-289 2005
Interactively Adding Web Service Interfaces to Existing Web Applications 112858 SAINT 74-80 2004
Using Ontologies for Extracting Product Features from Web Pages 112859 International Semantic Web Conference 286-299 2006
Visually guided bottom-up table detection and segmentation in web documents 112861 WWW 933-934 2006
Towards domain-independent information extraction from web tables 112862 WWW 71-80 2007
An Application of Adaptive Data Mining: Facilitating Web Information Access 112874 DMKD 0- 1997
Web-Based Distributed XML Query Processing 112912 Intelligent Search on XML Data 207-216 2003
Migrating stateful web services using Apache Axis and P2P 112930 IADIS AC 433-441 2005
Developing a Web Service for Distributed Persistent Objects in the Context of an XML Database Programming Language 112937 OTM Conferences (1) 613-630 2005
A Runtime System for Interactive Web Services 113034 Computer Networks 1391-1401 1999
Contracts for Cooperation between Web Service Programmers and HTML Designers 113037 J. Web Eng. 65-90 2006
Recognizing Ontology-Applicable Multiple-Record Web Documents 113046 ER 555-570 2001
Enabling Personalized Recommendation on the Web based on User Interests and Behaviors 113089 RIDE-DM 17-24 2001
An Experiment on Modelling Agents and Knowledge for the Semantic Web 113092 AIMSA 54-64 2004
The Future of the World Wide Web 113094 BNCOD 4-15 2004
Deploying Trust Policies on the Semantic Web 113100 iTrust 369-375 2004
Efficient integration of web services with distributed data flow and active mediation 113138 ICEC 11-20 2004
Web Implementation of a Security Mediator for Medical Databases 113151 DBSec 60-72 1997
Triadic Relations: An Algebra for the Semantic Web 113296 SWDB 91-108 2004
The Chatty Web Approach for Global Semantic Agreements 113317 MMGPS 1-14 2003
From bioinformatic web portals to semantically integrated Data Grid networks 113320 Future Generation Comp. Syst. 485-496 2007
Automated Concept Discovery from Web Resources 113365 Web Intelligence 309-312 2006
Illuminating the Dark Side of Web Services 113395 VLDB 1046-1049 2003
A Web-Based Novel Term Similarity Framework for Ontology Learning 113417 OTM Conferences (1) 1092-1109 2006
Efficient concept clustering for ontology learning using an event life cycle on the web 113418 SAC 2310-2314 2008
Reducing Web Browsing Delay using Profile-Based Prefetching 113443 WebNet None 1998
Cost-Effective Web Search in Bootstrapping for Named Entity Recognition 113665 DASFAA 393-407 2008
Three-Level Schema Model in a Web Data Engine 113708 ASIAN 286-287 2005
Using Structured Tokens to Identify Webpages for Data Extraction 113713 APWeb/WAIM 241-252 2007
Design and Maintenance of Data-Intensive Web Sites 113735 EDBT 436-450 1998
ULIXES: Building Relational Views over the Web 113738 ICDE 576 1997
Noodles: A Clustering Engine for the Web 113739 ICWE 496-500 2007
Automatic annotation of data extracted from large web sites 113743 SEBD 359-366 2003
Structures in the Web 113745 SEBD 229-248 1997
The RoadRunner Web Data Extraction System 113746 SEBD 281-288 2001
Clustering Web and Desktop Searches 113749 SEBD 422-429 2007
The Araneus Web-Base Management System 113750 SIGMOD Conference 544-546 1998
To Weave the Web 113752 VLDB 206-215 1997
The World Wide Web and Databases, International Workshop WebDB'98, Valencia, Spain, March 27-28, 1998, Selected Paper 113754 WebDB None 1999
The (Short) Araneus Guide to Web-Site Development 113755 WebDB (Informal Proceedings) 13-18 1999
Managing Web-Based Data: Database Models and Transformations 113760 IEEE Internet Computing 33-37 2002
Semistructured und Structured Data in the Web: Going Back and Forth 113764 SIGMOD Record 16-23 1997
Design and development of data-intensive web sites: The araneus approach 113766 ACM Trans. Internet Techn. 49-92 2003
Data-Intensive Web Sites: Design and Maintenance 113767 World Wide Web 21-47 2001
Studying the use of popular destinations to enhance web search interaction 113771 SIGIR 159-166 2007
Mining the search trails of surfing crowds: identifying relevant websites from user activity 113772 WWW 51-60 2008
A Web Page Scoring Method for Local Web Search Engines 113773 DASFAA 606-617 2004
Discovering Semantic Sibling Associations from Web Documents with XTREEM-SP 114127 DaWaK 469-480 2006
Building and Exploiting Ad Hoc Concept Hierarchies for Web Log Analysis 114129 DaWaK 83-93 2002
Discovering Semantic Sibling Groups from Web Documents with XTREEM-SG 114131 EKAW 141-157 2006
Building HyperView Wrappers for Publisher Web-Sites 114132 ECDL 115-134 1998
Modelling and Incorporating Background Knowledge in the Web Mining Process 114133 Pattern Detection and Discovery 154-169 2002
Web Mining: From Web to Semantic Web, First European Web Mining Forum, EMWF 2003, Cavtat-Dubrovnik, Croatia, September 22, 2003, Revised Selected and Invited Paper 114135 EWMF 872-880 2004
Monitoring the Evolution of Web Usage Patterns 114136 EWMF 181-200 2003
Web Usage Analysis and User Profiling, International WEBKDD'99 Workshop, San Diego, California, USA, August 15, 1999, Revised Paper 114141 WEBKDD 137-152 2000
WEBKDD 2002 - MiningWeb Data for Discovering Usage Patterns and Profiles, 4th International Workshop, Edmonton, Canada, July 23, 2002, Revised Paper 114142 WEBKDD None 2003
Web mining for e-commerce (workshop session - title only) 114143 KDD 534 2000
Improving the Effectiveness of a Web Site with Web Usage Mining 114144 WEBKDD 142-162 1999
Data Mining for the Web 114152 PKDD 588-589 1999
Web usage mining for Web site evaluation 114163 Commun. ACM 127-134 2000
Data Mining to Measure and Improve the Success of Web Site 114164 CoRR None 2000
Data Mining for Measuring and Improving the Success of Web Sites 114165 Data Min. Knowl. Discov. 85-114 2001
A Framework for the Evaluation of Session Reconstruction Heuristics in Web-Usage Analysis 114167 INFORMS Journal on Computing 171-190 2003
Building HyperView wrappers for publisher Web sites 114170 Int. J. on Digital Libraries 3-18 2000
WebKDD-99: Workshop on Web Usage Analysis and User Profiling 114172 SIGKDD Explorations 108-111 2000
WebKDD 2005: web mining and web usage analysis post-workshop report 114173 SIGKDD Explorations 139-142 2005
WebKDD 2006: web mining and web usage analysis post-workshop report 114175 SIGKDD Explorations 84-89 2006
Analysis of Navigation Behaviour in Web Sites Integrating Multiple Information Systems 114178 VLDB J. 56-75 2000
International Tele-Education Experiment using CAI System on the World-Wide Web 114229 WebNet 957-988 1997
The Internet, the Web, and Algorithms 114391 LATIN 2 2002
Experiments with an Economic Model of the Worldwide Web 114441 WINE 46-54 2005
An economic model of the worldwide web 114445 WWW (Special interest tracks and posters) 934-935 2005
Knowledge Sifter: Agent-Based Ontology-Driven Search over Heterogeneous Databases Using Semantic Web Services 114559 ICSNW 278-295 2004
Fine-Grain, End-to-End Security for Web Service Compositions 114573 IEEE SCC 212-219 2007
Adaptation Space: A Design Framework for Adaptive Web Services 114605 ICWS-Europe 49-63 2003
Guarding Sensitive Information Streams through the Jungle of Composite Web Services 114608 ICWS 455-462 2007
Querying Multiple Bioinformatics Data Sources: Can Semantic Web Research Help 114670 SIGMOD Record 59-64 2002
Information Modelling on the Web: A Scalable Solution 114683 World Wide Web 263-304 2002
LOGML: Log Markup Language for Web Usage Mining 114707 WEBKDD 88-112 2001
LOGML - XML Language for Web Usage Mining 114722 WWW Posters None 2001
Visual web mining 114723 WWW (Alternate Track Papers andamp; Posters) 394-395 2004
Web-basiertes Lernen: Eine andUuml;bersicht anduuml;ber Stand und Entwicklungen 114753 Web andamp; Datenbanken 363-397 2003
Web andamp; Datenbanken. Konzepte, Architekturen, Anwendunge 114754 None None 2003
Tutorium: Web basiertes Lernen: Stand, Konzepte und Entwicklungen 114773 Promise 162 2002
A Multi-Level Model for Web Service Composition 114784 ICWS 462- 2004
SISQL: Schema-Independent Database Querying (On and Off the Web) 114785 IDEAS 55-64 2000
E-Learning as a Web Service 114788 IDEAS 242-249 2003
The World Wide Web and Databases, Third International Workshop WebDB 2000, Dallas, Texas, USA, Maaay 18-19, 2000, Selected Paper 114798 WebDB (Selected Papers) None 2001
Suchmaschinen und Anfragen im World Wide Web 114812 Informatik Spektrum 9-15 1998
Report on WebDB'2000: 3rd International Workshop on the Web and Databases 114820 SIGKDD Explorations 80-82 2000
Editorial: Revisiting the (Machine) Semantic Web: The Missing Layers for the Human Semantic Web 114825 IEEE Trans. Knowl. Data Eng. 145-148 2007
Priority Mechanisms for OLTP and Transactional Web Applications 114833 ICDE 535-546 2004
SRPT Scheduling for Web Servers 114835 JSSPP 11-20 2001
Web servers under overload: How scheduling can help 114838 ACM Trans. Internet Techn. 20-52 2006
Translating Web Data 114892 VLDB 598-609 2002
Semantic Interpretation and Matching of Web Services 114947 ER 542-554 2004
A Fuzzy Model for Selection of QoS-Aware Web Services 114973 ICEBE 585-593 2006
MIDAS/BD: A Methodological Framework for Web Database Design 115023 ER (Workshops) 227-238 2001
Integrating query and hypertext modeling in web information systems development 115027 ICWI 1195-1198 2004
Integrating Agile and Model-Driven Practices in a Methodological Framework for the Web Information Systems Development 115030 ICEIS (3) 523-526 2004
Incorporating Knowledge Engineering Techniques to Requirements Capture in the MIDAS Web Applications Development Process 115032 ICEIS 782-787 2002
A Comparative Study between Web Service and Grid Service Developments in a MDA Framework 115033 ICEIS (3) 114-124 2007
Representing Web Services with UML: A Case Study 115034 ICSOC 17-27 2003
Modeling semantic web services: a case study 115035 ICWE 32-39 2006
Model Transformation for Service-Oriented Web Applications Development 115036 MDWE 71-76 2007
Business Process Development based on Web Services: a Web Information System for Medical Image Management and Processing 115037 ICWS 807-814 2006
A Web Information System for Medical Image Management 115038 ISBMDA 49-59 2004
El Proceso de Desarrollo en las Aplicaciones Web 115041 JISBD 59-66 2000
Desarrollo de Aplicaciones Web: Integraciandoacute;n de Tandeacute;cnicas de IC para la Captura de Requisitos 115045 JISBD 567-580 2001
Desarrollo de sistemas de informaciandoacute;n Web: del modelo conceptual de navegaciandoacute;n al modelo landoacute;gico en XML 115048 JISBD 137-146 2003
Desarrollo de BD Web: una propuesta metodolandoacute;gica basada en UML, XML y tecnologandiacute;a OR 115049 JISBD 717-726 2003
Model transformations for hypertext modeling on web information systems 115052 SAC 1232-1239 2006
Security in Web Database Systems Development 115055 SIS 1-12 2002
A User Service Oriented Method to Model Web Information Systems 115058 WISE 41-52 2004
Web-PACS for Multicenter Clinical Trials 115065 IEEE Transactions on Information Technology in Biomedicine 87-93 2007
Webpage understanding: an integrated approach 115090 KDD 903-912 2007
Proceedings of the 17th International Conference on World Wide Web, WWW 2008, Beijing, China, April 21-25, 200 115094 WWW 17 2008
Semantic Based Web Services Discovery 115096 AWCC 388-393 2004
A Web Service-Based Framework for Supply Chain Management 115097 ISORC 316-319 2005
Modeling and Implementation of Unified Semantic Web Platform 115100 Web Intelligence 603-606 2004
Model-lite Planning for the Web Age Masses: The Challenges of Planning with Incomplete and Evolving Domain Models 115156 AAAI 1601- 2007
Answering Imprecise Queries over Autonomous Web Databases 115175 ICDE 45 2006
Proceedings of IJCAI-03 Workshop on Information Integration on the Web (IIWeb-03), August 9-10, 2003, Acapulco, Mexic 115177 IIWeb None 2003
Answering Imprecise Queries over Web Databases 115196 VLDB 1350-1353 2005
Providing ranked relevant results for web database queries 115201 WWW (Alternate Track Papers andamp; Posters) 314-315 2004
A Distributed Framework of Web-Based Telemedicine System 115245 CBMS 108- 2003
Towards Extended Machine Translation Model for Next Generation World Wide Web 115254 GCC 1017-1020 2004
GHIRS: Integration of Hotel Management Systems by Web Services 115256 GCC (2) 1002-1009 2003
An Active Distributed Defense System to Protect Web Applications from DDOS Attacks 115265 iiWAS None 2004
Combating DDoS Attacks in Web-based Services 115266 iiWAS None 2004
Protecting web applications from DDoS attacks by an active distributed defense system 115295 IJWIS 37-44 2006
The Impact of Language on Website Use and User Satisfaction: Project Description 115317 ECIS None 2005
Modeling Autonomic Recovery in Web Services with Multi-tier Reboots 115350 ICWS 1222-1223 2007
AllerTool: a web server for predicting allergenicity and allergic cross-reactivity in proteins 115388 Bioinformatics 504-506 2007
BEA Liquid Data for WebLogic: XML-Based Enterprise Information Integration 115412 ICDE 800-803 2004
XML in the Middle: XQuery in the WebLogic Platform 115430 SIGMOD Conference 901-902 2004
Integration, Web Services Style 115464 IEEE Data Eng. Bull. 17-21 2002
Language identification in web documents using discrete HMMs 115549 Pattern Recognition 583-594 2004
Automated Concept Discovery from Web Resources 115573 Web Intelligence 309-312 2006
Extracting Semantic Relationships Between Terms from PC Documents and Its Applications to Web Search Personalization 115578 APWeb 579-590 2006
Query Modification by Discovering Topics from Web Page Structures 115579 APWeb 553-564 2004
Improving Web Retrieval Precision Based on Semantic Relationships and Proximity of Query Keywords 115580 DEXA 54-63 2006
Quality Estimation of Local Contents Based on PageRank Values of Web Pages 115583 ICDE Workshops 134 2006
Extracting Personal Conceptual Structures from PC Documents and its Application to Web Search Personalization 115584 ICDE Workshops 1228 2005
Creating Personal Histories from the Web Using Namesake Disambiguation and Event Extraction 115585 ICWE 400-414 2007
Keyword Spices: A New Method for Building Domain-Specific Web Search Engines 115586 IJCAI 1457-1466 2001
Identification of time-varying objects on the web 115587 JCDL 285-294 2008
Analysis and Improvement of HITS Algorithm for Detecting Web Communitie 115588 SAINT 132-140 2002
Context-Dependent Web Bookmarks and Their Usage as Queries 115589 WISE 333-344 2002
Searching Coordinate Terms with Their Context from the Web 115590 WISE 40-47 2006
Analysis and improvement of HITS algorithm for detecting Web communities 115592 Systems and Computers in Japan 32-42 2004
Domain-Specific Web Search with Keyword Spices 115594 IEEE Trans. Knowl. Data Eng. 17-27 2004
Secure web application via automatic partitioning 115605 SOSP 31-44 2007
The WebGraph Framework II: Codes For The World-Wide Web 115615 Data Compression Conference 528 2004
Trovatore: Towards a Highly Scalable Distributed Web Crawler 115637 WWW Posters None 2001
The webgraph framework I: compression techniques 115639 WWW 595-602 2004
WebGraph: things you thought you could not do with Javaandamp;trade; 115643 PPPJ 1-8 2004
UbiCrawler: a scalable fully distributed Web crawler 115660 Softw., Pract. Exper. 711-726 2004
Codes for the World Wide Web 115665 Internet Mathematics None 2005
Extracting Structured Data from Web Pages 115770 ICDE 698-698 2003
Extending a Web Browser with Client-Side Mining 115779 APWeb 166-177 2003
Supporting Web-Based Database Application Development 115788 DASFAA 17-24 1999
Web-Age Information Management, First International Conference, WAIM 2000, Shanghai, China, June 21-23, 2000, Proceeding 115836 WAIM None 2000
iASA: Learning to Annotate the Semantic Web 115853 J. Data Semantics IV 110-145 2005
Integrating Database and World Wide Web Technologies 115871 World Wide Web 73-86 1998
Cooking the Semantic Web with the OWL API 115887 International Semantic Web Conference 659-675 2003
Conceptual Open Hypermedia = The Semantic Web 115888 SemWeb None 2001
Applying Semantic Web Services to Bioinformatics: Experiences Gained, Lessons Learnt 115889 International Semantic Web Conference 350-364 2004
Taming the inaccessible web 115891 SIGDOC 64-69 2006
Semantic triage for increased Web accessibility 115906 IBM Systems Journal 637-649 2005
Dynamic Linking of Web Resources: Customisation and Personalisation 115911 Advances in Semantic Media Adaptation and Personalization 1-24 2008
A self-managing data cache for edge-of-network web applications 115912 CIKM 177-185 2002
Agent-based model of web-learning 116027 ICEC 762-764 2005
A Fine-Grained, Detailed, Synchronized Measurement Toolkit for Web Client-Server Performance 116059 PDPTA 876-882 1999
Manipulating multiple sequence alignments via MaM and WebMaM 116124 Nucleic Acids Research 295-298 2005
taveRNA: a web suite for RNA algorithms and applications 116125 Nucleic Acids Research 325-329 2007
Delivering location-based services using GIS, WAP, and the Web: two applications 116144 Wireless Information Systems 58-69 2002
Towards an Authentication Middleware to Support Ubiquitous Web Access 116151 COMPSAC Workshops 36-38 2004
eSarine - A Struts-based Webshop for Small and Medium-sized Enterprises 116188 EMISA 13-24 2004
Zur Entwicklung des Struts-basierten Webshops eSarine - Ein Open-Source-Projekt aus dem Hochschulbereich 116190 HMD - Praxis Wirtschaftsinform. 1089-1096 2004
Towards Load Balancing in Peer-to-Peer Environment of Web Services 116207 APWeb 311-320 2004
WSQuery: XQuery for Web Services Integration 116208 DASFAA 372-384 2005
Virtual Database technology, XML, and the Evolution of the Web 116232 IEEE Data Eng. Bull. 48-52 1998
Querying websites using compact skeletons 116234 J. Comput. Syst. Sci. 809-851 2003
WebService-basierte Integration externer Datenquellen in relationale Datenbanksysteme 116324 XMIDX 11-21 2003
Recommendation Models for User Accesses to Web Pages 116332 ICANN 1003-1010 2003
A Poisson Model for User Accesses to Web Pages 116333 ISCIS 332-339 2003
Integrating Data from Maps on the World-Wide Web 116335 W2GIS 180-191 2006
Semantic collaborative web caching 116380 WISE 30-42 2002
An Application of Adaptive Data Mining: Facilitating Web Information Access 116418 DMKD 0- 1997
Web-Based Visualization of Large Hierarchical Graphs Using Invisible Links in a Hyperbolic Space 116460 VDB 83-94 2000
Business-oriented management of Web services 116478 Commun. ACM 55-60 2003
Mobile web searching 116519 Bell Labs Technical Journal 84-98 2001
MDWEnet: A Practical Approach to Achieving Interoperability of Model-Driven Web Engineering Methods 116569 MDWE 6-12 2007
Modeling Customizable Web Applications 116574 Kyoto International Conference on Digital Libraries 387 2000
TIScover - Eine generische Plattform fuer webbasierte Tourismusinformationssysteme 116582 Inform., Forsch. Entwickl. 1-13 2001
Ein UML-basiertes Framework zur Modellierung ubiquita"rer Web-Anwendungen 116585 Wirtschaftsinformatik 225-235 2002
GIO: a semantic web application using the information grid framework 116589 WWW 857-858 2006
NeuroWeb: An Internet-Based Neural Network Simulator 116607 ICTAI 407-412 2002
Semantic Web Services Grounding 116705 AICT/ICIW 127 2006
Semantic Web Fred - Automated Goal Resolution on the Semantic Web 116710 HICSS None 2005
An Evaluation of Discovery approaches in Grid and Web services Environments 116712 NODe/GSEM 233-247 2005
Web Service Modeling Ontology 116715 Applied Ontology 77-106 2005
A First Experience in Archiving the French Web 116725 BDA 55-77 2002
Query Subscription in an XML Webhouse 116737 DELOS Workshop: Information Seeking, Searching and Querying in Digital Libraries 106-121 2000
Issues in Monitoring Web Data 116738 DEXA 1-8 2002
A First Experience in Archiving the French Web 116744 ECDL 1-15 2002
Distributed Information Management with XML and Web Services 116745 FASE 1-11 2004
Queries and Computation on the Web 116759 ICDT 262-275 1997
Web services and data integration 116793 WISE 3-6 2002
Computing Web Page Importance without Storing the Graph of the Web (extended abstract) 116798 IEEE Data Eng. Bull. 27-33 2002
Indexing Multilingual Information on the Web 116833 COMPSAC 576-581 1998
Discovering and Improving Recovery Mechanisms of CompositeWeb Services 116853 ICWS 99-110 2006
Extracting Objects from the Web 116863 ICDE 123 2006
3D Model and Motion Retrieval: The Extended Dimensions for Web-Based Learning 116866 ICWL 230-240 2003
Deriving and Verifying Statistical Distribution of a Hyperlink-Based Web Page Quality Metric 116878 DEXA 19-28 2002
Modelling and Predicting Web Page Accesses Using Burrell's Model 116879 EC-Web 172-181 2002
A survey of Web metrics 116880 ACM Comput. Surv. 469-503 2002
Deriving and verifying statistical distribution of a hyperlink-based Web page quality metric 116881 Data Knowl. Eng. 291-315 2003
User-assisted similarity estimation for searching related web pages 116882 Hypertext 11-20 2007
Using Ontology-Based User Preferences to Aggregate Rank Lists in Web Search 116884 PAKDD 923-931 2008
Semantic Web Techniques for Personalization of eGovernment Services 116895 ER (Workshops) 435-444 2006
Un'infrastruttura XML/XSL per la gestione temporale di documenti e dati in ambiente Web 116905 SEBD 227-240 2000
XML representation and management of temporal information for web-based cultural heritage applications 116912 Data Science Journal 68-83 2002
Introducing an Annotated Bibliography on Temporal and Evolution Aspects in the World Wide Web 116919 SIGMOD Record 84-86 2004
A Web-Enabled System for Storage and Retrieval of GOES-8 Meteorological Data from a Semantic Database 116941 ISAS-SCI (1) 62-65 2001
An XML-based Quality of Service Enabling Language for the Web 117016 J. Vis. Lang. Comput. 61-95 2002
Searching the Internet Using Topological Analysis of Web Pages 117022 Communications in Computing 271-277 2003
Answering Imprecise Queries over Autonomous Web Databases 117198 ICDE 45 2006
Proceedings of the 2008 International Workshop on Context Enabled Source and Service Selection, Integration and Adaptation: organized with the 17th International World Wide Web Conference (WWW 2008), CSSSIA 2008, Beijing, China, April 22, 200 117202 CSSSIA 83-90 2008
A Probabilistic QoS Model and Computation Framework for Web Services-Based Workflows 117207 ER 596-609 2004
A probabilistic approach to modeling and estimating the QoS of web-services-based workflows 117212 Inf. Sci. 5484-5503 2007
DBCache: database caching for web application servers 117224 SIGMOD Conference 612 2002
A Personal Assistant for Web Database Caching 117267 CAiSE 64-78 2000
Web-based Integration of Printed and Digital Information 117271 DIWeb 71-85 2002
Web-Based Integration of Printed and Digital Information 117273 EEXTT 200-219 2002
Visualization of Global Web Log and Web Communities 117283 iiWAS 957-988 2004
Exploiting Structural Similarity For Effective Web Information Extraction 117286 Foundations of Semistructured Data 449-467 2005
An XML-Based Architecture for Adaptive Web Hypermedia Systems Using a Probabilistic User Model 117290 IDEAS 257-265 2000
Exploiting structural similarity for effective Web information extraction 117300 Data Knowl. Eng. 222-234 2007
Automatically Grounding Semantically-Enriched Conceptual Models to Concrete Web Services 117340 ER 304-319 2005
Multidimensional Sequence Alignment Methods: Discovering Navigation Patterns on Web Sites Presenting Page- and Time Information 117354 ICMLA 57-63 2002
Discovering Interesting Navigations on a Web Site Using SAMI 117355 ITWP 187-200 2003
The Management of Spatial and Temporal Constraints in GIS using Pictorial Interaction on the Web 117405 CAiSE Workshops (1) 92-105 2004
Device Independent Web Applications - The Author Once - Display Everywhere Approach 117447 ICWE 244-255 2004
A DOM Tree Alignment Model for Mining Parallel Data from the Web 117501 ACL None 2006
A PPM Prediction Model Based on Web Objects' Popularity 117505 FSKD (2) 110-119 2005
Appling Association Rule to Web Prediction 117512 IMSCCS (2) 522-527 2006
Quantitative Analysis of Zipf's Law on Web Cache 117513 ISPA 845-852 2005
SPN Model for Web Prefetching and Caching 117516 SKG 24 2005
Web Prefetching Control Model Based on Prefetch-Cache Interaction 117517 SKG 30 2005
An SPN-Based Integrated Model for Web Prefetching and Caching 117521 J. Comput. Sci. Technol. 482-489 2006
Answering aggregation queries on hierarchical web sites using adaptive sampling 117522 CIKM 237-238 2005
Schema-guided wrapper maintenance for web-data extraction 117543 WIDM 1-8 2003
Adaptive-sampling algorithms for answering aggregation queries on Web sites 117545 Data Knowl. Eng. 462-490 2008
Index Structures for Querying the Deep Web 117697 WebDB 79-86 2003
Merging Source Query Interfaces onWeb Databases 117698 ICDE 46 2006
WebIQ: Learning from the Web to Match Deep-Web Query Interfaces 117699 ICDE 44 2006
UIC at TREC 2002: Web Track 117702 TREC 11-22 2002
Automatic Refinement of Keyword Annotations for Web Image Search 117762 MMM (1) 259-268 2007
TREC-10 Experiments at CAS-ICT: Filtering, Web and QA 117769 TREC 353-364 2001
TREC 2003 Novelty and Web Track at ICT 117770 TREC 138-146 2003
Discovering Semantic Web Services in Federated Directories 117800 ICEIS (4) 283-286 2007
Decentralized Orchestration of CompositeWeb Services 117801 ICWS 869-876 2006
Federated directories of Semantic web services 117802 SAC 368-369 2007
Adapting Agent Communication Languages for Semantic Web Service Inter-Communication 117805 Web Intelligence 405-408 2005
WSDir: A Federated Directory System of Semantic Web Services 117806 WETICE 98-103 2007
A study on rough set-aided feature selection for automatic web-page classification 117864 Web Intelligence and Agent Systems 431-441 2006
Web Dynamics - Setting the Scene 117866 Web Dynamics 1-18 2004
Web Dynamics - Adapting to Change in Content, Size, Topology and Us 117868 None None 2004
Constructing Web Views from Automated Navigation Session 117872 WOWS 54-58 1999
An Heuristic to Capture Longer User Web Navigation Patterns 117873 EC-Web 155-164 2000
Generating Dynamic Higher-Order Markov Models in Web Usage Mining 117885 PKDD 34-45 2005
Understanding Web Searching andamp; Navigation Patterns 117889 WWW (Posters) None 2003
Web Dynamics 117901 Computer Networks 221-223 2002
Special issue on Web dynamics 117902 Computer Networks 1425-1429 2006
A Dynamic Clustering-Based Markov Model for Web Usage Minin 117905 CoRR None 2004
Evaluating Variable Length Markov Chain Models for Analysis of User Web Navigation Session 117908 CoRR None 2006
Ranking Pages by Topology and Popularity within Web Site 117909 CoRR None 2004
On the economy of Web links: Simulating the exchange process 117912 First Monday None 2004
An Average Linear Time Algorithm For Web Usage Mining 117917 International Journal of Information Technology and Decision Making 307-319 2004
Computing the Entropy of User Navigation in the Web 117918 International Journal of Information Technology and Decision Making 459-476 2003
Zipf's Law for Web Surfers 117927 Knowl. Inf. Syst. 120-129 2001
A Fine Grained Heuristic to Capture Web Navigation Patterns 117933 SIGKDD Explorations 40-50 2000
Report on the Web Dynamics Workshop at WWW 2002 117934 SIGMOD Record 72-76 2002
Report on the 3rd Web Dynamics Workshop, at WWW'2004 117935 SIGMOD Record 91-95 2004
Testing the Predictive Power of Variable History Web Usage 117937 Soft Comput. 717-727 2007
Web dynamics 117938 Software Focus 60-67 2001
Evaluating Variable-Length Markov Chain Models for Analysis of User Web Navigation Sessions 117942 IEEE Trans. Knowl. Data Eng. 441-452 2007
A stochastic model for the evolution of the Web allowing link deletion 117946 ACM Trans. Internet Techn. 117-130 2006
Ranking Pages by Topology and Popularity within Web Sites 117947 World Wide Web 301-316 2006
DeepBot: a focused crawler for accessing hidden web content 117998 DEECS 18-25 2007
Semi-Automatic Wrapper Generation for Commercial Web Sources 118000 Engineering Information Systems in the Internet Context 265-283 2002
Crawling Web Pages with Support for Client-Side Dynamism 118001 WAIM 252-262 2006
Automatically Generating Labeled Examples for Web Wrapper Maintenance 118002 Web Intelligence 250-256 2005
Automatically maintaining wrappers for semi-structured web sources 118003 Data Knowl. Eng. 331-358 2007
Extracting lists of data records from semi-structured web pages 118004 Data Knowl. Eng. 491-509 2008
Efficient query processing in geographic web search engines 118090 SIGMOD Conference 277-288 2006
Integrating Web technologies in Eclipse 118153 IBM Systems Journal 279-288 2005
On demand Web-client technologies 118154 IBM Systems Journal 297-315 2004
Towards Reengineering Web Sites to Web-services Providers 118265 CSMR 296-308 2004
3rd International Workshop on Net-Centric Computing (NCC 2001): Theme: Migrating to the Web 118274 ICSE 766-767 2001
Semantic Structure Matching for Assessing Web-Service Similarity 118281 ICSOC 194-207 2003
Supporting Adaptive Web-Service Orchestration with an Agent Conversation Framework 118283 ICWS 541-549 2005
Constructing XML-Speaking Wrappers for WEB Applications: Towards an Interoperating WEB 118298 WCRE 59- 2000
Swing2Script: Migration of Java-Swing Applications to Ajax Web Applications 118299 WCRE 179-188 2007
Conversation Errors in Web Service Coordination: Run-time Detection and Repair 118301 Web Intelligence 442-449 2005
Flexible Interface Matching for Web-Service Discovery 118302 WISE 147-156 2003
Intelligent Integration of Information and Services on the Web 118307 AI Magazine 109-112 2002
Structural and Semantic Matching for Assessing Web-service Similarity 118309 Int. J. Cooperative Inf. Syst. 407-438 2005
An intelligent-agent architecture for flexible service integration on the web 118315 IEEE Transactions on Systems, Man, and Cybernetics, Part C 468-479 2003
Grid Computing on the Web Using the Globus Toolkit 118327 HPCN Europe 32-40 2000
The Grid, Grid Services and the Semantic Web: Technologies and Opportunities 118348 International Semantic Web Conference 3-4 2002
Visualizing structural patterns in web collections 118377 WWW 1333-1334 2007
Automatic client-server partitioning of data-driven web applications 118485 SIGMOD Conference 760-762 2006
User-centric personalized extensibility for data-driven web applications 118486 SIGMOD Conference 1125-1127 2007
Substitution or Complement: An Empirical Analysis on the Impact of Collaborative Tagging on Web Search 118489 Web Intelligence 757-760 2006
Data Management in the Worldwide Sensor Web 118617 IEEE Pervasive Computing 30-40 2007
A Ranking Mechanism for SemanticWeb Service Discovery 118623 IEEE SCW 41-48 2007
Designing ETL processes using semantic web technologies 118630 DOLAP 67-74 2006
Ontology-based Information Retrieval of Web Services in Virtual Enterprise 118712 IEEE SCC 441-444 2004
Generation and Matching of Ontology Data for the Semantic Web in a Peer-to-Peer Framework 118767 APWeb/WAIM 136-143 2007
Creating and Managing Ontology Data on the Web: A Semantic Wiki Approach 118770 WISE 513-522 2007
Mining key information of web pages: A method and its application 118779 Expert Syst. Appl. 425-433 2007
Mining the World Wide Web: An Information Search Approac 118828 None None 2001
RADAR: a web server for RNA data analysis and research 118870 Nucleic Acids Research 300-304 2007
Query Routing: Finding Ways in the Maze of the DeepWeb 118903 WIRI 64-73 2005
Web Services Composition: A Story of Models, Automata, and Logics 118906 IEEE SCC None 2005
Towards a Unified Model for Web Services Composition 118907 ASIAN 1-10 2005
Converged Services: A Hidden Challenge for the Web Services Paradigm 118921 EDBT 1-2 2004
Web Services Composition: A Story of Models, Automata, and Logics 118930 ICWS None 2005
Automatic Composition of Web Services in Colombo 118942 SEBD 8-15 2005
Smart supply web: an application of web-based data and workflow mediation 118948 TES 227-246 2000
Automatic Composition of Transition-based Semantic Web Services with Messaging 118949 VLDB 613-624 2005
Web Services, E-Business, and the Semantic Web, CAiSE 2002 International Workshop, WES 2002, Toronto, Canada, May 27-28, 2002, Revised Paper 118952 WES 69-78 2002
Tools for composite web services: a short overview 118970 SIGMOD Record 86-95 2005
Client-Class based Admission Control Algorithm in Web Server Using Cluster Analysis 119040 SERA 424-430 2005
Conversion of Topic Map Metadata to RDF Metadata for Knowledge Retrieval on the Web 119044 SERA 123-137 2004
Multimedia information retrieval based on spatiotemporal relationships using description logics for the semantic web 119055 Int. J. Intell. Syst. 679-692 2006
Deriving similarity for Semantic Web using similarity graph 119063 J. Intell. Inf. Syst. 149-166 2006
RADAR: An InteractiveWeb-Based Toolkit for RNA Data Analysis and Research 119090 BIBE 209-212 2006
WebVigiL: User Profile-Based Change Detection for HTML/XML Documents 119147 BNCOD 38-57 2003
CX-DIFF: A Change Detection Algorithm for XML Content and Change Presentation Issues for WebVigiL 119148 ER (Workshops) 273-284 2003
CX-DIFF: a change detection algorithm for XML content and change visualization for WebVigiL 119149 Data Knowl. Eng. 209-230 2005
URES : an Unsupervised Web Relation Extraction System 119158 ACL None 2006
Data Mining on the Web: A Promising Challenge 119192 KI 35-36 1998
Dynamic Approach for Integrating Web Data Warehouses 119209 ICCSA (4) 207-216 2006
iiWAS'2006 - The Eighth International Conference on Information Integration and Web-based Applications Services, 4-6 December 2006, Yogyakarta, Indonesi 119210 iiWAS 749-762 2006
iiWAS'2007 - The Ninth International Conference on Information Integration and Web-based Applications Services, 3-5 December 2007, Jakarta, Indonesi 119211 iiWAS None 2007
Study of Using an Object-Relational Paradigm in Building a Web Database Application 119217 I. J. Comput. Appl. 171-184 2003
A Framework for Collaborative Interaction of People and Robots in the Web 119271 LA-WEB 179-182 2005
Publish/Subscribe on the Web at Extreme Speed 119303 VLDB 627-630 2000
An Ontology for Semantic Integration of Life Science Web Databases 119343 Int. J. Cooperative Inf. Syst. 275-294 2003
Data Management in the Worldwide Sensor Web 119357 IEEE Pervasive Computing 30-40 2007
Visualization of navigation patterns on a Web site using model-based clustering 119375 KDD 280-284 2000
Model-Based Clustering and Visualization of Navigation Patterns on a Web Site 119392 Data Min. Knowl. Discov. 399-424 2003
Web Site Personalization Using User Profile Information 119422 AH 510-513 2002
CROWSE: A System for Organizing Repositories and Web Search Results 119426 SIGIR 457-457 2001
Flashproxy: transparently enabling rich web content via remote execution 119430 MobiSys 81-93 2008
Organizing and sharing distributed personal web-service data 119431 WWW 755-764 2008
A Self-Organizing Search Engine for RSS Syndicated Web Contents 119452 ICDE Workshops 52 2006
Popularity-Based PPM: An Effective Web Prefetching Technique for High Accuracy and Low Storage 119462 ICPP 296-304 2002
Accurately Modeling Workload Interactions for Deploying Prefetching in Web Servers 119463 ICPP 427-435 2003
Extracting Features from Web Search Returned Hits for Hierarchical Classification 119467 IKE 103-108 2003
Integrating Web Systems Through Linking 119487 WWW (Posters) None 2003
Coordinated data prefetching for web contents 119495 Computer Communications 1947-1958 2005
A Popularity-Based Prediction Model for Web Prefetching 119496 IEEE Computer 63-70 2003
Coordinated data prefetching by utilizing reference information at both proxy and web servers 119520 SIGMETRICS Performance Evaluation Review 32-38 2001
Semantic Web for Extending and Linking Formalisms 119691 FME 587-606 2002
Checking and Reasoning about Semantic Web through Alloy 119692 FME 796-813 2003
Z Approach to Semantic Web 119694 ICFEM 156-167 2002
SVG Web Environment for Z Specification Language 119695 ICFEM 480-494 2005
An Unabridged Method Concerning Capability Matchmaking of Web Services 119702 Web Intelligence 662-665 2006
Object-Z web environment and projections to UML 119703 WWW 725-734 2001
From bioinformatic web portals to semantically integrated Data Grid networks 119722 Future Generation Comp. Syst. 485-496 2007
Automated Discovery of Search Interfaces on the Web 119898 ADC 181-189 2003
Secure search in enterprise webs: tradeoffs in efficient implementation for document level security 119903 CIKM 493-502 2006
Fast generation of result snippets in web search 119912 SIGIR 127-134 2007
Overview of the TREC-9 Web Track 119915 TREC 204-214 2000
Web Search Engines: Part 1 119921 IEEE Computer 86-88 2006
Web Search Engines: Part 2 119922 IEEE Computer 88-90 2006
Introduction: A perspective on Web Information Retrieval 119924 Inf. Retr. 119-122 2006
Does topic metadata help with Web search 119927 JASIST 613-628 2007
Plans for the TREC-9 Web Track 119930 SIGIR Forum 17-18 1999
WebSCAN: Discovering and Notifying Important Changes of Web Sites 119937 DEXA 587-598 2001
Datenbanksysteme in Business, Technologie und Web (BTW 2007), Workshop Proceedings, 5.-6. Mandauml;rz 2007, Aachen, German 119951 BTW Workshops 168- 2007
CORBA, Web and Databases 119955 DEXA Workshop 674-676 2000
Of Crawlers, Portals, Mice and Men: Is there more to Mining the Web? (Panel) 119994 SIGMOD Conference 504 1999
A version model for supporting adaptation of web pages 120012 WIDM 120-127 2004
Net-dbx-G: a Web-based debugger of MPI programs over Grid environments 120015 CCGRID 35-42 2004
A Pragmatic Methodology to Web Service Discovery 120026 ICWS 1168-1171 2007
A Pragmatic and Pervasive Methodology to Web Service Discovery 120034 OTM Workshops (2) 1285-1294 2006
Combining Pragmatics and Intelligence in Semantic Web Service Discovery 120035 OTM Workshops (2) 824-833 2007
Net-dbx: A Web-Based Debugger of MPI Programs Over Low-Bandwidth Lines 120053 IEEE Trans. Parallel Distrib. Syst. 986-995 2001
A Minimalist Approach to Semantic Annotations for Web Processes Compositions 120116 ESWC 620-634 2006
A Minimalist Approach to Semantic Annotations for Web Processes Compositions 120122 SEBD 208-216 2006
Web Service Discovery at Process-level Based on Semantic Annotation 120123 SEBD 220-232 2007
An Integrated Architecture for Exploring, Wrapping, Mediating and Restructuring Information from the Web 120133 Australasian Database Conference 82-89 2000
Search, Analysis, and Integration of Web Documents: A Case Study with FLORID 120138 DDLP 47-58 1998
Linking the Semantic Web with Existing Sources 120139 DEXA Workshops 93-97 2002
Modeling and Querying Structure and Contents of the Web 120140 DEXA Workshop 721-725 1999
A Unified Framework for Wrapping, Mediating and Restructuring Information from the Web 120146 ER (Workshops) 307-320 1999
Reasoning im und fanduuml;r das Semantic Web 120150 Grundlagen von Datenbanken 9-20 2005
An Ontology- and Resources-Based Approach to Evolution and Reactivity in the Semantic Web 120155 OTM Conferences (2) 1553-1570 2005
Principles and Practice of Semantic Web Reasoning, 4th International Workshop, PPSWR 2006, Budva, Montenegro, June 10-11, 2006, Revised Selected Paper 120157 PPSWR None 2006
A General Language for Evolution and Reactivity in the Semantic Web 120158 PPSWR 101-115 2005
Extending an OWL Web Node with Reactive Behavior 120159 PPSWR 134-148 2006
Active Rules in the Semantic Web: Dealing with Language Heterogeneity 120160 RuleML 30-44 2005
Evolution and Reactivity for the Web 120162 Reasoning Web 134-172 2005
A uniform framework for integration of information from the web 120170 Inf. Syst. 59-91 2004
Using Role Theory in Monitoring Web Group Learning Systems 120182 ICCE 884-888 2002
Trust Is not Enough: Privacy and Security in ASP and Web Service Environments 120183 ADBIS 8-22 2002
A Visualization Model for Web Sitemaps 120187 CGIV 12-17 2006
Secure Model Management Operations for the Web 120194 DBSec 237-251 2005
Towards Access Control for Visual Web Model Management 120197 EEE 722-727 2005
VisDP: A Web Service for Visualizing Design Patterns on Demand 120214 ITCC (2) 385-391 2005
Spatial graph grammars for web information transformation 120230 HCC 84-91 2003
An Empirical Study of Web Interface Design on Small Display Devices 120241 Web Intelligence 29-35 2004
An Integrated Visual Framework for the Human-Web Interface 120242 WECWIS 195-202 2002
Dynamic web service composition based on OWL-S 120280 Science in China Series F: Information Sciences 843-863 2006
A self-managing data cache for edge-of-network web applications 120290 CIKM 177-185 2002
Web search from a bus 120372 Challenged Networks 59-66 2007
Measuring Semantic Relations of Web Sites by Clustering of Local Context 120395 ICWE 182-186 2004
Web Service Discovery via Semantic Association Ranking and Hyperclique Pattern Discovery 120426 Web Intelligence 649-652 2006
Automatic Composition of Web Services with Contingency Plans 120471 ICWS 454-461 2004
Building Reliable Web Services Compositions 120473 Web, Web-Services, and Database Systems 59-72 2002
WebComposer: A Tool for Composition and Execution of Web Service-Based Workflows 120474 WebMedia/LA-WEB 30-37 2004
Mediating Heterogeneous Web Services 120479 SAINT 344-347 2003
Desafios na Gerandecirc;ncia de Dados Distribuandiacute;dos: Web, Clusters e Grid 120484 SBBD 2 2005
Software Components Reuse Through Web Search and Retrieval 120497 Workshop on Information Integration on the Web 12-18 2001
Managing structural genomic workflows using Web services 120499 Data Knowl. Eng. 45-74 2005
Software Components Retrieval Through Mediators and Web Search 120502 J. Braz. Comp. Soc. 55- 2002
An Administration Model of DRBAC on the Web 120519 ICEBE 364-367 2005
Personalized web exploration with task models 120534 WWW 1-10 2008
WebTool: An Integrated Framework for Data Mining 120574 DEXA 892-901 1999
Webtool: un environnement intandeacute;grandeacute; de data mining 120581 INFORSID 393-411 1999
Discovering gis sources on the web using summaries 120653 JCDL 94-103 2008
WebDock: A Structure-Based Drug Discovery Web Service 120656 BIOCOMP 547-548 2006
Extended Internet Caching Protocol: A Foundation for Building Ubiquitous Web Caching 120731 SAC 901-907 2003
A Dynamic Web Agent for Verifying the Security and Integrity of a Web Site's Contents 120817 CSCWD 330-337 2001
On-the-fly web content integrity check boosts users's confidence 120820 Commun. ACM 33-37 2002
Semantic, Hierarchical, Online Clustering of Web Search Results 120824 APWeb 69-78 2004
A Data Model and Algebra for the Web 120827 DEXA Workshop 711-714 1999
Metamodeling-Based Semantic Web Languages 120828 EC-Web 339-347 2003
Web Taxonomy Integration Using Spectral Graph Transducer 120829 ER 300-312 2004
An Object Oriented Data Model for Web and Its Algebra 120838 TOOLS (31) 83-88 1999
An efficient algorithm to rank Web resources 120839 Computer Networks 449-455 2000
A novel Web usage mining approach for search engines 120840 Computer Networks 303-310 2002
s-HITSc: an improved model and algorithm for topic distillation on the Web 120844 Soft Comput. 2-11 2006
Methods for MiningWeb Communities: Bibliometric, Spectral, and Flow 120845 Web Dynamics 45-68 2004
Using web structure for classifying and describing web pages 120853 WWW 562-569 2002
Implementation Issues on the Quality Evaluation ofWeb-Based Courses and Digital Learning Resources 120881 ICWL 379-385 2004
The WS-DAI family of specifications for web service data access and integration 121025 SIGMOD Record 48-55 2006
Syntactic Rule Based Approach toWeb Service Composition 121096 ICDE 31 2006
Text joins in an RDBMS for web data integration 121127 WWW 90-101 2003
Editorial: Revisiting the (Machine) Semantic Web: The Missing Layers for the Human Semantic Web 121139 IEEE Trans. Knowl. Data Eng. 145-148 2007
Adaptive Push-Pull: Disseminating Dynamic Web Data 121150 IEEE Trans. Computers 652-668 2002
A Lightweight Tool for Easy Web Site Navigation 121174 WISE 134-146 2003
A Probabilistic Approach for Discovering Authoritative Web Pages 121175 WISE (1) 133 2001
A Probabilistic Approach for Distillation and Ranking of Web Pages 121182 World Wide Web 189-207 2001
Techniques for efficient fragment detection in web pages 121217 CIKM 516-519 2003
Performance of Web Proxy Caching in Heterogeneous Bandwidth Environments 121223 INFOCOM 107-116 1999
Tracking and Viewing Changes on the Web 121230 USENIX Annual Technical Conference 165-176 1996
Rate of Change and other Metrics: a Live Study of the World Wide Web 121235 USENIX Symposium on Internet Technologies and Systems 229-242 1997
WebGUIDE: Querying and Navigating Changes in Web Repositories 121238 Computer Networks 1335-1344 1996
TeleWeb: Loosely Connected Access to the World Wide Web 121239 Computer Networks 1431-1444 1996
World Wide Web Characterization and Performance Evaluation - Preface 121257 World Wide Web 1 1999
The ATandamp;T Internet Difference Engine: Tracking and Viewing Changes on the Web 121258 World Wide Web 27-44 1998
Query Engines for Web-Accessible XML Data 121277 VLDB 251-260 2001
Put your experience on the Web: A tool for creating and browsing in case libraries 121296 WebNet None 1996
SELENA: Walking on the Moon or How to Make Decisions Using the Web 121297 WebNet None 1997
Dynamic Geospatial Web Services Composition in Peer-to-Peer Networks 121333 ASIAN 257-258 2005
A peer-to-peer approach to Geospatial Web Services discovery 121335 Infoscale 53 2006
Looking good on the web: evaluating the visual impact of political websites 121348 CHI Extended Abstracts 3753-3758 2008
Discovering and Using Web Services in M-Commerce 121476 TES 136-151 2004
Web Bazaar. A Location-Dependent Secured Mobile Web Service System 121506 Ingandeacute;nierie des Systandegrave;mes d'Information 123-145 2005
Personalizing the Web Using Site Descriptions 121640 DEXA Workshop 732-738 1999
Organizing Hidden-Web Databases by Clustering Visible Web Documents 121644 ICDE 326-335 2007
Searching for Hidden-Web Databases 121662 WebDB 1-6 2005
Looking at both the present and the past to efficiently update replicas of web content 121663 WIDM 75-80 2005
Efficient Acquisition of Web Data through Restricted Query Interfaces 121664 WWW Posters None 2001
An adaptive crawler for locating hiddenwebentry points 121665 WWW 441-450 2007
Supporting Exploratory Queries in Database Centric Web Application 121668 CoRR 503-517 2003
Efficient evaluation of queries in a mediator for WebSources 121766 SIGMOD Conference 85-96 2002
Word Segmentation and Recognition for Web Document Framework 121877 CIKM 458-465 1999
Dynamically Transcoding Data Quality for Faster Web Access 121898 HPCN Europe 527-530 2000
The Web as a Graph: Measurements, Models, and Methods 122054 COCOON 1-17 1999
Unweaving a web of documents 122068 KDD 574-579 2005
Self-similarity in the Web 122088 VLDB 69-78 2001
Sic transit gloria telae: towards an understanding of the web's decay 122091 WWW 328-337 2004
Rank aggregation methods for the Web 122092 WWW 613-622 2001
A graph-theoretic approach to webpage segmentation 122098 WWW 377-386 2008
Mining the Web's Link Structure 122103 IEEE Computer 60-67 1999
Intellectual Property Rights Management Using a Semantic Web Information System 122120 CoopIS/DOA/ODBASE (1) 689-704 2004
Metadata Interoperability and Meta-search on the Web 122121 Dublin Core Conference 247-254 2001
Using Web-Services to Manage and Control Access to Multimedia Content 122143 ISWS 23-28 2005
Brokerage of Intellectual Property Rights in the Semantic Web 122156 SWWS 245-260 2001
How to Cope with Lacking Metadata: Application of a Semantic Web Based Methodology to Get Multimedia Content Licenses 122174 ELPUB None 2005
Interoperability Adaptors for Distributed Information Search on the Web 122176 ELPUB None 2003
Advanced Meta-Search of News in the Web 122181 ELPUB None 2002
A web ontologies framework for digital rights management 122183 Artif. Intell. Law 137-154 2007
WMS and GML based Interoperable Web Mapping System 122197 ACM-GIS 106-111 2001
UMN-MapServer: A High-Performance, Interoperable, and Open Source Web Mapping and Geo-spatial Analysis System 122202 GIScience 400-417 2006
When are Two Web Services Compatible 122282 TES 15-28 2004
A conceptual modeling approach for the design of web applications based on services 122331 ACM Southeast Regional Conference 464-469 2006
Building Business Process Driven Web Applications 122333 Business Process Management 322-337 2006
Developing Web Applications from Conceptual Models 122335 CAiSE Short Paper Proceedings 145-158 2003
Towards an End-User Development Approach for Web Engineering Methods 122336 CAiSE 528-543 2006
Towards the Integration of Data and Functionality in Web Applications. A Model Driven Approach 122337 CAiSE Short Paper Proceedings None 2005
Modelling Content Aggregation for Developing e-Commerce Web Sites 122340 EC-Web 259-267 2004
Providing Methodological Support to Incorporate Presentation Properties in the Development of Web Services 122341 EC-Web 139-148 2007
Development of Web Applications from Web Enhanced Conceptual Schemas 122342 ER 232-245 2003
Developing Web Applications from Conceptual Models. A Web Services Approach 122343 ER (Workshops) 40-51 2003
Designing Web Services for Supporting User Tasks: A Model Driven Approach 122344 ER (Workshops) 193-202 2006
Transforming Web Requirements into Navigational Models: AN MDA Based Approach 122345 ER 320-336 2005
Applying a Web Engineering Method to Design Web Services 122347 ICSOC 576-581 2005
Improving Communication in Requirements Engineering Activities for Web Applications 122348 ICWE 242-247 2007
Getting Ready Web Engineering Methods for the Semantic Web 122349 ICWE Workshops 110-123 2004
Generaciandoacute;n de Aplicaciones Web basadas en Procesos de Negocio mediante Transformaciandoacute;n de Modelos 122355 JISBD 443-452 2006
Reverse Engineering of Web Pages Based on Derivations and Transformations 122357 LA-WEB 3-13 2005
A Model-Driven Method for the Integration of Web Applications 122358 LA-WEB 32-41 2005
A Methodological Approach for Incorporating Adaptive Navigation Techniques into Web Applications 122359 WISE 203-216 2005
Extending an OO Method de Develop Web Applications 122360 WWW (Posters) 573-582 2003
Designing a Three-Layer Ontology in a Web-based Interconnection Scenario 122372 DEXA Workshop 21-26 2001
An approach to Web Service compatibility in cooperative processe 122375 SAINT Workshops 95-100 2003
A layered architecture for flexible Web service invocation 122380 Softw., Pract. Exper. 191-223 2006
Virtual Integration of Existing Web Databases for the Genotypic Selection of Cereal Cultivars 122397 OTM Conferences (1) 909-926 2006
SI-Web: a Web Based Interface for the MOMIS Project 122399 SEBD 407-411 2002
WINK: A Web-Based System for Collaborative Project Management in Virtual Enterprises 122403 WISE 176-188 2003
Speaking Words of WISDOM: Web Intelligent Search based on DOMain ontologies 122405 SWAP None 2005
SOAP-enabled web services for knowledge management 122409 Int. J. Web Eng. Technol. 218-235 2004
Managing knowledge through electronic commerce applications: a framework for integrating information coming from heterogeneous web sources 122414 IJEB 237-257 2003
Web Information Systems Engineering - WISE 2007, 8th International Conference on Web Information Systems Engineering, Nancy, France, December 3-7, 2007, Proceeding 122452 WISE 117-134 2007
SEWeP: using site semantics and a taxonomy to enhance the Web personalization process 122469 KDD 99-108 2003
THESUS: Organizing Web document collections based on link semantics 122471 VLDB J. 320-332 2003
Modeling Views for Semantic Web Using eXtensible Semantic (XSemantic) Nets 122497 OTM Workshops 936-946 2005
Processing Top-N Queries in P2P-based Web Integration Systems with Probabilistic Guarantees 122646 WebDB 109-114 2005
Semantic Web Content Accessibility Guidelines for Current Research Information Systems (CRIS 122692 CoRR None 2001
Discovering Web Access Patterns and Trends by Applying OLAP and Data Mining Technology on Web Logs 122696 ADL 19-29 1998
Hierarchically Structural Approach to Improving the Browsability of Web Search Engine Results 122701 DEXA Workshop 956-960 2001
Clustering Web Sessions by Sequence Alignment 122703 DEXA Workshops 394-398 2002
Combining Usage, Content, and Structure Data to Improve Web Site Recommendation 122706 EC-Web 305-315 2004
Towards Evaluating Learners' Behaviour in a Web-Based Distance Learning Environment 122708 ICALT 357-360 2001
Visualizing Web Navigation Data with Polygon Graphs 122722 IV 232-237 2007
Visual Data Mining of Web Navigational Data 122723 IV 649-656 2007
WEBKDD 2002 - MiningWeb Data for Discovering Usage Patterns and Profiles, 4th International Workshop, Edmonton, Canada, July 23, 2002, Revised Paper 122725 WEBKDD None 2003
Advances in Web Mining and Web Usage Analysis, 7th International Workshop on Knowledge Discovery on the Web, WebKDD 2005, Chicago, IL, USA, August 21, 2005. Revised Paper 122728 WebKDD 534 2006
Mission-Based Navigational Behaviour Modeling for Web Recommender Systems 122729 WebKDD 37-55 2004
Visualizing and Discovering Web Navigational Patterns 122739 WebDB 13-18 2004
Building virtual web views 122741 Data Knowl. Eng. 143-163 2001
E-Commerce and the Web 122772 Workshop on Web Information and Data Management None 1998
Adaptive delivery of E-commerce web sites 122777 Intell. Data Anal. 469-480 2002
A Statechart-Based Model for the Semantic Composition of Web Services 122854 IEEE SCW 49-56 2007
WebDocEnrich : enrichissement sandeacute;mantique flexible de documents semi-structurandeacute;s 122858 EGC 211-212 2007
A framework for retrieving conceptual knowledge from Web pages 122866 SWAP None 2005
Monitoring the QoS for Web Services 122991 ICSOC 132-144 2007
QoS computation and policing in dynamic web service selection 122995 WWW (Alternate Track Papers andamp; Posters) 66-73 2004
The Webocracy Project 122998 ICEIS 1117-1121 2002
Ontology-Based Automatic Classification for the Web Pages: Design, Implementation and Evaluation 123000 WISE 182-191 2002
Searching the world wide web: an evaluation of available tools and methodologies 123002 Information andamp; Software Technology 985-994 1998
Presentation Strategy of Data Analysis and Knowledge for Web-Based Decision Support in Sustainable Urban Development 123007 EGOV 150-155 2004
AWS-Net Traveler: Autonomic Web Services Framework for Autonomic Business Processes 123008 IEEE SCC 270-272 2005
WAMDAS: A Web Service-Based Wireless Alarm Monitoring and Data Acquisition System for Pharmaceutical Plants 123009 AICT/ICIW 162 2006
Design and Implementation of the NetTraveler Middleware System based on Web Services 123010 AICT/ICIW 138 2006
Net Traveler: A Framework for Autonomic Web Services Collaboration, Orchestration and Choreography in E-Government Information Systems 123011 ICWS 2-10 2004
Design and Implementation of JSwitch: a Web-based Transaction Coordination Framework 123012 ITNG 457-462 2007
Prefetching the Means for Document Transfer: A New Approach for Reducing Web Latency 123056 INFOCOM 854-863 2000
Refreshment Policies for Web Content Caches 123057 INFOCOM 1398-1406 2001
Aging through cascaded caches: performance issues in the distribution of web content 123065 SIGCOMM 41-53 2001
Exploiting Regularities in Web Traffic Patterns for Cache Replacement 123086 STOC 109-118 1999
Exploiting Regularities in Web Traffic Patterns for Cache Replacement 123106 Algorithmica 300-334 2002
Refreshment policies for Web content caches 123110 Computer Networks 795-808 2002
Prefetching the means for document transfer: a new approach for reducing Web latency 123111 Computer Networks 437-455 2002
ServiceMosaic project: modeling, analysis and management of web services interactions 123147 APCCM 7-9 2006
Service Mosaic: A Model-Driven Framework for Web Services Life-Cycle Management 123151 IEEE Internet Computing 55-63 2006
Design and Implementation of a High-Performance Distributed Web Crawler 123153 ICDE 357-368 2002
Data and web management research at Politecnico di Milano 123185 SIGMOD Record 43-48 2007
Locating Web Information Using Web Checkpoints 123205 DEXA Workshop 716-720 1999
Evaluating top-k queries over web-accessible databases 123224 ACM Trans. Database Syst. 319-362 2004
The Hidden Web 123237 AI Magazine 27-36 1997
National and international university departmental Web site interlinking 123256 Scientometrics 151-185 2005
A method for identifying clusters in sets of interlinking Web spaces 123257 Scientometrics 657-672 2003
Semantisches Web - Das Netz der Bedeutungen im Netz der Dokumente 123258 Web Engineering: Systematische Entwicklung von Web-Anwendungen 345-368 2003
GRISINO: Combining Semantic Web Services, Intelligent Content Objects and Grid Computing 123262 e-Science 39 2006
Query Optimization over Web Services 123325 VLDB 355-366 2006
Scaling personalized web search 123328 WWW 271-279 2003
Research on Semantic-Based Web Services Registry Federation 123385 GCC 202-207 2005
Requirements Driven Dynamic Services Composition for Web Services and Grid Solutions 123409 J. Grid Comput. 121-140 2004
Web Services Based State of the Environment Reporting 123425 APWeb 1152-1154 2006
Optimizing the Data Intensive Mediator-Based Web Services Composition 123426 APWeb 708-713 2006
Probe, Cluster, and Discover: Focused Extraction of QA-Pagelets from the Deep Web 123517 ICDE 103-115 2004
Discovering and ranking web services with BASIL: a personalized approach with biased focus 123518 ICSOC 153-162 2004
XPACK: A High-Performance WEB Document Encoding 123520 WEBIST 32-39 2005
Exploiting the deep web with DynaBot: matching, probing, and ranking 123521 WWW (Special interest tracks and posters) 1174-1175 2005
Discovering Interesting Relationships among Deep Web Databases: A Source-Biased Approach 123523 World Wide Web 585-622 2006
The Personal Publication Reader: Illustrating Web Data Extraction, Personalization and Reasoning for the Semantic Web 123582 ESWC 515-530 2005
The Lixto Systems Applications in Business Intelligence and Semantic Web 123583 ESWC 16-26 2007
Introducing ENUM to the Semantic Web 123584 Web Technologies, Applications, and Services 140-145 2005
The Elog Web Extraction Language 123587 LPAR 548-560 2001
DeepWeb Navigation in Web Data Extraction 123592 CIMCA/IAWTIC 698-703 2005
Databases Deepen the Web 123605 IEEE Computer 116-117 2004
Fine-Grained Compatibility and Replaceability Analysis of Timed Web Service Protocols 123607 ER 599-614 2007
Challenges and practices in deploying web acceleration solutions for distributed enterprise systems 123618 WWW 297-308 2004
Distributed Web Mining Using Bayesian Networks from Multiple Data Streams 123638 ICDM 75-82 2001
Client-side web mining for community formation in peer-to-peer environments 123676 SIGKDD Explorations 11-20 2006
PTC : Proxies that Transcode and Cache in Heterogeneous Web Client Environments 123691 WISE 11-20 2002
Middleware Architecture for Evaluation and Selection of 3rd-Party Web Services for Service Providers 123735 ICWS 647-654 2005
The world wide telecom web browser 123741 WWW 1121-1122 2008
HCI Curricula in Spain. A cooperatively designed, free Web-access syllabus 123755 Computers and Education. Towards an Interconnected Society 227-234 2001
Toward Hypermedia Design Methods for the Semantic Web 123759 DEXA Workshops 762-767 2003
Supporting Efficient Multinational Disaster Response through a Web-Based System 123762 EGOV 215-222 2002
A Transformation-Driven Approach to the Verification of Security Policies in Web Designs 123772 ICWE 269-284 2007
Un servicio web de polandiacute;ticas de acceso basadas en roles para hipermedia 123773 JISBD 75-82 2005
A literature-based approach to annotation and browsing of Web resources 123783 Inf. Res. 229-239 2003
COVA: A Web-Based Learning System for Content-Based Lecture Retrieval 123794 OTM Workshops 26-27 2003
Automatic Identification of Specific Web Documents by Using Centroid Technique 123807 WEBIST 333-328 2005
Using Links to Aid Web Classification 123812 ACIS-ICIS 981-986 2007
Tools for placing legal decision support systems on the world wide web 123830 ICAIL 206-214 2001
Web Page Caricatures: Multimedia Summaries for WWW Documents 123894 ICMCS 194-199 1998
From HTML documents to web tables and rules 123905 ICEC 125-131 2006
On a Declarative Semantics for Web Queries 123920 DOOD 386-398 1997
Learning Rules to Pre-process Web Data for Automatic Integration 123943 RuleML 107-116 2006
Transform: A Transaction Safe Web Application Model 123952 WEBIST (1) 164-171 2006
A uniform framework for integration of information from the web 123958 Inf. Syst. 59-91 2004
Discovering Conceptual Page Hierarchy of a Web Site from User Traversal History 123971 ADMA 536-543 2005
Downloading textual hidden web content through keyword queries 124020 JCDL 100-109 2005
WebBase and the Stanford InterLib Project 124021 Kyoto International Conference on Digital Libraries 178 2000
Analysis of User Web Traffic with A Focus on Search Activities 124028 WebDB 103-108 2005
Automatic identification of user goals in Web search 124031 WWW 391-400 2005
The infocious web search engine: improving web searching through linguistic analysis 124032 WWW (Special interest tracks and posters) 840-849 2005
What's new on the web?: the evolution of the web from a search engine perspective 124033 WWW 1-12 2004
Automatically Determining Semantics for World Wide Web Multimedia Information Retrieval 124041 J. Vis. Lang. Comput. 585-606 1999
MS Read: User Modeling in the Web Environment 124045 SIGIR 458-458 2001
World Wide Web Challenges: Supporting Users in Search and Navigation 124047 SOFSEM 57-59 2004
Predictive Algorithms for Browser Support of Habitual User Activities on the Web 124054 Web Intelligence 629-635 2005
WebScout: Support for Revisitation of Web Pages within a Navigation Session 124055 Web Intelligence 689-693 2003
Detection of Web Subsites: Concepts, Algorithms, and Evaluation Issues 124056 Web Intelligence 66-73 2007
SearchMobil: Web Viewing and Search for Mobile Devices 124058 WWW (Posters) None 2003
Non-Invasive Support for Personalized Navigation of Websites 124070 IDEAS 183-192 2004
A Stochastic Approach for Modeling and Computing Web Communities 124081 WISE 43-52 2002
Mining User Preferences, Page Content and Usage to Personalize Website Navigation 124085 World Wide Web 317-345 2005
Recognizing Structure in Web Pages using Similarity Queries 124093 AAAI/IAAI 59-66 1999
A Web-Based Information System that Reasons with Structured Collections of Text 124097 Agents 400-407 1998
Extracting Information from the Web for Concept Learning and Collaborative Filtering 124099 ALT 1-12 2000
Automatically Extracting Features for Concept Learning from the Web 124108 ICML 159-166 2000
Issues in Extracting Information from the Web 124119 IWPT 266-273 2001
Providing Database-like Access to the Web Using Queries Based on Textual Similarity 124134 SIGMOD Conference 558-560 1998
Some Practical Observations on Integration of Web Information 124137 WebDB (Informal Proceedings) 55-60 1999
Reasoning about Textual Similarity in a Web-Based Information Access System 124138 Autonomous Agents and Multi-Agent Systems 65-86 1999
Learning and Discovering Structure in Web Pages 124147 IEEE Data Eng. Bull. 3-10 2003
Improving accessibility of the web with a computer game 124193 CHI 79-82 2006
Validation Web Site: A Combustion Collaboratory over the Internet 124222 International Conference on Computational Science (2) 485-493 2001
Coordinated Placement and Replacement for Grid-Based Hierarchical Web Caches 124230 GCC 430-435 2005
Secure knowledge management and the semantic web 124289 Commun. ACM 48-54 2005
ModelingWeb Services Policy with Corporate Knowledge 124324 ICEBE 216-223 2006
Semantic Descriptions ofWeb Services Security Constraints 124327 SOSE 81-84 2006
A Standardized Visual Web-Based Courseware Authoring System 124428 ICALT 78-79 2005
Using Semantic Web Technologies to Specify Constraints of RBAC 124450 PDCAT 543-545 2005
Construction of Security Architecture of Web Services Based EAI 124455 WAIM 601-609 2005
Automatic Web Service Composition 124491 IEEE SCC None 2006
When are Two Web Services Compatible 124507 TES 15-28 2004
Automatic Composition of Transition-based Semantic Web Services with Messaging 124508 VLDB 613-624 2005
Access control enforcement for conversation-based web services 124512 WWW 257-266 2006
News Item Extraction for Text Mining inWeb Newspapers 124553 WIRI 195-204 2005
The SOWES approach to P2P web search using semantic overlays 124554 WWW 1027-1028 2006
Context-based caching and routing for P2P web service discovery 124558 Distributed and Parallel Databases 59-84 2007
Data Integration using Web Services 124585 DIWeb 3-16 2002
Data Integration Using Web Services 124589 EEXTT 165-182 2002
Semantic Interoperability in the Fixed Income Securities Industry: A Knowledge Representation Architecture for Dynamic Integration of Web-Based Information 124592 HICSS 287 2003
Context Mediation in the Semantic Web: Handling OWL Ontology and Data Disparity Through Context Interchange 124602 SWDB 140-154 2004
The Camaleon Web Wrapper Engine 124605 TES 269-283 2000
The COntext INterchange (COIN) Project: Data Extraction and Interpretation from Semi-Structured Web Sources 124615 QL None 1998
Process Aggregation Using Web Services 124616 WES 12-27 2002
Seizing the Opportunity: Exploiting Web Aggregation 124632 MIS Quarterly Executive None 2002
Supporting Web-Based Database Application Development 124639 DASFAA 17-24 1999
Modeling Views for Semantic Web Using eXtensible Semantic (XSemantic) Nets 124653 OTM Workshops 936-946 2005
Integrating Database and World Wide Web Technologies 124666 World Wide Web 73-86 1998
Selecting Topics for Web Resource Discovery: Efficiency Issues in a Database Approach 124680 DEXA 792-802 2003
Web Information Resource Discovery: Past, Present, and Future 124692 ISCIS 9-18 2003
Querying web metadata: Native score management and text support in databases 124731 ACM Trans. Database Syst. 581-634 2004
A Framework for Smooth Composition of Choreographies of Web Services 124741 ICWS 1156-1157 2007
GeWOlap: A Web Based Spatial OLAP Proposal 124756 OTM Workshops (2) 1596-1605 2006
Caching Dynamic Web Content: Designing and Analysing an Aspect-Oriented Solution 124775 Middleware 1-21 2006
Leveraging Web Services for Information Discovery 124829 SwSTE 123-132 2003
Leveraging Web Services for Information Discovery 124832 WWW (Posters) None 2003
The Shark-Search Algorithm. An Application: Tailored Web Site Mapping 124834 Computer Networks 317-326 1998
Web Caching and Zipf-like Distributions: Evidence and Implications 124842 INFOCOM 126-134 1999
A Scalable Web Cache Consistency Architecture 124895 SIGCOMM 163-174 1999
Web-Based Cooperative Design for SoC and Improved Architecture Exploration Algorithm 124939 APWeb Workshops 1021-1028 2006
Architectural Design and Implementation of Highly Available and Scalable Medical System with IBM WebSphere Middleware 124941 CBMS 174-179 2004
Application-aware Interface for SOAP Communication in Web Services 124944 CLUSTER None 2006
Solving Qos-Driven Web Service Dynamic Composition as Fuzzy Constraint Satisfaction 124951 EEE 9-14 2005
Critical Success Factors for Web-Based Organizational IT Training Systems 124969 ICWL 142-153 2002
Connecting Databases to the Web: A Taxonomy of Gateways 125061 DEXA 1-15 1997
Web Engineering - Old Wine in New Bottles 125069 ICWE 6-12 2004
How Web 2.0 can Leverage Model Engineering in Practice 125075 DSML 31-44 2008
Web-Services Architecture for Efficient XML Data Exchange 125099 ICDE 523-534 2004
The Opsis Project: Materialized Views for Data Warehouses and the Web 125103 Panhellenic Conference on Informatics 64-81 2001
WebFilter: A High-throughput XML-based Publish and Subscribe System 125130 VLDB 723-724 2001
Proof Explanation for the Semantic Web Using Defeasible Logic 125174 KSEM 186-197 2007
Affective Web Service Design 125177 PRICAI 71-80 2006
A Semantic Web Based Architecture for e-Contracts in Defeasible Logic 125180 RuleML 145-159 2005
A Formal Ontology Reasoning with Individual Optimization: A Realization of the Semantic Web 125184 WISE 119-132 2005
Proof explanation for a nonmonotonic Semantic Web rules language 125189 Data Knowl. Eng. 662-687 2008
Web Usage Mining Using Rough Agglomerative Clustering 125209 ICEIS (2) 315-320 2005
Clustering web transactions using rough approximation 125214 Fuzzy Sets and Systems 131-138 2004
Mining Web Data Using Clustering Technique for Web Personalization 125216 International Journal of Computational Intelligence and Applications 255-265 2002
An Architecture of a Web-Based Collaborative Image Search Engine 125231 CoopIS/DOA/ODBASE 391-409 2002
Fotofiti: web service for photo management 125262 ACM Multimedia 485-486 2006
Development of an open and scalable Web-based information publishing system 125296 ACM Southeast Regional Conference 163-165 1998
Autonomic Execution of Web Service Compositions 125315 ICWS 435-442 2005
Characteristics of streaming media stored on the Web 125359 ACM Trans. Internet Techn. 601-626 2005
Intelligent context-sensitive interactions on desktop and the web 125386 CAI 23-27 2006
An analysis of P3P-enabled web sites among top-20 search results 125468 ICEC 197-207 2006
Extracting unstructured data from template generated web documents 125473 CIKM 512-515 2003
Automatic Data Extraction from Template Generated Web Pages 125483 PDPTA 642-648 2003
Automatic evaluation of world wide web search services 125487 SIGIR 421-422 2002
Predicting query difficulty on the web by learning visual clues 125488 SIGIR 615-616 2005
Varying approaches to topical web query classification 125490 SIGIR 783-784 2007
A framework for determining necessary query set sizes to evaluate web search effectiveness 125495 WWW (Special interest tracks and posters) 1176-1177 2005
Automatic Evaluation of Web Search Services 125497 Advances in Computers 2-45 2005
Automatic classification of Web queries using very large unlabeled query logs 125501 ACM Trans. Inf. Syst. 171-191 2007
Second International Workshop on Data Integration over the Web, DiWeb 2002, in conjunction with the Fourteenth International Conference on Advanced Information Systems Engineering (CAiSE) 2002, May 28, 2002, Toronto, Canad 125538 DiWeb 187-202 2002
From Browsing to Querying the Web 125539 DIWeb 1 2001
Retrieving and Extracting Web Data with Search Views and an XML engine 125540 DIWeb 76-90 2001
Non-Materialized Object Views of Web Datasources 125541 WOWS 71-75 1999
Exploiting and Completing Web Data Sources Capabilities 125543 EEXTT 241-258 2002
Object Views through Search Views of Web Datasources 125544 ER 176-187 1999
Efficient Web-Based Information Systems 125550 OOIS Workshops 152-153 2002
Deductive Web Services: An Ontology-Driven Approach for Service Interoperability in Life Science 125551 OTM Workshops (2) 1338-1347 2007
Web data retrieval and extraction 125555 Data Knowl. Eng. 347-367 2003
Report on the First International Workshop an Efficient Web-based Information Systems 125562 SIGMOD Record 64-68 2003
Web Services for Blended Learning Patterns 125569 ICALT 651-658 2004
Skip-webs: efficient distributed data structures for multi-dimensional data sets 125596 PODC 69-76 2005
Skip-Webs: Efficient Distributed Data Structures for Multi-Dimensional Data Set 125618 CoRR None 2005
Rule-Based Platform for Web User Profiling 125655 ICDM 1183-1187 2006
The Role of URLs in Objectionable Web Content Categorization 125665 Web Intelligence 277-283 2006
Searching the Web Using Synonyms and Senses 125667 WebNet 604-609 1999
NetTest: An Integrated Web-Based Test Tool 125668 WebNet None 1997
Blocking objectionable web content by leveraging multiple information sources 125676 SIGKDD Explorations 17-26 2006
A web-based system for the collection and analysis of spectra signals for early detection of voice alterations 125821 SAC 1405-1409 2008
Querying a Web Scale XML Repository 125822 SEBD 105-118 2001
The XML web: a first study 125831 WWW 500-510 2003
Studying the XML Web: Gathering Statistics from an XML Sample 125840 World Wide Web 413-438 2005
Automatically generated web-based multimedia presentations 125977 WebNet 247-250 1996
Workflow and End-User Quality of Service Issues in Web-Based Education 125987 IEEE Trans. Knowl. Data Eng. 673-687 1999
From Computational Intelligence to Web Intelligence 126038 IEEE Computer 72-76 2002
A data warehouse/online analytic processing framework for web usage mining and business intelligence reporting 126041 Int. J. Intell. Syst. 585-606 2004
A semi-supervised efficient learning approach to extract biological relationships from web-based biomedical digital library 126048 Web Intelligence and Agent Systems 327-339 2006
Path-based verification for composition of semantic web services 126080 SAC 2392-2396 2008
Design and development of Distributed Virtual Geographic Environment system based on web services 126084 Inf. Sci. 3968-3980 2007
Using YAT to Build a Web Server 126155 WebDB 118-135 1998
Towards a Full Distributed P2P Web Search Engine 126176 FTDCS 332-338 2004
Querying a Web Scale XML Repository 126272 SEBD 105-118 2001
E-Commerce and Web Technologies, 8th International Conference, EC-Web 2007, Regensburg, Germany, September 3-7, 2007, Proceeding 126379 EC-Web 1160-1163 2007
Performance-Optimized Adaptation of Personalized Web Fragments 126388 iiWAS 393-402 2003
Simplifying a Web Application's Architecture - the DaVinci Framework 126390 iiWAS 643-654 2005
Product Finding on the Next Generation Web 126391 iiWAS 59-66 2006
Developing a Framework for Building Open Distance Learning Websites in the Literature and Culture Domain 126394 Kyoto International Conference on Digital Libraries 389-394 2000
Persistent Topic Maps for Knowledge and Web Content Management 126398 WISE (2) 151-158 2001
TIScover - Eine generische Plattform fuer webbasierte Tourismusinformationssysteme 126401 Inform., Forsch. Entwickl. 1-13 2001
DaVinci - A model-driven web engineering framework 126402 IJWIS 119-134 2006
XML Perspectives on RDF Querying: Towards integrated Access to Data and Metadata on the Web 126421 Grundlagen von Datenbanken 43-47 2005
Xcerpt and visXcerpt: IntegratingWeb Querying 126423 PLAN-X 84 2006
Marriages of Convenience: Triples and Graphs, RDF and XML in Web Querying 126425 PPSWR 72-84 2005
Web and Semantic Web Query Languages: A Survey 126426 Reasoning Web 35-133 2005
Querying the Web Reconsidered: Design Principles for Versatile Web Query Languages 126430 Int. J. Semantic Web Inf. Syst. 1-21 2005
Peer-to-Peer Sharing of Web Applications 126463 WWW (Posters) 25-30 2003
RelaxImage: A Cross-Media Meta-Search Engine for Searching Images from Web Based on Query Relaxation 126468 ICDE 1102-1103 2005
Identifying "best bet" web search results by mining past user behavior 126483 KDD 902-908 2006
Mapping Between Data Sources on the Web 126503 WIRI 173-178 2005
Noodles: A Clustering Engine for the Web 126505 ICWE 496-500 2007
Clustering Web and Desktop Searches 126506 SEBD 422-429 2007
Analysis of User Web Traffic with A Focus on Search Activities 126523 WebDB 103-108 2005
On Order Dependencies for the Semantic Web 126546 ER 293-306 2007
Improvement of Web Data Clustering Using Web Page Contents 126565 Intelligent Information Processing 520-530 2004
Translation disambiguation in web-based translation extraction for English-Chinese CLIR 126568 SAC 819-823 2007
Utilizing Search Intent in Topic Ontology-Based User Profile for Web Mining 126569 Web Intelligence 558-564 2006
Using Information Filtering in Web Data Mining Process 126570 Web Intelligence 163-169 2007
Deriving Transactional Properties of CompositeWeb Services 126579 ICWS 631-638 2007
Interface the 'Abridged Bayou Sate Periodical Index' with a Web-Based Search Engine 126590 OOIS 291- 2001
The Role of Web Services in Digital Government 126628 EGOV 161-166 2003
WebService Composition with O'GRAPE and OSIRIS 126632 VLDB 1081-1084 2003
Admission Control Effect on the AUC-ABYSS Web Server 126639 ISCA PDCS 280- 2006
WIPE - A Model for a Web-Based Database-Driven Environment for Teaching Programming 126666 ICALT 472 2003
Web Services - Concepts, Architectures and Application 126708 Advanced Transaction Models and Architectures 0- 2004
Web Services and Service-Oriented Architectures 126724 ICDE 1147 2005
Autonomic Execution of Web Service Compositions 126727 ICWS 435-442 2005
GlobeDB: autonomic data replication for web applications 126753 WWW 33-42 2005
Myths around Web Services 126758 IEEE Data Eng. Bull. 3-9 2002
Analysis of Caching and Replication Strategies for Web Applications 126769 IEEE Internet Computing 60-66 2007
Databases and Web 2.0 panel at VLDB 2007 126771 SIGMOD Record 49-52 2008
CINDI Robot: an Intelligent Web Crawler Based on Multi-level Inspection 126811 IDEAS 93-101 2007
Modeling of User Acceptance of Consumer E-Commerce Website 126815 WISE 454-462 2005
An enhanced web robot for the CINDI system 126817 C3S2E 133-135 2008
Context Analysis: Toward Pragmatics of Web Information Systems Design 126835 APCCM 69-78 2008
Context Modeling for Web Information Systems 126838 CAiSE Short Paper Proceedings None 2003
A Deontic Logic for Group-Oriented Web Information Systems 126844 EMISA 107-116 2004
Querying Web Information Systems 126847 ER 571-584 2001
Support of Integrated Wireless Web Access through Media Types 126848 ER (Workshops) 173-181 2002
Modelling Web-Based Banking Systems: Story Boarding and User Profiling 126851 ER (Workshops) 427-439 2002
Tutorial 4: Reasoning About Web Information Systems 126853 ER (Workshops) 464-467 2005
The Challenges in Web Information Systems Development in 15 Pictures (Invited Talk) 126870 ISTA 204-215 2005
Quality Assurance in Web Information Systems Development 126875 QSIC 219-224 2007
An Algorithmic Approach to High-Level Personalisation of Web Information Systems 126878 WAIM 737-742 2005
Design of Data-Intesive Web-based Information Services 126879 WISE 462-467 2000
Personalisation of web information systems - A term rewriting approach 126886 Data Knowl. Eng. 101-117 2007
The Co-Design Approach to Web Information Systems Development 126892 IJWIS 5-14 2005
View Integration and Cooperation in Databases, Data Warehouses and Web Information Systems 126895 J. Data Semantics IV 213-249 2005
Content adaptivity in wireless web access 126900 IJMC 260-270 2004
Pragmatics of storyboarding for web information systems: usage analysis 126901 IJWGS 128-169 2007
e_SWDL: An XML Based Workflow Definition Language for Complicated Applications in Web Environments 126959 APWeb 471-482 2003
Progress in WWW Research and Development, 10th Asia-Pacific Web Conference, APWeb 2008, Shenyang, China, April 26-28, 2008. Proceeding 126963 APWeb 86-98 2008
An Approach for Composing Web Services on Demand 126971 CSCWD 734-739 2006
Web Users' Classification Using Fuzzy Neural Network 126990 KES 1030-1036 2004
Modeling QoS for Semantic Equivalent Web Services 126998 WAIM 478-488 2004
A Web-Based Transformation System for Massive Scientific Data 127004 WISE Workshops 104-114 2006
Offline Web Client: Approach, Design and Implementation Based on Web System 127005 WISE 308-314 2006
A Top-K-based cache model for deep web query 127008 Infoscale 49 2007
Acquiring Configuration Knowledge Bases in the Semantic Web Using UML 127125 EKAW 352-357 2002
Automated Web Service Composition: Methods and Tradeoffs (Invited Talk) 127142 ISTA 227-238 2005
UML as knowledge acquisition frontend for Semantic Web configuration knowledge bases 127151 RuleML None 2002
Debugging Failures in Web Services Coordination 127152 SEKE 536-543 2006
Configuration knowledge representations for Semantic Web applications 127162 AI EDAM 31-50 2003
Web Services Oriented Data Processing and Integration 127172 WWW (Alternate Paper Tracks) 589-600 2003
Effective Criteria for Web Page Changes 127289 APWeb 837-842 2006
Maintaining Mutual Consistency for Cached Web Objects 127375 ICDCS 371-380 2001
Context Aware Retrieval in Web-Based Collaborations 127394 PerCom Workshops 8-12 2004
Dynamic Content Acceleration: A Caching Solution to Enable Scalable Dynamic Web Page Generation 127421 SIGMOD Conference 616 2001
Web-CAM: Monitoring the dynamic Web to respond to Continual Queries 127423 SIGMOD Conference 927-928 2004
PTC : Proxies that Transcode and Cache in Heterogeneous Web Client Environments 127437 WISE 11-20 2002
Executing incoherency bounded continuous queries at web data aggregators 127438 WWW 54-65 2005
Monitoring the dynamic web to respond to continuous queries 127439 WWW 659-668 2003
Guest Editors' Introduction: Data Dissemination on the Web 127454 IEEE Internet Computing 27-28 2004
Proxy-based acceleration of dynamically generated content on the world wide web: An approach and implementation 127481 ACM Trans. Database Syst. 403-443 2004
PTC: Proxies that Transcode and Cache in Heterogeneous Web Client Environments 127494 World Wide Web 7-28 2004
Web Warehousing: An Algebra for Web Information 127509 ADL 228-237 1998
Pi-Web Join in a Web Warehouse 127515 DASFAA 255-262 1999
WDEE: Web Data Extraction by Example 127516 DASFAA 347-358 2005
An Automated Algorithm for Extracting Website Skeleton 127517 DASFAA 799-811 2004
Research Issues in Web Data Mining 127520 DaWaK 303-312 1999
OWDEAH: Online Web Data Extraction Based on Access History 127521 DaWaK 269-278 2004
Storage Management of a Historical Web Warehousing System 127525 DEXA 457-466 2000
ViDE: A Visual Data Extraction Environment for the Web 127526 DEXA 577-586 2001
An Information Concierge for the Web 127529 DEXA Workshop 672-676 2001
WEDAGEN - A Synthetic Web Database Generator 127531 DEXA Workshop 744-748 1999
Re-engineering structures from Web documents 127533 ACM DL 67-76 2000
Web Schemas in WHOMEDA 127534 DOLAP 17-24 2000
Keeping a Very Large Website Up-to-date: Some Feasibility Results 127536 EC-Web 399-408 2000
On Warehousing Historical Web Information 127537 ER 253-266 2000
Reducing Cognitive Overheads in a Web Warehouse Using Reverse-Osmosis 127543 ICPADS 171-178 2000
Algebraic Operations on Bags in a Web Warehouse 127544 ICSC 63-72 1999
A visual tool for building logical data models of websites 127552 WIDM 92-95 2002
3rd International Conference on Web Information Systems Engineering (WISE 2002), 12-14 December 2002, Singapore, Proceeding 127553 WISE 96-99 2002
Model and Research Issues for Refreshing a Very Large Website 127554 WISE 291-295 2000
Towards building logical views of websites 127559 Data Knowl. Eng. 197-222 2004
Data model for warehousing historical Web information 127561 Information andamp; Software Technology 315-334 2003
Parameter driven synthetic web database generation 127563 Journal of Systems and Software 29-42 2004
Web data extraction based on structural similarity 127564 Knowl. Inf. Syst. 438-461 2005
Detecting and Representing Relevant Web Deltas in WHOWEDA 127566 IEEE Trans. Knowl. Data Eng. 423-441 2003
Scheduling Queries to Improve the Freshness of a Website 127569 World Wide Web 61-90 2005
A Chinese Wall Approach to Privacy Policies for the Web 127574 COMPSAC 940-944 2002
Security and Privacy Issues for the World Wide Web: Panel Discussion 127586 DBSec 269-284 1998
MIDAS/BD: A Methodological Framework for Web Database Design 127613 ER (Workshops) 227-238 2001
Integrating query and hypertext modeling in web information systems development 127614 ICWI 1195-1198 2004
Representing Web Services with UML: A Case Study 127615 ICSOC 17-27 2003
A Hierarchy of Twofold Resource Allocation Automata Supporting Optimal Web Polling 127699 IEA/AIE 347-358 2008
Web Mining Research: A Surve 127884 CoRR None 2000
Web Mining Research: A Survey 127897 SIGKDD Explorations 1-15 2000
An Instructable, Adaptive Interface for Discovering and Monitoring Information on the World-Wide Web 127931 Intelligent User Interfaces 157-160 1999
Model and Tools for Design of Data-Intensive Web Applications 127948 Proc. 15andegrave;mes Journandeacute;es Bases de Donnandeacute;es Avancandeacute;es, BDA 1 1999
Design Abstractions for Innovative Web Applications 127950 BNCOD 1-2 2007
Models and Tools for Designing Data-Intensive WEB Applications (Abstract) 127951 CoopIS 3 1999
Sharing Software Tools on the WEB: The IDEA Web Lab 127954 DOOD 4-19 1997
Design Abstractions for Innovative Web Applications: The Case of the SOA Augmented with Semantics 127965 ESWC 4-15 2007
The SWS Mediator with WEBML/WEBRATIO and JABC/JETI: A Comparison 127973 ICEIS (4) 422-429 2007
Model-Driven Design of Web Applications with Client-Side Adaptation 127975 ICWE 201-214 2004
Extended memory (xMem) of web interactions 127976 ICWE 177-184 2006
An Approach to User-Behavior-Aware Web Applications 127977 ICWE 417-428 2005
Process Modeling in Web Applications 127982 OTM Conferences (1) 20 2005
Declarative Specification of Web Applications exploiting Web Services and Workflows 127990 SIGMOD Conference 909-910 2004
The IDEA Web Lab 127992 SIGMOD Conference 587-589 1998
One-to-One Personalization of Data-Intensive Web Sites 128002 WebDB (Informal Proceedings) 1-6 1999
Building reactive web applications 128006 WWW (Special interest tracks and posters) 1058-1059 2005
Designing data-intensive web applications for content accessibility using web marts 128011 Commun. ACM 55-61 2007
Modeling web applications reacting to user behaviors 128014 Computer Networks 1533-1546 2006
Model-driven design of collaborative Web applications 128039 Softw., Pract. Exper. 701-732 2003
Model-driven development of context-aware Web applications 128048 ACM Trans. Internet Techn. None 2007
Model-driven design and development of semantic Web service applications 128049 ACM Trans. Internet Techn. None 2007
The UM-MAIS Methodology for Multi-channel Adaptive Web Information Systems 128055 World Wide Web 349-385 2007
Efficient Web-Based Access to Multiple Geographic Databases Through Automatically Generated Wrappers 128065 WISE 34-41 2000
Secure Information Caching on the Web 128073 APWeb 24-35 2004
A System for Interactive Authorization for Business Processes for Web Services 128094 ICWE 521-525 2004
Interactive Access Control for Web Services 128106 SEC 151-166 2004
An access control framework for business processes for web services 128119 XML Security 15-24 2003
Security-by-contract for web services 128120 SWS 90-98 2007
Optimization of Restricted Searches in Web Directories Using Hybrid Data Structures 128151 ECIR 436-451 2003
Crawling the client-side hidden web 128154 ICWI 1179-1182 2004
Experiencies Retrieving Information in the World Wide Web 128156 ISCC 72-79 2001
Superimposing codes representing hierarchical information in web directories 128161 WIDM 54-60 2001
Hybrid Architecture for Web Search Systems Based on Hierarchical Taxonomies 128163 J. Inf. Sci. Eng. 863-887 2006
SemTag and seeker: bootstrapping the semantic web via automated semantic annotation 128183 WWW 178-186 2003
Computing Geographical Serving Area Based on Search Logs and Website Categorization 128225 DEXA 811-822 2007
Workload-Aware Load Balancing for Clustered Web Servers 128268 IEEE Trans. Parallel Distrib. Syst. 219-233 2005
Web Services Decomposition: edge Computing Architecture cache-friendly E-commerce Applications 128548 DEEC 81-87 2005
Social and Content-based Information Filtering for a Web Graphics Recommender System 128550 ICIAP 842-847 1999
WreC: A Scalable Middleware Architecture to Enable XML Caching for Web-Services 128555 Middleware 124-143 2005
Web service decomposition: Edge computing architecture for cache-friendly e-commerce applications 128569 Electronic Commerce Research and Applications 57-65 2006
Cluster-Based Computing with Active, Persistent Objects on the Web 128627 CLUSTER 341- 2001
NAM: A Network Adaptable Middleware to Enhance Response Time of Web Services 128642 MASCOTS 136- 2003
Names and Similarities on the Web: Fact Extraction in the Fast Lane 128687 ACL None 2006
Content Adaptation for Gradual Web Rendering 128713 INTETAIN 262-266 2005
Topic 15 - Peer-to-Peer and Web Computing 128726 Euro-Par 1141 2005
Squirrel: a decentralized peer-to-peer web cache 128745 PODC 213-222 2002
C2AS: A System Supporting Distributed Web Applications Composed of Collaborating Agents 128754 WETICE 127-132 1997
A Scientific Workflow Approach to Distributed Geospatial Data Processing using Web Services 128762 SSDBM 87-90 2005
WebVizard: Intelligent System for Geodata Visualization and CBT in the WWW 128847 Computer Graphics International 113-122 1998
Hierarchical Classification for Multiple, Distributed Web Databases 128862 Computers and Their Applications 155-159 2003
On the Use of Constrained Associations for Web Log Mining 128874 WEBKDD 100-118 2002
Effectiveness of web page classification on finding list answers 128877 SIGIR 522-523 2004
Modeling Web Knowledge for Answering Event-based Questions 128883 WWW (Posters) None 2003
Hierarchical Classification for Multiple, Distributed Web Databases 128888 I. J. Comput. Appl. 119-131 2004
Naviz : Website Navigational Behavior Visualizer 128894 PAKDD 276-289 2002
The dark side of the Web: an open proxy's view 128942 Computer Communication Review 57-62 2004
Modeling semantic web services: a case study 128949 ICWE 32-39 2006
The Semantic Web Services Tetrahedron: Achieving Integration with Semantic Web Services 128950 ICWE 334-339 2005
DAWIS: Una arquitectura de integraciandoacute;n Web para el acceso a archivos digitales 128951 JISBD 583-592 2003
Putting Legacy Sata on the Web: A Repository Definition Language 128963 Computer Networks and ISDN Systems 939-951 1995
Managing a Geographic Database from Mobile Devices Through OGC Web Services 128967 APWeb/WAIM Workshops 174-179 2007
Improving Accessibility of Web-Based GIS Applications 128970 DEXA Workshops 490-494 2005
Mejorando la accesibilidad de las aplicaciones GIS basadas en Web 128987 JISBD 247-252 2005
Fast and Flexible Compression for Web Search Engines 129000 Electr. Notes Theor. Comput. Sci. 129-141 2006
Concept Map Model for Web Ontology Exploration 129004 APWeb 544-555 2006
Context-Based Web Ontology Service for TCM Information Sharing 129010 ICWS 699-705 2005
RDF-Based Ontology View for Relational Schema Mediation in Semantic Web 129011 KES (2) 873-879 2005
Towards a Semantic Web of Relational Databases: A Practical Semantic Toolkit and an In-Use Case from Traditional Chinese Medicine 129012 International Semantic Web Conference 750-763 2006
Rank synopses for efficient time travel on the web graph 129014 CIKM 864-865 2006
A Pocket Guide to Web History 129015 SPIRE 86-97 2007
Specification of Adaptive Behavior Using a General-Purpose Design Methodology for DynamicWeb Applications 129149 AH 283-286 2004
A workflow-driven design of web information systems 129150 ICWE 321-328 2006
Hera: Development of Semantic Web Information Systems 129151 ICWE 529-538 2003
Methodologies for Web Information System Design 129152 ITCC 420-424 2003
Hermes: a semantic web-based news decision support system 129155 SAC 2415-2420 2008
Semantical Descriptions of Models for Web Design 129156 WWW Workshop on Application Design, Development and Implementation Issues in the Semantic Web 173-181 2004
Engineering Semantic Web Information Systems in Hera 129159 J. Web Eng. 3-26 2003
Proceedings of the Workshop on Semantic Search (SemSearch 2008) at the 5th European Semantic Web Conference (ESWC 2008), Tenerife, Spain, June 2nd, 200 129164 SemSearch None 2008
Simple Classification into Large Topic Ontology of Web Documents 129172 CIT 279-285 2005
Feature selection on hierarchy of web documents 129173 Decision Support Systems 45-87 2003
Building a distributed full-text index for the web 129185 ACM Trans. Inf. Syst. 217-241 2001
Probabilistic QoS and soft contracts for transaction based Web services 129190 ICWS 126-133 2007
A protocol for QoS contract negotiation and its implementation using Web Services 129191 ICWS 168-175 2007
A Scalable Infrastructure for Peer-to-Peer Networks Using Web Service Registries and Intelligent Peer Locators 129352 CCGRID 216-223 2003
Ontology-driven peer profiling in peer-to-peer enabled semantic web 129355 CIKM 564-567 2003
A QoS Oriented Framework for Adaptive Management of Web Service Based Workflows 129356 DEXA 826-835 2003
A Panoramic Approach to Integrated Evaluation of Ontologies in the Semantic Web 129357 EON 31-40 2007
Characterizing Quality of Knowledge on Semantic Web 129359 FLAIRS Conference None 2004
The Efficient Web-Based Mobile GIS Service System through Reduction of Digital Map 129360 ICCSA (1) 410-417 2004
A Component-Based Architecture for Adaptive, Collaborative Web-Based Learning 129362 ICWL 203-215 2002
Towards Intelligent Web Services for Automating Medical Service Composition 129364 ICWS 384- 2004
Modeling biomedical assertions in the semantic web 129371 SAC 1357-1361 2007
Location-Based Tour Guide System Using Mobile GIS and Web Crawling 129372 W2GIS 51-63 2004
Compositional knowledge management for medical services on semantic web 129373 WWW (Alternate Track Papers andamp; Posters) 498-499 2004
Ubiquitous computing: connecting Pervasive computing through Semantic Web 129375 Inf. Syst. E-Business Management 421-439 2006
A User Management System for Federated Databases Using Web Services 129383 ICCSA (4) 88-97 2006
Interactive Fuzzy Interval Reasoning for smart Web shopping 129385 Appl. Soft Comput. 433-439 2005
Mining web logs for prediction models in WWW caching and prefetching 129429 KDD 473-478 2001
Mining Web Logs to Improve Web Caching and Prefetching 129430 Web Intelligence 483-492 2001
Web-Log Mining for Predictive Web Caching 129431 IEEE Trans. Knowl. Data Eng. 1050-1053 2003
Integrating Web Prefetching Using Prediction Models 129432 World Wide Web 299-321 2001
Ma X : An Access Control System for Digital Libraries and the Web 129437 COMPSAC 945-950 2002
Security and Privacy for Web Databases and Services 129447 EDBT 17-28 2004
Web Data Protection: Principles and Research Issues 129448 EDBT Workshops 526-535 2004
An Access Control System for Digital Libraries and the Web: The MaX Prototype Demonstration 129449 ECDL 656-657 2002
Towards Secure Execution Orders for CompositeWeb Services 129457 ICWS 489-496 2007
An Integrated Approach to Rating and Filtering Web Content 129458 IEA/AIE 749-751 2005
Directions for Web and E-Commerce Applications Security 129472 WETICE 200-204 2001
Web Service Composition: A Security Perspective 129473 WIRI 248-253 2005
Content-based filtering of Web documents: the MaX system and the EUFORBIA project 129478 Int. J. Inf. Sec. 45-58 2003
Experimental Studies of Scalability in Clustered Web Systems 129518 IPDPS None 2004
The FungalWeb Ontology: Semantic Web Challenges in Bioinformatics and Genomics 129520 International Semantic Web Conference 1063-1066 2005
Semantic web infrastructure for fungal enzyme biotechnologists 129522 J. Web Sem. 168-180 2006
Representation and share of part feature information in web-based parts library 129532 Expert Syst. Appl. 697-704 2006
Computing Geographical Scopes of Web Resources 129538 VLDB 545-556 2000
Finding Near-Replicas of Documents and Servers on the Web 129541 WebDB 204-212 1998
Crawler-Friendly Web Servers 129543 SIGMETRICS Performance Evaluation Review 9-14 2000
Self-optimizing block transfer in web service grids 129549 WIDM 49-56 2007
Distributed web-based framework for real-time multimedia object communication 129558 Comput. Syst. Sci. Eng. 79-88 2001
Ontology Translation on the Semantic Web 129624 CoopIS/DOA/ODBASE 952-969 2003
Integrating Databases into the Semantic Web through an Ontology-Based Framework 129626 ICDE Workshops 54 2006
Ontology Translation on the Semantic Web 129633 J. Data Semantics 35-57 2005
PODWIS: A Personalized Tool for Ontology Development in Domain Specific Web Information System 129692 APWeb 680-694 2005
An Ontology Based Approach to Construct Behaviors in Web Information Systems 129695 WAIM 194-208 2005
DOPA: A Data-Driven and Ontology-Based Method for Ad Hoc Process Awareness in Web Information Systems 129696 WISE 114-125 2006
Supporting Web-Based Collaboration between Virtual Enterprise Partners 129724 DEXA Workshops 1029-1035 2004
Identifying Emerging Web-Communication Patterns Between Government and Citizens 129725 DEXA Workshop 419-422 2001
E-Commerce and Web Technologies, Third International Conference, EC-Web 2002, Aix-en-Provence, France, September 2-6, 2002, Proceeding 129726 EC-Web None 2002
Analyzing Workflow Audit Trails in Web-Based Environments with Fuzzy Logic 129727 EC-Web 315-325 2001
Adaptive Context Aware Legal Work Environments - Basis for Developing Legal Live Spaces on the Web 129740 WISE (2) 119-125 2001
Topic sentiment mixture: modeling facets and opinions in weblogs 129750 WWW 171-180 2007
XML and Objects-The Future for E-Forms on the Web 129762 WETICE 303-308 1999
Extracting Meaningful Labels for WEBSOM Text Archives 129773 CIKM 41-48 2001
Comparing Keyword Extraction Techniques for WEBSOM Text Archives 129775 ICTAI 187-194 2001
Comparing Keyword Extraction Techniques for WEBSOM Text Archives 129776 International Journal on Artificial Intelligence Tools 219-232 2002
Evaluating Keyword Selection Methods for WEBSOM Text Archives 129778 IEEE Trans. Knowl. Data Eng. 380-383 2004
Automatic Information Discovery from the "Invisible Web" 129787 ITCC 332-337 2002
Discovering the Biomedical Deep Web 129791 WISE 616-617 2005
Scalable Contents-based Web Cluster Server with Self-Processing Web Switch 129845 Computers and Their Applications 446-449 2003
Joint categorization of queries and clips for web-based video search 129885 Multimedia Information Retrieval 193-202 2006
Translation of Web Data with Chameleon 129905 SEBD 24-35 2005
Current Trends in Database Technology - EDBT 2004 Workshops, EDBT 2004 Workshops PhD, DataX, PIM, P2Pandamp;DB, and ClustWeb, Heraklion, Crete, Greece, March 14-18, 2004, Revised Selected Paper 129961 EDBT Workshops None 2004
A Survey of Public Web Services 129980 EC-Web 96-105 2004
Content Aggregation Middleware (CAM) for Fast Development of High Performance Web Syndication Services 129981 NPC 195-204 2004
A survey of public web services 129984 WWW (Alternate Track Papers andamp; Posters) 312-313 2004
Accelerating Database Processing at Database-Driven Web Sites 129986 IEICE Transactions 2724-2738 2006
Mobile Web Service Provisioning 130016 AICT/ICIW 120 2006
Mobile Host: A Feasibility Analysis of Mobile Web Service Provisioning 130032 UMICS 446-461 2006
A Mediation Framework for Mobile Web Service Provisioning 130049 EDOC Workshops 14 2006
The Web 2.0 Driven SECI Model Based Learning Process 130067 ICALT 780-782 2007
Enabling Communities by Constructed Media: The Case of a Web-Based Study Environment for a Talmudic Tractate 130078 ICWL 275-286 2002
ATLAS: A Web-Based Software Architecture for Multimedia E-learning Environements in Virtual Communities 130079 ICWL 193-205 2003
Aphasics' Communities Learning on the Web 130080 ICWL 277-285 2004
Web-Based Learning with Non-linear Multimedia Stories 130081 ICWL 249-263 2006
Enhancing Decision and Negotiation Support in Enterprise Networks Through Semantic Web Technologies 130121 XSW 161-167 2002
MWSMF: a mediation framework realizing scalable mobile web service provisioning 130124 MOBILWARE 43 2008
Integration von Geschandauml;ftskennzahlen und Textdokumenten mit Semantic Web Technologien 130154 KI 35- 2003
Web-based Data Collection for Uterine Adnexal Tumors: A Case Study 130176 CBMS 282-287 2002
Characterizing Crawler Behavior from Web Server Access Logs 130192 EC-Web 369-378 2003
Web Community Directories: A New Approach to Web Personalization 130198 EWMF 113-129 2003
A Theoretical Framework for Satellite-Based Web Multicasting Services 130208 ISCC 425-411 2001
Intermediaries for the World-Wide Web: overview and classification 130209 ISCC 231-236 2002
A Probabilistic Reasoning Approach for Discovering Web Crawler Sessions 130216 APWeb/WAIM 265-272 2007
Self-optimizing block transfer in web service grids 130217 WIDM 49-56 2007
Intermediary infrastructures for the World Wide Web 130219 Computer Networks 421-447 2004
An investigation of web crawler behavior: characterization and metrics 130221 Computer Communications 880-897 2005
A control theoretical approach to self-optimizing block transfer in Web service grids 130226 TAAS 283-302 2008
Merging Source Query Interfaces onWeb Databases 130249 ICDE 46 2006
Rappresentazione personalizzata dell'informazione nel Web Semantico 130319 SEBD 159-166 2006
Discovering geographical-specific interests from web click data 130368 LocWeb 41-48 2008
Value-based data mining and web mining for CRM 130442 KDD Tutorials None 2001
Performance Evaluation of an Interactive Web-Based Multimedia Document System with Streaming Media 130499 IEEE International Conference on Multimedia and Expo (I) 80-83 2000
A Trust-based Context-Aware Access Control Model for Web-Services 130506 ICWS 184-191 2004
Access Control in Dynamic XML-Based Web-Services with X-RBAC 130507 ICWS 243-249 2003
A Policy-Based Authorization Framework for Web Services: Integrating XGTRBAC and WS-Policy 130508 ICWS 447-454 2007
Web-based multimedia databases: prospects and challenges 130519 MMDB 1 2004
Security models for web-based applications 130539 Commun. ACM 38-44 2001
XML-Based Specification for Web Services Document Security 130543 IEEE Computer 41-49 2004
Distributed web-based framework for real-time multimedia object communication 130549 Comput. Syst. Sci. Eng. 79-88 2001
A Trust-Based Context-Aware Access Control Model for Web-Services 130553 Distributed and Parallel Databases 83-105 2005
Web services discovery in secure collaboration environments 130587 ACM Trans. Internet Techn. 215-234 2007
Multi-protocol Web Services for Enterprises and the Grid 130639 EuroWeb 276-290 2002
QoS-Aware Web Service Compositions Using Non-intrusive Policy Attachment to BPEL 130641 ICSOC 582-593 2007
Composition of Coordinated Web Services 130642 Middleware 294-310 2004
On Web Services Aggregation 130643 TES 1-13 2003
Business processes for Web Services: Principles and applications 130647 IBM Systems Journal 425-446 2006
Automatic Mutation Testing and Simulation on OWL-S Specified Web Services 130955 Annual Simulation Symposium 149-156 2008
A Framework for Contract-Based Collaborative Verification and Validation of Web Services 130956 CBSE 258-273 2007
Contract-Based Testing for Web Services 130959 COMPSAC (1) 517-526 2007
Adaptive Web Services Testing 130960 COMPSAC (2) 233-236 2007
A Framework for Time Consistency Verification for Web Processes Based on Annotated OWL-S 130962 GCC 346-353 2007
Web Service Composition Languages: Old Wine in New Bottles? 131010 EUROMICRO 298-307 2003
Design and performance evaluation of a web-based multi-tier federated system for a catalogue of life 131046 WIDM 104-107 2002
EShopMonitor: A Web Content Monitoring Tool 131151 ICDE 817-820 2004
Learning Robust Web Wrappers 131181 DEXA 736-745 2005
Schema-Based Web Wrapping 131182 ER 286-299 2004
Mining User Preferences, Page Content and Usage to Personalize Website Navigation 131190 World Wide Web 317-345 2005
A Framework for Using Web Usage Mining to Personalise E-learning 131201 ICALT 937-938 2007
Towards Informed Web Content Delivery 131223 WCW 232-248 2004
Web Based Question Answering with Aggregation Strategy 131231 APWeb 353-362 2004
Semantic, Hierarchical, Online Clustering of Web Search Results 131232 APWeb 69-78 2004
Opinion mining of customer feedback data on the web 131259 ICUIMC 230-235 2008
Analysis and Design of e-Commerce Applications on the Web: A Case Study of OO Techniques and Notations 131312 EC-Web 315-327 2003
Compressing the Graph Structure of the Web 131327 Data Compression Conference 213-222 2001
Applying Semantic Web technology to the integration of corporate information 131341 Int. J. Web Eng. Technol. 231-247 2005
Improving personalized web search using result diversification 131398 SIGIR 691-692 2006
Evaluating the accuracy of implicit feedback from clicks and query reformulations in Web search 131401 ACM Trans. Inf. Syst. None 2007
Performance-improving techniques in web-based GIS 131406 International Journal of Geographical Information Science 319-342 2005
The Content Manager: A Tool to Develop Multilingual and Multi-Preference Web Sites 131437 WSE 22- 2001
Answer Set Programming for the Semantic Web 131577 ICLP 23-26 2007
Combining Answer Set Programming with Description Logics for the Semantic Web 131594 KR 141-151 2004
Well-Founded Semantics for Description Logic Programs in the Semantic Web 131605 RuleML 81-97 2004
Information Extraction for the Semantic Web 131606 Reasoning Web 275-289 2005
A Data Mining Framework for Building A Web-Page Recommender System 131681 IRI 357-362 2004
Affinity-Based Similarity Measure for Web Document Clustering 131682 IRI 247-252 2004
A web-page recommender system via a data mining framework and the Semantic Web concept 131696 IJCAT 298-311 2006
Identifying Topics for Web Documents through Fuzzy Association Learning 131697 International Journal of Computational Intelligence and Applications 277-285 2002
Mining user access patterns with traversal constraint for predicting web page requests 131699 Knowl. Inf. Syst. 515-528 2006
WSXL: A Web Services Language for Integrating End-User Experience 131702 CADUI 35-50 2002
Web-Services Architecture for Efficient XML Data Exchange 131734 ICDE 523-534 2004
What does Web 2.0 have to do with databases 131744 VLDB 1443 2007
The power of structured data on the web 131745 WIDM 1-2 2006
Towards the Design of a Portal Framework for Web Services Integration 131750 AICT/ICIW 163 2006
A Similarity-Aware Multiagent-Based Web Content Management Scheme 131759 ICMLC 305-314 2005
Agent-based Similarity-aware Web Document Pre-fetching 131762 CIMCA/IAWTIC 928-933 2005
A Similarity-aware Web Content Caching Scheme and Agentbased Web Document Pre-fetching 131764 E-Service Intelligence 213-232 2007
The InterData methodological framework for the development of Web-based information systems 131796 SEBD 139-152 2000
A Graph-Based Framework for Web Document Mining 131853 Document Analysis Systems 401-412 2004
Fast Categorization of Web Documents Represented by Graphs 131858 WEBKDD 56-71 2006
Multi-lingual Detection of Terrorist Content on the Web 131866 WISI 16-30 2006
Design and implementation of a web mining system for organizing search engine results 131885 Int. J. Intell. Syst. 607-625 2005
Stochastic simulations of web search engines: RBF versus second-order regression models 131904 Inf. Sci. 1-28 2004
Anomaly detection in web documents using crisp and fuzzy-based cosine clustering methodology 131914 Inf. Sci. 467-475 2007
Advances in Web Intelligence and Data Minin 131932 None None 2006
Assuring Security and Privacy for Digital Library Transactions on the Web: Client and Server Security Policies 131938 ADL 140-152 1997
Trust Negotiation as an Authorization Service forWeb Services 131961 ICDE Workshops 21 2006
PeerTrust: Automated Trust Negotiation for Peers on the Semantic Web 131986 Secure Data Management 118-132 2004
Proceedings of the ISWC*04 Workshop on Trust, Security, and Reputation on the Semantic Web, Hiroshima, Japan, November 7, 200 131987 ISWC Workshop on Trust, Security, and Reputation on the Semantic Web 174-180 2004
Directions and trends of XML and web service security 132001 SWS 1-2 2006
Negotiating Trust on the Web 132007 IEEE Internet Computing 30-37 2002
Using Digital Credentials on the World Wide Web 132010 Journal of Computer Security 255-266 1997
Stefano Ceri speaks out on many-book researchers and one-startup researchers, web modeling, the vanishing US-Europe research gap, the semantic web services train, and more 132044 SIGMOD Record 39-46 2007
Tools for Personalised Annotation and Organisation of Diverse Web Resources 132069 DEXA Workshops 559-566 2002
Specifying and Verifying Web Transactions 132087 FORTE 149-168 2008
Unifying Denotational Semantics with Operational Semantics for Web Services 132093 ICDCIT 225-239 2007
Towards the Semantics for Web Service Choreography Description Language 132098 ICFEM 246-263 2006
Toward a Formal Approach to Composite Web Service Construction and Automation 132105 ICPP 436- 2003
A QoS-aware middleware for ensuring web services reliability 132124 Parallel and Distributed Computing and Networks 319-324 2007
Algebraic Approach to Linking the Semantics of Web Services 132126 SEFM 315-328 2007
Advanced Web Session Provider for Suspensible E-services 132127 TES 131-140 2002
A New Web Application Development Methodology: Web Service Composition 132130 WES 134-145 2003
Modeling and Verifying Web Services Choreography Using Process Algebra 132135 SEW 256-268 2007
Automatic Generation of Data Types for Classification of Deep Web Sources 132202 DILS 266-274 2005
A Novel Approach for Robust Web Services Provisioning 132207 ICEIS (4) 121-128 2007
Web Information Systems Engineering - WISE 2005, 6th International Conference on Web Information Systems Engineering, New York, NY, USA, November 20-22, 2005, Proceeding 132212 WISE 697-698 2005
QoS-Aware Middleware for Web Services Composition 132220 IEEE Trans. Software Eng. 311-327 2004
Automatic Discovery and Inferencing of Complex Bioinformatics Web Interfaces 132222 World Wide Web 463-493 2005
On the scale and performance of cooperative Web proxy caching 132281 SOSP 16-31 1999
Organization-Based Analysis of Web-Object Sharing and Caching 132283 USENIX Symposium on Internet Technologies and Systems 350-364 1999
Evolving the Semantic Web with Mangrove 132286 WWW (Posters) 13-18 2003
Organizing and sharing distributed personal web-service data 132287 WWW 755-764 2008
"ARCHIMIDES" An Intelligent Agent for Adaptive Personalized Navigation within a WEB Server 132320 HICSS 5-11 1999
Caractandeacute;risation des transitions temporisandeacute;es dans les logs de conversation de services Web 132371 EGC 45-56 2007
Leveraging Web-Services and Peer-to-Peer Networks 132381 CAiSE 485-501 2003
Planning and Monitoring the Execution of Web Service Requests 132406 ICSOC 335-350 2003
A Business-Aware Web Services Transaction Model 132408 ICSOC 352-364 2006
A Methodology to Support Web-Services Development Using Legacy Systems 132409 Engineering Information Systems in the Internet Context 81-103 2002
The Capability Matching of Web Services 132413 ISMSE 56-63 2002
Exploring a Multi-Faceted Framework for SoC: How to Develop Secure Web-Service Interactions 132416 RIDE 56-61 2004
The World of e-Business: Web-Services, Workflows, and Business Transactions 132419 WES 153-173 2002
EFSOC: A Layered Framework for Developing Secure Interactions between Web-Services 132429 Distributed and Parallel Databases 115-145 2005
Planning and monitoring the execution of web service requests 132439 Int. J. on Digital Libraries 235-246 2006
Web Services and Business Transactions 132450 World Wide Web 49-91 2003
Web services technology in support of business transactions 132451 Service Oriented Computing and Applications 51-63 2007
Generating hypotheses from the web 132494 WWW 1211-1212 2008
Clustering-Based Schema Matching of Web Data for Constructing Digital Library 132528 ICCSA (2) 1086-1095 2005
A Self-Organizing Search Engine for RSS Syndicated Web Contents 132529 ICDE Workshops 52 2006
Effective and efficient semantic web data management over DB2 132545 SIGMOD Conference 1183-1194 2008
A New Approach to Describe Web Services 132547 Web Intelligence 568-571 2007
DWEB: A Data Warehouse Engineering Benchmark 132564 DaWaK 85-94 2005
A Knowledge-Based System for Workflow Management Using the World Wide Web 132610 Australian Joint Conference on Artificial Intelligence 157-166 1997
An Agent for Web-Based Process Management 132635 ECBS 62-67 2001
PRIME-GC: A Medical Information Retrieval Prototype on the WEB 132720 RIDE 0- 1997
From Database to Web Multimedia Documents 132729 Multimedia Tools Appl. 263-282 2003
Composing Web Services with PEWS: A Trace-Theoretical Approach 132860 ECOWS 65-74 2006
PEWS: A New Language for Building Web Service Interfaces 132868 J. UCS 1215-1233 2005
A Web Services Environment for Internet-Scale Sensor Computing 132872 IEEE SCC 101-108 2004
WISE: A Web-Based Intelligent Sensor Explorer Framework for Publishing, Browsing, and Analyzing Sensor Data over the Internet 132894 ICWE 568-572 2004
Efficient Queries over Web Views 133084 EDBT 72-86 1998
Web Site Evaluation: Methodology and Case Study 133085 ER (Workshops) 253-263 2001
Structures in the Web 133090 SEBD 229-248 1997
RoadRunner: automatic data extraction from data-intensive web sites 133092 SIGMOD Conference 624 2002
The Araneus Web-Base Management System 133093 SIGMOD Conference 544-546 1998
To Weave the Web 133094 VLDB 206-215 1997
Automatic annotation of data extracted from large Web sites 133095 WebDB 7-12 2003
Efficiently Locating Collections of Web Pages to Wrap 133096 WEBIST 247-254 2005
Speaking Words of WISDOM: Web Intelligent Search based on DOMain ontologies 133097 SWAP 15-22 2005
Clustering Web pages based on their structure 133098 Data Knowl. Eng. 279-299 2005
Efficient Queries over Web Views 133099 IEEE Trans. Knowl. Data Eng. 1280-1298 2002
Design and development of data-intensive web sites: The araneus approach 133100 ACM Trans. Internet Techn. 49-92 2003
Maintaining Ontologies for Geographical Information Retrieval on the Web 133115 CoopIS/DOA/ODBASE 934-951 2003
Building a Geographical Ontology for Intelligent Spatial Search on the Web 133116 Databases and Applications 167-172 2005
GeWOlap: A Web Based Spatial OLAP Proposal 133466 OTM Workshops (2) 1596-1605 2006
A practical system of keyphrase extraction for web pages 133594 CIKM 277-278 2005
A SVM Method for Web Page Categorization Based on Weight Adjustment and Boosting Mechanism 133596 FSKD (2) 801-810 2005
Building bridges for web query classification 133599 SIGIR 131-138 2006
A comparison of implicit and explicit links for web page classification 133601 WWW 643-650 2006
Semantic Caching via Query Matching for Web Sources 133615 CIKM 77-85 1999
Towards Intelligent Semantic Caching for Web Sources 133670 J. Intell. Inf. Syst. 23-45 2001
Web++: A System for Fast and Reliable Web Service 133704 USENIX Annual Technical Conference, General Track 171-184 1999
Web++ architecture, design and performance 133710 World Wide Web 65-77 2000
Combining Link and Content Information in Web Search 133767 Web Dynamics 179-194 2004
Relational Markov models and their application to adaptive web navigation 133806 KDD 143-152 2002
Learning to map between ontologies on the semantic web 133822 WWW 662-673 2002
Integrating Web Content Clustering into Web Log Association Rule Mining 133833 Canadian Conference on AI 182-193 2005
Web Search Tailored Ontology Evaluation Framework 133854 APWeb/WAIM Workshops 372-383 2007
Reasoning on the Web: Language Prototypes and Perspectives 133905 EWIMT 66-70 2004
Querying the Web Reconsidered: A Practical Introduction to Xcerpt 133906 Extreme Markup Languagesand#174; None 2004
Xcerpt and XChange: Deductive Languages for Data Retrieval and Evolution on the Web 133907 GI Jahrestagung (2) 562-568 2004
Xcerpt and XChange - Logic Programming Languages for Querying and Evolution on the Web 133908 ICLP 450-451 2004
Xcerpt et visXcerpt : langages dandeacute;ductifs d'interrogation du Web 133909 JFPLC 255-270 2004
Principles and Practice of Semantic Web Reasoning, Second International Workshop, PPSWR 2004, St. Malo, France, September 6-10, 2004, Proceeding 133911 PPSWR None 2004
Data Retrieval and Evolution on the (Semantic) Web: A Deductive Approach 133912 PPSWR 34-49 2004
Web and Semantic Web Query Languages: A Survey 133913 Reasoning Web 35-133 2005
Paraconsistent Reasoning for the Semantic Web 133915 ISWC-URSW 104-105 2005
Workshop on social web and knowledge management (SWKM2008) 133917 WWW 1279-1280 2008
Proceedings of the WWW 2008 Workshop on Social Web and Knowledge Management, Beijing, China, April 22, 200 133918 SWKM None 2008
Querying the Web Reconsidered: Design Principles for Versatile Web Query Languages 133920 Int. J. Semantic Web Inf. Syst. 1-21 2005
TAX-PQ: Dynamic Taxonomy Probing and Query Modification for Topic-Focused Web Searc 133923 DASFAA 91-100 2003
OGSA-WebDB: An OGSA-Based System for Bringing Web Databases into the Grid 133925 ITCC (2) 105- 2004
Conveying taxonomy context for topic-focused Web search 133927 JASIST 173-188 2005
A Relation-Based Search Engine in Semantic Web 134068 IEEE Trans. Knowl. Data Eng. 273-282 2007
An Approach to Abstracting and Transforming Web Services for End-user-doable Construction of Service-Oriented Applications 134081 NODe/GSEM 248-258 2005
Classification of Websites as Sets of Feature Vectors 134088 Databases and Applications 127-132 2004
Web site mining: a new way to spot competitors, customers and suppliers in the world wide web 134093 KDD 249-258 2002
Accurate and Efficient Crawling for Relevant Websites 134100 VLDB 396-407 2004
Query Subscription in an XML Webhouse 134134 DELOS Workshop: Information Seeking, Searching and Querying in Digital Libraries None 2000
Monitoring XML Data on the Web 134136 SIGMOD Conference 437-448 2001
Beitragsband zum Studierenden-Programm bei der 11. Fachtagung "Datenbanken fanduuml;r Business, Technologie and Web", GI Fachbereich Datenbanken und Informationssysteme, Karlsruhe, 1. Mandauml;rz 200 134247 BTW Studierendenprogramm 58-73 2005
A Web Based Tool for an Automated Dental Identification System (ADIS) 134328 DG.O None 2004
Hilda: A High-Level Language for Data-DrivenWeb Applications 134601 ICDE 32 2006
Automatic client-server partitioning of data-driven web applications 134605 SIGMOD Conference 760-762 2006
Index Structures for Querying the Deep Web 134614 WebDB 79-86 2003
Finding Buying Guides with a Web Carnivore 134628 LA-WEB 84-92 2003
Parallel programming in modern web search engines 134631 PPOPP 58 2006
Secure Web Tunneling 134633 Computer Networks 531-539 1998
The Term Vector Database: fast access to indexing terms for Web pages 134634 Computer Networks 247-255 2000
Improving Web Performance in Broadcast-Unicast Networks 134644 INFOCOM None 2003
Improving Web Searching Using Descriptive Graphs 134681 NLDB 276-287 2004
Ontology Versioning and Change Detection on the Web 134686 EKAW 197-212 2002
IKUM: An Integrated Web Personalization Platform Based on Content Structures and User Behavior 134689 ITWP 272-288 2003
SEWeP: A Web Mining System Supporting Semantic Personalization 134690 PKDD 552-554 2004
Web site personalization based on link analysis and navigational patterns 134692 ACM Trans. Internet Techn. None 2007
What's new on the web?: the evolution of the web from a search engine perspective 134697 WWW 1-12 2004
The discoverability of the web 134698 WWW 421-430 2007
ScentTrails: integrating browsing and searching on the Web 134702 Interactions 9-10 2003
An Approach to Secure Distribution of Web-Based Training Courses 134802 ACSC 199-205 2001
Knowledge Landscapes: A VR Interface for Web-Based Training Knowledge Bases 134807 EJC 271-274 2000
From Maintenance to Evolutionary Development of Web Applications: A Pragmatic Approach 134809 ICWE 287-299 2004
Can P2P Deliver What Web Repositories Promised: Global Sharing of E-Learning Content 134810 iiWAS None 2003
A Modern Approach to Searching the World Wide Web: Ranking Pages by Inference over Content 134814 INAP 316-330 2001
Coimbra: secure Web access to multimedia content 134817 ACM Multimedia Workshops 145-148 2000
A Formal Concept Analysis Approach for Web Usage Mining 134823 Intelligent Information Processing 437-440 2004
Enhancing Mobile Web Access Using Intelligent Recommendations 134828 IEEE Intelligent Systems 28-34 2006
Intelligent Management of SLAs for Composite Web Services 134837 DNIS 158-171 2003
Business-oriented management of Web services 134866 Commun. ACM 55-60 2003
Mining the Most Interesting Web Access Associations 134900 WebNet 489-494 2000
Characterizing Web Service Substitutivity with Combined Deductive and Inductive Engines 134916 ADVIS 244-254 2002
Conflict Resolution in Web Service Federations 134931 ICWS-Europe 109-122 2003
DB2 and Web services 134957 IBM Systems Journal 666-685 2002
Golden Path Analyzer: using divide-and-conquer to cluster Web clickstreams 134964 KDD 349-358 2003
Robust methodologies for modeling web click distributions 134967 WWW 511-520 2007
Scheduling web requests in broadcast environments 134985 WWW (Alternate Track Papers andamp; Posters) 280-281 2004
Exchanging Policies between Web Service Entities using Rule Languages 135125 IEEE SCW 57-64 2007
Using UML-based Rules for Web Services Modeling 135142 ICDE Workshops 290-297 2007
A Defeasible Logic Programming System for the Web 135145 ICTAI 756-757 2004
Web Rule Languages to Carry Policies 135155 POLICY 188-192 2007
Supporting Open and Closed World Reasoning on the Web 135156 PPSWR 149-163 2006
Web Rules Need Two Kinds of Negation 135157 PPSWR 33-50 2003
RuleML 2002, Proceedings of the International Workshop on Rule Markup Languages for Business Rules on the Semantic Web, 14 June 2002, Sardinia, Italy (In conjunction with the First International Semantic Web Conference ISWC2002 and hosted by SIG2 of the OntoWeb Networ 135158 RuleML None 2002
A System for Nonmonotonic Rules on the Web 135159 RuleML 23-36 2004
Design Rationale for RuleML: A Markup Language for Semantic Web Rules 135162 SWWS 381-401 2001
Rules and Rule Markup Languages for the Semantic Web, Second International Workshop, RuleML 2003, Sanibel Island, FL, USA, October 20, 2003, Proceeding 135163 RuleML None 2003
Rules and Defeasible Reasoning on the Semantic Web 135165 RuleML 111-120 2003
The Abstract Syntax of RuleML - Towards a General Web Rule Language Framework 135169 Web Intelligence 628-631 2004
Bridging Concrete and Abstract Syntax of Web Rule Languages 135172 RR 309-318 2007
Rule-based agents for the semantic web 135174 Electronic Commerce Research and Applications 323-338 2003
Towards a general web rule language 135176 Int. J. Web Eng. Technol. 181-206 2005
Integration of rules and policies for Semantic Web Services 135179 IJAMC 404-423 2007
Web Based Capacity Allocation Strategies for Customers with Heterogeneous Preferences 135211 Electronic Commerce Research 359-384 2002
Integrating Data Grid and Web Services for E-Science Applications: A Case Study of Exploring Species Distributions 135233 e-Science 31 2006
Search Engines and Web Information Retrieval 135268 CAAN 183-191 2004
T-Araneus: Management of Temporal Data-Intensive Web Sites 135323 EDBT 862-864 2004
Towards the Managment of Time in Data-Intensive Web Sites 135324 ER (Workshops) 390-401 2004
Management of Heterogeneity in the SemanticWeb 135325 ICDE Workshops 60 2006
Web Image Annotation Based on Automatically Obtained Noisy Training Set 135337 APWeb 637-648 2008
Building a web of trust without explicit trust ratings 135346 ICDE Workshops 531-536 2008
Research and commercial opportunities in Web-Based Simulation 135441 Simul. Pr. Theory 55-72 2001
Editorial: web and database technologies in business solutions 135484 Int. J. Web Eng. Technol. 275-277 2004
Webs of Archived Distributed Computations for Asynchronous Collaboration 135607 The Journal of Supercomputing 101-118 1997
A System for Automatic Personalized Tracking of Scientific Literature on the Web 135667 ACM DL 105-113 1999
Discovering Relevant Scientific Literature on the Web 135670 IEEE Intelligent Systems 42-47 2000
A Web-based Knowledge Aided Tutoring System for Vegetable Supply Chain 135732 CCTA 1029-1036 2007
Discovering Implicit Relationships in a Web of Contexts 135825 Intuitive Human Interfaces for Organizing and Accessing Intellectual Assets 175-188 2004
Extended Faceted Taxonomies for Web Catalogs 135870 WISE 192-204 2002
Replicating Multi-quality Web Applications Using ACO and Bipartite Graphs 135911 ANTS Workshop 270-281 2006
Discovering Web Document Associations for Web Site Summarization 135914 DaWaK 152-161 2001
Leveraging Structural Knowledge for Hierarchically-Informed Keyword Weight Propagation in the Web 135926 WEBKDD 72-91 2006
WreC: A Scalable Middleware Architecture to Enable XML Caching for Web-Services 135927 Middleware 124-143 2005
Using Random Walks for Mining Web Document Associations 135938 PAKDD 294-305 2000
Mashup Feeds: : continuous queries over web services 135942 SIGMOD Conference 1128-1130 2007
UQBE: uncertain query by example for web service mashup 135943 SIGMOD Conference 1275-1280 2008
Extracting Relevant Snippets fromWeb Documents through Language Model based Text Segmentation 135948 Web Intelligence 287-290 2007
Discovering Web Document Associations for Web Site Summarization 135949 WWW Posters 182-197 2001
Reasoning for Web document associations and its applications in site map construction 135954 Data Knowl. Eng. 121-150 2002
An Efficient Implementation of a Rule-based Adaptive Web Information System 135973 WISM 36-50 2006
A General Methodological Framework for the Development of Web-Based Information Systems 135981 ER (Workshops) 128-139 2000
Modeling heterogeneous context information in adaptive web based applications 135989 ICWE 56-63 2006
A Rule-based Approach to Content Delivery Adaptation in Web Information Systems 135990 MDM 21 2006
The InterData methodological framework for the development of Web-based information systems 135998 SEBD 139-152 2000
Linguaggi di interrogazione per il World Wide Web 136000 SEBD 289-307 1996
A System for a Flexible Adaptation of Data Intensive Web Sites 136003 SEBD 36-46 2005
Translating Context Data in Adaptive Web Applications 136004 SEBD 100-111 2007
Chameleon: an Extensible and Customizable Tool for Web Data Translation 136007 VLDB 1085-1088 2003
A Unified Framework for Data Translation over the Web 136008 WISE (1) 350-358 2001
E-Commerce and Web Technologies, 8th International Conference, EC-Web 2007, Regensburg, Germany, September 3-7, 2007, Proceeding 136067 EC-Web None 2007
A Light Web-Oriented Business Framework 136072 ICWI 451-457 2003
Modeling Interactive Web Sources for Information Mediation 136099 ER (Workshops) 225-238 1999
Compiling Abstract Scientific Workflows into Web Service Workflows 136114 SSDBM 251-254 2003
Web labs for the Standard Template Library and the Java generic library in a CS2 course 136150 SIGCSE 174-178 1999
A location model for a web service intermediary 136166 Decision Support Systems 221-236 2006
Syndicating Web Services: A QoS and user-driven approach 136167 Decision Support Systems 243-255 2007
AeroWEB: An Information Infrastructure for the Supply Chain 136215 DIISM 323-336 1998
WebOntEx: Extracting Ontologies from Web Pages 136216 JISBD 11 2000
Web Dynamics - Setting the Scene 136245 Web Dynamics 1-18 2004
Information Sharing for the Semantic Web -a Schema Transformation Approach 136252 DISWEB 333-348 2006
Web Dynamics 136275 Computer Networks 221-223 2002
Modeling Web Services Based on the Bayesian Network 136291 ASIAN 263-264 2005
WSQuery: XQuery for Web Services Integration 136293 DASFAA 372-384 2005
Web Taxonomy Integration Using Spectral Graph Transducer 136295 ER 300-312 2004
Grammar Based Interface Processing in Web Service Composition 136296 ER (Workshops) 323-334 2004
Service Selection in Dynamic Demand-Driven Web Services 136299 ICWS 376-383 2004
Academic web search engine: generating a survey automatically 136301 WWW 1161-1162 2007
VsLattice: A vector-based conceptual index structure for web service retrieval 136302 Information Systems Frontiers 423-437 2007
Classification Pruning for Web-request Prediction 136316 WWW Posters 483-492 2001
Building Association-Rule Based Sequential Classifiers for Web-Document Prediction 136317 Data Min. Knowl. Discov. 253-273 2004
P2P Directories for Distributed Web Search: From Each According to His Ability, to Each According to His Needs 136322 ICDE Workshops 51 2006
COMPASS: A Concept-based Web Search Engine for HTML, XML, and Deep Web Data 136324 VLDB 1313-1316 2004
Global Document Frequency Estimation in Peer-to-Peer Web Search 136325 WebDB 1398-1401 2006
A Method of Improving Feature Vector for Web Pages Reflecting the Contents of Their Out-Linked Pages 136329 DEXA 891-901 2002
Discovery and Retrieval of Logical Information Units in Web 136330 WOWS 13-23 1999
Cross-Language Information Retrieval by Domain Restriction Using Web Directory Structure 136331 HICSS 135 2008
Adaptive web search based on user profile constructed without any effort from users 136335 WWW 675-684 2004
Person Name Disambiguation in Web Pages Using Social Network, Compound Words and Latent Topics 136343 PAKDD 260-271 2008
A Web Information Extraction System to DB Prototyping 136381 NLDB 13-26 2002
Semantic deep web: automatic attribute extraction from the deep web data sources 136429 SAC 1667-1672 2007
Semantic Hierarchical Abstraction of Web Site Structures for Web Searchers 136431 Journal of Research and Practice in Information Technology 23-34 2004
Towards an Integrated Data Management Platform for the Web 136457 Datenbank-Spektrum 5-13 2002
Integrated design of the intelligent web-based Chinese Medical Diagnostic System (CMDS) - Systematic development for digestive health 136528 Expert Syst. Appl. 658-673 2007
Distributed Web Service Discovery Architecture 136548 AICT/ICIW 136 2006
Semantic Web enabled Web Services (SWWS) 136552 Berliner XML Tage 23 2003
Spinning the Semantic Web: Bringing the World Wide Web to Its Full Potential [outcome of a Dagstuhl seminar 136554 Spinning the Semantic Web None 2003
UPML: The Language and Tool Support for Making the Semantic Web Alive 136556 Spinning the Semantic Web 141-170 2003
Language Standardization for the Semantic Web: The Long Way from OIL to OWL 136558 DCW 215-227 2002
Proceedings of the ECAI 2004 Workshop on Application of Semantic Web Technologies to Web Communities, Valencia, Spain, August 23-27, 2004 136560 ECAI Workshop on Application of Semantic Web Technologies to Web Communities 39 2004
WSMO-Lite: Lightweight Semantic Descriptions for Services on the Web 136567 ECOWS 77-86 2007
Triple Space Computing Middleware for Semantic Web Services 136569 EDOC Workshops 15 2006
Bridging Multi Agent Systems and Web Services: towards interoperability between Software Agents and Semantic Web Services 136570 EDOC 85-96 2006
The Web Service Modeling Language WSML: An Overview 136577 ESWC 590-604 2006
WSMO-Lite Annotations for Web Services 136579 ESWC 674-689 2008
The Web Service Modeling Toolkit - An Integrated Development Environment for Semantic Web Services 136580 ESWC 789-798 2007
Knowledge Web: Realising The Semantic Web, all The Way to Knowledge Enhanced Multimedia Documents 136582 EWIMT None 2004
Semantic Business Process Management: A Vision Towards Using Semantic Web Services for Business Process Management 136585 ICEBE 535-540 2005
Semantic Web Services: A Communication Infrastructure for eWork and eCommerce 136587 ICWE 1-7 2003
Partner and Service Discovery for Collaboration Establishment with Semantic Web Services 136588 ICWS 473-480 2005
On communication and coordination issues of Semantic Web Services 136589 ICWS 553-560 2007
Practical Knowledge Representation for the Web 136591 Intelligent Information Integration None 1999
Triple-Space Computing: Semantic Web Services Based on Persistent Publication of Information 136592 INTELLCOMM 43-53 2004
Semantic Web Enabled Web Services 136596 KI 319-322 2002
A Realistic Architecture for the Semantic Web 136599 RuleML 17-29 2005
Ontology versioning on the Semantic Web 136602 SWWS 75-91 2001
Layering the Semantic Web: Problems and Directions 136603 International Semantic Web Conference 16-29 2002
Semantic Web Service Offer Discovery 136604 SMRR None 2007
WSML - a Language Framework for Semantic Web Services 136607 Rule Languages for Interoperability None 2005
The WSML Rule Languages for the Semantic Web 136608 Rule Languages for Interoperability None 2005
Limitations of Community Web Portals: A Classmates' Case Study 136609 Web Intelligence 101-104 2005
ServiceWeb 3.0 136611 Web Intelligence None 2007
Web Services, E-Business, and the Semantic Web, Second International Workshop, WES 2003, Klagenfurt, Austria, June 16-17, 2003, Revised Selected Paper 136613 WES 366-371 2004
OWL DL vs. OWL flight: conceptual modeling and reasoning for the semantic Web 136615 WWW 623-632 2005
Towards Semantic Web Portals 136616 WWW Workshop on Application Design, Development and Implementation Issues in the Semantic Web 798 2004
A Semantic Web Mediation Architecture 136618 CSWWS 3-22 2006
Investigating Semantic Web Service Execution Environments: A Comparison between WSMX and OWL-S Tools 136619 ICIW 31 2007
Using the web service modeling ontology to enable semantic e-business 136621 Commun. ACM 43-47 2005
The semantic web: yet another hip 136625 Data Knowl. Eng. 205-227 2002
The Web Service Modeling Framework WSMF 136626 Electronic Commerce Research and Applications 113-137 2002
Semantic Web Services, Part 2 136630 IEEE Intelligent Systems 8-15 2007
A first step towards enabling Interoperability between Software Agents and Semantic Web Services: Multi Agent Systems adapting Web Services Standards 136631 IBIS 97-118 2006
A unified Semantic Web services architecture based on WSMF and UPML 136637 Int. J. Web Eng. Technol. 148-180 2005
Unifying Reasoning and Search to Web Scale 136638 IEEE Internet Computing 94-96 2007
Spinning the Semantic Web: bringing the World Wide Web to its full potential 136639 Inf. Res. None 2003
A Conceptual Architecture for Semantic Web Enabled Web Services 136643 SIGMOD Record 24-29 2002
Vergleich von Websites im Gesundheitsmarkt 136791 HMD - Praxis Wirtschaftsinform. None 2003
Zur Entwicklung des Struts-basierten Webshops eSarine - Ein Open-Source-Projekt aus dem Hochschulbereich 136804 HMD - Praxis Wirtschaftsinform. None 2004
Towards the Automation of E-Negotiation Processes Based on Web Services - A Modeling Approach 136832 WISE 443-453 2005
Beitragsband zum Studierenden-Programm bei der 11. Fachtagung "Datenbanken fanduuml;r Business, Technologie and Web", GI Fachbereich Datenbanken und Informationssysteme, Karlsruhe, 1. Mandauml;rz 200 136844 BTW Studierendenprogramm None 2005
Datenbanksysteme in Business, Technologie und Web (BTW 2007), Workshop Proceedings, 5.-6. Mandauml;rz 2007, Aachen, German 136845 BTW Workshops 9-25 2007
SERFing the Web: Web Site Management Made Easy 136962 SIGMOD Conference 585 2000
Improving the Evaluation of Web Search Systems 136984 ECIR 25-40 2003
A Study of Selection Noise in Collaborative Web Search 137009 IJCAI 1595-1597 2005
Evaluating the impact of selection noise in community-based web search 137028 SIGIR 591-592 2005
Replicating Web Structure in Small-Scale Test Collections 137067 Inf. Retr. 239-263 2004
Hypertext Information Retrieval for the Web 137077 SIGIR Forum 8-13 1998
Footprint Proxy - Design and Implementation of a Framework for Reporting Web Server Statistics 137138 WebNet 1167-1172 1999
Exploiting Structural Similarity For Effective Web Information Extraction 137146 Foundations of Semistructured Data 175-189 2005
Meaningful Change Detection on the Web 137147 DEXA 22-31 2001
Reasoning about Semantic Web in Isabelle/HOL 137157 APSEC 46-53 2004
Semantic Web for Extending and Linking Formalisms 137159 FME 587-606 2002
Design of a Web2.0-based Knowledge Management Platform 137161 I3E (2) 237-245 2007
Z Approach to Semantic Web 137168 ICFEM 156-167 2002
Visualizing and Simulating Semantic Web Services Ontologies 137169 ICFEM 435-449 2005
An Architecture for Developing Aspect-Oriented Web Services 137170 ECOWS 72-82 2005
Reasoning About ORA-SS Data Models Using the Semantic Web 137183 J. Data Semantics VII 219-241 2006
Complexity and composition of synthesized web services 137287 PODS 231-240 2008
Balancing Web Server Load for Adaptable Video Distribution 137367 ICPP Workshops 469- 2000
Research on the Transformation of Display Format for Web Information 137530 CCTA 1275-1282 2007
Formal versus Material Ontologies for Information Systems Interoperation in the Semantic Web 137558 Comput. J. 4-19 2006
An approach to ontology for institutional facts in the semantic web 137560 Information andamp; Software Technology 775-783 2005
AUTOBIB: Automatic Extraction of Bibliographic Information on the Web 137618 IDEAS 193-204 2004
Search for FlashTM Movies on the Web 137656 WISE Workshops 257-266 2002
Rich Media Retrieval on the Web - a Multi-level Indexing Approach 137657 WWW (Posters) 472-473 2003
Multibrowsing: Moving Web Content across Multiple Displays 137863 Ubicomp 346-353 2001
Reusable Functional Composition Patterns for Web Services 137869 ICWS 498-505 2004
Interoperability Among Independently Evolving Web Services 137872 Middleware 331-351 2004
Running the Web backwards: appliance data services 137887 Computer Networks 619-631 2000
FlexXML: Engineering a More Flexible and Adaptable Web 137904 ITCC 405-410 2001
PANDA, A Effective Model of Web Based Distance Teaching and Learning Environment With Integration of Synchronous and Asynchronous Mechanism 137955 WebNet 947-951 1999
Why web 2.0 is good for learning and for research: principles and prototypes 137956 WWW 705-714 2008
MiddLog: A Web Service Approach for Application Logging 137964 EC-Web 337-347 2005
Monitoring E-Business Web Services Usage through a Log Based Architecture 137965 ICWS 61-69 2004
Web Semandacirc;ntica e Serviandccedil;os Web: Automatizando a Integraandccedil;andatilde;o de Recursos na Web 137972 SBBD 2 2004
A Data Mart Approach for Monitoring Web Services Usage and Evaluating Quality of Services 137973 SBBD 267-280 2003
A Metadata Approach to Manage and Organize Electronic Documents and Collections on the Web 137974 SBBD 155-171 2001
A metadata approach to manage and organize electronic documents and collections on the web 137977 J. Braz. Comp. Soc. 16-31 2002
Datenbanksysteme in Business, Technologie und Web (BTW 2007), 12. Fachtagung des GI-Fachbereichs "Datenbanken und Informationssysteme" (DBIS), Proceedings, 7.-9. Mandauml;rz 2007, Aachen, German 137996 BTW None 2007
Web Databases and Related Performance Issues 138098 ICEIS 90-96 2000
A Hybrid Intrusion Detection Strategy Used for Web Security 138120 RSFDGrC 730-733 2003
Web service orchestration with BPEL 138181 ICSE 1071-1072 2006
A Peer-to-Peer Framework for Web Service Discovery with Ranking 138314 ICWS 192-199 2004
Using Association Rules for Fraud Detection in Web Advertising Networks 138341 VLDB 169-180 2005
Improving web search ranking by incorporating user behavior information 138387 SIGIR 19-26 2006
Learning user interaction models for predicting web search result preferences 138388 SIGIR 3-10 2006
The influence of caption features on clickthrough patterns in web search 138391 SIGIR 135-142 2007
Question Answering over Implicitly Structured Web Content 138393 Web Intelligence 18-25 2007
Web Information Extraction and User Modeling: Towards Closing the Gap 138396 IEEE Data Eng. Bull. 37-44 2006
Learning to find answers to questions on the Web 138397 ACM Trans. Internet Techn. 129-162 2004
Can chinese web pages be classified with english data source 138512 WWW 969-978 2008
User-Centered Agents for Structured Information Location on the Web 138520 EDOC None 2006
Keyphrase Extraction from Chinese News Web Pages Based on Semantic Relations 138535 ISI Workshops 490-495 2008
Automatic Recognition of News Web Pages 138536 ISI Workshops 496-501 2008
Interest Discovery for Incremental Web Exploration 138549 WebNet None 1998
SiteHelper: A Localized Agent That Helps Incremental Exploration of the World Wide Web 138559 Computer Networks 1249-1255 1997
Guest Editors' Introduction: Mining Actionable Knowledge on the Web 138563 IEEE Intelligent Systems 30-31 2004
Contexts for the Semantic Web 138594 International Semantic Web Conference 32-46 2004
TAP: a Semantic Web platform 138603 Computer Networks 557-577 2003
TAP: A Semantic Web Test-bed 138606 J. Web Sem. 81-87 2003
Web Services for Groupware in Distributed and Mobile Collaboration 138611 PDP 241- 2004
Ontology Versioning and Change Detection on the Web 138621 EKAW 197-212 2002
Ontology versioning on the Semantic Web 138627 SWWS 75-91 2001
The semantic web: yet another hip 138632 Data Knowl. Eng. 205-227 2002
Guest Editors' Introduction: Semantic Web Challenge 2003 138634 IEEE Intelligent Systems 31-33 2004
Semantic Web Challenge 2004 138636 J. Web Sem. 209-210 2005
Modeling Bayesian Networks for Autonomous Diagnosis of Web Services 138663 FLAIRS Conference 854-859 2006
External Ontologies in the Semantic Web 138674 BNCOD 67-74 2003
Towards a benchmark for Semantic Web reasoners - an analysis of the DAML ontology library 138676 EON 235-250 2003
The Semantic Web 138677 I3E 203-213 2003
A Reverse Engineering Approach for Migrating Data-intensive Web Sites to the Semantic Web 138679 Intelligent Information Processing 141-154 2002
An Ontology for Semantic Middleware: Extending DAML-S Beyond Web-Services 138681 OTM Workshops 28-29 2003
Migrating data-intensive web sites into the Semantic Web 138683 SAC 1100-1107 2002
KAON SERVER - A Semantic Web Management System 138689 WWW (Alternate Paper Tracks) 220-221 2003
Annotation for the Deep Web 138691 IEEE Intelligent Systems 42-48 2003
Semantic Web - State of the Art and Future Directions 138694 KI 5- 2003
Unveiling the hidden bride: deep annotation for mapping and migrating legacy data to the Semantic Web 138695 J. Web Sem. 187-206 2004
Learning ( k , l )-contextual tree languages for information extraction from web pages 138816 Machine Learning 155-183 2008
A stochastic model for the evolution of the Web allowing link deletion 138872 ACM Trans. Internet Techn. 117-130 2006
Version Management in Semantic Web Services Using OWL-S 138877 Business Process Management Workshops 483-494 2006
Enhancing Web Access Using Data Mining Techniques 138878 DEXA Workshops 327-331 2003
Web-enabled Temporal OLAP 138886 LA-WEB 220-229 2006
Interactice Species Distribution Reporting, Mapping and Modelling Using the World Wide Web 138895 Computer Networks and ISDN Systems 231-238 1995
The Semantic Web: A Killer App for AI 138971 AIMSA 274-278 2002
e-Science and the Semantic Web: A Symbiotic Relationship 138972 ALT 12 2006
Towel: Real World Mobility on the Web 138979 CADUI 305-312 1999
Semantic Web Based Content Enrichment and Knowledge Reuse in E-science 138983 CoopIS/DOA/ODBASE (1) 654-669 2004
e-Science and the Semantic Web: A Symbiotic Relationship 138990 Discovery Science 1-12 2006
The travails of visually impaired web travellers 139010 Hypertext 1-10 2000
The return of the prodigal web: 1 139013 Hypertext 2 2007
Screen Readers Cannot See: Ontology Based Semantic Annotation for Visually Impaired Web Travellers 139019 ICWE 445-458 2004
Using the Semantic Web for e-Science: Inspiration, Incubation, Irritation 139032 International Semantic Web Conference 1-3 2005
Using Semantic Web Technologies for Representing E-science Provenance 139034 International Semantic Web Conference 92-106 2004
Proceedings of the International Cross-Disciplinary Workshop on Web Accessibility, Chiba, Japan, May 10-14, 200 139040 W4A None 2005
Proceedings of the International Cross-Disciplinary Workshop on Web Accessibility, New York, NY, USA, 17-22 May 200 139041 W4A None 2004
Proceedings of the 2006 International Cross-Disciplinary Workshop on Web Accessibility (W4A 2006): Building the mobile web: rediscovering accessibility? Edinburgh, UK, May 22, 200 139042 W4A None 2006
Traversing the Web: Mobility Heuristics for Visually Impaired Surfers 139044 WISE 200-208 2003
Proceedings of the 15th international conference on World Wide Web, WWW 2006, Edinburgh, Scotland, UK, May 23-26, 200 139047 WWW None 2006
Towel: Experiences of Augmenting the Web with Journey Knowledge 139048 WWW (Posters) 334-342 2003
Delivering web service coordination capability to users 139049 WWW (Alternate Track Papers andamp; Posters) 438-439 2004
Learning domain ontologies for Web service descriptions: an experiment in bioinformatics 139050 WWW 190-198 2005
A foundation for tool based mobility support for visually impaired web users 139051 WWW 422-430 2003
Semantic web applications to e-science in silico experiments 139052 WWW (Alternate Track Papers andamp; Posters) 284-285 2004
DANTE: annotation and transformation of web pages for visually impaired users 139053 WWW (Alternate Track Papers andamp; Posters) 490-491 2004
Web Mobility Guidelines for Visually Impaired Surfers 139055 Journal of Research and Practice in Information Technology 30-41 2001
The Semantic Web: an evolution for a revolution 139061 Computer Networks 551-556 2003
A Suite of Daml+Oil Ontologies to Describe Bioinformatics Web Services and Data 139066 Int. J. Cooperative Inf. Syst. 197-224 2003
Augmenting the mobility of profoundly blind Web travellers 139071 The New Review of Hypermedia and Multimedia 103-128 2005
The Grid: An Application of the Semantic Web 139073 SIGMOD Record 65-70 2002
A Semantic Web-Based Approach to Knowledge Management for Grid Applications 139075 IEEE Trans. Knowl. Data Eng. 283-296 2007
Building the Mobile Web: rediscovering accessibility 139077 Universal Access in the Information Society 219-220 2007
A new journal for a new era of the World Wide Web 139080 J. Web Sem. 1-5 2003
Learning domain ontologies for semantic Web service descriptions 139081 J. Web Sem. 340-365 2005
Distributed hosting of Web content with erasure coding and unequal weight assignment 139345 ICME 2087-2090 2004
WebSphere Studio overview 139381 IBM Systems Journal 384-419 2004
A Novel Active Learning Approach for SVM Based Web Image Retrieval 139410 PCM 40-49 2007
A Multi-Agent Software Environment for Testing Web-based Applications 139427 COMPSAC 210-215 2003
Cooperative Agent Approach to Quality Assurance and Testing Web Software 139430 COMPSAC Workshops 110-113 2004
Empirical Validation of Website Timeliness Measures 139432 COMPSAC (1) 313-318 2005
A Framework for Service-Oriented Testing of Web Services 139436 COMPSAC (2) 145-150 2006
Quality Modelling for Web-Based Information Systems 139445 FTDCS 41-47 2001
Website Complexity Metrics for Measuring Navigability 139467 QSIC 172-179 2004
Agent-Oriented Modelling and Specification of Web Services 139479 WORDS 152-159 2005
Assuring quality of web-based applications 139495 Information andamp; Software Technology 1135-1136 2006
A new hyperbolic visualization method for displaying the results of a neural gas model: application to Webometrics 139535 ESANN 295-300 2006
New classification quality estimators for analysis of documentary information: Application to patent analysis and web mapping 139548 Scientometrics 445-562 2004
Using a compound approach based on elaborated neural network for Webometrics: An example issued from the EICSTES project 139549 Scientometrics 427-441 2004
A Review on Trust and Reputation for Web Service Selection 139556 ICDCS Workshops 25 2007
miraQA: Experiments with Learning Answer Context Patterns from the Web 139671 CLEF 494-501 2004
Construyendo un Sistema de Educaciandoacute;n Adaptativo e Inteligente en Web para aprendizaje de Diseandntilde;o de Bases de Datos 139680 JISBD 757-762 2003
Navigating through the RLATES Interface: A Web-Based Adaptive and Intelligent Educational System 139684 OTM Workshops 175-184 2003
Inclusive Usability Techniques in Requirements Analysis of Accessible Web Applications 139687 WISE Workshops 423-428 2007
Time: A Coordinate for Web Site Modelling 139808 ADBIS 1-7 2002
Web Sites Need Models and Schemes 139817 ER 165-167 1998
Web Site Evaluation: Methodology and Case Study 139820 ER (Workshops) 253-263 2001
The Araneus Web-Base Management System 139832 SIGMOD Conference 544-546 1998
Databases and the World Wide Web 139834 SOFSEM 150-162 1999
Chameleon: an Extensible and Customizable Tool for Web Data Translation 139836 VLDB 1085-1088 2003
The (Short) Araneus Guide to Web-Site Development 139838 WebDB (Informal Proceedings) 13-18 1999
Design and development of data-intensive web sites: The araneus approach 139857 ACM Trans. Internet Techn. 49-92 2003
iSurfer: A Focused Web Crawler Based on Incremental Learning from Positive Samples 139903 APWeb 122-134 2004
MFCRank: A Web Ranking Algorithm Based on Correlation of Multiple Features 139906 CICLing 378-388 2006
Mining of Web-Page Visiting Patterns with Continuous-Time Markov Models 139920 PAKDD 549-558 2004
A Data Cube Model for Prediction-Based Web Prefetching 139936 J. Intell. Inf. Syst. 1-30 2003
Web services: problems and future directions 139939 J. Web Sem. 309-320 2004
Statistical warehousing on the Web: navigating troubled waters 139944 SEBD 241-248 2006
The Opsis Project: Materialized Views for Data Warehouses and the Web 139950 Panhellenic Conference on Informatics 64-81 2001
Efficient Dissemination of Aggregate Data over the Wireless Web 139953 WebDB 93-98 2003
A Web Services Matchmaking Engine for Web Services 139957 EC-Web 37-49 2003
Embedded Vomputation Meets the World Wide Web 140037 Commun. ACM 59-66 2000
Numeric reasoning in the Semantic Web 140060 SeMMA 84-103 2008
Mining Web Sites Using Wrapper Induction, Named Entities, and Post-processing 140080 EWMF 97-112 2003
Learning to cluster web search results 140128 SIGIR 210-217 2004
Using Association Rules for Fraud Detection in Web Advertising Networks 140217 VLDB 169-180 2005
A survey of Web cache replacement strategies 140256 ACM Comput. Surv. 374-398 2003
A Web Service Composition and Deployment Framework for Scientific Workflows 140270 ICWS 814- 2004
Compiling Abstract Scientific Workflows into Web Service Workflows 140272 SSDBM 251-254 2003
A Distributed Hierarchical Clustering System for Web Mining 140356 WAIM 103-113 2001
XVSMP/Bayeux: A Protocol for Scalable Space Based Computing in the Web 140397 WETICE 68-73 2007
Stratus: A Distributed Web Service Discovery Infrastructure Based on Double-Overlay Network 140410 APWeb 1027-1032 2005
A Hybrid Algorithm for Web Document Clustering Based on Frequent Term Sets and k-Means 140413 APWeb/WAIM Workshops 198-203 2007
Research and Implementation of CORBA Web Services 140416 ER (Workshops) 314-322 2004
Transactional Business Coordination and Failure Recovery for Web Services Composition 140418 GCC 26-33 2004
Toward tighter integration of web search with a geographic information system 140450 WWW 277-286 2006
Towards end-to-end privacy control in the outsourcing of marketing activities: a web service integration solution 140457 ICEC 454-461 2005
Protecting the Exchange of Medical Images in Healthcare Process Integration with Web Services 140462 HICSS 131 2007
Legal Issues in Web Contracting 140463 IASTED Conf. on Software Engineering 7-12 2006
Anreizmechanismen fanduuml;r Peer-to-Peer Web Crawling unter Beranduuml;cksichtigung bandouml;sartiger Teilnehmer 140474 BTW 262-276 2007
Building Data-Intensive Grid Applications with Globus Toolkit - An Evaluation Based on Web Crawling 140492 ICSOC 570-581 2007
Verteiltes Webcrawling in einer Peer-to-Peer-Umgebung 140506 Datenbank-Spektrum 24-32 2005
Prefetch policies for large objects in a Web-enabled GIS application 140609 Data Knowl. Eng. 65-84 2001
An Agent-Based Approach to Web Site Maintenance 140629 ICWE 271-286 2004
Labeling Data Extracted from the Web 140630 OTM Conferences (1) 1099-1116 2007
A logic-based approach for automatic synthesis and maintenance of web sites 140631 SEKE 619-626 2002
Synthesis of Web Sites from High Level Descriptions 140632 Web Engineering 190-203 2001
Web Site Synthesis Based on Computational Logic 140633 Knowl. Inf. Syst. 263-287 2003
Web Services Composition, Execution and Visualization 140643 IWPC 264-265 2004
New generation E-Learning technology by Web Services 140646 Wissensmanagement 77-81 2005
An Encapsulated Eiffel Education Environment, based on Web Services 140654 Journal of Object Technology 97-106 2002
Analyzing Web Interfaces of Databases for Retrieving Web Information 140683 AWCC 331-336 2004
Method for Evaluating the Security Risk of a Website Against Phishing Attacks 140686 ISI Workshops 21-31 2008
Advanced Web and Network Technologies, and Applications, APWeb 2006 International Workshops: XRA, IWSN, MEGA, and ICSE, Harbin, China, January 16-18, 2006, Proceeding 140693 APWeb Workshops None 2006
The Synthetic Gene Designer: a Flexible Web Platform to Explore Sequence Space of Synthetic Genes for Heterologous Expression 140713 CSB Workshops 258-259 2005
Towards a Multidimensional Model for Web-Based Applications Quality Assessment 140771 EC-Web 316-327 2004
Formal Verification of Web Applications Modeled by Communicating Automata 140774 FORTE 115-132 2004
A QoS Broker Based Architecture for Efficient Web Services Selection 140779 ICWS 113-120 2005
Toward A new Approach for Web Services Development Life Cycle 140780 ISWS 94-103 2005
Properties and scopes in web model checking 140782 ASE 400-404 2005
Supporting Web Collaboration for Cooperative Software Development 140790 Web Intelligence 740-743 2004
Modeling Web-Based Applications Quality: A Probabilistic Approach 140791 WISE 398-404 2006
Integrating Web services into map image applications 140816 ISCC 44-49 2004
Web Services for Geographic Information Systems 140824 IEEE Internet Computing 13-15 2006
Structure-Based Queries over the World Wide Web 140851 ER 107-120 1998
A Complexity Model for Web Queries 140852 FMLDO 69-80 1998
Monitoring XML Data on the Web 140904 SIGMOD Conference 437-448 2001
Comparison of interestingness functions for learning web usage patterns 140917 CIKM 617-620 2002
Discovery of Interesting Association Rules from Livelink Web Log Data 140931 ICDM 763-766 2002
Web Based Health Recommender System Using Rough Sets, Survival Analysis and Rule-Based Expert Systems 140961 RSFDGrC 491-499 2007
From Computational Intelligence to Web Intelligence: An Ensemble from Potpourri 140966 Web Intelligence 30-42 2001
Experiments in Web Page Classification for Semantic Web 140968 Workshop on Web-based Support Systems 137-141 2004
Web Intelligence Meets Brain Informatics at the Language Barrier: A Procrustean Bed 140975 WImBI 59-72 2006
A data warehouse/online analytic processing framework for web usage mining and business intelligence reporting 140993 Int. J. Intell. Syst. 585-606 2004
Feature Selection with Rough Sets for Web Page Classification 141002 T. Rough Sets 1-13 2004
A lookup index for Semantic Web resources 141064 SFSW None 2007
Leveraging Existing Web Frameworks for a SIOC Explorer to Browse Online Social Communities 141065 SFSW None 2007
A Lookup Index for Semantic Web Resources 141066 SFSW None 2007
Extending Ruby on Rails for Semantic Web Applications 141067 ICWE 506-510 2007
A Flexible Integration Framework for Semantic Web 2.0 Applications 141073 IEEE Software 64-71 2007
WebFilter: A High-throughput XML-based Publish and Subscribe System 141188 VLDB 723-724 2001
Mobile Data Management - Web Browsing on Small Displays 141198 IEEE Distributed Systems Online 403-414 2003
"'Andreas Rauber'? Conference Pages Are over There, German Documents on the Lower Left, .." - An "Old-Fashioned" Approach to Web Search Results Visualization 141202 DEXA Workshop 615-619 2000
A Metaphor Graphics Based Representation of Digital Libraries on the World Wide Web: Using the libViewer to Make Metadata Visible 141203 DEXA Workshop 286-290 1999
Putting the World Wide Web into a Data Warehouse: A DWH-Based Approach to Web Analysis 141205 DEXA Workshops 822-826 2002
Web-Based Multiple Choice Question Answering for English and Arabic Questions 141207 ECIR 515-518 2006
Austrian Online Archive Processing: Analyzing Archives of the World Wide Web 141210 ECDL 16-31 2002
Index Structures of User Profiles for Efficient Web Page Filtering Services 141289 ICDCS 644-673 2000
Prediction of Web Page Accesses by Proxy Server Log 141296 World Wide Web 67-88 2002
Automatic Data Extraction from Data-Rich Web Pages 141301 DASFAA 828-839 2005
EasyQuerier: A Keyword Based Interface for Web Database Integration System 141302 DASFAA 936-942 2007
SEWISE: An Ontology-based Web Information Search Engine 141308 NLDB 106-119 2003
Vision-based Web Data Records Extraction 141314 WebDB None 2006
Postal Address Detection from Web Documents 141315 WIRI 40-45 2005
Dish_Master: an Intelligent and Adaptive Manager for a Web-based Recipe Database System 141316 SKG 6 2006
Agent-Based Web Services Evolution for Pervasive Computing 141325 APSEC 726-731 2004
Wrapping Client-Server Application to Web Services for Internet Computing 141355 PDCAT 366-370 2005
Designing Web Warehouses from XML Schemas 141377 DaWaK 89-98 2003
Semantic Web Services Tutorial 141399 IEEE SCC None 2005
Semantic Web Services Enabled B2B Integration 141401 DEECS 209-223 2006
Semantic Web Services Tutorial 141403 ICWS None 2005
ActiveRDF: object-oriented semantic web programming 141406 WWW 817-824 2007
Content Based Re-ranking Scheme for Video Queries on the Web 141411 Web Intelligence/IAT Workshops 119-122 2007
WebView: A Multimedia Database Resource Integration and Search System over Web 141488 WebNet 440-451 1997
The WorlInfo Assistant: Spatio-Temporal Information Integration on the Web 141525 VLDB 717-718 2001
Composing, optimizing, and executing plans for bioinformatics web services 141526 VLDB J. 330-353 2005
Access Control Architecture for Web Services 141535 GCC (1) 1004-1007 2003
Hierachically Classifying Chinese Web Documents without Dictionary Support and Segmentation Procedure 141539 Web-Age Information Management 215-226 2000
Orientando a Aspectos la captura de datos de Internet para activar Reglas de Decisiandoacute;n en Agentes Web 141584 JISBD 113-128 2001
A framework for extracting information with semantics from the Web - An application to knowledge discovery for Web agents 141598 Int. J. Comput. Syst. Signal 12-28 2002
Efficient Frequent Pattern Mining on Web Logs 141609 APWeb 533-542 2004
Inter-University software engineering using web services 141628 SIGCSE 464-468 2007
Automatic web query classification using labeled and unlabeled training data 141635 SIGIR 581-582 2005
A Conceptual Model of Agent Mediated Web Service 141794 IEEE SCC 638-642 2004
MapWeb: A location-based converged communications platform 141865 Bell Labs Technical Journal 159-171 2006
A Unified Approach for the Discovery of Web and Peer-to-Peer Services 141883 ICWS 901-902 2006
PYRAMID-S: A Scalable Infrastructure for Semantic Web Service Publication and Discovery 141884 RIDE 15-22 2004
An Overview of Standards and Related Technology in Web Services 141886 Distributed and Parallel Databases 135-162 2002
Characterizing Quality of Knowledge on Semantic Web 141899 FLAIRS Conference 826-835 2004
Imprecise SPARQL: Towards a Unified Framework for Similarity-Based Semantic Web Tasks 141903 KWEPSY 478-492 2007
The Fundamentals of iSPARQL: A Virtual Triple Approach for Similarity-Based Semantic Web Tasks 141905 ISWC/ASWC 295-309 2007
Template-Based Runtime Invalidation for Database-Generated Web Contents 141907 APWeb 755-764 2004
Extending a Web Browser with Client-Side Mining 141908 APWeb 166-177 2003
Slicing*-tree based web page transformation for small displays 141910 CIKM 303-304 2005
A comparative study on classifying the functions of web page blocks 141912 CIKM 776-777 2006
Enabling Dynamic Content Caching for Database-Driven Web Sites 141921 SIGMOD Conference 532-543 2001
Cache Portal: Technology for Accelerating Database-driven e-commerce Web Sites 141924 VLDB 699-700 2001
Robust classification of rare queries using web knowledge 141991 SIGIR 231-238 2007
Mining Web Usage Data for Real-Time Online Recommendation 142037 ICEIS (2) 575-578 2003
Towards a temporal world-wide web: a transaction-time server 142059 ADC 169-175 2001
AutoDBT: A Framework for Automatic Testing of Web Database Applications 142075 WISE 181-192 2004
Managing versions of web documents in a transaction-time web server 142076 WWW 422-432 2004
An interactive self-paced learning environment for the World Wide Web 142077 ACSE 344-351 1996
Hierarchical Web Structuring from the Web as a Graph Approach with Repetitive Cycle Proof 142197 APWeb Workshops 1004-1011 2006
Modeling Parametric Web Arc Weight Measurement 142204 ICCSA (3) 1007-1016 2007
Discriminating Biased Web Manipulations in Terms of Link Oriented Measures 142206 ISCIS 585-594 2005
Maximum Rooted Spanning Trees for the Web 142208 OTM Workshops (2) 1873-1882 2006
Semantic Hierarchical Abstraction of Web Site Structures for Web Searchers 142209 Journal of Research and Practice in Information Technology 23-34 2004
Semantic Web Research Trends and Directions 142297 PReMI 160-169 2005
Toward expressive syndication on the web 142299 WWW 727-736 2007
Annotation and Provenance Tracking in Semantic Web Photo Libraries 142300 IPAW 82-89 2006
SESQ: A Novel System for Building Domain Specific Web Search Engines 142355 APWeb 1173-1176 2006
Translating unknown cross-lingual queries in digital libraries using a web-based approach 142362 JCDL 108-116 2004
A Model for Context-dependent Access Control for Web-based Services with Role-based Approach 142386 DEXA Workshops 209-214 2003
Context-Dependent Access Control for Web-Based Collaboration Environments with Role-based Approach 142402 MMM-ACNS 267-278 2003
Ontology-Guided Change Detection to the Semantic Web Data 142426 ER 624-638 2004
Concept-level access control for the Semantic Web 142427 XML Security 94-103 2003
An Ontology-Guided Approach to Change Detection of the Semantic Web Data 142429 J. Data Semantics V 130-157 2006
Middleware support for protecting personal data from web based data services 142430 Middleware (Doctoral Symposium) 18 2007
Base Noun Phrase Translation Using Web Data and the EM Algorithm 142507 COLING None 2002
N -Step PageRank for Web Search 142510 ECIR 653-660 2007
Title extraction from bodies of HTML documents and its application to web page retrieval 142522 SIGIR 250-257 2005
Using Bilingual Web Data to Mine and Rank Translations 142534 IEEE Intelligent Systems 54-59 2003
Standards for Web Service Choreography and Orchestration: Status and Perspectives 142541 Business Process Management Workshops 61-74 2005
Towards Self-Describing Web Services 142544 ICWE 476-485 2003
Replay Scene Classification in Soccer Video Using Web Broadcast Text 142567 ICME 1098-1101 2005
Design and analysis of distributed object collection for web indexing 142629 Computer Communications 411-417 2000
Implementation of an on-site web multimedia collector 142630 Computer Communications 716-723 2001
Cyberbroker: A lightweight web object collector 142644 World Wide Web 185-191 2000
A Web-based Framework For On-line Collaborative Learning 142681 CSCWD 1387-1392 2006
2D/3D Web Visualization on Mobile Devices 142728 WISE 536-547 2006
Role-Based Database Designing for Managing Complex Objects and Their Relationships on the Web 142730 TOOLS (36) 212-219 2000
Efficient and Flexible Web Access to Art-Historical Image Collections 142752 SAC (2) 915-921 2000
Color Documents on the Web with DJVU 142783 ICIP (1) 239-243 1999
Online Discovery of Quantitative Model for Web Service Management 142844 ICNC (2) 539-542 2005
Web Services Composition Based on Ontology and Workflow 142860 WAIM 297-307 2005
Web Personalization Based on Artificial Psychology 142862 WISE Workshops 223-229 2006
Automatically Generating an E-textbook on the Web 142873 World Wide Web 377-394 2005
Advances in Web-Based Learning - ICWL 2005, 4th International Conference, Hong Kong, China, July 31 - August 3, 2005, Proceeding 143000 ICWL 51-62 2005
A Progressive Content Distribution Framework in SupportingWeb-Based Learning 143002 ICWL 75-82 2004
Real-Time Adaptive Human Motions for Web-Based Training 143003 ICWL 256-266 2005
An Efficient Illumination Framework for Web-Based Lighting Engineering Education 143005 ICWL 105-113 2006
Guest Editors' Introduction: Web Graphics 143029 IEEE Computer Graphics and Applications 26-27 2003
CyberWalk: a web-based distributed virtual walkthrough environment 143043 IEEE Transactions on Multimedia 503-515 2003
Web-Based 3D Geometry Model Retrieval 143053 World Wide Web 193-206 2002
Declarative specification of data-intensive Web sites 143057 DSL 135-148 1999
Static caching in Web servers 143058 ICCCN 410-417 1997
Piazza: data management infrastructure for semantic web applications 143061 WWW 556-567 2003
Piazza: mediation and integration infrastructure for Semantic Web data 143063 J. Web Sem. 155-175 2004
Efficient Presentation of Multivariate Audit Data for Intrusion Detection of Web-Based Internet Services 143085 ACNS 63-75 2003
GridFS: A Web-Based Data Grid with P2P Concepts and Writable Replicas 143105 ICADL 639-642 2003
GridFS: A Web-Based Data Grid for the Distributed Sharing of Educational Resource Files 143110 ICWL 81-92 2003
A Secure Pay-per View Scheme for Web-Based Video Service 143119 Public Key Cryptography 315-326 1999
XS2OWL: A Formal Model and a System for Enabling XML Schema Applications to Interoperate with OWL-DL Domain Knowledge and Semantic Web Tools 143162 DELOS Conference 124-136 2007
Interoperability of XML Schema Applications with OWL Domain Knowledge and Semantic Web Tools 143178 OTM Conferences (1) 850-869 2007
Distributed web-based framework for real-time multimedia object communication 143336 Comput. Syst. Sci. Eng. 79-88 2001
Transformation and Reaction Rules for Data on the Web 143436 ADC 17-23 2005
Principles and Practice of Semantic Web Reasoning, 4th International Workshop, PPSWR 2006, Budva, Montenegro, June 10-11, 2006, Revised Selected Paper 143453 PPSWR 264-273 2006
Composite event queries for reactivity on the web 143458 WWW (Special interest tracks and posters) 1082-1083 2005
An Automatic Approach to Classify Web Documents Using a Domain Ontology 143515 PReMI 666-671 2005
Siteseer: Personalized Navigation for the Web 143528 Commun. ACM 73-75 1997
Techniques for efficient fragment detection in web pages 143537 CIKM 516-519 2003
Distributed Virtual Malls on the World Wide Web 143540 ICDCS 58-65 1998
An Access Control System for Web Service Compositions 143542 ICWS 1-8 2007
Performance Considerations in Web Security 143543 Certification and Security in E-Services 57-71 2002
A Scalable System for Consistently Caching Dynamic Web Data 143544 INFOCOM 294-303 1999
A Publishing System for Efficiently Creating Dynamic Web Content 143545 INFOCOM 844-853 2000
A General Methodology for Characterizing Access Patterns and Analyzing Web Server Performance 143546 MASCOTS 167- 1998
Thema: Byzantine-Fault-Tolerant Middleware forWeb-Service Applications 143551 SRDS 131-142 2005
Improving Web Server Performance by Caching Dynamic Data 143553 USENIX Symposium on Internet Technologies and Systems None 1997
Engineering Highly Accessed Web Sites for Performance 143554 Web Engineering 247-265 2001
Engineering server-driven consistency for large scale dynamic Web services 143557 WWW 45-57 2001
Capacity planning tools for web and grid environments 143558 VALUETOOLS 25 2006
Web Proxy Acceleration 143559 Cluster Computing 307-317 2001
Dynamic Argument Embedding: Preserving State on the World Wide Web 143560 IEEE Internet Computing 50-56 1997
High-Performance Web Site Design Techniques 143561 IEEE Internet Computing 17-26 2000
Architecting Web sites for high performance 143564 Scientific Programming 75-89 2002
Engineering web cache consistency 143567 ACM Trans. Internet Techn. 224-259 2002
A fragment-based approach for efficiently creating dynamic web content 143568 ACM Trans. Internet Techn. 359-389 2005
Efficiently serving dynamic data at highly accessed web sites 143569 IEEE/ACM Trans. Netw. 233-246 2004
Analysis and Characterization of Large-Scale Web Server Access Patterns and Performance 143570 World Wide Web 85-100 1999
DocWeb: A Storage Abstraction for Wireless Devices 143590 PerCom Workshops 153-157 2005
CONFSYS: a web-based academic conference management system 143632 C3S2E 141-143 2008
Web-Based Process Control Systems: Architectural Patterns, Data Models, and Services 143717 EurAsia-ICT 721-729 2002
A Uniform Web Service Description Representation for Different Readers 143747 ICDS 123-128 2008
Yoda: An Accurate and Scalable Web-Based Recommendation System 143769 CoopIS 418-432 2001
A Framework for Efficient and Anonymous Web Usage Mining Based on Client-Side Tracking 143773 WEBKDD 113-144 2001
INSITE: A Tool for Interpreting Users? Interaction with a Web Space 143774 VLDB 635-638 2000
Webview selection from user access patterns 143807 PIKM 171-176 2007
OntoBuilder: Fully Automatic Extraction and Consolidation of Ontologies from Web Sources Using Sequence Semantics 143811 EDBT Workshops 573-576 2006
An Analysis of Web Services Mediation Architecture and Pattern in Synapse 143820 AINA Workshops (1) 1001-1006 2007
An Empirical Approach for Semantic Web Services Discovery 143823 Australian Software Engineering Conference 412-421 2008
A Conceptual Architecture of Distributed Web Services for Service Ecosystems 143826 CAINE 209-214 2005
EXtensible Web (xWeb): An XML-View Based Web Engineering Methodology 143845 ICCSA (2) 1125-1135 2005
Confident Computing - a New Paradigm for Interactions on the Web and Internet 143861 iiWAS 3-4 2007
From Database to Semantic Web Ontology: An Overview 143875 OTM Workshops (2) 1205-1214 2007
Mediating Databases and The Semantic Web: A Methodology for Building Domain Ontology from Databases and Existing Ontologies 143883 SWWS 10-15 2007
Intelligent Web Services Selection based on AHP and Wiki 143885 Web Intelligence 767-770 2007
Designing Websites with EXtensible Web (xWeb) Methodology 143903 IJWIS 179-191 2005
Aligning with the Web: an atom-based architecture for Web services discovery 143909 Service Oriented Computing and Applications 97-116 2007
Overview of AutoFeed: An Unsupervised Learning System for Generating Webfeeds 143912 AAAI None 2006
Inducing Web Agents: Sample Page Management 143932 IKE 399-403 2003
AutoFeed: an unsupervised learning system for generating webfeeds 143934 K-CAP 3-10 2005
The Ariadne Approach to Web-Based Information Integration 143943 Int. J. Cooperative Inf. Syst. 145-169 2001
Discovering Semantic Relations between Web Services Using Their Pre and Post-Conditions 143992 IEEE SCC 237-238 2005
Discovery of Semantic Relations between Web Services 143994 ICWS 357-364 2006
Performance Analysis and Simulation of Composite Web Services 144003 Electronic Markets 271-306 2003
Ranking Complex Relationships on the Semantic Web 144004 IEEE Internet Computing 37-44 2005
AffyProbeMiner: a web resource for computing or retrieving accurately redefined Affymetrix probe sets 144049 Bioinformatics 2385-2390 2007
Desarrollando aplicaciones hipermedia para la Web Semandaacute;ntica 144085 JISBD 277-282 2005
A Framework of Web Service Composition for Distributed XML Query Evaluation 144087 APWeb 572-578 2005
Service Selection in Dynamic Demand-Driven Web Services 144088 ICWS 376-383 2004
Capacity Planning for Composite Web Services Using Queueing Network-Based Models 144089 WAIM 439-448 2004
Towards Web Services Composition Based on the Mining and Reasoning of Their Causal Relationships 144090 APWeb/WAIM 777-784 2007
Server-Side Web Programming in WASH 144116 Advanced Functional Programming 309-330 2004
07051 Abstracts Collection -- Programming Paradigms for the Web: Web Programming and Web Services 144122 Programming Paradigms for the Web: Web Programming and Web Services 33-53 2007
WASH/CGI: Server-Side Web Scripting with Sessions and Typed, Compositional Forms 144145 PADL 192-208 2002
An embedded domain-specific language for type-safe server-side web scripting 144185 ACM Trans. Internet Techn. 1-46 2005
User behavior modeling and content based speculative web page prefetching 144205 Data Knowl. Eng. 770-788 2006
Placement of Read-Write Web Proxies in the Internet 144236 ICDCS 687-690 2001
A Framework for Web-Based Intelligent Decision Support Enterprise 144237 ICDCS Workshops 958-961 2003
Placement of Mirrored Web Servers in Ring Networks with Budget Constraint 144238 ICDCS Workshops 905-910 2003
An Efficient Approach for Web-Site Adaptation 144239 ICEIS (1) 108-114 2005
Bridging Distributed Object Computing Technologies and the Web 144260 PDPTA 143-149 2002
Optimal Placement of Proxies of Replicated Web Servers in the Internet 144264 WISE 55-61 2000
Optimal Placement of Web Proxies for Replicated Web Servers in the Internet 144276 Comput. J. 329-339 2001
Placement of Web-Server Proxies with Consideration of Read and Update Operations on the Internet 144277 Comput. J. 378-390 2003
Preference-Function Algorithm: a novel approach for selection of the users' preferred websites 144292 IJBIDM 328-346 2007
On Optimal Replication of Data Object at Hierarchical and Transparent Web Proxies 144322 IEEE Trans. Parallel Distrib. Syst. 673-685 2005
Editorial Introduction: Web Servers and Content Distribution Networks (CDN) 144328 World Wide Web 239-240 2004
A Framework for Dynamic Composition of Web Services Using Static Look-Up Table 144331 Communications in Computing 167-176 2005
Interface Design for MyInfo: a Personal News Demonstrator Combining Web and TV Content 144335 INTERACT None 2003
Flavours of XChange, a Rule-Based Reactive Language for the (Semantic) Web 144337 RuleML 187-192 2005
Reactive Rules on the Web 144338 Reasoning Web 183-239 2007
Processing link structures and linkbases on the web 144339 WWW (Special interest tracks and posters) 1030-1031 2005
Adaptive Architecture for Web Server Survivability 144358 ADVIS 172-180 2004
Adaptation Enhanced Mechanism for Web Survivability 144362 PDCAT 650-653 2004
WetDL: A Web Information Extraction Language 144367 ADVIS 128-138 2004
Multi-Pattern Wrappers for Relation Extraction from the Web 144369 ECAI 395-399 2002
Web Services for Information Extraction from the Web 144371 ICWS 279- 2004
Integrating Data from the Web by Machine-Learning Tree-Pattern Queries 144372 OTM Conferences (1) 941-948 2006
Building Web Information Extraction Tasks 144374 Web Intelligence 349-355 2004
Context Generalization for Information Extraction from the Web 144375 Web Intelligence 720-723 2004
The Comparative RNA Web (CRW) Site: an online database of comparative sequence and structure information for ribosomal, intron, and other RNAs 144464 BMC Bioinformatics 2 2002
The Comparative RNA Web (CRW) Site: an online database of comparative sequence and structure information for ribosomal, intron, and other RNAs: Correction 144465 BMC Bioinformatics 15 2002
Web Content Mining for Market Intelligence Acquiring from B2C Websites 144474 WISE Workshops 159-170 2006
Document quality models for web ad hoc retrieval 144551 CIKM 331-332 2005
Generating hierarchical summaries for web searches 144613 SIGIR 457-458 2003
Query performance prediction in web search environments 144635 SIGIR 543-550 2007
A spectral method to separate disconnected and nearly-disconnected web graph components 144713 KDD 275-280 2001
New TPC Benchmarks for Decision Support and Web Commerce 144766 SIGMOD Record 64-71 2000
WebRatio, an Innovative Technology for Web Application Development 144769 ICWE 613-614 2004
Model-driven design of service-enabled web applications 144770 SIGMOD Conference 851-856 2005
Developing a Web-based Object-Oriented Multimedia Medical System 144894 HICSS 192-208 1999
Mobile-Agent Based Distributed Web GIS 144927 CoopIS 53-66 2001
Hierachically Classifying Chinese Web Documents without Dictionary Support and Segmentation Procedure 144947 Web-Age Information Management 215-226 2000
An efficient approach to extracting and ranking the top K interesting target ranks from Web search engines 144963 Informatica (Slovenia) None 2001
Advanced Policy Explanations on the Web 145088 ECAI 200-204 2006
Semantic Web Policies - A Discussion of Requirements and Research Issues 145091 ESWC 712-724 2006
No Registration Needed: How to Use Declarative Policies and Negotiation to Access Sensitive Resources on the Semantic Web 145092 ESWS 342-356 2004
PeerTrust: Automated Trust Negotiation for Peers on the Semantic Web 145098 Secure Data Management 118-132 2004
Trust Negotiation for Semantic Web Services 145100 SWSWPC 81-95 2004
Proceedings of the WWW'06 Workshop on Models of Trust for the Web (MTW'06), Edinburgh, Scotland, UK, May 22, 200 145105 MTW None 2006
Report on the Models of Trust for the Web workshop (MTW'06) 145108 SIGMOD Record 54-56 2006
WreC: A Scalable Middleware Architecture to Enable XML Caching for Web-Services 145172 Middleware 124-143 2005
UQBE: uncertain query by example for web service mashup 145173 SIGMOD Conference 1275-1280 2008
Cache Portal: Technology for Accelerating Database-driven e-commerce Web Sites 145174 VLDB 699-700 2001
A distributed web-based virtual reality interface to database systems 145213 AVI 267-269 1998
ImageSpace: an Image Ontology Creation and Annotation Tool for the Semantic Web 145214 Computers and Their Applications 340-343 2004
An Adaptive Real-Time Web Search Engine 145251 Workshop on Web Information and Data Management 12-16 1999
The Semantic Web: opportunities and challenges for next-generation Web applications 145263 Inf. Res. 271-275 2002
A Semantic Double-Buffer Based Approach to Enhance Semantic Web Search 145315 ICDS 111-116 2008
Database Selection and Result Merging in P2P Web Search 145328 DBISP2P 26-37 2005
P2P Directories for Distributed Web Search: From Each According to His Ability, to Each According to His Needs 145330 ICDE Workshops 51 2006
p2pDating: Real life inspired semantic overlay networks for Web search 145337 Inf. Process. Manage. 643-664 2007
A Distributed Web-Based Metacomputing Environment 145343 HPCN Europe 480-486 1997
An XML architecture for high-performance web-based analysis of remote-sensing archives 145348 Future Generation Comp. Syst. 91-100 1999
Data Mining Technologies for Digital Libraries and Web Information Systems 145356 ICADL 75 2002
Mining web logs to improve website organization 145366 WWW 430-437 2001
A Framework of Model-Driven Web Application Testing 145379 COMPSAC (2) 157-162 2006
A Programming Language for Web Service Development 145396 ACSC 143-150 2005
Experience Using a Coordination-Based Architecture for Adaptive Web Content Provision 145407 COORDINATION 140-156 2005
Declarative Composition and Peer-to-Peer Provisioning of Dynamic Web Services 145417 ICDE 297-308 2002
Programming and Compiling Web Services in GPSL 145418 ICSOC 508-513 2005
Web Technologies and Applications Track Editorial 145422 SAC 1155-1156 2003
Varying Resource Consumption to Achieve Scalable Web Services 145424 TES 179-190 2003
Scaling Dynamic Web Content Provision Using Elapsed-Time-Based Content Degradation 145427 WISE 559-571 2004
Enforcing Policies and Guidelines in Web Portals: A Case Study 145428 WISE Workshops 154-165 2007
Web Services and Formal Methods, 4th International Workshop, WS-FM 2007, Brisbane, Australia, September 28-29, 2007. Proceeding 145430 WS-FM None 2008
Quality driven web services composition 145431 WWW 411-421 2003
Definition and Execution of Composite Web Services: The SELF-SERV Project 145432 IEEE Data Eng. Bull. 47-52 2002
Facilitating the Rapid Development and Scalable Orchestration of Composite Web Services 145433 Distributed and Parallel Databases 5-37 2005
Vers un modandegrave;le de composition de services web avec propriandeacute;tandeacute;s transactionnelles 145437 Ingandeacute;nierie des Systandegrave;mes d'Information 9-28 2005
QoS-Aware Middleware for Web Services Composition 145440 IEEE Trans. Software Eng. 311-327 2004
Truth Discovery with Multiple Conflicting Information Providers on the Web 145452 IEEE Trans. Knowl. Data Eng. 796-808 2008
Clustering hypertext with applications to web searching 145474 Hypertext 143-152 2000
Querying web metadata: Native score management and text support in databases 145505 ACM Trans. Database Syst. 581-634 2004
Scalable Semantic Web Data Management Using Vertical Partitioning 145537 VLDB 411-422 2007
Correlation-based Document Clustering using Web Logs 145571 HICSS None 2001
Mining web logs for prediction models in WWW caching and prefetching 145597 KDD 473-478 2001
Mining Web Logs to Improve Web Caching and Prefetching 145610 Web Intelligence 483-492 2001
A comparison of implicit and explicit links for web page classification 145612 WWW 643-650 2006
Personal name classification in web queries 145613 WSDM 149-158 2008
Building Association-Rule Based Sequential Classifiers for Web-Document Prediction 145632 Data Min. Knowl. Discov. 253-273 2004
Guest Editors' Introduction: Mining Actionable Knowledge on the Web 145633 IEEE Intelligent Systems 30-31 2004
Noise reduction through summarization for Web-page classification 145637 Inf. Process. Manage. 1735-1747 2007
A Data Cube Model for Prediction-Based Web Prefetching 145638 J. Intell. Inf. Syst. 1-30 2003
Chaos Theory as a Model for Interpreting Weblog Traffic 145659 HICSS 289 2008
On a Declarative Semantics for Web Queries 145782 DOOD 386-398 1997
Modeling Interactive Web Sources for Information Mediation 145789 ER (Workshops) 225-238 1999
Querying the Web with FLORID 145791 Grundlagen von Datenbanken 47-51 1998
A Web Service Composition and Deployment Framework for Scientific Workflows 145796 ICWS 814- 2004
Compiling Abstract Scientific Workflows into Web Service Workflows 145804 SSDBM 251-254 2003
A Semantic Web Service Based Approach for Augmented Provenance 145822 Web Intelligence 594-600 2006
Visualization of Web Retrieval Results 145828 CAINE 33-36 2002
Geometric Thumbnails For Web Searching 145836 SEKE 251- 2007
YouServ: a web-hosting and content sharing tool for the masses 145889 WWW 345-354 2002
SemTag and seeker: bootstrapping the semantic web via automated semantic annotation 145890 WWW 178-186 2003
The web beyond popularity: a really simple system for web scale RSS 145891 WWW 183-192 2006
Focused Co-citation: Improving the Retrieval of Related Pages on the Web 145914 WWW (Posters) 452-463 2003
Querying Semantic Web Resources Using TRIPLE Views 146091 Semantic Interoperability and Integration None 2005
Querying Semantic Web Resources Using TRIPLE Views 146096 International Semantic Web Conference 517-532 2003
Continuous querying in database-centric Web applications 146155 Computer Networks 519-531 2000
Building the Semantic Web on XML 146193 International Semantic Web Conference 147-161 2002
Smart supply web: an application of web-based data and workflow mediation 146197 TES 227-246 2000
The Yin/Yang web: XML syntax and RDF semantics 146202 WWW 443-453 2002
The Yin/Yang Web: A Unified Model for XML Syntax and RDF Semantics 146208 IEEE Trans. Knowl. Data Eng. 797-812 2003
Semantic Interpretation and Matching of Web Services 146216 ER 542-554 2004
Facilitating e-Negotiation Processes with Semantic Web Technologies 146221 HICSS 29 2005
Developing e-Negotiation Process Support by Web Services 146226 ICWS 97-103 2003
Alert-Driven Process Integration in a Web Services Environment 146227 ICWS 145-151 2003
A Structured Approach to Personalize Websites Using the OO-H Personalization Framework 146307 APWeb 695-706 2005
Pattern definition to refine navigation structure in hypermedia/Web applications 146309 ICWI 1199-1202 2004
Using Adaptive Techniques to Validate and Correct an Audience Driven Design of Web Sites 146310 ICWE 55-59 2004
Hera-S: web design using sesame 146311 ICWE 337-344 2006
Using ORM to Model Web Systems 146312 OTM Workshops 700-709 2005
Designing Localized Web Sites 146313 WISE 547-558 2004
Accessibility: a Web engineering approach 146314 WWW 353-362 2005
Detecting near-duplicates for web crawling 146378 WWW 141-150 2007
A learning-based approach for fetching pages in WebVigiL 146404 SAC 1725-1731 2004
Data Mining and the Web: Past, Present and Future 146481 Workshop on Web Information and Data Management 43-47 1999
Web Image Mining Based on Modeling Concept-Sensitive Salient Regions 146545 ICME 505-508 2006
Extensions to Web Service Techniques for Integrating Jini into a Service-Oriented Architecture for the Grid 146610 International Conference on Computational Science 254-263 2003
Information Retrieval Aware Web Site Modelling and Generation 146690 ER 402-419 2004
Opening the home: a web service approach to domotics 146700 IADIS AC 271-279 2005
Requirements-Driven Verification of Web Services 146707 Electr. Notes Theor. Comput. Sci. 95-108 2004
Mining the Web with Active Hidden Markov Models 146719 ICDM 645-646 2001
Automated Extraction of Database Interactions in Web Applications 146758 ICPC 117-126 2006
Testing input validation in Web applications through automated model recovery 146769 Journal of Systems and Software 222-233 2008
Schema-driven Customization of Web Services 146800 VLDB 1093-1096 2003
(Semantic web) evolution through change logs: Problems and solutions 146801 Artificial Intelligence and Applications 654-659 2007
Current Trends in Database Technology - EDBT 2004 Workshops, EDBT 2004 Workshops PhD, DataX, PIM, P2Pandamp;DB, and ClustWeb, Heraklion, Crete, Greece, March 14-18, 2004, Revised Selected Paper 146812 EDBT Workshops 703-708 2004
On Storage Policies for Semantic Web Repositories That Support Versioning 146816 ESWC 705-719 2008
The Anatomy of Mitos Web Search Engin 146822 CoRR None 2008
A Workflow-Based Web Service Composition System 146912 IAT Workshops 113-116 2006
CompositeWeb Service Construction by Using a Logical Formalism 146913 ICDE Workshops 56 2006
Modeling Composite Web Services by Using a Logic-based Language 146916 SWAP None 2005
Web for Data Mining Applications 146922 COMPSAC 465-466 2000
Web for Data Mining: Organizing and Interpreting the Discovered Rules using the Web 146931 SIGKDD Explorations 16-23 2000
Web services and data integration 147032 WISE 3-6 2002
Clustering Presentation of Web Image Retrieval Results using Textual Information and Image Features 147051 EuroIMSA 217-222 2006
Cubing Web Data Based on Multidimensional Arrays 147113 ASIAN 268-269 2005
PetStore-WS: Measuring the Performance Implications of Web Services 147118 Int. CMG Conference 113-123 2003
Automating the Development of Web Service Compositions Using Templates 147135 GI Jahrestagung (2) 517-523 2004
Components, Middleware and Web Services 147137 ICWI 967-970 2003
On the use of web service compositions for systems management automation: a use case 147138 ICWI 1047-1050 2004
An Approach to Parameterizing Web Service Flows 147141 ICSOC 533-538 2005
A Procedure for Development and Execution of Process-Based Composite Web Services 147142 ICWE 593-594 2004
ReFFlow: A Model and Generic Approach to Flexibility of Web Service Compositions 147143 iiWAS None 2004
Materializing Web Data for OLAP and DSS 147165 Web-Age Information Management 201-214 2000
Evaluating and Selecting Web Sources as External Information Resources of a Data Warehouse 147168 WISE 149-160 2002
Development Life Cycle of Web Service-Based Business Processes. Enabling dynamic invocation of Web service at run time 147169 WSMAI 9-22 2004
GraniteNights - A Multi-agent Visit Scheduler Utilising Semantic Web Technology 147188 CIA 137-151 2003
Instance Based Clustering of Semantic Web Resources 147197 ESWC 303-317 2008
A reusable commitment management service using Semantic Web technology 147220 Knowl.-Based Syst. 143-151 2007
Automatic Generation of Data Types for Classification of Deep Web Sources 147221 DILS 266-274 2005
Probe, Cluster, and Discover: Focused Extraction of QA-Pagelets from the Deep Web 147223 ICDE 103-115 2004
OminiSearch: A Method for Searching Dynamic Content on the Web 147225 SIGMOD Conference 604 2001
Page Digest for Large-Scale Web Services 147226 CEC 381-390 2003
Wrapping Web Data into XML 147229 SIGMOD Record 33-38 2001
Automatic Discovery and Inferencing of Complex Bioinformatics Web Interfaces 147230 World Wide Web 463-493 2005
Characterizing Web Document Change 147346 WAIM 133-144 2001
Dynamic maintenance of web indexes using landmarks 147347 WWW 102-111 2003
Organizing structured web sources by query schemas: a clustering approach 147419 CIKM 22-31 2004
Understanding Web Query Interfaces: Best-Effort Parsing with Hidden Syntax 147425 SIGMOD Conference 107-118 2004
COBRA - Mining Web for Corporate Brand and Reputation Analysis 147427 Web Intelligence 11-17 2007
STYX: Connecting the XML Web to the World of Semantics 147479 EDBT 759-761 2002
Mapping XML Fragments to Community Web Ontologies 147496 WebDB 97-102 2001
A Replicable Web-based Negotiation Server for E-Commerce 147515 HICSS None 2000
Simulation Study of Language Specific Web Crawling 147519 ICDE Workshops 1254 2005
Ants caught in the Semantic Web: A study in the application of description logic to animal systematics 147523 SSDBM 441-442 2004
Semantic-Based Matching and Personalization in FWEB, a Publish/Subscribe-Based Web Infrastructure 147550 OTM Conferences (1) 385-401 2005
Innovations in Web communications infrastructure 147555 Computer Networks 4511-4513 2007
Delta Encoding of Related Web Pages 147563 Data Compression Conference 507 2001
ODISSEA: A Peer-to-Peer Architecture for Scalable Web Search and Information Retrieval 147587 WebDB 67-72 2003
Three-level caching for efficient query processing in large Web search engines 147591 WWW 257-266 2005
Improving Web Spam Classifiers Using Link Structure (S) 147596 AIRWeb None 2007
Three-Level Caching for Efficient Query Processing in Large Web Search Engines 147604 World Wide Web 369-395 2006
A Heuristic-Based Methodology for Semantic Augmentation of User Queries on the Web 147732 ER 476-489 2003
An approach to intelligent query and component retrieval for web-based respositories 147742 ICIS 16-19 2000
A Smart Web Query Engine for Semantic Retrieval of Web Data and Its Application to E-Trading 147748 NLDB 215-226 2000
Efficient Invocation of Web Services Using Intensional Results 147790 EC-Web 162-172 2006
Distributed Invocation of Composite Web Services 147791 EUC 385-393 2006
Efficient execution of composite Web services exchanging intensional data 147794 Inf. Sci. 317-339 2008
Modeling Volunteer Computing Grid on the Web by Socially Intelligent Agents 148106 Computers and Their Applications 450-455 2003
Identifying and Breaking Necessary Constraints to Web-Based Metacomputing 148123 COMPSAC 474-479 2004
PeAgent - A Mobile Agent System to Support Secure Internet and Web Applications 148124 COMPSAC 690-695 2003
Applying an Evolutionary Algorithm to Web Search: The Methodology of Evagent 148157 IC-AI 927- 2002
Understanding theWeb Page Layout 148163 ICDM Workshops 438-442 2006
An Approach to Debugging Grid or Web Services 148183 ICWS 330-337 2007
A Framework to Support Survivable Web Services 148193 IPDPS None 2005
Classifying Web Data in Directory Structures 148357 APWeb 238-249 2006
Downloading textual hidden web content through keyword queries 148358 JCDL 100-109 2005
Web Directory Construction Using Lexical Chains 148359 NLDB 138-149 2005
DirectoryRank: ordering pages in web directories 148362 WIDM 17-22 2005
Detecting spam web pages through content analysis 148363 WWW 83-92 2006
Answering bounded continuous search queries in the world wide web 148364 WWW 551-560 2007
Mapping Between Data Sources on the Web 148373 WIRI 173-178 2005
Automatic Sales Lead Generation from Web Data 148374 ICDE 101 2006
The eShopmonitor: A comprehensive data extraction tool for monitoring Web sites 148375 IBM Journal of Research and Development 679-692 2004
Knowledge-Based Automation of Web-Based Learning Materials Using Semantic Web Technologies 148417 C5 26-33 2004
Design of Automation Systems for Web Based Courseware Using XML and XSLT 148420 DNIS 186-203 2005
Automatic Generation of Web-Based Mathematical Courseware for Solving Simultaneous Equations 148422 Human.Society@Internet 248-259 2005
A Metadata Framework for Generating Web-Based Learning Materials 148425 SAINT Workshops 249-254 2004
TERRAFLY: A High-Performance Web-based Digital Library System for Spatial Data Access 148463 ICDE Demo Sessions 17-19 2001
A Web-Enabled System for Storage and Retrieval of GOES-8 Meteorological Data from a Semantic Database 148469 ISAS-SCI (1) 62-65 2001
Web Service Security 148484 Enterprise Information Systems and Web Technologies 7-13 2007
PODWIS: A Personalized Tool for Ontology Development in Domain Specific Web Information System 148496 APWeb 680-694 2005
An Ontology Based Approach to Construct Behaviors in Web Information Systems 148499 WAIM 194-208 2005
Combining linguistic and statistical analysis to extract relations from web documents 148501 KDD 712-717 2006
Dynamic and Structured Presentation of Database Contents on the Web 148565 EDBT 451-465 1998
An expert system-based change propagation process for web sites maintenance 148640 Ingandeacute;nierie des Systandegrave;mes d'Information 123-148 2001
Developing a meta model for the Bunge-Wand-Weber ontological constructs 148675 Inf. Syst. 75-91 2002
CoMiner: An Effective Algorithm for Mining Competitors from the Web 148694 ICDM 948-952 2006
Using Bilingual Web Data to Mine and Rank Translations 148698 IEEE Intelligent Systems 54-59 2003
Web page title extraction and its application 148699 Inf. Process. Manage. 1332-1347 2007
Enhancing Decision and Negotiation Support in Enterprise Networks Through Semantic Web Technologies 148882 XSW 161-167 2002
SecureFlow: A Secure Web-Enabled Workflow Management System 148976 ACM Workshop on Role-Based Access Control 83-94 1999
Concept-level access control for the Semantic Web 148986 XML Security 94-103 2003
Web Image Retrieval Re-Ranking with Relevance Model 149045 Web Intelligence 242-248 2003
Information Services for the Web: Building and Maintaining Domain Models 149116 CoopIS 4-13 1998
Bid-Based Approach for Pricing Web Service 149135 OTM Conferences (1) 360-376 2006
Toward Web-Based Application Management Systems 149153 IEEE Trans. Knowl. Data Eng. 683-702 2001
Preventing parameterized vulnerability in Web based applications 149183 ITNG 790-793 2007
Advanced Web Technologies and Applications, 6th Asia-Pacific Web Conference, APWeb 2004, Hangzhou, China, April 14-17, 2004, Proceeding 149218 APWeb 19-30 2004
Advances in Data and Web Management, Joint 9th Asia-Pacific Web Conference, APWeb 2007, and 8th International Conference, on Web-Age Information Management, WAIM 2007, Huang Shan, China, June 16-18, 2007, Proceeding 149246 APWeb/WAIM 34-44 2007
Data Swapping: A Risk-Utility Framework and Web Service Implementation 149288 DG.O None 2003
Wiccap Data Model: Mapping Physical Websites to Logical Views 149295 ER 120-134 2002
Towards building logical views of websites 149302 Data Knowl. Eng. 197-222 2004
Efficient Presentation of Multivariate Audit Data for Intrusion Detection of Web-Based Internet Services 149303 ACNS 63-75 2003
GridFS: A Web-Based Data Grid with P2P Concepts and Writable Replicas 149315 ICADL 639-642 2003
GridFS: A Web-Based Data Grid for the Distributed Sharing of Educational Resource Files 149317 ICWL 81-92 2003
Efficient Algorithms for Predicting Requests to Web Servers 149536 INFOCOM 284-293 1999
Using Shape to Index and Query Web Document Contents 149668 J. Vis. Lang. Comput. 355-373 2002
Visualizing web site comparisons 149679 WWW 693-703 2002
Towards A Web-Based Handbook of Generic, Process-Oriented Learning Designs 149691 Educational Technology andamp; Society 66-82 2005
Web Service Business Context - The Normative Perspective 149693 Int. J. Web Service Res. 16-36 2004
Protecting Consumer Data in Composite Web Services 149717 SEC 19-34 2005
Integration of Heterogeneous Web Service Components 149721 WSMAI 87-94 2004
Cost based web services transaction management 149723 IJWGS 198-220 2006
ProDA: a suite of web-services for progressive data analysis 149724 SIGMOD Conference 894-896 2005
Indexing the Web - A Challenge for Supercomputers 149726 CLUSTER 343-343 2002
Web Information Retrieval - an Algorithmic Perspective 149727 ESA 1-8 2000
Algorithmic Aspects of Web Search Engines 149728 ESA 3 2004
Information Retrieval on the Web 149730 FOCS 6 1998
Hyperlink analysis on the world wide web 149735 Hypertext 1-3 2005
The Past, Present, and Future of Web Search Engines p 149736 ICALP 3 2004
Web Information Retrieval 149739 ICDE 693 2000
Who Links to Whom: Mining Linkage between Web Sites 149740 ICDM 51-58 2001
The Past, Present and Future of Web Information Retrieval 149741 PODS 46 2004
The Past, Present and Future of Web Information Retrieval 149742 INFOS 57-57 2003
Finding near-duplicate web pages: a large-scale evaluation of algorithms 149744 SIGIR 284-291 2006
Combinatorial algorithms for web search engines: three success stories 149748 SODA 1022-1026 2007
The past, present, and future of web information retrieval 149755 DRR 23-26 2004
Finding Related Pages in the World Wide Web 149760 Computer Networks 1467-1479 1999
Measuring Index Quality Using Random Walks on the Web 149762 Computer Networks 1291-1303 1999
Link Analysis in Web Information Retrieval 149763 IEEE Data Eng. Bull. 3-8 2000
Hyperlink Analysis for the Web 149764 IEEE Internet Computing 45-50 2001
Analysis of a Very Large Web Search Engine Query Log 149774 SIGIR Forum 6-12 1999
Algorithmic Challenges in Web Search Engines 149777 Internet Mathematics None 2003
Validating Compositions of Geospatial Processing Web Services in a Scientific Workflow Environment 149778 ICWS 821-822 2005
Towards autonomic web-sites based on learning automata 149789 WWW (Special interest tracks and posters) 1044-1045 2005
Visual modeling and formal specification of constraints of RBAC using semantic web technology 149800 Knowl.-Based Syst. 350-356 2007
Distributed Systems Management on the Web 149806 Integrated Network Management 85-95 1997
Querying the web: a multiontology disambiguation method 149825 ICWE 241-248 2006
WS-CAF: Contexts, Coordination and Transactions for Web Services 149841 OTM Conferences (1) 439-453 2007
Models for Web Services Transactions 149842 SIGMOD Conference 872 2004
Personalized QoS Prediction forWeb Services via Collaborative Filtering 149893 ICWS 439-446 2007
Applying Virtual Reality to Web-based Education 149896 IMSCCS (1) 789-791 2006
ArnetMiner: An Expertise Oriented Search System for Web Community 149910 Semantic Web Challenge 285-299 2007
ATID: a web-oriented database for collection of publicly available alternative translational initiation events 149920 Bioinformatics 4312-4314 2005
SEAL - A Framework for Developing SEmantic Web PortALs 150012 BNCOD 1-22 2001
Proceedings of the Workshop on Semantic Business Process and Product Lifecycle Management held in conjunction with the 3rd European Semantic Web Conference (ESWC 2007), Innsbruck, Austria, June 7, 200 150024 SBPM None 2007
Searching for the Knowledge in the Semantic Web 150025 FLAIRS Conference 435-439 2002
Migrating data-intensive web sites into the Semantic Web 150037 SAC 1100-1107 2002
WebOS: Operating System Services for Wide Area Applications 150194 HPDC 52-63 1998
NPS: A Non-Interfering Deployable Web Prefetching System 150213 USENIX Symposium on Internet Technologies and Systems None 2003
Using Bloom Filters to Refine Web Search Results 150215 WebDB 25-30 2005
Resource management for scalable disconnected access to Web services 150217 WWW 245-256 2001
Engineering server-driven consistency for large scale dynamic Web services 150219 WWW 45-57 2001
Mining the Web to Add Semantics to Retail Data Mining 150448 EWMF 43-56 2003
Extracting and Using Attribute-Value Pairs from Product Descriptions on the Web 150454 WebMine 41-60 2006
Building Minority Language Corpora by Learning to Generate Web Search Queries 150455 Knowl. Inf. Syst. 56-83 2005
GridFS: A Web-Based Data Grid for the Distributed Sharing of Educational Resource Files 150502 ICWL 81-92 2003
A Strategy for Persistent Object Service under CORBA and WEB Environment 150511 TOOLS (36) 100-107 2000
Bayesian Web Document Classification through Optimizing Association Word 150530 IEA/AIE 565-574 2003
Optimizing Pattern Queries for Web Access Logs 150590 ADBIS 141-154 2001
Query Execution Algorithm in Web Environment with Limited Availability of Statistics 150605 International Conference on Computational Science 532-536 2004
Implementing Adaptive User Interface for Web Applications 150609 IIS 97-104 2003
A privacy preserving web recommender system 150620 SAC 559-563 2006
Mining query logs to optimize index partitioning in parallel web search engines 150622 Infoscale 43 2007
A Replicable Web-based Negotiation Server for E-Commerce 150673 HICSS 7 2000
Constraint Specification and Processing in Web Services Publication and Discovery 150683 ICWS 210-217 2004
Integration of Business Event and Rule Management with the Web Services Model 150684 ICWS 83-89 2003
Web-service-based, Dynamic and Collaborative E-learning 150699 PGLDB None 2003
Trust-Based Security Model and Enforcement Mechanism for Web Service Technology 150714 TES 151-160 2002
Event and Rule Services for Achieving a Web-Based Knowledge Network 150726 Web Intelligence 205-216 2001
Constraint-based brokering (CBB) for publishing and discovery of web services 150736 Electronic Commerce Research 45-67 2007
A Semi-Automatic Approach to Composite Web Services Discovery, Description and Invocation 150747 Int. J. Web Service Res. 64-89 2004
Integration of Business Event and Rule Management With the Web Services Model 150748 Int. J. Web Service Res. 41-57 2004
Event and rule services for achieving a Web-based knowledge network 150749 Knowl.-Based Syst. 179-188 2004
A Web-Based Knowledge Network for Supporting Emerging Internet Applications 150772 World Wide Web 121-140 2001
Testing the Suitability of Markov Chains as Web Usage Models 150814 COMPSAC 356-361 2003
OWDEAH: Online Web Data Extraction Based on Access History 150819 DaWaK 269-278 2004
Evaluating Web Software Reliability Based on Workload and Failure Data Extracted from Server Logs 150830 IEEE Trans. Software Eng. 754-769 2004
Automatic Generation of Semantic Fields for Resource Discovery in the Semantic Web 150836 DEXA 706-715 2005
CRISOL: Una aproximaciandoacute;n a la generaciandoacute;n automandaacute;tica de instancias para una Web Semandaacute;ntica 150839 JISBD 573-582 2003
Web document clustering using hyperlink structures 150850 Computational Statistics andamp; Data Analysis 19-45 2002
Storage allocation in web prefetching techniques 150886 ACM Conference on Electronic Commerce 264-265 2003
Web information retrieval based on user operation on digital maps 151009 GIS 99-106 2006
A Temporal Clustering Method forWeb Archives 151011 ICDE Workshops 130 2006
AWeb Search Method using User Operation on Digital Maps 151013 MDM 106 2006
A Web Search Method Based on the Temporal Relation of Query Keywords 151018 WISE 4-15 2006
A Dynamic Content Integration Language for Video Data and Web Content 151019 WISE 83-92 2003
Extracting Web Data Using Instance-Based Learning 151204 WISE 318-331 2005
Web data extraction based on partial tree alignment 151205 WWW 76-85 2005
Mining Web Pages for Data Records 151206 IEEE Intelligent Systems 49-55 2004
SERFing the Web: Web Site Management Made Easy 151265 SIGMOD Conference 585 2000
Aggregate Path Index for Incremental Web View Maintenance 151272 WECWIS 231-238 2000
Re-usable ODMG-based Templates for Web View Generation and Restructuring 151273 Workshop on Web Information and Data Management 53-56 1998
Topic-Centric Querying of Web Information Resources 151328 DEXA 699-711 2001
Experiments on Query Expansion for Internet Yellow Page Services Using Web Log Mining 151464 VLDB 1008-1018 2002
From the Visual Book to the WEB Book: The Importance of Good Design 151466 ECDL 305-314 2000
Learning Probabilistic User Profiles: Applications for Finding Interesting Web Sites, Notifying Users of Relevant Changes to Web Pages, and Locating Grant Opportunities 151477 AI Magazine 47-56 1997
A Fine-Grained Access Control Model for Web Services 151482 IEEE SCC 33-40 2004
Security in SOA and Web Services 151484 IEEE SCC None 2006
Local Closed-World Assumptions for reasoning about Semantic Web data 151486 APPIA-GULP-PRODE 314-323 2003
Protecting Information in the Web - Position Paper 151497 COMPSAC 50- 1999
An Access Control System for Digital Libraries and the Web: The MaX Prototype Demonstration 151523 ECDL 656-657 2002
A Flexible Access Control Model for Web Services 151527 FQAS 13-16 2004
A Trust-based Context-Aware Access Control Model for Web-Services 151545 ICWS 184-191 2004
User Tasks and Access Control overWeb Services 151547 ICWS 60-69 2007
Decentralized authorization and data security in web content delivery 151573 SAC 1654-1661 2007
3rd International Conference on Web Information Systems Engineering (WISE 2002), 12-14 December 2002, Singapore, Proceeding 151600 WISE 22-27 2002
Access control enforcement for conversation-based web services 151602 WWW 257-266 2006
Challenges of Testing Web Services and Security in SOA Implementations 151604 Test and Analysis of Web Services 395-440 2007
Protecting information on the Web 151608 Commun. ACM 3 2000
A Trust-Based Context-Aware Access Control Model for Web-Services 151623 Distributed and Parallel Databases 83-105 2005
Content-based filtering of Web documents: the MaX system and the EUFORBIA project 151630 Int. J. Inf. Sec. 45-58 2003
Guest Editors' Introduction: Database Technology on the Web 151633 IEEE Internet Computing 31-32 2002
Guest Editors' Introduction: Data Dissemination on the Web 151636 IEEE Internet Computing 27-28 2004
Web Services - Concepts, Architectures and Application 151676 Advances in Object-Oriented Data Modeling 281-306 2004
Web Service Dependency Discovery Tool for SOA Management 151677 IEEE SCC 684-685 2007
A Framework for Managing the Evolution of Business Protocols in Web Services 151678 APCCM 49-59 2007
Developing Adapters for Web Services Integration 151680 CAiSE 415-429 2005
Business Visibility with Web Services: Making Sense of Your IT Operations and of What They Mean To You (Invited talk) 151682 CAiSE Workshops 13-31 2003
Open Issues and Opportunities in Web Services Modeling, Development, and Management 151684 COORDINATION 2 2004
Analysis and Management of Web Service Protocols 151688 ER 524-541 2004
Fine-Grained Compatibility and Replaceability Analysis of Timed Web Service Protocols 151689 ER 599-614 2007
Business Process Mashups? Process Management and the Web Growing Together 151703 WETICE 5 2007
Business-oriented management of Web services 151706 Commun. ACM 55-60 2003
Representing, analysing and managing Web service protocols 151708 Data Knowl. Eng. 327-357 2006
Abstracting and Enforcing Web Service Protocols 151710 Int. J. Cooperative Inf. Syst. 413-440 2004
Model-Driven Trust Negotiation for Web Services 151711 IEEE Internet Computing 45-52 2003
A trust negotiation system for digital library Web services 151716 Int. J. on Digital Libraries 185-207 2004
Supporting the dynamic evolution of Web service protocols in service-oriented architectures 151718 TWEB 1 2008
Ontology-Based Scalable and Portable Information Extraction System to Extract Biological Knowledge from Huge Collection of Biomedical Web Documents 151728 Web Intelligence 77-83 2004
On demand synchronization and load distribution for database grid-based Web applications 151788 Data Knowl. Eng. 295-323 2004
EXPOSE: searching the web for expertise 151819 SIGIR 906 2007
Generierung von Webanwendungen fanduuml;r das Innovationsmanagement (Generating Web Applications for the Management of Innovations) 151820 it - Information Technology 225- 2006
PYRAMID-S: A Scalable Infrastructure for Semantic Web Service Publication and Discovery 151915 RIDE 15-22 2004
Local Replication for Proxy Web Caches with Hash Routing 152016 CIKM 69-76 1999
Latency-sensitive hashing for collaborative Web caching 152044 Computer Networks 633-644 2000
Controlled replication for hash routing-based web caching 152045 Comput. Syst. Sci. Eng. 293-302 2002
Replication for Load Balancing and Hot-Spot Relief on Proxy Web Caches with Hash Routing 152047 Distributed and Parallel Databases 203-220 2003
SpeedTracer: A Web Usage Mining and Analysis Tool 152050 IBM Systems Journal 89-105 1998
Report on Second International Workshop on Advanced Issues of E-Commerce and Web-based Information Systems 152055 SIGMOD Record 19-23 2000
Structured Querying of Web Text Data: A Technical Challenge 152066 CIDR 225-234 2007
Web Data and the Resurrection of Database Theory 152068 DASFAA 2 2001
Declarative specification of data-intensive Web sites 152074 DSL 135-148 1999
Reasoning About Web-Site Structure 152083 KRDB 10.1-10.9 1998
Web Data and the Resurrection of Database Theory 152092 RIDE-DM 293-302 2001
Managing Web Data 152097 SIGMOD Conference 510 1999
Is Web-site Management a Database Problem 152103 VLDB 696 1998
Run-Time Management of Data Intensive Web Sites 152111 WebDB (Informal Proceedings) 7-12 1999
Report on WebDB'2000: 3rd International Workshop on the Web and Databases 152130 SIGKDD Explorations 80-82 2000
A Query Language for a Web-Site Management System 152131 SIGMOD Record 4-11 1997
Declarative Specification of Web Sites with Strudel 152142 VLDB J. 38-55 2000
Personalized Web Recommendation Based on Path Clustering 152145 FQAS 368-377 2006
Proteus: A System for Dynamically Composing and Intelligently Executing Web Services 152150 ICWS 17-21 2003
IWTrust: Improving User Trust in Answers from the Web 152305 iTrust 384-392 2005
From Web Directories to Ontologies: Natural Language Processing Challenges 152309 ISWC/ASWC 623-636 2007
Meaningful Change Detection on the Web 152329 DEXA 22-31 2001
WDBQS: A Unified Access to Distant Databases Via a Simple Web-Tool 152344 DEXA 815-824 2000
Model based engineering of learning situations for adaptive web based educational systems 152349 WWW (Alternate Track Papers andamp; Posters) 94-103 2004
Adapting Web Interfaces by WHAT 152351 AH 551-555 2002
Implementing WHAT to Support Web Usage Management 152368 International Conference on Internet Computing (1) 35-40 2001
Towards a Web Interaction Model for Web Usage Studies 152369 International Conference on Internet Computing 588-594 2002
Towards the Conceptual Tree Model for Web Reorganization 152370 International Conference on Internet Computing 1002-1008 2002
Web dynamics and their ramifications for the development of Web search engines 152381 Computer Networks 1430-1447 2006
Mark Levene, An Introduction to Search Engines and Web Navigation, Addison Wesley Publisher (2006) ISBN 0321306775 392p 152382 Inf. Process. Manage. 290-292 2007
A Secure Web Services for Location Based Services in Wireless Networks 152406 NETWORKING 332-344 2004
Event and Rule Services for Achieving a Web-Based Knowledge Network 152409 Web Intelligence 205-216 2001
A Web-Based Knowledge Network for Supporting Emerging Internet Applications 152417 World Wide Web 121-140 2001
Pseudo Relevance Feedback Based on Iterative Probabilistic One-Class SVMs in Web Image Retrieval 152454 PCM (2) 213-220 2004
Designing Web-Based Systems in Social Context: A Goal and Scenario Based Approach 152469 CAiSE 37-51 2002
How Do Users Express Goals on the Web? - An Exploration of Intentional Structures in Web Search 152489 WISE Workshops 67-78 2007
Syskill andamp; Webert: Identifying Interesting Web Sites 152505 AAAI/IAAI, Vol. 1 54-61 1996
Adaptive Web Site Agents 152507 Agents 394-395 1999
Adaptive Interfaces for Ubiquitous Web Access 152552 User Modeling 1 2003
Adaptive Web Site Agents 152556 Autonomous Agents and Multi-Agent Systems 205-218 2002
Adaptive interfaces for ubiquitous web access 152560 Commun. ACM 34-38 2002
Learning and Revising User Profiles: The Identification of Interesting Web Sites 152574 Machine Learning 313-331 1997
Semantic bookmarking for non-visual web access 152586 ASSETS 185-192 2004
Improving non-visual web access using context 152587 ASSETS 273-274 2006
Design and Implementation of the Physical Layer in WebBases: The XRover Experience 152595 Computational Logic 1094-1105 2000
A General Approach for Partitioning Web Page Content Based on Geometric and Style Information 152610 ICDAR 929-933 2007
Extraction Techniques for Mining Services from Web Sources 152611 ICDM 601-604 2002
WebVAT: Web Page Visualization and Analysis Tool 152631 ICWE 516-520 2007
A Framework for Building Privacy-Conscious Composite Web Services 152632 ICWS 655-662 2006
Assistive browser for conducting web transactions 152635 Intelligent User Interfaces 365-368 2008
Combating information overload in non-visual web access using context 152636 Intelligent User Interfaces 341-344 2007
YellowPager: a tool for ontology-based mining of service directories from web sources 152659 SIGIR 458 2002
Towards one world web with HearSay3 152665 W4A 130-131 2008
The HearSay non-visual web browser 152667 W4A 128-129 2007
Model-directed web transactions under constrained modalities 152670 WWW 447-456 2006
An approach for realizing privacy-preserving web-based services 152671 WWW (Special interest tracks and posters) 1014-1015 2005
Csurf: a context-driven non-visual web-browser 152672 WWW 31-40 2007
Model-directed Web transactions under constrained modalities 152698 TWEB None 2007
Incorporating Shared Relevance Feedback into a Web Search Engine 152709 WebNet None 1997
Semantic Matching of Natural Language Web Queries 152714 BDA 247-262 2004
Les logiques de description pour le tri sandeacute;mantique de documents sur le web 152737 Ingandeacute;nierie des Systandegrave;mes d'Information 69-89 2005
A semantic transcoding system to adapt Web services for users with disabilities 152772 ASSETS 156-163 2000
Reverse Engineering for Web Data: From Visual to Semantic Structure 152773 ICDE 53-63 2002
Web-Based Searching and Browsing of Multimedia Data 152775 IEEE International Conference on Multimedia and Expo (III) 1717-1720 2000
Metadata Based Web Mining for Relevance 152777 IDEAS 113-121 2000
Using Metadata to Enhance a Web Information Gathering System 152780 WebDB (Informal Proceedings) 11-16 2000
Millau: an encoding format for efficient representation and exchange of XML over the Web 152783 Computer Networks 747-765 2000
AVoN calling: AXL for voice-enabled Web navigation 152784 Computer Networks 533-551 2000
Mining the Web for relations 152786 Computer Networks 699-711 2000
Nonblocking Scheduling for Web Service Transactions 152789 ECOWS 213-222 2007
Cooperative Discovery for User-Centered Web Service Provisioning 152794 ICWS 191-197 2003
Towards Personalized Selection of Web Services 152805 WWW (Alternate Paper Tracks) None 2003
Through different eyes: assessing multiple conceptual views for querying web services 152806 WWW (Alternate Track Papers andamp; Posters) 196-205 2004
Restricting the View and Connecting the Dots - Dangers of a Web Search Engine Monopoly 152807 J. UCS 1731-1740 2006
Materializing the Web 152817 CoopIS 24-31 1998
Exporting and interactively querying Web service-accessed sources: The CLIDE System 152908 ACM Trans. Database Syst. 304-315 2007
A Web Laboratory for Software Data Analysis 152922 World Wide Web 55-60 1998
Webified Video: Media Conversion from TV Programs to Web Content for Cross-Media Information Integration 152927 DEXA 176-185 2005
Mining Text and Visual Links to Browse TV Programs in a Web-Like Way 152932 ICME 393-396 2006
Generation of views of TV content using TV viewers' perspectives expressed in live chats on the web 152934 ACM Multimedia 853-861 2005
Mining Text and Visual Links to Browse TV Programs in a Web-Like Way 152936 IEICE Transactions 1304-1307 2007
Including Routes in Web Information Systems as a Way to Improve the Navigability: An Empirical Study 152955 WISE Workshops 505-510 2007
Model-directed web transactions under constrained modalities 152992 WWW 447-456 2006
Model-directed Web transactions under constrained modalities 152994 TWEB 53-67 2007
Cost-based Magic for Web Queries (Extended Abstract) 153027 ADBIS (Short Papers) 185-192 1999
Logical Approach to Capability-Based Rewriting in a Mediator for WebSources 153039 J. Intell. Inf. Syst. 47-70 2001
Discovering task-oriented usage pattern for web recommendation 153156 ADC 167-174 2006
A Latent Usage Approach for Clustering Web Transaction and Building User Profile 153157 ADMA 31-42 2005
Towards User Profiling for Web Recommendation 153158 Australian Conference on Artificial Intelligence 415-424 2005
Using Probabilistic Latent Semantic Analysis for Web Page Grouping 153161 RIDE 29-36 2005
Popularity-Aware Greedy Dual-Size Web Proxy Caching Algorithms 153187 ICDCS 254-261 2000
Sources and Characteristics of Web Temporal Locality 153215 MASCOTS 28-35 2000
Self-Similarity in World Wide Web Traffic: Evidence and Causes 153236 SIGMETRICS 160-169 1996
Temporal locality in Web request streams: sources, characteristics, and caching implications (poster) 153237 SIGMETRICS 110-111 2000
GreedyDual* Web caching algorithm: exploiting the two sources of temporal locality in Web request streams 153249 Computer Communications 174-183 2001
Self-similarity in World Wide Web traffic: evidence and possible causes 153259 IEEE/ACM Trans. Netw. 835-846 1997
Changes in Web Client Access Patterns: Characteristics and Caching Implications 153263 World Wide Web 15-28 1999
Association Rule Discovery in Highly-Correlated Data: a Case Study in Web Usage Mining 153372 ADBIS-DASFAA Symposium 46-55 2000
Assessing the Effectiveness of the DAML Ontologies for the Semantic Web 153383 NLDB 56-69 2003
Using Semantic Knowledge to Improve Web Query Processing 153384 NLDB 106-117 2006
WhiteboardVCR: a Web Lecture Production Tool for Combining Human Narration and Text-to-Speech Synthesis 153399 Educational Technology andamp; Society 87-90 2002
Performance comparison of alternative Web caching techniques 153418 ISCC 213-218 2002
Transparent Distributed Web Caching 153419 LCN 225-235 2001
SoundWeb: Hyperlinked Voice Data for Wearable Computing Environment 153470 ISWC 14-19 2005
A Collaborative Web Browsing System for Multiple Mobile Users 153482 PerCom 22-35 2006
Controlling Transmission Order of Inline Objects for Effective Web Page Publishing 153487 SAC (2) 942-947 2000
OPA browser: a web browser for cellular phone users 153495 UIST 71-80 2007
A web browsing system based on adaptive presentation of web contents for cellular phones 153497 W4A 86-89 2006
Learn from web search logs to organize search results 153565 SIGIR 87-94 2007
Relevance Propagation for Topic Distillation UIUC TREC 2003 Web Track Experiments 153569 TREC 673-677 2003
Web Usage Mining Inter-Sites: Analyse du comportement des utilisateurs andagrave; impact immandeacute;diat 153593 BDA None 2001
Web Usage Mining : extraction de pandeacute;riodes denses andagrave; partir des logs 153605 EGC 403-408 2006
Web Usage Mining: How to Efficiently Manage New Transactions and New Clients 153615 PKDD 530-535 2000
Real Time Web Usage Mining with a Distributed Navigation Analysis 153616 RIDE 169- 2002
Real-Time Web Usage Mining: A Heuristic Based Distributed Miner 153619 WISE (1) 288- 2001
Web usage mining: extracting unexpected periods from web logs 153620 Data Min. Knowl. Discov. 39-65 2008
HDM: A Client/Server/Engine Architecture for Real-Time Web Usage Mining 153626 Knowl. Inf. Syst. 439-465 2003
Foundations of Unconstrained Collaborative Web Browsing with Awareness 153674 Web Intelligence 18-25 2003
Clustering Web Visitors by Fast, Robust and Convergent Algorithms 153688 Int. J. Found. Comput. Sci. 497-520 2002
A Fine-Grained Access Control Model for Web Services 153702 IEEE SCC 33-40 2004
Extending WSDL to Facilitate Web Services Testing 153759 HASE 171-172 2002
Coyote: An XML-Based Framework for Web Services Testing 153762 HASE 173-176 2002
Specification-Based Verification and Validation of Web Services and Service-Oriented Operating Systems 153783 WORDS 139-147 2005
An Infrastructure for Web Services Migration for Real-Time Applications 153784 SOSE 41-48 2006
Using the Web as a Source of Graded Reading Material for Language Acquisition 153805 ICWL 423-432 2003
Extracting collective probabilistic forecasts from web games 153917 KDD 174-183 2001
Improving Category Specific Web Search by Learning Query Modifications 153919 SAINT 23- 2001
The structure of broad topics on the web 153937 WWW 251-262 2002
Using web structure for classifying and describing web pages 153938 WWW 562-569 2002
Web montage: a dynamic personalized start page 153964 WWW 704-712 2002
Slicing*-tree based web page transformation for small displays 153965 CIKM 303-304 2005
Semantic Interpretation and Matching of Web Services 153966 ER 542-554 2004
BPEL orchestration of secure webmail 154076 SWS 85-94 2006
Policy-based dissemination of partial web-ontologies 154078 SWS 43-52 2005
Creating non-decomposable stream bundles in multimedia web services using uSMIL 154079 SWS 67-76 2004
Liquid Data for WebLogic: Integrating Enterprise Data and Services 154091 SIGMOD Conference 917-918 2004
The WebShop E-Commerce Framework 154100 International Conference on Internet Computing (1) 150-156 2001
TSpaces Services Suite: Automating the Development and Management of Web Services 154106 WWW (Alternate Paper Tracks) None 2003
Using viewpoints to derive object-oriented frameworks: a case study in the web-based education domain 154113 Journal of Systems and Software 239-257 2000
Index Structures of User Profiles for Efficient Web Page Filtering Services 154162 ICDCS 644-673 2000
A Peer-to-Peer Infrastructure for Resilient Web Services 154249 AAA-IDEA 65-72 2005
Joint categorization of queries and clips for web-based video search 154266 Multimedia Information Retrieval 193-202 2006
Command and Control Using World Wide Web Technology 154292 SIGAda 212-214 1998
Intelligent Web Search via Personalizable Meta-search Agents 154308 CoopIS/DOA/ODBASE 1345-1358 2002
A Knowledge-based Framework for Dynamic Semantic Web Services Brokering and Management 154312 DEXA Workshops 174-178 2004
WebSifter: An Ontological Web-Mining Agent for E-Business 154318 DS-9 187-201 2001
Brokering Semantic Web Services via Intelligent Middleware Agents within a Knowledge-Based Framework 154326 IAT 513-516 2004
WebSifter II: A Personalizable Meta-Search Agent Based on Weighted Semantic Taxonomy Tree 154327 International Conference on Internet Computing (1) 14-20 2001
A Personalizable Agent for Semantic Taxonomy-Based Web Search 154354 WRAC 3-34 2002
Dynamic Integration and Semantic Security Policy Ontology Mapping for Semantic Web Services (SWS) 154355 ICDIM 116-120 2006
A Framework for Dynamic Semantic Web Services Management 154368 Int. J. Cooperative Inf. Syst. 441-485 2004
Emergent Semantics in Knowledge Sifter: An Evolutionary Search Agent Based on Semantic Web Services 154376 J. Data Semantics VI 187-209 2006
Dynamic Parallelization of Grid-Enabled Web Services 154385 EGC 173-183 2005
WebService Composition with O'GRAPE and OSIRIS 154398 VLDB 1081-1084 2003
A Continuous Spatial Query Processing for Push-Based Geographic Web Search Systems 154412 W2GIS 227-238 2007
Classification of Web Pages with Geographic Scope and Level of Details for Mobile Cache Management 154413 WISE Workshops 22-29 2002
WebUnify: An Ontology-based Web Site Organization and Publication Platform for Device Adaptation 154428 SNPD 25-31 2004
Web Information Retrieval Based on the Localness Degree 154458 DEXA 172-181 2002
The Distributed Information Search Component (Disco) and the World Wide Web 154477 SIGMOD Conference 546-548 1997
Three-level caching for efficient query processing in large Web search engines 154483 WWW 257-266 2005
Three-Level Caching for Efficient Query Processing in Large Web Search Engines 154485 World Wide Web 369-395 2006
Web Data Extraction for Business Intelligence: The Lixto Approach 154488 BTW 30-47 2005
Web Information Acquisition with Lixto Suite 154507 ICDE 747-749 2003
The Elog Web Extraction Language 154519 LPAR 548-560 2001
Declarative Information Extraction, Web Crawling, and Recursive Wrapping with Lixto 154521 LPNMR 21-41 2001
Interactively Adding Web Service Interfaces to Existing Web Applications 154531 SAINT 74-80 2004
Visual Web Information Extraction with Lixto 154538 VLDB 119-128 2001
Integrating Semi-structured Data into Business Applications: A Web Intelligence Example 154541 Wissensmanagement (LNCS Volume) 469-482 2005
Logic-based Web Information Extraction 154578 SIGMOD Record 87-94 2004
A Study of the Structure of Chinese Customer Satisfaction in a Web-Based Shopping Environment 154712 ITNG 1137-1139 2008
Web Data Mining and Reasoning Model 154765 Australian Conference on Artificial Intelligence 1128-1134 2004
Rough Association Mining and Its Application in Web Information Gathering 154766 Australian Conference on Artificial Intelligence 1005-1008 2005
Mining Interesting Topics for Web Information Gathering and Web Personalization 154782 Web Intelligence 305-308 2005
Ontology-Based Web Mining Model: Representations of User Profiles 154783 Web Intelligence 96-103 2003
Capturing Evolving Patterns for Ontology-based Web Mining 154784 Web Intelligence 256-263 2004
Web Based Collection Selection Using Singular Value Decomposition 154785 Web Intelligence 104-110 2003
Automatically Acquiring Training Sets for Web Information Gathering 154786 Web Intelligence 532-535 2006
Utilizing Search Intent in Topic Ontology-Based User Profile for Web Mining 154787 Web Intelligence 558-564 2006
Rough Association Rule Mining in Text Documents for Acquiring Web User Information Needs 154788 Web Intelligence 226-232 2006
Ontology Mining for PersonalizedWeb Information Gathering 154789 Web Intelligence 351-358 2007
Filtering and Sophisticated Data Processing for Web Information Gathering 154793 RSEISP 813-823 2007
Ontology Based Web Mining for Information Gathering 154794 WImBI 406-427 2006
2003 IEEE/WIC International Joint Conference on Web Intelligence and Intelligent Agent Technology (Conference Reports) 154796 IEEE Intelligent Informatics Bulletin 3-4 2004
Web mining model and its applications for information gathering 154797 Knowl.-Based Syst. 207-217 2004
An information filtering model on the Web and its application in JobAgent 154798 Knowl.-Based Syst. 285-296 2000
Mining Ontology for Automatically Acquiring Web User Information Needs 154799 IEEE Trans. Knowl. Data Eng. 554-568 2006
Mining Rough Association from Text Documents for Web Information Gathering 154800 T. Rough Sets 103-119 2007
Web Information Retrieval Based on User Profile 154815 AH 275-278 2004
A General Architecture for Finding Structural Regularities on the Web 154816 AIMSA 179-188 2000
WebTool: An Integrated Framework for Data Mining 154825 DEXA 892-901 1999
Web Usage Mining : extraction de pandeacute;riodes denses andagrave; partir des logs 154827 EGC 403-408 2006
Web Usage Mining: Extraction, Maintenance and Behaviour Trends 154835 IICAI 493-506 2003
Real Time Web Usage Mining with a Distributed Navigation Analysis 154840 RIDE 169- 2002
Web usage mining: extracting unexpected periods from web logs 154842 Data Min. Knowl. Discov. 39-65 2008
HDM: A Client/Server/Engine Architecture for Real-Time Web Usage Mining 154845 Knowl. Inf. Syst. 439-465 2003
Intelligent Web Prefetching Based upon User Profiles - The WebNaut Case 154888 SETN 54-62 2004
Web Search Using a Genetic Algorithm 154895 IEEE Internet Computing 18-26 2001
Web-Based Support for Resource-Effective E-Learning 154936 WEBIST (2) 281-286 2006
Data Extraction from Web Data Sources 154956 DEXA Workshops 282-288 2004
Data Extraction from Web Database Query Result Pages via Tagsets and Integer Sequences 154958 ICWI 145-152 2003
Using semantic web technology in multi-agent systems: a case study in the TAGA trading agent environment 154965 ICEC 95-101 2003
Boosting Semantic Web Data Access Using Swoogle 154966 AAAI 1604-1605 2005
Information retrieval on the semantic web 154985 CIKM 461-468 2002
F-OWL: An Inference Engine for Semantic Web 154987 FAABS 238-248 2004
Finding Data, Knowledge, and Answers on the Semantic Web 154988 FLAIRS Conference 2-7 2007
Security for DAML Web Services: Annotation and Matchmaking 155010 International Semantic Web Conference 335-350 2003
Trust Based Knowledge Outsourcing for Semantic Web Agents 155012 Web Intelligence 379-387 2003
Agents Making Sense of the Semantic Web 155016 WRAC 417-433 2002
Integrating ecoinformatics resources on the semantic web 155018 WWW 1073-1074 2006
Search on the Semantic Web 155026 IEEE Computer 62-69 2005
Authorization and Privacy for Semantic Web Services 155029 IEEE Intelligent Systems 50-56 2004
Using a Natural Language Understanding System to Generate Semantic Web Content 155031 Int. J. Semantic Web Inf. Syst. 50-74 2007
Intelligent Agents Meet the Semantic Web in Smart Spaces 155032 IEEE Internet Computing 69-79 2004
An Industrial Case Study of Bypass Testing on Web Applications 155048 ICST 465-474 2008
Modeling Differentiated Services of Multi-Tier Web Applications 155076 MASCOTS 314-326 2006
Evaluating Keyword Selection Methods for WEBSOM Text Archives 155129 IEEE Trans. Knowl. Data Eng. 380-383 2004
Runtime monitoring of web service conversations 155132 CASCON 42-57 2007
The architecture of complexity: the structure and the dynamics of networks, from the web to the cell 155161 KDD 3 2005
Simultaneous scalability and security for data-intensive web applications 155179 SIGMOD Conference 241-252 2006
Abstracting and Enforcing Web Service Protocols 155180 Int. J. Cooperative Inf. Syst. 413-440 2004
A trust negotiation system for digital library Web services 155181 Int. J. on Digital Libraries 185-207 2004
The Anatomy of a Hierarchical Clustering Engine for Web-page, News and Book Snippets 155248 ICDM 395-398 2004
The Anatomy of SnakeT: A Hierarchical Clustering Engine for Web-Page Snippets 155251 PKDD 506-508 2004
Experimenting SnakeT: A Hierarchical Clustering Engine for Web-Page Snippets 155252 PKDD 543-545 2004
A personalized search engine based on web-snippet hierarchical clustering 155264 WWW (Special interest tracks and posters) 801-810 2005
A personalized search engine based on Web-snippet hierarchical clustering 155286 Softw., Pract. Exper. 189-225 2008
Design and Implementation of a Web-Based Oil Delivery Remote Monitoring and Controlling System 155403 IRI 192-197 2004
Semantic Matching of Natural Language Web Queries 155446 BDA 247-262 2004
Privacy-Aware Web Service Protocol Replaceability 155453 ICWS 1048-1055 2007
Privacy Preserving Data Mining Services on the Web 155456 TrustBus 246-255 2005
Les logiques de description pour le tri sandeacute;mantique de documents sur le web 155459 Ingandeacute;nierie des Systandegrave;mes d'Information 69-89 2005
A Web-based browsing and spatial analysis system for regional natural resource analysis and mapping 155463 ACM-GIS 95-101 2000
The BINGO! System for Information Portal Generation and Expert Web Search 155534 CIDR 269-274 2003
Towards a Statistically Semantic Web 155535 ER 3-17 2004
A Web-Oriented Approach to Manage Multidimensional Models through XML Schemas and XSLT 155543 EDBT Workshops 29-44 2002
Web Document Classification based on Hyperlinks and Document Semantics 155595 PRICAI Workshop on Text and Web Mining 44-51 2000
Evaluating the usability of Web-based learning tools 155615 Educational Technology andamp; Society 40-49 2002
Dynamic Information Flow Control Architecture for Web Applications 155632 ESORICS 267-282 2007
Emergent Semantics in Knowledge Sifter: An Evolutionary Search Agent Based on Semantic Web Services 155646 J. Data Semantics VI 187-209 2006
Acquiring XML pages for a WebHouse 155647 BDA None 2000
The XML web: a first study 155652 WWW 500-510 2003
Studying the XML Web: Gathering Statistics from an XML Sample 155653 World Wide Web 413-438 2005
Scalable Filtering of XML Data for Web Services 155707 IEEE Internet Computing 49-57 2003
Intel Mash Maker: join the web 155710 SIGMOD Record 27-33 2007
Automatic Generation of Data Types for Classification of Deep Web Sources 155718 DILS 266-274 2005
Domain-Specific Web Service Discovery with Service Class Descriptions 155720 ICWS 481-488 2005
Automatic discovery and classification of bioinformatics Web sources 155728 Bioinformatics 1927-1933 2003
Automatic Discovery and Inferencing of Complex Bioinformatics Web Interfaces 155733 World Wide Web 463-493 2005
Reliable Web Services Composition using a Transactional Approach 155875 EEE 15-21 2005
Ensuring required failure atomicity of composite Web services 155878 WWW 138-147 2005
Web services for time granularity reasoning 155897 TIME 2-4 2003
Context-aware Web Services for Distributed Retrieval of Points of Interest 155903 ICIW 36 2007
Managing a Geographic Database from Mobile Devices Through OGC Web Services 155918 APWeb/WAIM Workshops 174-179 2007
Flashback: A Peer-to-PeerWeb Server for Flash Crowds 155958 ICDCS 15 2007
Accurate and Efficient Crawling for Relevant Websites 156103 VLDB 396-407 2004
Intelligent Web Representatives 156165 ICTAI 85- 1999
Improvement of HITS-based algorithms on web documents 156168 WWW 527-535 2002
A flexible authentication and authorization scheme for a learner information management web service 156173 International Journal of Information Technology and Decision Making 235-250 2005
Constructing Knowledge Bases for e-Learning Using Protege 2000 and Web Services 156184 AINA 215-220 2005
Knowledge Agents on the Web 156200 CIA 15-26 2000
PicASHOW: pictorial authority search by hyperlinks on the Web 156208 WWW 438-448 2001
PicASHOW: pictorial authority search by hyperlinks on the web 156215 ACM Trans. Inf. Syst. 1-24 2002
Messages in the Medium: An Experimental Investigation of Web Advertising Effectiveness and Attitudes toward Web Content 156231 HICSS None 2000
Web architectures for scalable moving object servers 156336 ACM-GIS 17-22 2002
Gestion de landapos;andeacute;volution des applications web - Une approche MDE 156339 INFORSID 437-452 2007
An iterative rating method: application to web-based conference management 156340 SAC 1682-1687 2004
Web usage mining in e-commerce 156358 IJEB 480-492 2004
Mobile P2P Web Service Creation using SIP 156391 MoMM 39-48 2006
Modeling Business Processes for Web-based Information System Development 156429 WISE 270-282 2000
PragWeb 2006: Proceedings of the First International Conference on the Pragmatic Web, 21-23 September 2006, Suttgart, German 156430 PragWeb None 2006
The pragmatic web: a manifesto 156431 Commun. ACM 75-76 2006
Subwebs for specialized search 156484 SIGIR 480-481 2004
Web question answering: is more always better? 156485 SIGIR 291-298 2002
Using web-graph distance for relevance feedback in web search 156486 SIGIR 147-153 2006
Web-Based Question Answering: A Decision-Making Perspective 156488 UAI 11-19 2003
Actions, answers, and uncertainty: a decision-making perspective on Web-based question answering 156495 Inf. Process. Manage. 849-868 2004
Automatic question answering using the web: Beyond the Factoid 156496 Inf. Retr. 191-206 2006
Designing Web-Based Systems in Social Context: A Goal and Scenario Based Approach 156525 CAiSE 37-51 2002
Web Service Retrieval: An Approach Based on Context Ontology 156526 COMPSAC (1) 513-520 2006
Environment Ontology-Based Capability Specification for Web Service Discovery 156534 ICFEM 185-205 2006
An Approach for Specifying Capability ofWeb Services based on Environment Ontology 156537 ICWS 365-372 2006
Empirical study on web content consistency 156539 IRI 194-199 2006
An RDF-based annotation framework for providing web resources integrity 156540 IRI 99-104 2006
On Constructing Environment Ontology for Semantic Web Services 156542 KSEM 490-503 2006
Quantitative Modeling for Web Objects' Cacheability 156550 WAIM 913-918 2005
WebTraceMiner: a web service for processing and mining EST sequence trace files 156562 Nucleic Acids Research 137-142 2007
Building toward Capability Specifications of Web Services Based on an Environment Ontology 156566 IEEE Trans. Knowl. Data Eng. 547-561 2008
Collaborative Proxy System for Distributed Web Content Transcoding 156675 CIKM 520-527 2000
Efficient State Estimators for Load Control Policies in Scalable Web Server Clusters 156678 COMPSAC 449-457 1998
Redirection Algorithms for Load Sharing in Distributed Web-server Systems 156694 ICDCS 528-535 1999
Dynamic Load Balancing in Geographically Distributed Heterogeneous Web Servers 156697 ICDCS 295-302 1998
Scheduling Algorithms for Distributed Web Servers 156698 ICDCS 0- 1997
Advances in Web Mining and Web Usage Analysis, 7th International Workshop on Knowledge Discovery on the Web, WebKDD 2005, Chicago, IL, USA, August 21, 2005. Revised Paper 156762 WebKDD 747-752 2006
Geographic Load Balancing for Scalable Distributed Web Systems 156768 MASCOTS 20-27 2000
A Two-Level Distributed Architecture for Efficient Web Content Adaptation and Delivery 156787 SAINT 132-139 2005
Cooperative TransCaching: A System of Distributed Proxy Servers for Web Content Adaptation 156836 WWW (Posters) 96-105 2003
Optimal crawling strategies for web search engines 156837 WWW 136-147 2002
Guest Editorial: Text and Web Mining 156840 Appl. Intell. 239-241 2003
The state of the art in locally distributed Web-server systems 156846 ACM Comput. Surv. 263-311 2002
Replication for Load Balancing and Hot-Spot Relief on Proxy Web Caches with Hash Routing 156851 Distributed and Parallel Databases 203-220 2003
Dynamic Load Balancing on Web-Server Systems 156857 IEEE Internet Computing 28-39 1999
Adaptive TTL Schemes for Load Balancing of Distributed Web Servers 156879 SIGMETRICS Performance Evaluation Review 36-42 1997
Load balancing for clustered web farms 156880 SIGMETRICS Performance Evaluation Review 11-13 2001
A Performance Study of Robust Load Sharing Strategies for Distributed Heterogeneous Web Server Systems 156890 IEEE Trans. Knowl. Data Eng. 398-414 2002
On balancing the load in a clustered web farm 156914 ACM Trans. Internet Techn. 231-261 2001
Request Redirection Algorithms for Distributed Web Systems 156916 IEEE Trans. Parallel Distrib. Syst. 355-368 2003
Analysis of Task Assignment Policies in Scalable Distributed Web-Server Systems 156917 IEEE Trans. Parallel Distrib. Syst. 585-600 1998
DNS Dispatching Algorithms with State Estimators for Scalable Web-Server Clusters 156937 World Wide Web 101-113 1999
Enabling Network Caching of Dynamic Web Objects 156970 Computer Performance Evaluation / TOOLS 329-338 2002
WebMon: A Performance Profiler for Web Transactions 156979 WECWIS 171-176 2002
Interactive query formulation over web service-accessed sources 157098 SIGMOD Conference 253-264 2006
A multi-threaded PIPELINED Web server architecture for SMP/SoC machines 157168 WWW 730-739 2005
Quality-Aware Retrieval of Data Objects from Autonomous Sources for Web-Based Repositories 157294 ICDE 1492-1494 2008
HyWeb: Un Systandegrave;me d'Interrogation Orientandeacute; Objet pour le WEB 157353 BDA 205-224 1996
Integrating Web Information with XML Concrete Views 157363 Databases and Applications 268-273 2004
Multimedia Federated Databases on Intranets: Web-Enabling IRO-DB 157368 DEXA 16-27 1997
Miro Web: Integrating Multiple Data Sources through Semistructured Data Types 157399 VLDB 750-753 1999
Experiences in Federated Databases: From IRO-DB to MIRO-Web 157400 VLDB 655-658 1998
A Study of Language-Action Perspective as a Theoretical Framework for Web Services 157436 IEEE SCW 364-367 2007
An Agent-Based Approach for Interleaved Composition and Execution of Web Services 157437 ER 582-595 2004
Towards Co-Design of Business Processes and Information Systems Using Web Services 157438 HICSS 172 2007
Development of a Framework for Web-Based Product Platform Customization 157440 J. Comput. Inf. Sci. Eng. 119-129 2003
A First Approach to a Data Quality Model for Web Portals 157553 ICCSA (3) 984-993 2006
Towards a Web Portal Data Quality Model 157555 ICEIS (4) 189-192 2006
Classifying Web Metrics 157557 Software Audit and Metrics 22-37 2004
Web metrics selection through a practitioners' survey 157558 ICSOFT (1) 238-244 2006
Metamodeling the Quality of the Web Development Process' Intermediate Artifacts 157561 ICWE 74-89 2007
Refinement of a Tool to Assess the Data Quality in Web Portals 157566 QSIC 238-243 2007
Efficient Model-Driven Service Brokering using Web Services 157617 ICWS 622- 2004
A Hierarchical Model of Web Graph 157657 ADMA 790-797 2006
Using Probabilistic Latent Semantic Analysis for Personalized Web Search 157658 APWeb 707-717 2005
Block-Based Language Modeling Approach Towards Web Search 157659 APWeb 170-182 2005
Optimizing web search using web click-through data 157661 CIKM 118-126 2004
Multi-model similarity propagation and its application for web image retrieval 157664 ACM Multimedia 944-951 2004
A Novel Web Page Categorization Algorithm Based on Block Propagation Using Query-Log Information 157666 WAIM 435-446 2006
Multi-type Features Based Web Document Clustering 157669 WISE 253-265 2004
Optimizing web search using social annotations 157673 WWW 501-510 2007
Reinforcing Web-object Categorization Through Interrelationships 157675 Data Min. Knowl. Discov. 229-248 2006
Trust Is not Enough: Privacy and Security in ASP and Web Service Environments 157685 ADBIS 8-22 2002
A session-based empirical investigation of web usage 157695 ECIS None 2003
An empirical analysis of web site stickiness 157696 ECIS None 2002
Web-based Services : An Empirical Study Of Their Adoption And Penetration 157697 ECIS None 2002
Web Metrics for Retailers 157700 EC-Web 328-338 2003
Measuring Web Portal Utilization in the World Wide Web 157708 HICSS 206 2002
Pricing (Composed) Web Services 157725 BPSC 36 2007
MMM: A Web-Based System for Sharing Statistical Computing Modules 157740 IEEE Internet Computing 59-68 1997
08102 Working Group -- Intrusion and Fraud Detection for Web Services 157755 Network Attack Detection and Defense None 2008
A Lightweight Tool for Detecting Web Server Attacks 157760 NDSS 366-375 2000

6 Querying publications with author, year, journal, title

In [9]:
%%sql SELECT DISTINCT TITLE, ID, JOURNAL, PAGES, YEAR from pubs, authors 
WHERE pubs.ID = authors.auth_id 
AND pubs.TITLE LIKE '%Algorithm%' 
AND authors.AUTHOR = 'Venu Govindaraju'
AND JOURNAL = 'ICB'
AND YEAR > 2005
Done.
Out[9]:
TITLE ID JOURNAL PAGES YEAR
K-plet and Coupled BFS: A Graph Based Fingerprint Representation and Matching Algorithm 34 ICB 309-315 2006
Robust Point-Based Feature Fingerprint Segmentation Algorithm 35 ICB 1095-1103 2007

7 Delete a publication from a particular author, year, journal

In [10]:
%%sql DELETE from pubs
WHERE pubs.YEAR = 2017
AND pubs.JOURNAL = 'SJSU_CMPE'
1 rows affected.
Out[10]:
[]

8 Delete records for a given author

In [11]:
%%sql DELETE from pubs
WHERE pubs.ID in 
(SELECT auth_ID from authors
WHERE authors.AUTHOR = 'Venu Govindaraju');
133 rows affected.
Out[11]:
[]

9 Change name of author or journal

In [12]:
%%sql UPDATE pubs
SET JOURNAL = 'zzz'
WHERE ID = 130
1 rows affected.
Out[12]:
[]

10 Change title of an article or its publication year

In [13]:
%%sql UPDATE pubs
SET TITLE = 'Query'
WHERE ID = 163
1 rows affected.
Out[13]:
[]
In [ ]: